-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTest.sln
35 lines (35 loc) · 1.97 KB
/
Test.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 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{A513BC8D-6A7D-D6C5-EEBE-D27CF600D276}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{6BCF1753-8618-A6C0-7F1D-4322E3AED478}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor-firstpass", "Assembly-CSharp-Editor-firstpass.csproj", "{D1652EA4-7908-700D-1035-6803F3290E6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A513BC8D-6A7D-D6C5-EEBE-D27CF600D276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A513BC8D-6A7D-D6C5-EEBE-D27CF600D276}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A513BC8D-6A7D-D6C5-EEBE-D27CF600D276}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A513BC8D-6A7D-D6C5-EEBE-D27CF600D276}.Release|Any CPU.Build.0 = Release|Any CPU
{6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BCF1753-8618-A6C0-7F1D-4322E3AED478}.Release|Any CPU.Build.0 = Release|Any CPU
{D1652EA4-7908-700D-1035-6803F3290E6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1652EA4-7908-700D-1035-6803F3290E6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1652EA4-7908-700D-1035-6803F3290E6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1652EA4-7908-700D-1035-6803F3290E6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal