-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathBenchmarkIt.sln
51 lines (51 loc) · 2.99 KB
/
BenchmarkIt.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenchmarkIt", "BenchmarkIt\BenchmarkIt.csproj", "{68B3ADDC-3F9E-4205-A471-21D553966F7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{8B4B91C2-69C0-4A28-B2DB-F2B4F58C49B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BenchmarkIt.Test", "BenchmarkIt.Test\BenchmarkIt.Test.csproj", "{37F4CA2B-D3B1-4F73-B0BC-2F76CB2453A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37F4CA2B-D3B1-4F73-B0BC-2F76CB2453A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37F4CA2B-D3B1-4F73-B0BC-2F76CB2453A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37F4CA2B-D3B1-4F73-B0BC-2F76CB2453A4}.Debug|x86.ActiveCfg = Debug|Any CPU
{37F4CA2B-D3B1-4F73-B0BC-2F76CB2453A4}.Debug|x86.Build.0 = Debug|Any CPU
{37F4CA2B-D3B1-4F73-B0BC-2F76CB2453A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37F4CA2B-D3B1-4F73-B0BC-2F76CB2453A4}.Release|Any CPU.Build.0 = Release|Any CPU
{37F4CA2B-D3B1-4F73-B0BC-2F76CB2453A4}.Release|x86.ActiveCfg = Release|Any CPU
{37F4CA2B-D3B1-4F73-B0BC-2F76CB2453A4}.Release|x86.Build.0 = Release|Any CPU
{68B3ADDC-3F9E-4205-A471-21D553966F7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68B3ADDC-3F9E-4205-A471-21D553966F7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68B3ADDC-3F9E-4205-A471-21D553966F7F}.Debug|x86.ActiveCfg = Debug|x86
{68B3ADDC-3F9E-4205-A471-21D553966F7F}.Debug|x86.Build.0 = Debug|x86
{68B3ADDC-3F9E-4205-A471-21D553966F7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68B3ADDC-3F9E-4205-A471-21D553966F7F}.Release|Any CPU.Build.0 = Release|Any CPU
{68B3ADDC-3F9E-4205-A471-21D553966F7F}.Release|x86.ActiveCfg = Release|x86
{68B3ADDC-3F9E-4205-A471-21D553966F7F}.Release|x86.Build.0 = Release|x86
{8B4B91C2-69C0-4A28-B2DB-F2B4F58C49B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B4B91C2-69C0-4A28-B2DB-F2B4F58C49B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B4B91C2-69C0-4A28-B2DB-F2B4F58C49B3}.Debug|x86.ActiveCfg = Debug|x86
{8B4B91C2-69C0-4A28-B2DB-F2B4F58C49B3}.Debug|x86.Build.0 = Debug|x86
{8B4B91C2-69C0-4A28-B2DB-F2B4F58C49B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B4B91C2-69C0-4A28-B2DB-F2B4F58C49B3}.Release|Any CPU.Build.0 = Release|Any CPU
{8B4B91C2-69C0-4A28-B2DB-F2B4F58C49B3}.Release|x86.ActiveCfg = Release|x86
{8B4B91C2-69C0-4A28-B2DB-F2B4F58C49B3}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Examples\Examples.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal