-
Notifications
You must be signed in to change notification settings - Fork 0
/
DemoGame.sln
48 lines (48 loc) · 2.24 KB
/
DemoGame.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoGame", "DemoGame.csproj", "{871D1DEA-88F4-46C7-BD08-A4C40FAC8363}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tesserae", "..\Tesserae\Tesserae.csproj", "{30777E62-15EC-4362-ADBB-8A8DE93FF10D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TiledSharp", "..\TiledSharp\TiledSharp\TiledSharp.csproj", "{E4130F8D-D301-4E0C-916D-489C4A23C9B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{30777E62-15EC-4362-ADBB-8A8DE93FF10D}.Debug|x86.ActiveCfg = Debug|Any CPU
{30777E62-15EC-4362-ADBB-8A8DE93FF10D}.Debug|x86.Build.0 = Debug|Any CPU
{30777E62-15EC-4362-ADBB-8A8DE93FF10D}.Release|x86.ActiveCfg = Release|Any CPU
{30777E62-15EC-4362-ADBB-8A8DE93FF10D}.Release|x86.Build.0 = Release|Any CPU
{871D1DEA-88F4-46C7-BD08-A4C40FAC8363}.Debug|x86.ActiveCfg = Debug|x86
{871D1DEA-88F4-46C7-BD08-A4C40FAC8363}.Debug|x86.Build.0 = Debug|x86
{871D1DEA-88F4-46C7-BD08-A4C40FAC8363}.Release|x86.ActiveCfg = Release|x86
{871D1DEA-88F4-46C7-BD08-A4C40FAC8363}.Release|x86.Build.0 = Release|x86
{E4130F8D-D301-4E0C-916D-489C4A23C9B1}.Debug|x86.ActiveCfg = Debug|Any CPU
{E4130F8D-D301-4E0C-916D-489C4A23C9B1}.Debug|x86.Build.0 = Debug|Any CPU
{E4130F8D-D301-4E0C-916D-489C4A23C9B1}.Release|x86.ActiveCfg = Release|Any CPU
{E4130F8D-D301-4E0C-916D-489C4A23C9B1}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = DemoGame.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.EolMarker = Unix
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
$0.DotNetNamingPolicy = $4
$4.DirectoryNamespaceAssociation = None
$4.ResourceNamePolicy = FileFormatDefault
EndGlobalSection
EndGlobal