-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Solution.sln
49 lines (49 loc) · 3.04 KB
/
Directory.Solution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A699582F-219D-47CC-A0A7-E1F7FFCB32E5}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Addax.Benchmarks", "src\Addax.Benchmarks\Addax.Benchmarks.csproj", "{4E6A2EB6-8EF9-4288-A1F5-1E35A327E638}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Addax.Benchmarks.Abstractions", "src\Addax.Benchmarks.Abstractions\Addax.Benchmarks.Abstractions.csproj", "{EB69871B-D6E4-4B69-8614-2B2CF3D4BEFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Addax.Benchmarks.BenchmarkEngines", "src\Addax.Benchmarks.BenchmarkEngines\Addax.Benchmarks.BenchmarkEngines.csproj", "{FAE007F6-18A1-4596-A1AA-87597A5633DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Addax.Benchmarks.BenchmarkEngines.UnitTests", "src\Addax.Benchmarks.BenchmarkEngines.UnitTests\Addax.Benchmarks.BenchmarkEngines.UnitTests.csproj", "{50C6BCB3-752C-48BD-8489-BFBACCC0ADBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E6A2EB6-8EF9-4288-A1F5-1E35A327E638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E6A2EB6-8EF9-4288-A1F5-1E35A327E638}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E6A2EB6-8EF9-4288-A1F5-1E35A327E638}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E6A2EB6-8EF9-4288-A1F5-1E35A327E638}.Release|Any CPU.Build.0 = Release|Any CPU
{EB69871B-D6E4-4B69-8614-2B2CF3D4BEFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB69871B-D6E4-4B69-8614-2B2CF3D4BEFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB69871B-D6E4-4B69-8614-2B2CF3D4BEFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB69871B-D6E4-4B69-8614-2B2CF3D4BEFE}.Release|Any CPU.Build.0 = Release|Any CPU
{FAE007F6-18A1-4596-A1AA-87597A5633DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAE007F6-18A1-4596-A1AA-87597A5633DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAE007F6-18A1-4596-A1AA-87597A5633DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAE007F6-18A1-4596-A1AA-87597A5633DF}.Release|Any CPU.Build.0 = Release|Any CPU
{50C6BCB3-752C-48BD-8489-BFBACCC0ADBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50C6BCB3-752C-48BD-8489-BFBACCC0ADBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50C6BCB3-752C-48BD-8489-BFBACCC0ADBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50C6BCB3-752C-48BD-8489-BFBACCC0ADBA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8E40AA6-DDC7-4652-B1FB-EC13694DC46D}
EndGlobalSection
EndGlobal