-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathTDD-Squirrel.sln
43 lines (43 loc) · 2.58 KB
/
TDD-Squirrel.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDD-Squirrel", "TDD-Squirrel\TDD-Squirrel.csproj", "{4BC96DD3-673F-4F44-907E-A461AB708AC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TDD-Squirrel.Test", "TDD-Squirrel.Test\TDD-Squirrel.Test.csproj", "{112186B6-9D45-425C-A003-EBBC292DEF11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SnakesAndLaddersLib", "SnakesAndLaddersLib\SnakesAndLaddersLib.csproj", "{F39A21E6-197B-43D1-BC8F-5238E8BF1ECD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SnakesAndLaddersLibTests", "SnakesAndLaddersLibTests\SnakesAndLaddersLibTests.csproj", "{8B093CA2-32BD-468F-BA02-435B2E53A06F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4BC96DD3-673F-4F44-907E-A461AB708AC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BC96DD3-673F-4F44-907E-A461AB708AC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BC96DD3-673F-4F44-907E-A461AB708AC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BC96DD3-673F-4F44-907E-A461AB708AC1}.Release|Any CPU.Build.0 = Release|Any CPU
{112186B6-9D45-425C-A003-EBBC292DEF11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{112186B6-9D45-425C-A003-EBBC292DEF11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{112186B6-9D45-425C-A003-EBBC292DEF11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{112186B6-9D45-425C-A003-EBBC292DEF11}.Release|Any CPU.Build.0 = Release|Any CPU
{F39A21E6-197B-43D1-BC8F-5238E8BF1ECD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F39A21E6-197B-43D1-BC8F-5238E8BF1ECD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F39A21E6-197B-43D1-BC8F-5238E8BF1ECD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F39A21E6-197B-43D1-BC8F-5238E8BF1ECD}.Release|Any CPU.Build.0 = Release|Any CPU
{8B093CA2-32BD-468F-BA02-435B2E53A06F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B093CA2-32BD-468F-BA02-435B2E53A06F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B093CA2-32BD-468F-BA02-435B2E53A06F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B093CA2-32BD-468F-BA02-435B2E53A06F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96645022-074B-4F43-B7CE-C61602EB2F98}
EndGlobalSection
EndGlobal