-
Notifications
You must be signed in to change notification settings - Fork 13
/
DFRPGRandomDungeonGenerator.sln
56 lines (56 loc) · 2.99 KB
/
DFRPGRandomDungeonGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "DFRPGRandomDungeonGenerator-master", ".", "{EBA59C2C-6048-4059-BEDC-519DF109ABD5}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_57343"
Debug.AspNetCompiler.PhysicalPath = "..\DFRPGRandomDungeonGenerator-master\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_57343\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_57343"
Release.AspNetCompiler.PhysicalPath = "..\DFRPGRandomDungeonGenerator-master\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_57343\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "57343"
SlnRelativePath = "..\DFRPGRandomDungeonGenerator-master\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenerateTraps", "..\GenerateTraps\GenerateTraps.csproj", "{61455B7B-8500-42A6-8E37-EE24CF2F1069}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "DelaunatorRooms", "..\DelaunatorRooms\DelaunatorRooms.njsproj", "{FC840C1C-C2ED-4F65-AFCB-BBCEE676189A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBA59C2C-6048-4059-BEDC-519DF109ABD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBA59C2C-6048-4059-BEDC-519DF109ABD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBA59C2C-6048-4059-BEDC-519DF109ABD5}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{EBA59C2C-6048-4059-BEDC-519DF109ABD5}.Release|Any CPU.Build.0 = Debug|Any CPU
{61455B7B-8500-42A6-8E37-EE24CF2F1069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61455B7B-8500-42A6-8E37-EE24CF2F1069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61455B7B-8500-42A6-8E37-EE24CF2F1069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61455B7B-8500-42A6-8E37-EE24CF2F1069}.Release|Any CPU.Build.0 = Release|Any CPU
{FC840C1C-C2ED-4F65-AFCB-BBCEE676189A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC840C1C-C2ED-4F65-AFCB-BBCEE676189A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC840C1C-C2ED-4F65-AFCB-BBCEE676189A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC840C1C-C2ED-4F65-AFCB-BBCEE676189A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7608B250-125F-487C-B36E-EABAB094F848}
EndGlobalSection
EndGlobal