-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAstroGearsV2.sln
34 lines (34 loc) · 1.92 KB
/
AstroGearsV2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstroGearsV2", "AstroGearsV2\AstroGearsV2.csproj", "{C82829FE-3C55-4351-90B0-FCBC155CFB7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstroGearsV2Data", "AstroGearsV2Data\AstroGearsV2Data.csproj", "{DFFD2D47-18DA-404F-A3CF-15529C768E6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstroGearsV2Api", "AstroGearsV2Api\AstroGearsV2Api.csproj", "{DF441815-8793-402B-8FA3-E2D9AFCD65B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C82829FE-3C55-4351-90B0-FCBC155CFB7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C82829FE-3C55-4351-90B0-FCBC155CFB7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C82829FE-3C55-4351-90B0-FCBC155CFB7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C82829FE-3C55-4351-90B0-FCBC155CFB7B}.Release|Any CPU.Build.0 = Release|Any CPU
{DFFD2D47-18DA-404F-A3CF-15529C768E6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFFD2D47-18DA-404F-A3CF-15529C768E6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFFD2D47-18DA-404F-A3CF-15529C768E6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFFD2D47-18DA-404F-A3CF-15529C768E6F}.Release|Any CPU.Build.0 = Release|Any CPU
{DF441815-8793-402B-8FA3-E2D9AFCD65B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF441815-8793-402B-8FA3-E2D9AFCD65B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF441815-8793-402B-8FA3-E2D9AFCD65B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF441815-8793-402B-8FA3-E2D9AFCD65B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal