forked from 54UL/ArcadeHelicopterPhysics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArcadeHelicopterControl(Semi-simulator).sln
35 lines (34 loc) · 2 KB
/
ArcadeHelicopterControl(Semi-simulator).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("{0E332A23-8C52-D762-B582-544DFB3F66DB}") = "ArcadeHelicopterControl(Semi-simulator)", "Assembly-CSharp-firstpass.csproj", "{0ABB0599-25D2-3822-4E1E-35AD174714B5}"
EndProject
Project("{0E332A23-8C52-D762-B582-544DFB3F66DB}") = "ArcadeHelicopterControl(Semi-simulator)", "Assembly-CSharp.csproj", "{9D7F85B5-EB90-4AF1-5178-AD6468F2582D}"
EndProject
Project("{0E332A23-8C52-D762-B582-544DFB3F66DB}") = "ArcadeHelicopterControl(Semi-simulator)", "Assembly-CSharp-Editor.csproj", "{EC46F2B9-81D3-5BE1-ACEF-3220B86C659F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0ABB0599-25D2-3822-4E1E-35AD174714B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ABB0599-25D2-3822-4E1E-35AD174714B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ABB0599-25D2-3822-4E1E-35AD174714B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ABB0599-25D2-3822-4E1E-35AD174714B5}.Release|Any CPU.Build.0 = Release|Any CPU
{9D7F85B5-EB90-4AF1-5178-AD6468F2582D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D7F85B5-EB90-4AF1-5178-AD6468F2582D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D7F85B5-EB90-4AF1-5178-AD6468F2582D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D7F85B5-EB90-4AF1-5178-AD6468F2582D}.Release|Any CPU.Build.0 = Release|Any CPU
{EC46F2B9-81D3-5BE1-ACEF-3220B86C659F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC46F2B9-81D3-5BE1-ACEF-3220B86C659F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC46F2B9-81D3-5BE1-ACEF-3220B86C659F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC46F2B9-81D3-5BE1-ACEF-3220B86C659F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Assembly-CSharp.csproj
EndGlobalSection
EndGlobal