-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSimConnect_FBW_Examples.sln
More file actions
51 lines (51 loc) · 2.89 KB
/
SimConnect_FBW_Examples.sln
File metadata and controls
51 lines (51 loc) · 2.89 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RollFBWExample", "RollFBWExample\RollFBWExample.vcxproj", "{CD13B049-8F66-4C14-90E3-4B6CB9CC68B9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HeadingAPExample", "HeadingAPExample\HeadingAPExample.vcxproj", "{DFA782D0-94C3-459E-A40D-49E3E1321E31}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommonHeaders", "SimControlToolbox\SimControlToolbox.vcxproj", "{EA4F3284-F242-4559-9CEC-0CAB6E415601}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD13B049-8F66-4C14-90E3-4B6CB9CC68B9}.Debug|x64.ActiveCfg = Debug|x64
{CD13B049-8F66-4C14-90E3-4B6CB9CC68B9}.Debug|x64.Build.0 = Debug|x64
{CD13B049-8F66-4C14-90E3-4B6CB9CC68B9}.Debug|x86.ActiveCfg = Debug|Win32
{CD13B049-8F66-4C14-90E3-4B6CB9CC68B9}.Debug|x86.Build.0 = Debug|Win32
{CD13B049-8F66-4C14-90E3-4B6CB9CC68B9}.Release|x64.ActiveCfg = Release|x64
{CD13B049-8F66-4C14-90E3-4B6CB9CC68B9}.Release|x64.Build.0 = Release|x64
{CD13B049-8F66-4C14-90E3-4B6CB9CC68B9}.Release|x86.ActiveCfg = Release|Win32
{CD13B049-8F66-4C14-90E3-4B6CB9CC68B9}.Release|x86.Build.0 = Release|Win32
{DFA782D0-94C3-459E-A40D-49E3E1321E31}.Debug|x64.ActiveCfg = Debug|x64
{DFA782D0-94C3-459E-A40D-49E3E1321E31}.Debug|x64.Build.0 = Debug|x64
{DFA782D0-94C3-459E-A40D-49E3E1321E31}.Debug|x86.ActiveCfg = Debug|Win32
{DFA782D0-94C3-459E-A40D-49E3E1321E31}.Debug|x86.Build.0 = Debug|Win32
{DFA782D0-94C3-459E-A40D-49E3E1321E31}.Release|x64.ActiveCfg = Release|x64
{DFA782D0-94C3-459E-A40D-49E3E1321E31}.Release|x64.Build.0 = Release|x64
{DFA782D0-94C3-459E-A40D-49E3E1321E31}.Release|x86.ActiveCfg = Release|Win32
{DFA782D0-94C3-459E-A40D-49E3E1321E31}.Release|x86.Build.0 = Release|Win32
{EA4F3284-F242-4559-9CEC-0CAB6E415601}.Debug|x64.ActiveCfg = Debug|x64
{EA4F3284-F242-4559-9CEC-0CAB6E415601}.Debug|x64.Build.0 = Debug|x64
{EA4F3284-F242-4559-9CEC-0CAB6E415601}.Debug|x86.ActiveCfg = Debug|Win32
{EA4F3284-F242-4559-9CEC-0CAB6E415601}.Debug|x86.Build.0 = Debug|Win32
{EA4F3284-F242-4559-9CEC-0CAB6E415601}.Release|x64.ActiveCfg = Release|x64
{EA4F3284-F242-4559-9CEC-0CAB6E415601}.Release|x64.Build.0 = Release|x64
{EA4F3284-F242-4559-9CEC-0CAB6E415601}.Release|x86.ActiveCfg = Release|Win32
{EA4F3284-F242-4559-9CEC-0CAB6E415601}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FEB68C7-847A-43D6-8EC5-1FD7B0EA76F5}
EndGlobalSection
EndGlobal