-
Notifications
You must be signed in to change notification settings - Fork 9
/
B78XH.sln
185 lines (185 loc) · 12.8 KB
/
B78XH.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "B78XH", "B78XH\B78XH.vcxproj", "{D736E6DA-19FB-431F-8F48-0A9E43490063}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Unit Tests", "Unit Tests\Unit Tests.vcxproj", "{8FFE60DC-5D87-459E-9200-86C847BFA9B3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tools", "Tools\Tools.vcxproj", "{7EC92233-171F-4CC6-8638-75A469C78D7C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fmt", "fmt\fmt.vcxproj", "{06DC21B8-0B00-413A-B6D2-58C8844F94A7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleIni", "SimpleIni\SimpleIni.vcxproj", "{B0048D6F-2B70-4409-8B9B-2C4099F37770}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NanoVG", "NanoVG\NanoVG.vcxproj", "{9C025D65-9FD3-4C33-8BB4-82387922C9D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|MSFS = Debug|MSFS
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
MinSizeRel|MSFS = MinSizeRel|MSFS
MinSizeRel|x64 = MinSizeRel|x64
MinSizeRel|x86 = MinSizeRel|x86
Release|MSFS = Release|MSFS
Release|x64 = Release|x64
Release|x86 = Release|x86
RelWithDebInfo|MSFS = RelWithDebInfo|MSFS
RelWithDebInfo|x64 = RelWithDebInfo|x64
RelWithDebInfo|x86 = RelWithDebInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Debug|MSFS.ActiveCfg = Debug|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Debug|MSFS.Build.0 = Debug|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Debug|x64.ActiveCfg = Debug|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Debug|x64.Build.0 = Debug|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Debug|x86.ActiveCfg = Debug|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Debug|x86.Build.0 = Debug|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.MinSizeRel|MSFS.ActiveCfg = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.MinSizeRel|MSFS.Build.0 = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.MinSizeRel|x64.ActiveCfg = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.MinSizeRel|x64.Build.0 = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.MinSizeRel|x86.ActiveCfg = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.MinSizeRel|x86.Build.0 = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Release|MSFS.ActiveCfg = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Release|MSFS.Build.0 = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Release|x64.ActiveCfg = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Release|x64.Build.0 = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Release|x86.ActiveCfg = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.Release|x86.Build.0 = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.RelWithDebInfo|MSFS.ActiveCfg = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.RelWithDebInfo|MSFS.Build.0 = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.RelWithDebInfo|x64.ActiveCfg = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.RelWithDebInfo|x64.Build.0 = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.RelWithDebInfo|x86.ActiveCfg = Release|MSFS
{D736E6DA-19FB-431F-8F48-0A9E43490063}.RelWithDebInfo|x86.Build.0 = Release|MSFS
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Debug|MSFS.ActiveCfg = Debug|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Debug|MSFS.Build.0 = Debug|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Debug|x64.ActiveCfg = Debug|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Debug|x64.Build.0 = Debug|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Debug|x86.ActiveCfg = Debug|Win32
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Debug|x86.Build.0 = Debug|Win32
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.MinSizeRel|MSFS.ActiveCfg = Debug|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.MinSizeRel|MSFS.Build.0 = Debug|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.MinSizeRel|x64.ActiveCfg = Debug|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.MinSizeRel|x64.Build.0 = Debug|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.MinSizeRel|x86.ActiveCfg = Debug|Win32
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.MinSizeRel|x86.Build.0 = Debug|Win32
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Release|MSFS.ActiveCfg = Release|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Release|MSFS.Build.0 = Release|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Release|x64.ActiveCfg = Release|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Release|x64.Build.0 = Release|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Release|x86.ActiveCfg = Release|Win32
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.Release|x86.Build.0 = Release|Win32
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.RelWithDebInfo|MSFS.ActiveCfg = Release|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.RelWithDebInfo|MSFS.Build.0 = Release|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.RelWithDebInfo|x64.Build.0 = Release|x64
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{8FFE60DC-5D87-459E-9200-86C847BFA9B3}.RelWithDebInfo|x86.Build.0 = Release|Win32
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Debug|MSFS.ActiveCfg = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Debug|MSFS.Build.0 = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Debug|x64.ActiveCfg = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Debug|x64.Build.0 = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Debug|x86.ActiveCfg = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Debug|x86.Build.0 = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.MinSizeRel|MSFS.ActiveCfg = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.MinSizeRel|MSFS.Build.0 = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.MinSizeRel|x64.ActiveCfg = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.MinSizeRel|x64.Build.0 = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.MinSizeRel|x86.ActiveCfg = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.MinSizeRel|x86.Build.0 = Debug|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Release|MSFS.ActiveCfg = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Release|MSFS.Build.0 = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Release|x64.ActiveCfg = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Release|x64.Build.0 = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Release|x86.ActiveCfg = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.Release|x86.Build.0 = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.RelWithDebInfo|MSFS.ActiveCfg = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.RelWithDebInfo|MSFS.Build.0 = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.RelWithDebInfo|x64.ActiveCfg = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.RelWithDebInfo|x64.Build.0 = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.RelWithDebInfo|x86.ActiveCfg = Release|MSFS
{7EC92233-171F-4CC6-8638-75A469C78D7C}.RelWithDebInfo|x86.Build.0 = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Debug|MSFS.ActiveCfg = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Debug|MSFS.Build.0 = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Debug|x64.ActiveCfg = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Debug|x64.Build.0 = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Debug|x86.ActiveCfg = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Debug|x86.Build.0 = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.MinSizeRel|MSFS.ActiveCfg = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.MinSizeRel|MSFS.Build.0 = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.MinSizeRel|x64.ActiveCfg = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.MinSizeRel|x64.Build.0 = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.MinSizeRel|x86.ActiveCfg = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.MinSizeRel|x86.Build.0 = Debug|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Release|MSFS.ActiveCfg = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Release|MSFS.Build.0 = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Release|x64.ActiveCfg = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Release|x64.Build.0 = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Release|x86.ActiveCfg = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.Release|x86.Build.0 = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.RelWithDebInfo|MSFS.ActiveCfg = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.RelWithDebInfo|MSFS.Build.0 = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.RelWithDebInfo|x64.ActiveCfg = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.RelWithDebInfo|x64.Build.0 = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.RelWithDebInfo|x86.ActiveCfg = Release|MSFS
{06DC21B8-0B00-413A-B6D2-58C8844F94A7}.RelWithDebInfo|x86.Build.0 = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Debug|MSFS.ActiveCfg = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Debug|MSFS.Build.0 = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Debug|x64.ActiveCfg = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Debug|x64.Build.0 = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Debug|x86.ActiveCfg = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Debug|x86.Build.0 = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.MinSizeRel|MSFS.ActiveCfg = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.MinSizeRel|MSFS.Build.0 = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.MinSizeRel|x64.ActiveCfg = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.MinSizeRel|x64.Build.0 = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.MinSizeRel|x86.ActiveCfg = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.MinSizeRel|x86.Build.0 = Debug|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Release|MSFS.ActiveCfg = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Release|MSFS.Build.0 = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Release|x64.ActiveCfg = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Release|x64.Build.0 = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Release|x86.ActiveCfg = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.Release|x86.Build.0 = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.RelWithDebInfo|MSFS.ActiveCfg = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.RelWithDebInfo|MSFS.Build.0 = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.RelWithDebInfo|x64.ActiveCfg = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.RelWithDebInfo|x64.Build.0 = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.RelWithDebInfo|x86.ActiveCfg = Release|MSFS
{B0048D6F-2B70-4409-8B9B-2C4099F37770}.RelWithDebInfo|x86.Build.0 = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Debug|MSFS.ActiveCfg = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Debug|MSFS.Build.0 = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Debug|x64.ActiveCfg = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Debug|x64.Build.0 = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Debug|x86.ActiveCfg = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Debug|x86.Build.0 = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.MinSizeRel|MSFS.ActiveCfg = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.MinSizeRel|MSFS.Build.0 = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.MinSizeRel|x64.ActiveCfg = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.MinSizeRel|x64.Build.0 = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.MinSizeRel|x86.ActiveCfg = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.MinSizeRel|x86.Build.0 = Debug|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Release|MSFS.ActiveCfg = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Release|MSFS.Build.0 = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Release|x64.ActiveCfg = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Release|x64.Build.0 = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Release|x86.ActiveCfg = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.Release|x86.Build.0 = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.RelWithDebInfo|MSFS.ActiveCfg = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.RelWithDebInfo|MSFS.Build.0 = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.RelWithDebInfo|x64.ActiveCfg = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.RelWithDebInfo|x64.Build.0 = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.RelWithDebInfo|x86.ActiveCfg = Release|MSFS
{9C025D65-9FD3-4C33-8BB4-82387922C9D3}.RelWithDebInfo|x86.Build.0 = Release|MSFS
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A683588E-13C3-418D-9FCC-08AB6B56ABDB}
EndGlobalSection
EndGlobal