-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspirit.sln
29 lines (28 loc) · 1.46 KB
/
spirit.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("{07868A71-6D47-12D7-771F-6414D2B8BF8A}") = "spirit", "Assembly-CSharp.csproj", "{8D709768-1ADE-57DB-D2EC-6FA833EE8993}"
EndProject
Project("{07868A71-6D47-12D7-771F-6414D2B8BF8A}") = "spirit", "Assembly-CSharp-Editor.csproj", "{59CBE315-FCA2-49AF-DA74-BF77314DB599}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8D709768-1ADE-57DB-D2EC-6FA833EE8993}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D709768-1ADE-57DB-D2EC-6FA833EE8993}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D709768-1ADE-57DB-D2EC-6FA833EE8993}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D709768-1ADE-57DB-D2EC-6FA833EE8993}.Release|Any CPU.Build.0 = Release|Any CPU
{59CBE315-FCA2-49AF-DA74-BF77314DB599}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59CBE315-FCA2-49AF-DA74-BF77314DB599}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59CBE315-FCA2-49AF-DA74-BF77314DB599}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59CBE315-FCA2-49AF-DA74-BF77314DB599}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal