forked from WesleyThompson/ProjectMech
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProjectMech.sln
35 lines (34 loc) · 1.95 KB
/
ProjectMech.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("{1E95ED83-25A3-0B2C-C0CA-23874E48338D}") = "ProjectMech", "Assembly-CSharp-firstpass.csproj", "{50F8AF3C-2B07-B166-FB7B-7708B308FE0A}"
EndProject
Project("{1E95ED83-25A3-0B2C-C0CA-23874E48338D}") = "ProjectMech", "Assembly-CSharp.csproj", "{589EFD08-11AB-8977-7F68-77FC5F6E4AF7}"
EndProject
Project("{1E95ED83-25A3-0B2C-C0CA-23874E48338D}") = "ProjectMech", "Assembly-CSharp-Editor.csproj", "{458F3CC3-744C-B116-EFEF-BCC164467032}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50F8AF3C-2B07-B166-FB7B-7708B308FE0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50F8AF3C-2B07-B166-FB7B-7708B308FE0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50F8AF3C-2B07-B166-FB7B-7708B308FE0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50F8AF3C-2B07-B166-FB7B-7708B308FE0A}.Release|Any CPU.Build.0 = Release|Any CPU
{589EFD08-11AB-8977-7F68-77FC5F6E4AF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{589EFD08-11AB-8977-7F68-77FC5F6E4AF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{589EFD08-11AB-8977-7F68-77FC5F6E4AF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{589EFD08-11AB-8977-7F68-77FC5F6E4AF7}.Release|Any CPU.Build.0 = Release|Any CPU
{458F3CC3-744C-B116-EFEF-BCC164467032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{458F3CC3-744C-B116-EFEF-BCC164467032}.Debug|Any CPU.Build.0 = Debug|Any CPU
{458F3CC3-744C-B116-EFEF-BCC164467032}.Release|Any CPU.ActiveCfg = Release|Any CPU
{458F3CC3-744C-B116-EFEF-BCC164467032}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal