-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #288 from thomhurst/feature/update-speed-compariso…
…n-libs Update Packages in Speed Comparison
- Loading branch information
Showing
12 changed files
with
69 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xUnitTimer", "xUnitTimer\xUnitTimer\xUnitTimer.csproj", "{D28BD752-BB18-4C2E-85C9-FA965EC55FBA}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TUnitTimer", "TUnitTimer\TUnitTimer\TUnitTimer.csproj", "{8653B65B-DE48-49D3-9D88-A36E457F4106}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnitTimer", "NUnitTimer\NUnitTimer\NUnitTimer.csproj", "{8D6D3A0C-C844-432E-AABE-184DC9970101}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSTestTimer", "MSTestTimer\MSTestTimer\MSTestTimer.csproj", "{B225ACB3-8E1B-4649-8D51-ADBFCFFA48E8}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{D28BD752-BB18-4C2E-85C9-FA965EC55FBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{D28BD752-BB18-4C2E-85C9-FA965EC55FBA}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{D28BD752-BB18-4C2E-85C9-FA965EC55FBA}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{D28BD752-BB18-4C2E-85C9-FA965EC55FBA}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{8653B65B-DE48-49D3-9D88-A36E457F4106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{8653B65B-DE48-49D3-9D88-A36E457F4106}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{8653B65B-DE48-49D3-9D88-A36E457F4106}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{8653B65B-DE48-49D3-9D88-A36E457F4106}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{8D6D3A0C-C844-432E-AABE-184DC9970101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{8D6D3A0C-C844-432E-AABE-184DC9970101}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{8D6D3A0C-C844-432E-AABE-184DC9970101}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{8D6D3A0C-C844-432E-AABE-184DC9970101}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{B225ACB3-8E1B-4649-8D51-ADBFCFFA48E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{B225ACB3-8E1B-4649-8D51-ADBFCFFA48E8}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{B225ACB3-8E1B-4649-8D51-ADBFCFFA48E8}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{B225ACB3-8E1B-4649-8D51-ADBFCFFA48E8}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters