forked from Chris3606/GoRogue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GoRogue.sln
67 lines (67 loc) · 3.97 KB
/
GoRogue.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoRogue", "GoRogue\GoRogue.csproj", "{EB951D27-AE60-4991-B63A-2DF34F0CB3E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoRogue-PerformanceTests", "GoRogue-PerformanceTests\GoRogue-PerformanceTests.csproj", "{5D1395AA-98BC-43A3-98A9-56D20952CB64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoRogue-UnitTests", "GoRogue-UnitTests\GoRogue-UnitTests.csproj", "{D421D454-9249-48CF-9F19-D17690615019}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Minimal Dependencies|Any CPU = Debug Minimal Dependencies|Any CPU
Debug|Any CPU = Debug|Any CPU
Release Minimal Dependencies|Any CPU = Release Minimal Dependencies|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB951D27-AE60-4991-B63A-2DF34F0CB3E0}.Debug Minimal Dependencies|Any CPU.ActiveCfg = Debug Minimal Dependencies|Any CPU
{EB951D27-AE60-4991-B63A-2DF34F0CB3E0}.Debug Minimal Dependencies|Any CPU.Build.0 = Debug Minimal Dependencies|Any CPU
{EB951D27-AE60-4991-B63A-2DF34F0CB3E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB951D27-AE60-4991-B63A-2DF34F0CB3E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB951D27-AE60-4991-B63A-2DF34F0CB3E0}.Release Minimal Dependencies|Any CPU.ActiveCfg = Release Minimal Dependencies|Any CPU
{EB951D27-AE60-4991-B63A-2DF34F0CB3E0}.Release Minimal Dependencies|Any CPU.Build.0 = Release Minimal Dependencies|Any CPU
{EB951D27-AE60-4991-B63A-2DF34F0CB3E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB951D27-AE60-4991-B63A-2DF34F0CB3E0}.Release|Any CPU.Build.0 = Release|Any CPU
{5D1395AA-98BC-43A3-98A9-56D20952CB64}.Debug Minimal Dependencies|Any CPU.ActiveCfg = Debug Minimal Dependencies|Any CPU
{5D1395AA-98BC-43A3-98A9-56D20952CB64}.Debug Minimal Dependencies|Any CPU.Build.0 = Debug Minimal Dependencies|Any CPU
{5D1395AA-98BC-43A3-98A9-56D20952CB64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D1395AA-98BC-43A3-98A9-56D20952CB64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D1395AA-98BC-43A3-98A9-56D20952CB64}.Release Minimal Dependencies|Any CPU.ActiveCfg = Release Minimal Dependencies|Any CPU
{5D1395AA-98BC-43A3-98A9-56D20952CB64}.Release Minimal Dependencies|Any CPU.Build.0 = Release Minimal Dependencies|Any CPU
{5D1395AA-98BC-43A3-98A9-56D20952CB64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D1395AA-98BC-43A3-98A9-56D20952CB64}.Release|Any CPU.Build.0 = Release|Any CPU
{D421D454-9249-48CF-9F19-D17690615019}.Debug Minimal Dependencies|Any CPU.ActiveCfg = Debug Minimal Dependencies|Any CPU
{D421D454-9249-48CF-9F19-D17690615019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D421D454-9249-48CF-9F19-D17690615019}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D421D454-9249-48CF-9F19-D17690615019}.Release Minimal Dependencies|Any CPU.ActiveCfg = Release Minimal Dependencies|Any CPU
{D421D454-9249-48CF-9F19-D17690615019}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D421D454-9249-48CF-9F19-D17690615019}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25591203-E4B0-45E6-A7BA-36C5F49F0B3B}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal