-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTWDArcadeGame.sln
More file actions
29 lines (28 loc) · 1.45 KB
/
TWDArcadeGame.sln
File metadata and controls
29 lines (28 loc) · 1.45 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("{9FACD4F0-2CD0-2369-DD76-BFEBDDEF3699}") = "TWDArcadeGame", "Assembly-CSharp.csproj", "{B0FCFD4C-7032-C035-BA02-5A52A61E89B7}"
EndProject
Project("{9FACD4F0-2CD0-2369-DD76-BFEBDDEF3699}") = "TWDArcadeGame", "Assembly-CSharp-Editor.csproj", "{3DDB99E8-504A-48BB-9567-EAD31DF032C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0FCFD4C-7032-C035-BA02-5A52A61E89B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0FCFD4C-7032-C035-BA02-5A52A61E89B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0FCFD4C-7032-C035-BA02-5A52A61E89B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0FCFD4C-7032-C035-BA02-5A52A61E89B7}.Release|Any CPU.Build.0 = Release|Any CPU
{3DDB99E8-504A-48BB-9567-EAD31DF032C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DDB99E8-504A-48BB-9567-EAD31DF032C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DDB99E8-504A-48BB-9567-EAD31DF032C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DDB99E8-504A-48BB-9567-EAD31DF032C2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal