-
Notifications
You must be signed in to change notification settings - Fork 11
/
AirspaceFixer.sln
37 lines (37 loc) · 2.09 KB
/
AirspaceFixer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AirspaceFixer", "AirspaceFixer\AirspaceFixer.csproj", "{9B83BCF9-6835-490D-91BE-2334BC1A548C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AirspaceFixerSample", "AirspaceFixerSample\AirspaceFixerSample.csproj", "{FEFA7E80-EDE6-492B-B18D-0BFD04EBF846}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AirspaceFixerSampleNet6", "AirspaceFixerSampleNet6\AirspaceFixerSampleNet6.csproj", "{51E0427B-066F-4055-ABAA-B11B2672C42F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B83BCF9-6835-490D-91BE-2334BC1A548C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B83BCF9-6835-490D-91BE-2334BC1A548C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B83BCF9-6835-490D-91BE-2334BC1A548C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B83BCF9-6835-490D-91BE-2334BC1A548C}.Release|Any CPU.Build.0 = Release|Any CPU
{FEFA7E80-EDE6-492B-B18D-0BFD04EBF846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEFA7E80-EDE6-492B-B18D-0BFD04EBF846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEFA7E80-EDE6-492B-B18D-0BFD04EBF846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEFA7E80-EDE6-492B-B18D-0BFD04EBF846}.Release|Any CPU.Build.0 = Release|Any CPU
{51E0427B-066F-4055-ABAA-B11B2672C42F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51E0427B-066F-4055-ABAA-B11B2672C42F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51E0427B-066F-4055-ABAA-B11B2672C42F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51E0427B-066F-4055-ABAA-B11B2672C42F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {011E0719-2EB0-42C4-8D2E-9E483E577B22}
EndGlobalSection
EndGlobal