-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXPlaneDotNetCoreWebAPI.sln
47 lines (47 loc) · 2.93 KB
/
XPlaneDotNetCoreWebAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPlaneConnector.DataRefs", "XPlaneConnector\XPlaneConnector\XPlaneConnector.DataRefs\XPlaneConnector.DataRefs.csproj", "{ED8B4D28-4492-4D4B-A26C-E3386E096FEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPlaneConnector", "XPlaneConnector\XPlaneConnector\XPlaneConnector\XPlaneConnector.csproj", "{B15C9B1D-36ED-4C1B-A210-A102053A7E94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XPlaneDotNetCoreWebAPI", "XPlaneDotNetCoreWebAPI.csproj", "{A8A282A7-F585-4D3C-A49E-87B478EDDB38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QTGTest", "QTGTest\QTGTest.csproj", "{9788FEC4-FAB7-44BE-9EE7-EF0E6BCE1F8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArrayToExcel", "ArrayToExcel\ArrayToExcel\ArrayToExcel.csproj", "{5974F64E-22C2-4BB6-9EBE-D963ACC4E09D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED8B4D28-4492-4D4B-A26C-E3386E096FEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED8B4D28-4492-4D4B-A26C-E3386E096FEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED8B4D28-4492-4D4B-A26C-E3386E096FEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED8B4D28-4492-4D4B-A26C-E3386E096FEA}.Release|Any CPU.Build.0 = Release|Any CPU
{B15C9B1D-36ED-4C1B-A210-A102053A7E94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B15C9B1D-36ED-4C1B-A210-A102053A7E94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B15C9B1D-36ED-4C1B-A210-A102053A7E94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B15C9B1D-36ED-4C1B-A210-A102053A7E94}.Release|Any CPU.Build.0 = Release|Any CPU
{A8A282A7-F585-4D3C-A49E-87B478EDDB38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8A282A7-F585-4D3C-A49E-87B478EDDB38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8A282A7-F585-4D3C-A49E-87B478EDDB38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8A282A7-F585-4D3C-A49E-87B478EDDB38}.Release|Any CPU.Build.0 = Release|Any CPU
{9788FEC4-FAB7-44BE-9EE7-EF0E6BCE1F8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9788FEC4-FAB7-44BE-9EE7-EF0E6BCE1F8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9788FEC4-FAB7-44BE-9EE7-EF0E6BCE1F8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5974F64E-22C2-4BB6-9EBE-D963ACC4E09D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5974F64E-22C2-4BB6-9EBE-D963ACC4E09D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5974F64E-22C2-4BB6-9EBE-D963ACC4E09D}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35E952CF-126D-4DB8-8CAF-B8934D051867}
EndGlobalSection
EndGlobal