-
Notifications
You must be signed in to change notification settings - Fork 1
/
GroundStation.sln
29 lines (29 loc) · 1.4 KB
/
GroundStation.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 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31112.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroundStation", "GroundStation\GroundStation\GroundStation.csproj", "{594CFE3E-6229-490F-A6A7-70CF5D5257F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GroundStationContent", "GroundStation\GroundStationContent\GroundStationContent.contentproj", "{40301657-96F5-403A-B1CA-B2771A3ABCD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{594CFE3E-6229-490F-A6A7-70CF5D5257F4}.Debug|x86.ActiveCfg = Debug|x86
{594CFE3E-6229-490F-A6A7-70CF5D5257F4}.Debug|x86.Build.0 = Debug|x86
{594CFE3E-6229-490F-A6A7-70CF5D5257F4}.Release|x86.ActiveCfg = Release|x86
{594CFE3E-6229-490F-A6A7-70CF5D5257F4}.Release|x86.Build.0 = Release|x86
{40301657-96F5-403A-B1CA-B2771A3ABCD1}.Debug|x86.ActiveCfg = Debug|x86
{40301657-96F5-403A-B1CA-B2771A3ABCD1}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B14C418C-917E-4837-B722-ECCB70BC9CC5}
EndGlobalSection
EndGlobal