-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXPLM.sln
48 lines (48 loc) · 2.48 KB
/
XPLM.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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPLM", "XPLM\XPLM.csproj", "{8B5F1F4A-B592-444B-81C6-7390153E2393}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPL", "XPL\XPL.csproj", "{B758CA42-5B7B-410B-A3CD-452DA3BAB48D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{91CA81B1-BE3C-4368-B890-6EB81B5DF5AD}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "refs", "refs", "{FE584BE4-CCC5-47D2-B108-F8A99C954B00}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPLM", "refs\XPLM\XPLM.csproj", "{A2F2FB89-E44B-4DBD-9181-4A3534309631}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B5F1F4A-B592-444B-81C6-7390153E2393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B5F1F4A-B592-444B-81C6-7390153E2393}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B5F1F4A-B592-444B-81C6-7390153E2393}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B5F1F4A-B592-444B-81C6-7390153E2393}.Release|Any CPU.Build.0 = Release|Any CPU
{B758CA42-5B7B-410B-A3CD-452DA3BAB48D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B758CA42-5B7B-410B-A3CD-452DA3BAB48D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B758CA42-5B7B-410B-A3CD-452DA3BAB48D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B758CA42-5B7B-410B-A3CD-452DA3BAB48D}.Release|Any CPU.Build.0 = Release|Any CPU
{A2F2FB89-E44B-4DBD-9181-4A3534309631}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2F2FB89-E44B-4DBD-9181-4A3534309631}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2F2FB89-E44B-4DBD-9181-4A3534309631}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2F2FB89-E44B-4DBD-9181-4A3534309631}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A2F2FB89-E44B-4DBD-9181-4A3534309631} = {FE584BE4-CCC5-47D2-B108-F8A99C954B00}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2F383B3-8A3E-4F85-A188-80741B099E05}
EndGlobalSection
EndGlobal