-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSharpBenchmark.sln
More file actions
44 lines (44 loc) · 2.92 KB
/
SharpBenchmark.sln
File metadata and controls
44 lines (44 loc) · 2.92 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpBenchmark", "SharpBenchmark\SharpBenchmark.csproj", "{DF0FC087-3D83-4DD4-B8F9-F6688F5FC70A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpBenchmark.Samples", "SharpBenchmark.Samples\SharpBenchmark.Samples.csproj", "{78A8F10A-B3CA-4C45-8EB7-D5AEE0B7E73F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpBenchmark.ExampleDll", "SharpBenchmark.ExampleDll\SharpBenchmark.ExampleDll.csproj", "{0ACEB135-2314-4A6F-A9B6-3D2EF5B013B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpBenchmark.Wpf", "SharpBenchmark.Wpf\SharpBenchmark.Wpf.csproj", "{23DD0E1F-D1D8-4E6B-930E-C92D78BA6754}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpBenchmark.AssemblyHelper", "SharpBenchmark.AssemblyHelper\SharpBenchmark.AssemblyHelper.csproj", "{F6E26086-C663-43BE-A893-E9B6C5F6894A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF0FC087-3D83-4DD4-B8F9-F6688F5FC70A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF0FC087-3D83-4DD4-B8F9-F6688F5FC70A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF0FC087-3D83-4DD4-B8F9-F6688F5FC70A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF0FC087-3D83-4DD4-B8F9-F6688F5FC70A}.Release|Any CPU.Build.0 = Release|Any CPU
{78A8F10A-B3CA-4C45-8EB7-D5AEE0B7E73F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78A8F10A-B3CA-4C45-8EB7-D5AEE0B7E73F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78A8F10A-B3CA-4C45-8EB7-D5AEE0B7E73F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78A8F10A-B3CA-4C45-8EB7-D5AEE0B7E73F}.Release|Any CPU.Build.0 = Release|Any CPU
{0ACEB135-2314-4A6F-A9B6-3D2EF5B013B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ACEB135-2314-4A6F-A9B6-3D2EF5B013B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ACEB135-2314-4A6F-A9B6-3D2EF5B013B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ACEB135-2314-4A6F-A9B6-3D2EF5B013B9}.Release|Any CPU.Build.0 = Release|Any CPU
{23DD0E1F-D1D8-4E6B-930E-C92D78BA6754}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23DD0E1F-D1D8-4E6B-930E-C92D78BA6754}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23DD0E1F-D1D8-4E6B-930E-C92D78BA6754}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23DD0E1F-D1D8-4E6B-930E-C92D78BA6754}.Release|Any CPU.Build.0 = Release|Any CPU
{F6E26086-C663-43BE-A893-E9B6C5F6894A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6E26086-C663-43BE-A893-E9B6C5F6894A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6E26086-C663-43BE-A893-E9B6C5F6894A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6E26086-C663-43BE-A893-E9B6C5F6894A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal