-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDungeons.sln
38 lines (38 loc) · 2.04 KB
/
Dungeons.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 Version 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dungeons", "Dungeons\Dungeons.csproj", "{8C8F7365-C66A-4B1F-A5B6-40512FCCE94D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MapGenerator", "MapGenerator\MapGenerator.csproj", "{86A66AE5-5E48-40BB-8445-262463BE4BB3}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Dungeons.Common", "Common\Dungeons.Common.shproj", "{76DD5B07-D6A6-458B-A0EF-8CBCEA0279CB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Common\Common.projitems*{76dd5b07-d6a6-458b-a0ef-8cbcea0279cb}*SharedItemsImports = 13
Common\Common.projitems*{86a66ae5-5e48-40bb-8445-262463be4bb3}*SharedItemsImports = 5
Common\Common.projitems*{8c8f7365-c66a-4b1f-a5b6-40512fcce94d}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C8F7365-C66A-4B1F-A5B6-40512FCCE94D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C8F7365-C66A-4B1F-A5B6-40512FCCE94D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C8F7365-C66A-4B1F-A5B6-40512FCCE94D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C8F7365-C66A-4B1F-A5B6-40512FCCE94D}.Release|Any CPU.Build.0 = Release|Any CPU
{86A66AE5-5E48-40BB-8445-262463BE4BB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86A66AE5-5E48-40BB-8445-262463BE4BB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86A66AE5-5E48-40BB-8445-262463BE4BB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86A66AE5-5E48-40BB-8445-262463BE4BB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {382CF188-D077-4B3E-AF4F-0FD9DF17CA9A}
EndGlobalSection
EndGlobal