-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathBackToZero.sln
25 lines (25 loc) · 1.36 KB
/
BackToZero.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{6D8CF7CB-351A-E2B4-5CB0-893D084D0771}") = "BackToZero", "Assembly-CSharp.csproj", "{AE029327-0576-2FBF-804B-31B7CDAEB351}"
EndProject
Project("{6D8CF7CB-351A-E2B4-5CB0-893D084D0771}") = "BackToZero", "Assembly-CSharp-Editor-firstpass.csproj", "{029F2975-F7BC-E645-7071-5887DBF14053}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE029327-0576-2FBF-804B-31B7CDAEB351}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE029327-0576-2FBF-804B-31B7CDAEB351}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE029327-0576-2FBF-804B-31B7CDAEB351}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE029327-0576-2FBF-804B-31B7CDAEB351}.Release|Any CPU.Build.0 = Release|Any CPU
{029F2975-F7BC-E645-7071-5887DBF14053}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{029F2975-F7BC-E645-7071-5887DBF14053}.Debug|Any CPU.Build.0 = Debug|Any CPU
{029F2975-F7BC-E645-7071-5887DBF14053}.Release|Any CPU.ActiveCfg = Release|Any CPU
{029F2975-F7BC-E645-7071-5887DBF14053}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal