-
Notifications
You must be signed in to change notification settings - Fork 0
/
Paper Fighter.sln
32 lines (32 loc) · 1.89 KB
/
Paper 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{571FACA7-B98E-A219-ADD2-275054A5B08F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{A46C0106-BAA8-E15E-CE95-D19B7DF5DB4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor-firstpass", "Assembly-CSharp-Editor-firstpass.csproj", "{DB31A607-F476-5E8A-57A1-266187F50AEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{571FACA7-B98E-A219-ADD2-275054A5B08F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{571FACA7-B98E-A219-ADD2-275054A5B08F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{571FACA7-B98E-A219-ADD2-275054A5B08F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{571FACA7-B98E-A219-ADD2-275054A5B08F}.Release|Any CPU.Build.0 = Release|Any CPU
{A46C0106-BAA8-E15E-CE95-D19B7DF5DB4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A46C0106-BAA8-E15E-CE95-D19B7DF5DB4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A46C0106-BAA8-E15E-CE95-D19B7DF5DB4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A46C0106-BAA8-E15E-CE95-D19B7DF5DB4D}.Release|Any CPU.Build.0 = Release|Any CPU
{DB31A607-F476-5E8A-57A1-266187F50AEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB31A607-F476-5E8A-57A1-266187F50AEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB31A607-F476-5E8A-57A1-266187F50AEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB31A607-F476-5E8A-57A1-266187F50AEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal