-
Notifications
You must be signed in to change notification settings - Fork 0
/
2D Fighter.sln
35 lines (34 loc) · 1.92 KB
/
2D Fighter.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{01F9BFC7-9478-640A-756D-6FA4077B02B1}") = "2D Fighter", "Assembly-CSharp-firstpass.csproj", "{74A9CE68-F294-FF13-D962-A049AC859F65}"
EndProject
Project("{01F9BFC7-9478-640A-756D-6FA4077B02B1}") = "2D Fighter", "Assembly-CSharp.csproj", "{5386C2FC-C4BA-BE85-01AF-7181348941C0}"
EndProject
Project("{01F9BFC7-9478-640A-756D-6FA4077B02B1}") = "2D Fighter", "Assembly-CSharp-Editor.csproj", "{384EDECE-6084-F7C6-4F3B-F2095AAF4DFB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74A9CE68-F294-FF13-D962-A049AC859F65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74A9CE68-F294-FF13-D962-A049AC859F65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74A9CE68-F294-FF13-D962-A049AC859F65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74A9CE68-F294-FF13-D962-A049AC859F65}.Release|Any CPU.Build.0 = Release|Any CPU
{5386C2FC-C4BA-BE85-01AF-7181348941C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5386C2FC-C4BA-BE85-01AF-7181348941C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5386C2FC-C4BA-BE85-01AF-7181348941C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5386C2FC-C4BA-BE85-01AF-7181348941C0}.Release|Any CPU.Build.0 = Release|Any CPU
{384EDECE-6084-F7C6-4F3B-F2095AAF4DFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{384EDECE-6084-F7C6-4F3B-F2095AAF4DFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{384EDECE-6084-F7C6-4F3B-F2095AAF4DFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{384EDECE-6084-F7C6-4F3B-F2095AAF4DFB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal