-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGuidRecycler.sln
45 lines (45 loc) · 2.64 KB
/
GuidRecycler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1651F22B-84F1-48D1-B2B9-6E4D993E9B82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuidRecycler", "src\GuidRecycler\GuidRecycler.csproj", "{C8941F1A-A2F5-45C2-B261-8456F48B00F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E966AB0D-EC72-409E-8C28-0F2E61E84EB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuidRecycler.Tests", "test\GuidRecycler.Tests\GuidRecycler.Tests.csproj", "{8E7CF57D-90A9-4F28-8EEB-7650911FF70A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{09B2CECC-077E-4FE0-84E0-AC837741956D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuidRecycler.Benchmarks", "benchmarks\GuidRecycler.Benchmarks\GuidRecycler.Benchmarks.csproj", "{C54BA402-C52F-4FE1-B0C7-3E1119F3512B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8941F1A-A2F5-45C2-B261-8456F48B00F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8941F1A-A2F5-45C2-B261-8456F48B00F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8941F1A-A2F5-45C2-B261-8456F48B00F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8941F1A-A2F5-45C2-B261-8456F48B00F0}.Release|Any CPU.Build.0 = Release|Any CPU
{8E7CF57D-90A9-4F28-8EEB-7650911FF70A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E7CF57D-90A9-4F28-8EEB-7650911FF70A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E7CF57D-90A9-4F28-8EEB-7650911FF70A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E7CF57D-90A9-4F28-8EEB-7650911FF70A}.Release|Any CPU.Build.0 = Release|Any CPU
{C54BA402-C52F-4FE1-B0C7-3E1119F3512B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C54BA402-C52F-4FE1-B0C7-3E1119F3512B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C54BA402-C52F-4FE1-B0C7-3E1119F3512B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C54BA402-C52F-4FE1-B0C7-3E1119F3512B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C8941F1A-A2F5-45C2-B261-8456F48B00F0} = {1651F22B-84F1-48D1-B2B9-6E4D993E9B82}
{8E7CF57D-90A9-4F28-8EEB-7650911FF70A} = {E966AB0D-EC72-409E-8C28-0F2E61E84EB5}
{C54BA402-C52F-4FE1-B0C7-3E1119F3512B} = {09B2CECC-077E-4FE0-84E0-AC837741956D}
EndGlobalSection
EndGlobal