-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSpaceSimulator.sln
43 lines (43 loc) · 2.6 KB
/
SpaceSimulator.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
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpaceSimulator", "SpaceSimulator\SpaceSimulator.csproj", "{DFE9B17C-4703-480D-9B11-236DFF7F11FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpaceSimulator.Horizons", "SpaceSimulator.Horizons\SpaceSimulator.Horizons.csproj", "{2667BAED-7416-4FC1-B3F6-9FE4BE37A5F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpaceSimulator.Common", "SpaceSimulator.Common\SpaceSimulator.Common.csproj", "{69700E4F-A39E-4563-915D-300E8BCB3222}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpaceSimulator.PhysicsTest", "SpaceSimulator.Physics\SpaceSimulator.PhysicsTest.csproj", "{64AD00A5-EDBA-4C2E-A216-8EC0C34E4523}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFE9B17C-4703-480D-9B11-236DFF7F11FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFE9B17C-4703-480D-9B11-236DFF7F11FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFE9B17C-4703-480D-9B11-236DFF7F11FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFE9B17C-4703-480D-9B11-236DFF7F11FB}.Release|Any CPU.Build.0 = Release|Any CPU
{2667BAED-7416-4FC1-B3F6-9FE4BE37A5F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2667BAED-7416-4FC1-B3F6-9FE4BE37A5F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2667BAED-7416-4FC1-B3F6-9FE4BE37A5F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2667BAED-7416-4FC1-B3F6-9FE4BE37A5F9}.Release|Any CPU.Build.0 = Release|Any CPU
{69700E4F-A39E-4563-915D-300E8BCB3222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69700E4F-A39E-4563-915D-300E8BCB3222}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69700E4F-A39E-4563-915D-300E8BCB3222}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69700E4F-A39E-4563-915D-300E8BCB3222}.Release|Any CPU.Build.0 = Release|Any CPU
{64AD00A5-EDBA-4C2E-A216-8EC0C34E4523}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64AD00A5-EDBA-4C2E-A216-8EC0C34E4523}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64AD00A5-EDBA-4C2E-A216-8EC0C34E4523}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64AD00A5-EDBA-4C2E-A216-8EC0C34E4523}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD73D76D-F749-4A3A-955C-92B4B3F587F6}
EndGlobalSection
EndGlobal