-
Notifications
You must be signed in to change notification settings - Fork 25
/
DurableDungeon.sln
37 lines (37 loc) · 2.06 KB
/
DurableDungeon.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29111.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DurableDungeon", "DurableDungeon\DurableDungeon.csproj", "{542B0701-BD81-41D5-AC77-FD180D89BAB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DungeonConsole", "DungeonConsole\DungeonConsole.csproj", "{C0184E95-03EF-4D79-BDDE-E95AC3F5F28C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DungeonEntities", "DungeonEntities\DungeonEntities.csproj", "{388CC19B-1176-44DE-A429-AE8366066FD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{542B0701-BD81-41D5-AC77-FD180D89BAB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{542B0701-BD81-41D5-AC77-FD180D89BAB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{542B0701-BD81-41D5-AC77-FD180D89BAB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{542B0701-BD81-41D5-AC77-FD180D89BAB4}.Release|Any CPU.Build.0 = Release|Any CPU
{C0184E95-03EF-4D79-BDDE-E95AC3F5F28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0184E95-03EF-4D79-BDDE-E95AC3F5F28C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0184E95-03EF-4D79-BDDE-E95AC3F5F28C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0184E95-03EF-4D79-BDDE-E95AC3F5F28C}.Release|Any CPU.Build.0 = Release|Any CPU
{388CC19B-1176-44DE-A429-AE8366066FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{388CC19B-1176-44DE-A429-AE8366066FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{388CC19B-1176-44DE-A429-AE8366066FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{388CC19B-1176-44DE-A429-AE8366066FD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36CE71F2-28B7-4D84-9412-058F13C9361D}
EndGlobalSection
EndGlobal