-
Notifications
You must be signed in to change notification settings - Fork 1
/
Interop_Desktop.sln
93 lines (93 loc) · 6.56 KB
/
Interop_Desktop.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interop", "Desktop\Interop\Interop.csproj", "{99C9E82C-C594-446D-AA59-8FFBC43AD226}"
ProjectSection(ProjectDependencies) = postProject
{2DFF5E5B-EB22-4C03-BEC9-994B112B8E78} = {2DFF5E5B-EB22-4C03-BEC9-994B112B8E78}
{7825C586-B735-493B-9EB5-B89ECC53B466} = {7825C586-B735-493B-9EB5-B89ECC53B466}
{F4D76EF1-D9F8-493C-8F7A-B12EA92F5CBB} = {F4D76EF1-D9F8-493C-8F7A-B12EA92F5CBB}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{EFD03599-40B4-4D9B-9891-79778E7517B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Interop_Common", "Interop_Common", "{48CF7C77-0302-454B-8EAA-1663B975C973}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interop.Infrastructure", "Desktop\Interop.Infrastructure\Interop.Infrastructure.csproj", "{097D108E-2024-492C-A69B-76792E63C08E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interop.Modules.Telemetry", "Desktop\Interop.Modules.Telemetry\Interop.Modules.Telemetry.csproj", "{B1AC18F3-4D41-4054-AC64-FAF6271AD868}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{17D8C48A-2C31-41F1-9CC5-5B00109C55CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interop.Examples.Server", "Desktop\Interop.Examples.Server\Interop.Examples.Server.csproj", "{1744021E-B6B8-4830-A9B8-8244B4CB5596}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interop.Examples.Client", "Desktop\Interop.Examples.Client\Interop.Examples.Client.csproj", "{F6DBE84E-E072-4A79-B395-24CF92A48B94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interop.Modules.Details", "Desktop\Interop.Modules.Details\Interop.Modules.Details.csproj", "{F4D76EF1-D9F8-493C-8F7A-B12EA92F5CBB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interop.Modules.Map", "Desktop\Interop.Modules.Map\Interop.Modules.Map.csproj", "{7825C586-B735-493B-9EB5-B89ECC53B466}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interop.Modules.UserInterface", "Desktop\Interop.Modules.UserInterface\Interop.Modules.UserInterface.csproj", "{0C2060D6-4C61-4377-BBDC-1B2DAFED83F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{9FB56D4C-70B8-46B1-AD69-C5B075CC6DC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mavlink.net", "external\mavlink.net\mavlink.net\mavlink.net.csproj", "{2DFF5E5B-EB22-4C03-BEC9-994B112B8E78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99C9E82C-C594-446D-AA59-8FFBC43AD226}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99C9E82C-C594-446D-AA59-8FFBC43AD226}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99C9E82C-C594-446D-AA59-8FFBC43AD226}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99C9E82C-C594-446D-AA59-8FFBC43AD226}.Release|Any CPU.Build.0 = Release|Any CPU
{097D108E-2024-492C-A69B-76792E63C08E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{097D108E-2024-492C-A69B-76792E63C08E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{097D108E-2024-492C-A69B-76792E63C08E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{097D108E-2024-492C-A69B-76792E63C08E}.Release|Any CPU.Build.0 = Release|Any CPU
{B1AC18F3-4D41-4054-AC64-FAF6271AD868}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1AC18F3-4D41-4054-AC64-FAF6271AD868}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1AC18F3-4D41-4054-AC64-FAF6271AD868}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1AC18F3-4D41-4054-AC64-FAF6271AD868}.Release|Any CPU.Build.0 = Release|Any CPU
{1744021E-B6B8-4830-A9B8-8244B4CB5596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1744021E-B6B8-4830-A9B8-8244B4CB5596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1744021E-B6B8-4830-A9B8-8244B4CB5596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1744021E-B6B8-4830-A9B8-8244B4CB5596}.Release|Any CPU.Build.0 = Release|Any CPU
{F6DBE84E-E072-4A79-B395-24CF92A48B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6DBE84E-E072-4A79-B395-24CF92A48B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6DBE84E-E072-4A79-B395-24CF92A48B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6DBE84E-E072-4A79-B395-24CF92A48B94}.Release|Any CPU.Build.0 = Release|Any CPU
{F4D76EF1-D9F8-493C-8F7A-B12EA92F5CBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4D76EF1-D9F8-493C-8F7A-B12EA92F5CBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4D76EF1-D9F8-493C-8F7A-B12EA92F5CBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4D76EF1-D9F8-493C-8F7A-B12EA92F5CBB}.Release|Any CPU.Build.0 = Release|Any CPU
{7825C586-B735-493B-9EB5-B89ECC53B466}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7825C586-B735-493B-9EB5-B89ECC53B466}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7825C586-B735-493B-9EB5-B89ECC53B466}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7825C586-B735-493B-9EB5-B89ECC53B466}.Release|Any CPU.Build.0 = Release|Any CPU
{0C2060D6-4C61-4377-BBDC-1B2DAFED83F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C2060D6-4C61-4377-BBDC-1B2DAFED83F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C2060D6-4C61-4377-BBDC-1B2DAFED83F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C2060D6-4C61-4377-BBDC-1B2DAFED83F1}.Release|Any CPU.Build.0 = Release|Any CPU
{2DFF5E5B-EB22-4C03-BEC9-994B112B8E78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DFF5E5B-EB22-4C03-BEC9-994B112B8E78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DFF5E5B-EB22-4C03-BEC9-994B112B8E78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DFF5E5B-EB22-4C03-BEC9-994B112B8E78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{097D108E-2024-492C-A69B-76792E63C08E} = {48CF7C77-0302-454B-8EAA-1663B975C973}
{B1AC18F3-4D41-4054-AC64-FAF6271AD868} = {EFD03599-40B4-4D9B-9891-79778E7517B3}
{1744021E-B6B8-4830-A9B8-8244B4CB5596} = {17D8C48A-2C31-41F1-9CC5-5B00109C55CA}
{F6DBE84E-E072-4A79-B395-24CF92A48B94} = {17D8C48A-2C31-41F1-9CC5-5B00109C55CA}
{F4D76EF1-D9F8-493C-8F7A-B12EA92F5CBB} = {EFD03599-40B4-4D9B-9891-79778E7517B3}
{7825C586-B735-493B-9EB5-B89ECC53B466} = {EFD03599-40B4-4D9B-9891-79778E7517B3}
{0C2060D6-4C61-4377-BBDC-1B2DAFED83F1} = {EFD03599-40B4-4D9B-9891-79778E7517B3}
{2DFF5E5B-EB22-4C03-BEC9-994B112B8E78} = {9FB56D4C-70B8-46B1-AD69-C5B075CC6DC5}
EndGlobalSection
EndGlobal