-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cogitation.sln
35 lines (34 loc) · 1.95 KB
/
Cogitation.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 2008
Project("{EC5FC007-0483-ED7F-B98C-F204A05FC50C}") = "Cogitation", "Assembly-CSharp-firstpass.csproj", "{9E243126-AE8E-0028-8B66-0E74759E0689}"
EndProject
Project("{EC5FC007-0483-ED7F-B98C-F204A05FC50C}") = "Cogitation", "Assembly-CSharp.csproj", "{D9F71DCC-69A9-3E56-2688-A62F8EDFABF6}"
EndProject
Project("{EC5FC007-0483-ED7F-B98C-F204A05FC50C}") = "Cogitation", "Assembly-CSharp-Editor.csproj", "{6AB463C4-C210-27B9-DD17-D004DBF2A2BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E243126-AE8E-0028-8B66-0E74759E0689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E243126-AE8E-0028-8B66-0E74759E0689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E243126-AE8E-0028-8B66-0E74759E0689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E243126-AE8E-0028-8B66-0E74759E0689}.Release|Any CPU.Build.0 = Release|Any CPU
{D9F71DCC-69A9-3E56-2688-A62F8EDFABF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9F71DCC-69A9-3E56-2688-A62F8EDFABF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9F71DCC-69A9-3E56-2688-A62F8EDFABF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9F71DCC-69A9-3E56-2688-A62F8EDFABF6}.Release|Any CPU.Build.0 = Release|Any CPU
{6AB463C4-C210-27B9-DD17-D004DBF2A2BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AB463C4-C210-27B9-DD17-D004DBF2A2BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AB463C4-C210-27B9-DD17-D004DBF2A2BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AB463C4-C210-27B9-DD17-D004DBF2A2BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal