-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject_Test.sln
29 lines (28 loc) · 1.45 KB
/
Project_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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008
Project("{6B14DBAF-EC76-4764-CFE1-B6EBBA40F341}") = "Project_Test", "Assembly-CSharp.csproj", "{BE5BDA96-D51F-ED0B-59DA-9F038F87B4BB}"
EndProject
Project("{6B14DBAF-EC76-4764-CFE1-B6EBBA40F341}") = "Project_Test", "Assembly-CSharp-Editor.csproj", "{4E17DE1B-E757-93C7-9025-CF0EDA4047AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE5BDA96-D51F-ED0B-59DA-9F038F87B4BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE5BDA96-D51F-ED0B-59DA-9F038F87B4BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE5BDA96-D51F-ED0B-59DA-9F038F87B4BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE5BDA96-D51F-ED0B-59DA-9F038F87B4BB}.Release|Any CPU.Build.0 = Release|Any CPU
{4E17DE1B-E757-93C7-9025-CF0EDA4047AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E17DE1B-E757-93C7-9025-CF0EDA4047AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E17DE1B-E757-93C7-9025-CF0EDA4047AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E17DE1B-E757-93C7-9025-CF0EDA4047AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal