-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathColotorN.sln
32 lines (32 loc) · 1.84 KB
/
ColotorN.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 16
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{207DCC22-612F-0DDF-FBD7-9F224B070D96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{EF8BC20D-96CA-4A05-149A-C4D6A58B625E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{719E0E65-2E39-56C9-68F9-82B88FB0FA7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{207DCC22-612F-0DDF-FBD7-9F224B070D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{207DCC22-612F-0DDF-FBD7-9F224B070D96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{207DCC22-612F-0DDF-FBD7-9F224B070D96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{207DCC22-612F-0DDF-FBD7-9F224B070D96}.Release|Any CPU.Build.0 = Release|Any CPU
{EF8BC20D-96CA-4A05-149A-C4D6A58B625E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF8BC20D-96CA-4A05-149A-C4D6A58B625E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF8BC20D-96CA-4A05-149A-C4D6A58B625E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF8BC20D-96CA-4A05-149A-C4D6A58B625E}.Release|Any CPU.Build.0 = Release|Any CPU
{719E0E65-2E39-56C9-68F9-82B88FB0FA7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{719E0E65-2E39-56C9-68F9-82B88FB0FA7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{719E0E65-2E39-56C9-68F9-82B88FB0FA7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{719E0E65-2E39-56C9-68F9-82B88FB0FA7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal