-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTWDArcadeGameFixed.sln
More file actions
29 lines (28 loc) · 1.46 KB
/
TWDArcadeGameFixed.sln
File metadata and controls
29 lines (28 loc) · 1.46 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{D33FDDCC-ADE2-FCC1-FAF2-C4E6301A8958}") = "TWDArcadeGameFixed", "Assembly-CSharp.csproj", "{520601E7-AF78-7BF5-CA49-9EC53C3A8DA8}"
EndProject
Project("{D33FDDCC-ADE2-FCC1-FAF2-C4E6301A8958}") = "TWDArcadeGameFixed", "Assembly-CSharp-Editor.csproj", "{7580A3B4-5040-4868-5196-6B2F991F9DFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{520601E7-AF78-7BF5-CA49-9EC53C3A8DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{520601E7-AF78-7BF5-CA49-9EC53C3A8DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{520601E7-AF78-7BF5-CA49-9EC53C3A8DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{520601E7-AF78-7BF5-CA49-9EC53C3A8DA8}.Release|Any CPU.Build.0 = Release|Any CPU
{7580A3B4-5040-4868-5196-6B2F991F9DFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7580A3B4-5040-4868-5196-6B2F991F9DFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7580A3B4-5040-4868-5196-6B2F991F9DFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7580A3B4-5040-4868-5196-6B2F991F9DFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal