-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Nito.Collections.Deque.sln
39 lines (39 loc) · 2.05 KB
/
Nito.Collections.Deque.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{BC7CC3DD-D397-484C-80AD-D220DA2A26AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D1E43B37-4C8F-4BC9-B3E1-19F7292F734B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nito.Collections.Deque", "src\Nito.Collections.Deque\Nito.Collections.Deque.csproj", "{83983561-B471-4D13-97C4-B0F37D50AD9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "test\UnitTests\UnitTests.csproj", "{3E065FC5-0244-4FA7-8F45-BFC57B439056}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83983561-B471-4D13-97C4-B0F37D50AD9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83983561-B471-4D13-97C4-B0F37D50AD9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83983561-B471-4D13-97C4-B0F37D50AD9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83983561-B471-4D13-97C4-B0F37D50AD9B}.Release|Any CPU.Build.0 = Release|Any CPU
{3E065FC5-0244-4FA7-8F45-BFC57B439056}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E065FC5-0244-4FA7-8F45-BFC57B439056}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E065FC5-0244-4FA7-8F45-BFC57B439056}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E065FC5-0244-4FA7-8F45-BFC57B439056}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83983561-B471-4D13-97C4-B0F37D50AD9B} = {BC7CC3DD-D397-484C-80AD-D220DA2A26AA}
{3E065FC5-0244-4FA7-8F45-BFC57B439056} = {D1E43B37-4C8F-4BC9-B3E1-19F7292F734B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A45A3EC-395E-4144-9F5B-A8E7C6A8ECD2}
EndGlobalSection
EndGlobal