-
Notifications
You must be signed in to change notification settings - Fork 3
/
Sander.SequentialGuid.sln
49 lines (49 loc) · 2.72 KB
/
Sander.SequentialGuid.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 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sander.SequentialGuid", "Sander.SequentialGuid\Sander.SequentialGuid.csproj", "{7903FCC8-D059-483D-814A-7A615849892B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8B86DE31-9CD2-45A2-B305-A2844F11552C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTests", "Tests\PerformanceTests\PerformanceTests.csproj", "{FF9B0931-4296-4AEF-9CDD-C9142CF969D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sander.SequentialGuid.Tests", "Tests\Sander.SequentialGuid.Tests\Sander.SequentialGuid.Tests.csproj", "{B3167095-8310-4D52-9DF3-82EDA626F8D3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{9E1D0E5B-636B-41A1-96A1-3169F0E28E55}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
Sander.SequentialGuid.nuspec = Sander.SequentialGuid.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7903FCC8-D059-483D-814A-7A615849892B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7903FCC8-D059-483D-814A-7A615849892B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7903FCC8-D059-483D-814A-7A615849892B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7903FCC8-D059-483D-814A-7A615849892B}.Release|Any CPU.Build.0 = Release|Any CPU
{FF9B0931-4296-4AEF-9CDD-C9142CF969D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF9B0931-4296-4AEF-9CDD-C9142CF969D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF9B0931-4296-4AEF-9CDD-C9142CF969D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF9B0931-4296-4AEF-9CDD-C9142CF969D2}.Release|Any CPU.Build.0 = Release|Any CPU
{B3167095-8310-4D52-9DF3-82EDA626F8D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3167095-8310-4D52-9DF3-82EDA626F8D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3167095-8310-4D52-9DF3-82EDA626F8D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3167095-8310-4D52-9DF3-82EDA626F8D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FF9B0931-4296-4AEF-9CDD-C9142CF969D2} = {8B86DE31-9CD2-45A2-B305-A2844F11552C}
{B3167095-8310-4D52-9DF3-82EDA626F8D3} = {8B86DE31-9CD2-45A2-B305-A2844F11552C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C8BB659-8915-462A-BDE6-4A606D9F6B4B}
EndGlobalSection
EndGlobal