-
Notifications
You must be signed in to change notification settings - Fork 2
/
turnt-ninja.sln
38 lines (38 loc) · 1.88 KB
/
turnt-ninja.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{9281E6FF-BFC1-45FA-9EE5-2E50D35E0D58}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TurntNinja", "src\TurntNinja\TurntNinja.csproj", "{630022B3-A336-42AA-85D5-5AACE71FDE6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Substructio", "..\Substructio\src\Substructio.csproj", "{5B3F1066-88DA-4F9C-8DFE-646C40B412C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB0E8FBB-6D2E-4F49-A59E-F90B598AA4E6}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{630022B3-A336-42AA-85D5-5AACE71FDE6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{630022B3-A336-42AA-85D5-5AACE71FDE6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{630022B3-A336-42AA-85D5-5AACE71FDE6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{630022B3-A336-42AA-85D5-5AACE71FDE6C}.Release|Any CPU.Build.0 = Release|Any CPU
{5B3F1066-88DA-4F9C-8DFE-646C40B412C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B3F1066-88DA-4F9C-8DFE-646C40B412C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B3F1066-88DA-4F9C-8DFE-646C40B412C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B3F1066-88DA-4F9C-8DFE-646C40B412C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal