-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMultiplayerTowerDefense.sln
29 lines (28 loc) · 1.5 KB
/
MultiplayerTowerDefense.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{900CA720-8AD7-550E-17A9-9DF4231A31E4}") = "MultiplayerTowerDefense", "Assembly-CSharp.csproj", "{7FF9070A-D279-013F-AE40-0B1E0DC04966}"
EndProject
Project("{900CA720-8AD7-550E-17A9-9DF4231A31E4}") = "MultiplayerTowerDefense", "Assembly-CSharp-Editor.csproj", "{FE6489E2-C5AA-21CA-4BF2-0FC03B220113}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7FF9070A-D279-013F-AE40-0B1E0DC04966}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FF9070A-D279-013F-AE40-0B1E0DC04966}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FF9070A-D279-013F-AE40-0B1E0DC04966}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FF9070A-D279-013F-AE40-0B1E0DC04966}.Release|Any CPU.Build.0 = Release|Any CPU
{FE6489E2-C5AA-21CA-4BF2-0FC03B220113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6489E2-C5AA-21CA-4BF2-0FC03B220113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6489E2-C5AA-21CA-4BF2-0FC03B220113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6489E2-C5AA-21CA-4BF2-0FC03B220113}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal