1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{22540CD3-D3CA-4C86-A773-80AEEE3ACDED}</ProjectGuid>
23 <RootNamespace>SimGear</RootNamespace>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27 <ConfigurationType>StaticLibrary</ConfigurationType>
28 <UseOfMfc>false</UseOfMfc>
29 <CharacterSet>MultiByte</CharacterSet>
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <ConfigurationType>StaticLibrary</ConfigurationType>
33 <UseOfMfc>false</UseOfMfc>
34 <CharacterSet>MultiByte</CharacterSet>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
37 <ConfigurationType>StaticLibrary</ConfigurationType>
38 <UseOfMfc>false</UseOfMfc>
39 <CharacterSet>MultiByte</CharacterSet>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
42 <ConfigurationType>StaticLibrary</ConfigurationType>
43 <UseOfMfc>false</UseOfMfc>
44 <CharacterSet>MultiByte</CharacterSet>
46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
47 <ImportGroup Label="ExtensionSettings">
49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
65 <PropertyGroup Label="UserMacros" />
67 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
76 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
77 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
78 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
79 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
80 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
81 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
82 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
83 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
84 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
85 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
86 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
87 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
91 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
92 <AdditionalIncludeDirectories>..\..;..\..\simgear;..\..\..;..\..\..\install\msvc100\OpenSceneGraph\include;..\..\..\3rdparty\include;..\..\..\boost_1_43_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
93 <PreprocessorDefinitions>HAVE_CONFIG_H;NDEBUG;WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <StringPooling>true</StringPooling>
95 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
96 <FunctionLevelLinking>true</FunctionLevelLinking>
97 <RuntimeTypeInfo>true</RuntimeTypeInfo>
98 <WarningLevel>Level3</WarningLevel>
99 <SuppressStartupBanner>true</SuppressStartupBanner>
100 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
101 <CompileAs>Default</CompileAs>
104 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 <Culture>0x0409</Culture>
108 <SuppressStartupBanner>true</SuppressStartupBanner>
111 </ItemDefinitionGroup>
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
114 <TargetEnvironment>X64</TargetEnvironment>
117 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
118 <AdditionalIncludeDirectories>..\..;..\..\simgear;..\..\..;..\..\..\install\msvc100-64\OpenSceneGraph\include;..\..\..\3rdparty.x64\include;..\..\..\boost_1_43_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
119 <PreprocessorDefinitions>HAVE_CONFIG_H;NDEBUG;WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120 <StringPooling>true</StringPooling>
121 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
122 <FunctionLevelLinking>true</FunctionLevelLinking>
123 <RuntimeTypeInfo>true</RuntimeTypeInfo>
124 <WarningLevel>Level3</WarningLevel>
125 <SuppressStartupBanner>true</SuppressStartupBanner>
126 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
127 <CompileAs>Default</CompileAs>
130 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131 <Culture>0x0409</Culture>
134 <SuppressStartupBanner>true</SuppressStartupBanner>
136 </ItemDefinitionGroup>
137 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
139 <Optimization>Disabled</Optimization>
140 <AdditionalIncludeDirectories>..\..;..\..\simgear;..\..\..;..\..\..\install\msvc100\OpenSceneGraph\include;..\..\..\3rdparty\include;..\..\..\boost_1_43_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
141 <PreprocessorDefinitions>HAVE_CONFIG_H;_DEBUG;WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
142 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
143 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
144 <RuntimeTypeInfo>true</RuntimeTypeInfo>
145 <BrowseInformation>true</BrowseInformation>
146 <WarningLevel>Level3</WarningLevel>
147 <SuppressStartupBanner>true</SuppressStartupBanner>
148 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
149 <CompileAs>Default</CompileAs>
152 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
153 <Culture>0x0409</Culture>
156 <SuppressStartupBanner>true</SuppressStartupBanner>
158 </ItemDefinitionGroup>
159 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
161 <TargetEnvironment>X64</TargetEnvironment>
164 <Optimization>Disabled</Optimization>
165 <AdditionalIncludeDirectories>..\..;..\..\simgear;..\..\..;..\..\..\install\msvc100-64\OpenSceneGraph\include;..\..\..\3rdparty.x64\include;..\..\..\boost_1_43_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
166 <PreprocessorDefinitions>HAVE_CONFIG_H;_DEBUG;WIN32;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
167 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
168 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
169 <RuntimeTypeInfo>true</RuntimeTypeInfo>
170 <BrowseInformation>true</BrowseInformation>
171 <WarningLevel>Level3</WarningLevel>
172 <SuppressStartupBanner>true</SuppressStartupBanner>
173 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
174 <CompileAs>Default</CompileAs>
177 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
178 <Culture>0x0409</Culture>
181 <SuppressStartupBanner>true</SuppressStartupBanner>
183 </ItemDefinitionGroup>
185 <ClCompile Include="..\..\simgear\bucket\newbucket.cxx" />
186 <ClCompile Include="..\..\simgear\debug\logstream.cxx" />
187 <ClCompile Include="..\..\simgear\ephemeris\celestialBody.cxx" />
188 <ClCompile Include="..\..\simgear\ephemeris\ephemeris.cxx" />
189 <ClCompile Include="..\..\simgear\ephemeris\jupiter.cxx" />
190 <ClCompile Include="..\..\simgear\ephemeris\mars.cxx" />
191 <ClCompile Include="..\..\simgear\ephemeris\mercury.cxx" />
192 <ClCompile Include="..\..\simgear\ephemeris\moonpos.cxx" />
193 <ClCompile Include="..\..\simgear\ephemeris\neptune.cxx" />
194 <ClCompile Include="..\..\simgear\ephemeris\saturn.cxx" />
195 <ClCompile Include="..\..\simgear\ephemeris\star.cxx" />
196 <ClCompile Include="..\..\simgear\ephemeris\stardata.cxx" />
197 <ClCompile Include="..\..\simgear\ephemeris\uranus.cxx" />
198 <ClCompile Include="..\..\simgear\ephemeris\venus.cxx" />
199 <ClCompile Include="..\..\simgear\io\iochannel.cxx" />
200 <ClCompile Include="..\..\simgear\io\lowlevel.cxx" />
201 <ClCompile Include="..\..\simgear\io\raw_socket.cxx" />
202 <ClCompile Include="..\..\simgear\io\sg_binobj.cxx" />
203 <ClCompile Include="..\..\simgear\io\sg_file.cxx" />
204 <ClCompile Include="..\..\simgear\io\sg_serial.cxx" />
205 <ClCompile Include="..\..\simgear\io\sg_socket.cxx" />
206 <ClCompile Include="..\..\simgear\io\sg_socket_udp.cxx" />
207 <ClCompile Include="..\..\simgear\magvar\coremag.cxx" />
208 <ClCompile Include="..\..\simgear\magvar\magvar.cxx" />
209 <ClCompile Include="..\..\simgear\math\interpolater.cxx" />
210 <ClCompile Include="..\..\simgear\math\leastsqs.cxx" />
211 <ClCompile Include="..\..\simgear\math\sg_random.c" />
212 <ClCompile Include="..\..\simgear\math\SGGeod.cxx" />
213 <ClCompile Include="..\..\simgear\math\SGGeodesy.cxx" />
214 <ClCompile Include="..\..\simgear\misc\interpolator.cxx" />
215 <ClCompile Include="..\..\simgear\misc\PathOptions.cxx" />
216 <ClCompile Include="..\..\simgear\misc\sg_dir.cxx" />
217 <ClCompile Include="..\..\simgear\misc\sg_path.cxx" />
218 <ClCompile Include="..\..\simgear\misc\sgstream.cxx" />
219 <ClCompile Include="..\..\simgear\misc\strutils.cxx" />
220 <ClCompile Include="..\..\simgear\misc\tabbed_values.cxx" />
221 <ClCompile Include="..\..\simgear\misc\texcoord.cxx" />
222 <ClCompile Include="..\..\simgear\misc\zfstream.cxx" />
223 <ClCompile Include="..\..\simgear\misc\ResourceManager.cxx" />
224 <ClCompile Include="..\..\simgear\misc\ResourceManager.hxx" />
225 <ClCompile Include="..\..\simgear\route\route.cxx" />
226 <ClCompile Include="..\..\simgear\route\waypoint.cxx" />
227 <ClCompile Include="..\..\simgear\screen\extensions.cxx" />
228 <ClCompile Include="..\..\simgear\screen\jpgfactory.cxx" />
229 <ClCompile Include="..\..\simgear\screen\screen-dump.cxx" />
230 <ClCompile Include="..\..\simgear\screen\tr.cxx" />
231 <ClCompile Include="..\..\simgear\serial\serial.cxx" />
232 <ClCompile Include="..\..\simgear\scene\sky\cloud.cxx" />
233 <ClCompile Include="..\..\simgear\scene\sky\cloudfield.cxx" />
234 <ClCompile Include="..\..\simgear\scene\sky\CloudShaderGeometry.cxx" />
235 <ClCompile Include="..\..\simgear\scene\sky\dome.cxx" />
236 <ClCompile Include="..\..\simgear\scene\sky\moon.cxx" />
237 <ClCompile Include="..\..\simgear\scene\sky\newcloud.cxx" />
238 <ClCompile Include="..\..\simgear\scene\sky\oursun.cxx" />
239 <ClCompile Include="..\..\simgear\scene\sky\sky.cxx" />
240 <ClCompile Include="..\..\simgear\scene\sky\sphere.cxx" />
241 <ClCompile Include="..\..\simgear\scene\sky\stars.cxx" />
242 <ClCompile Include="..\..\simgear\timing\lowleveltime.cxx" />
243 <ClCompile Include="..\..\simgear\timing\sg_time.cxx" />
244 <ClCompile Include="..\..\simgear\timing\timestamp.cxx" />
245 <ClCompile Include="..\..\simgear\timing\timezone.cxx" />
246 <ClCompile Include="..\..\simgear\xml\easyxml.cxx" />
247 <ClCompile Include="..\..\simgear\xml\hashtable.c" />
248 <ClCompile Include="..\..\simgear\xml\xmlparse.c" />
249 <ClCompile Include="..\..\simgear\xml\xmlrole.c" />
250 <ClCompile Include="..\..\simgear\xml\xmltok.c" />
251 <ClCompile Include="..\..\simgear\props\AtomicChangeListener.cxx" />
252 <ClCompile Include="..\..\simgear\props\condition.cxx" />
253 <ClCompile Include="..\..\simgear\props\props.cxx" />
254 <ClCompile Include="..\..\simgear\props\props_io.cxx" />
255 <ClCompile Include="..\..\simgear\scene\model\animation.cxx" />
256 <ClCompile Include="..\..\simgear\scene\model\CheckSceneryVisitor.cxx" />
257 <ClCompile Include="..\..\simgear\scene\model\model.cxx" />
258 <ClCompile Include="..\..\simgear\scene\model\modellib.cxx" />
259 <ClCompile Include="..\..\simgear\scene\model\ModelRegistry.cxx" />
260 <ClCompile Include="..\..\simgear\scene\model\particles.cxx" />
261 <ClCompile Include="..\..\simgear\scene\model\persparam.cxx" />
262 <ClCompile Include="..\..\simgear\scene\model\placement.cxx" />
263 <ClCompile Include="..\..\simgear\scene\model\SGClipGroup.cxx" />
264 <ClCompile Include="..\..\simgear\scene\model\SGInteractionAnimation.cxx" />
265 <ClCompile Include="..\..\simgear\scene\model\SGMaterialAnimation.cxx" />
266 <ClCompile Include="..\..\simgear\scene\model\SGOffsetTransform.cxx" />
267 <ClCompile Include="..\..\simgear\scene\model\SGPagedLOD.cxx" />
268 <ClCompile Include="..\..\simgear\scene\model\SGReaderWriterXML.cxx" />
269 <ClCompile Include="..\..\simgear\scene\model\SGRotateTransform.cxx" />
270 <ClCompile Include="..\..\simgear\scene\model\SGScaleTransform.cxx" />
271 <ClCompile Include="..\..\simgear\scene\model\SGText.cxx" />
272 <ClCompile Include="..\..\simgear\scene\model\SGTranslateTransform.cxx" />
273 <ClCompile Include="..\..\simgear\scene\model\shadanim.cxx" />
274 <ClCompile Include="..\..\simgear\sound\sample_group.cxx" />
275 <ClCompile Include="..\..\simgear\sound\sample_openal.cxx" />
276 <ClCompile Include="..\..\simgear\sound\soundmgr_openal.cxx" />
277 <ClCompile Include="..\..\simgear\sound\xmlsound.cxx" />
278 <ClCompile Include="..\..\simgear\scene\material\Effect.cxx" />
279 <ClCompile Include="..\..\simgear\scene\material\EffectBuilder.cxx" />
280 <ClCompile Include="..\..\simgear\scene\material\EffectCullVisitor.cxx" />
281 <ClCompile Include="..\..\simgear\scene\material\EffectGeode.cxx" />
282 <ClCompile Include="..\..\simgear\scene\material\GLPredicate.cxx" />
283 <ClCompile Include="..\..\simgear\scene\material\makeEffect.cxx" />
284 <ClCompile Include="..\..\simgear\scene\material\mat.cxx" />
285 <ClCompile Include="..\..\simgear\scene\material\matlib.cxx" />
286 <ClCompile Include="..\..\simgear\scene\material\matmodel.cxx" />
287 <ClCompile Include="..\..\simgear\scene\material\Noise.cxx" />
288 <ClCompile Include="..\..\simgear\scene\material\Pass.cxx" />
289 <ClCompile Include="..\..\simgear\scene\material\Technique.cxx" />
290 <ClCompile Include="..\..\simgear\scene\material\TextureBuilder.cxx" />
291 <ClCompile Include="..\..\simgear\scene\tgdb\apt_signs.cxx" />
292 <ClCompile Include="..\..\simgear\scene\tgdb\GroundLightManager.cxx" />
293 <ClCompile Include="..\..\simgear\scene\tgdb\obj.cxx" />
294 <ClCompile Include="..\..\simgear\scene\tgdb\pt_lights.cxx" />
295 <ClCompile Include="..\..\simgear\scene\tgdb\ReaderWriterSTG.cxx" />
296 <ClCompile Include="..\..\simgear\scene\tgdb\SGOceanTile.cxx" />
297 <ClCompile Include="..\..\simgear\scene\tgdb\SGReaderWriterBTG.cxx" />
298 <ClCompile Include="..\..\simgear\scene\tgdb\SGVasiDrawable.cxx" />
299 <ClCompile Include="..\..\simgear\scene\tgdb\ShaderGeometry.cxx" />
300 <ClCompile Include="..\..\simgear\scene\tgdb\TileCache.cxx" />
301 <ClCompile Include="..\..\simgear\scene\tgdb\TileEntry.cxx" />
302 <ClCompile Include="..\..\simgear\scene\tgdb\TreeBin.cxx" />
303 <ClCompile Include="..\..\simgear\scene\tgdb\userdata.cxx" />
304 <ClCompile Include="..\..\simgear\structure\commands.cxx" />
305 <ClCompile Include="..\..\simgear\structure\event_mgr.cxx" />
306 <ClCompile Include="..\..\simgear\structure\exception.cxx">
307 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
308 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
309 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
310 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
312 <ClCompile Include="..\..\simgear\structure\SGBinding.cxx" />
313 <ClCompile Include="..\..\simgear\structure\SGExpression.cxx" />
314 <ClCompile Include="..\..\simgear\structure\SGSmplhist.cxx" />
315 <ClCompile Include="..\..\simgear\structure\SGSmplstat.cxx" />
316 <ClCompile Include="..\..\simgear\structure\subsystem_mgr.cxx" />
317 <ClCompile Include="..\..\simgear\nasal\bitslib.c" />
318 <ClCompile Include="..\..\simgear\nasal\code.c" />
319 <ClCompile Include="..\..\simgear\nasal\codegen.c" />
320 <ClCompile Include="..\..\simgear\nasal\gc.c" />
321 <ClCompile Include="..\..\simgear\nasal\hash.c" />
322 <ClCompile Include="..\..\simgear\nasal\iolib.c" />
323 <ClCompile Include="..\..\simgear\nasal\lex.c" />
324 <ClCompile Include="..\..\simgear\nasal\lib.c" />
325 <ClCompile Include="..\..\simgear\nasal\mathlib.c" />
326 <ClCompile Include="..\..\simgear\nasal\misc.c" />
327 <ClCompile Include="..\..\simgear\nasal\parse.c" />
328 <ClCompile Include="..\..\simgear\nasal\string.c">
329 <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MinSpace</Optimization>
330 <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">OnlyExplicitInline</InlineFunctionExpansion>
331 <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MinSpace</Optimization>
332 <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Release|x64'">OnlyExplicitInline</InlineFunctionExpansion>
334 <ClCompile Include="..\..\simgear\nasal\thread-win32.c" />
335 <ClCompile Include="..\..\simgear\nasal\threadlib.c" />
336 <ClCompile Include="..\..\simgear\nasal\utf8lib.c" />
337 <ClCompile Include="..\..\simgear\nasal\vector.c">
338 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
339 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
340 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
341 <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
343 <ClCompile Include="..\..\simgear\environment\metar.cxx" />
344 <ClCompile Include="..\..\simgear\environment\precipitation.cxx" />
345 <ClCompile Include="..\..\simgear\environment\visual_enviro.cxx" />
346 <ClCompile Include="..\..\simgear\scene\util\CopyOp.cxx" />
347 <ClCompile Include="..\..\simgear\scene\util\NodeAndDrawableVisitor.cxx" />
348 <ClCompile Include="..\..\simgear\scene\util\PrimitiveUtils.cxx" />
349 <ClCompile Include="..\..\simgear\scene\util\QuadTreeBuilder.cxx" />
350 <ClCompile Include="..\..\simgear\scene\util\SGEnlargeBoundingBox.cxx" />
351 <ClCompile Include="..\..\simgear\scene\util\SGSceneFeatures.cxx" />
352 <ClCompile Include="..\..\simgear\scene\util\SGSceneUserData.cxx" />
353 <ClCompile Include="..\..\simgear\scene\util\SGStateAttributeVisitor.cxx" />
354 <ClCompile Include="..\..\simgear\scene\util\SGTextureStateAttributeVisitor.cxx" />
355 <ClCompile Include="..\..\simgear\scene\util\SplicingVisitor.cxx" />
356 <ClCompile Include="..\..\simgear\scene\util\StateAttributeFactory.cxx" />
357 <ClCompile Include="..\..\simgear\scene\util\UpdateOnceCallback.cxx" />
358 <ClCompile Include="..\..\simgear\scene\bvh\BVHGroup.cxx" />
359 <ClCompile Include="..\..\simgear\scene\bvh\BVHLineGeometry.cxx" />
360 <ClCompile Include="..\..\simgear\scene\bvh\BVHLineSegmentVisitor.cxx" />
361 <ClCompile Include="..\..\simgear\scene\bvh\BVHMotionTransform.cxx" />
362 <ClCompile Include="..\..\simgear\scene\bvh\BVHNode.cxx" />
363 <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticBinary.cxx" />
364 <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticGeometry.cxx" />
365 <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticLeaf.cxx" />
366 <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticNode.cxx" />
367 <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticTriangle.cxx" />
368 <ClCompile Include="..\..\simgear\scene\bvh\BVHSubTreeCollector.cxx" />
369 <ClCompile Include="..\..\simgear\scene\bvh\BVHTransform.cxx" />
372 <ClInclude Include="..\..\simgear\bucket\newbucket.hxx" />
373 <ClInclude Include="..\..\simgear\debug\debug_types.h" />
374 <ClInclude Include="..\..\simgear\debug\logstream.hxx" />
375 <ClInclude Include="..\..\simgear\ephemeris\celestialBody.hxx" />
376 <ClInclude Include="..\..\simgear\ephemeris\ephemeris.hxx" />
377 <ClInclude Include="..\..\simgear\ephemeris\jupiter.hxx" />
378 <ClInclude Include="..\..\simgear\ephemeris\mars.hxx" />
379 <ClInclude Include="..\..\simgear\ephemeris\mercury.hxx" />
380 <ClInclude Include="..\..\simgear\ephemeris\moonpos.hxx" />
381 <ClInclude Include="..\..\simgear\ephemeris\neptune.hxx" />
382 <ClInclude Include="..\..\simgear\ephemeris\pluto.hxx" />
383 <ClInclude Include="..\..\simgear\ephemeris\saturn.hxx" />
384 <ClInclude Include="..\..\simgear\ephemeris\star.hxx" />
385 <ClInclude Include="..\..\simgear\ephemeris\stardata.hxx" />
386 <ClInclude Include="..\..\simgear\ephemeris\uranus.hxx" />
387 <ClInclude Include="..\..\simgear\ephemeris\venus.hxx" />
388 <ClInclude Include="..\..\simgear\io\iochannel.hxx" />
389 <ClInclude Include="..\..\simgear\io\lowlevel.hxx" />
390 <ClInclude Include="..\..\simgear\io\raw_socket.hxx" />
391 <ClInclude Include="..\..\simgear\io\sg_binobj.hxx" />
392 <ClInclude Include="..\..\simgear\io\sg_file.hxx" />
393 <ClInclude Include="..\..\simgear\io\sg_serial.hxx" />
394 <ClInclude Include="..\..\simgear\io\sg_socket.hxx" />
395 <ClInclude Include="..\..\simgear\io\sg_socket_udp.hxx" />
396 <ClInclude Include="..\..\simgear\magvar\coremag.hxx" />
397 <ClInclude Include="..\..\simgear\magvar\magvar.hxx" />
398 <ClInclude Include="..\..\simgear\math\beziercurve.hxx" />
399 <ClInclude Include="..\..\simgear\math\interpolater.hxx" />
400 <ClInclude Include="..\..\simgear\math\leastsqs.hxx" />
401 <ClInclude Include="..\..\simgear\math\linintp2.h" />
402 <ClInclude Include="..\..\simgear\math\localconsts.hxx" />
403 <ClInclude Include="..\..\simgear\math\point3d.hxx" />
404 <ClInclude Include="..\..\simgear\math\polar3d.hxx" />
405 <ClInclude Include="..\..\simgear\math\sg_geodesy.hxx" />
406 <ClInclude Include="..\..\simgear\math\sg_random.h" />
407 <ClInclude Include="..\..\simgear\math\sg_types.hxx" />
408 <ClInclude Include="..\..\simgear\math\SGGeodesy.hxx" />
409 <ClInclude Include="..\..\simgear\math\sphrintp.h" />
410 <ClInclude Include="..\..\simgear\misc\interpolator.hxx" />
411 <ClInclude Include="..\..\simgear\misc\PathOptions.hxx" />
412 <ClInclude Include="..\..\simgear\misc\sg_dir.hxx" />
413 <ClInclude Include="..\..\simgear\misc\sg_path.hxx" />
414 <ClInclude Include="..\..\simgear\misc\sgstream.hxx" />
415 <ClInclude Include="..\..\simgear\misc\stopwatch.hxx" />
416 <ClInclude Include="..\..\simgear\misc\strutils.hxx" />
417 <ClInclude Include="..\..\simgear\misc\tabbed_values.hxx" />
418 <ClInclude Include="..\..\simgear\misc\texcoord.hxx" />
419 <ClInclude Include="..\..\simgear\misc\zfstream.hxx" />
420 <ClInclude Include="..\..\simgear\route\route.hxx" />
421 <ClInclude Include="..\..\simgear\route\waypoint.hxx" />
422 <ClInclude Include="..\..\simgear\screen\colors.hxx" />
423 <ClInclude Include="..\..\simgear\screen\extensions.hxx" />
424 <ClInclude Include="..\..\simgear\screen\jpgfactory.hxx" />
425 <ClInclude Include="..\..\simgear\screen\screen-dump.hxx" />
426 <ClInclude Include="..\..\simgear\screen\tr.h" />
427 <ClInclude Include="..\..\simgear\screen\win32-printer.h" />
428 <ClInclude Include="..\..\simgear\serial\serial.hxx" />
429 <ClInclude Include="..\..\simgear\scene\sky\cloud.hxx" />
430 <ClInclude Include="..\..\simgear\scene\sky\cloudfield.hxx" />
431 <ClInclude Include="..\..\simgear\scene\sky\CloudShaderGeometry.hxx" />
432 <ClInclude Include="..\..\simgear\scene\sky\dome.hxx" />
433 <ClInclude Include="..\..\simgear\scene\sky\moon.hxx" />
434 <ClInclude Include="..\..\simgear\scene\sky\newcloud.hxx" />
435 <ClInclude Include="..\..\simgear\scene\sky\oursun.hxx" />
436 <ClInclude Include="..\..\simgear\scene\sky\sky.hxx" />
437 <ClInclude Include="..\..\simgear\scene\sky\sphere.hxx" />
438 <ClInclude Include="..\..\simgear\scene\sky\stars.hxx" />
439 <ClInclude Include="..\..\simgear\timing\lowleveltime.h" />
440 <ClInclude Include="..\..\simgear\timing\sg_time.hxx" />
441 <ClInclude Include="..\..\simgear\timing\timestamp.hxx" />
442 <ClInclude Include="..\..\simgear\timing\timezone.h" />
443 <ClInclude Include="..\..\simgear\xml\asciitab.h" />
444 <ClInclude Include="..\..\simgear\xml\easyxml.hxx" />
445 <ClInclude Include="..\..\simgear\xml\hashtable.h" />
446 <ClInclude Include="..\..\simgear\xml\iasciitab.h" />
447 <ClInclude Include="..\..\simgear\xml\latin1tab.h" />
448 <ClInclude Include="..\..\simgear\xml\nametab.h" />
449 <ClInclude Include="..\..\simgear\xml\utf8tab.h" />
450 <ClInclude Include="..\..\simgear\xml\xmldef.h" />
451 <ClInclude Include="..\..\simgear\xml\xmlparse.h" />
452 <ClInclude Include="..\..\simgear\xml\xmlrole.h" />
453 <ClInclude Include="..\..\simgear\xml\xmltok.h" />
454 <ClInclude Include="..\..\simgear\xml\xmltok_impl.h" />
455 <ClInclude Include="..\..\simgear\props\AtomicChangeListener.hxx" />
456 <ClInclude Include="..\..\simgear\props\condition.hxx" />
457 <ClInclude Include="..\..\simgear\props\ExtendedPropertyAdapter.hxx" />
458 <ClInclude Include="..\..\simgear\props\props.hxx" />
459 <ClInclude Include="..\..\simgear\props\props_io.hxx" />
460 <ClInclude Include="..\..\simgear\scene\model\animation.hxx" />
461 <ClInclude Include="..\..\simgear\scene\model\CheckSceneryVisitor.hxx" />
462 <ClInclude Include="..\..\simgear\scene\model\model.hxx" />
463 <ClInclude Include="..\..\simgear\scene\model\modellib.hxx" />
464 <ClInclude Include="..\..\simgear\scene\model\ModelRegistry.hxx" />
465 <ClInclude Include="..\..\simgear\scene\model\particles.hxx" />
466 <ClInclude Include="..\..\simgear\scene\model\persparam.hxx" />
467 <ClInclude Include="..\..\simgear\scene\model\placement.hxx" />
468 <ClInclude Include="..\..\simgear\scene\model\SGClipGroup.hxx" />
469 <ClInclude Include="..\..\simgear\scene\model\SGInteractionAnimation.hxx" />
470 <ClInclude Include="..\..\simgear\scene\model\SGMaterialAnimation.hxx" />
471 <ClInclude Include="..\..\simgear\scene\model\SGOffsetTransform.hxx" />
472 <ClInclude Include="..\..\simgear\scene\model\SGPagedLOD.hxx" />
473 <ClInclude Include="..\..\simgear\scene\model\SGReaderWriterXML.hxx" />
474 <ClInclude Include="..\..\simgear\scene\model\SGReaderWriterXMLOptions.hxx" />
475 <ClInclude Include="..\..\simgear\scene\model\SGRotateTransform.hxx" />
476 <ClInclude Include="..\..\simgear\scene\model\SGScaleTransform.hxx" />
477 <ClInclude Include="..\..\simgear\scene\model\SGText.hxx" />
478 <ClInclude Include="..\..\simgear\scene\model\SGTranslateTransform.hxx" />
479 <ClInclude Include="..\..\simgear\sound\sample_group.hxx" />
480 <ClInclude Include="..\..\simgear\sound\sample_openal.hxx" />
481 <ClInclude Include="..\..\simgear\sound\soundmgr_openal.hxx" />
482 <ClInclude Include="..\..\simgear\sound\xmlsound.hxx" />
483 <ClInclude Include="..\..\simgear\scene\material\Effect.hxx" />
484 <ClInclude Include="..\..\simgear\scene\material\EffectBuilder.hxx" />
485 <ClInclude Include="..\..\simgear\scene\material\EffectCullVisitor.hxx" />
486 <ClInclude Include="..\..\simgear\scene\material\EffectGeode.hxx" />
487 <ClInclude Include="..\..\simgear\scene\material\GLPredicate.hxx" />
488 <ClInclude Include="..\..\simgear\scene\material\mat.hxx" />
489 <ClInclude Include="..\..\simgear\scene\material\matlib.hxx" />
490 <ClInclude Include="..\..\simgear\scene\material\matmodel.hxx" />
491 <ClInclude Include="..\..\simgear\scene\material\Noise.hxx" />
492 <ClInclude Include="..\..\simgear\scene\material\Pass.hxx" />
493 <ClInclude Include="..\..\simgear\scene\material\Technique.hxx" />
494 <ClInclude Include="..\..\simgear\scene\material\TextureBuilder.hxx" />
495 <ClInclude Include="..\..\simgear\scene\tgdb\apt_signs.hxx" />
496 <ClInclude Include="..\..\simgear\scene\tgdb\GroundLightManager.hxx" />
497 <ClInclude Include="..\..\simgear\scene\tgdb\obj.hxx" />
498 <ClInclude Include="..\..\simgear\scene\tgdb\pt_lights.hxx" />
499 <ClInclude Include="..\..\simgear\scene\tgdb\SGModelBin.hxx" />
500 <ClInclude Include="..\..\simgear\scene\tgdb\SGOceanTile.hxx" />
501 <ClInclude Include="..\..\simgear\scene\tgdb\SGReaderWriterBTG.hxx" />
502 <ClInclude Include="..\..\simgear\scene\tgdb\SGReaderWriterBTGOptions.hxx" />
503 <ClInclude Include="..\..\simgear\scene\tgdb\SGVasiDrawable.hxx" />
504 <ClInclude Include="..\..\simgear\scene\tgdb\ShaderGeometry.hxx" />
505 <ClInclude Include="..\..\simgear\scene\tgdb\TileCache.hxx" />
506 <ClInclude Include="..\..\simgear\scene\tgdb\TileEntry.hxx" />
507 <ClInclude Include="..\..\simgear\scene\tgdb\TreeBin.hxx" />
508 <ClInclude Include="..\..\simgear\scene\tgdb\userdata.hxx" />
509 <ClInclude Include="..\..\simgear\threads\SGGuard.hxx" />
510 <ClInclude Include="..\..\simgear\threads\SGQueue.hxx" />
511 <ClInclude Include="..\..\simgear\structure\callback.hxx" />
512 <ClInclude Include="..\..\simgear\structure\commands.hxx" />
513 <ClInclude Include="..\..\simgear\structure\event_mgr.hxx" />
514 <ClInclude Include="..\..\simgear\structure\exception.hxx" />
515 <ClInclude Include="..\..\simgear\structure\OSGVersion.hxx" />
516 <ClInclude Include="..\..\simgear\structure\SGBinding.hxx" />
517 <ClInclude Include="..\..\simgear\structure\SGExpression.hxx" />
518 <ClInclude Include="..\..\simgear\structure\SGReferenced.hxx" />
519 <ClInclude Include="..\..\simgear\structure\SGSharedPtr.hxx" />
520 <ClInclude Include="..\..\simgear\structure\SGSmplhist.hxx" />
521 <ClInclude Include="..\..\simgear\structure\SGSmplstat.hxx" />
522 <ClInclude Include="..\..\simgear\structure\subsystem_mgr.hxx" />
523 <ClInclude Include="..\..\simgear\nasal\code.h" />
524 <ClInclude Include="..\..\simgear\nasal\data.h" />
525 <ClInclude Include="..\..\simgear\nasal\iolib.h" />
526 <ClInclude Include="..\..\simgear\nasal\nasal.h" />
527 <ClInclude Include="..\..\simgear\nasal\parse.h" />
528 <ClInclude Include="..\..\simgear\environment\metar.hxx" />
529 <ClInclude Include="..\..\simgear\environment\precipitation.hxx" />
530 <ClInclude Include="..\..\simgear\environment\visual_enviro.hxx" />
531 <ClInclude Include="..\..\simgear\scene\util\CopyOp.hxx" />
532 <ClInclude Include="..\..\simgear\scene\util\NodeAndDrawableVisitor.hxx" />
533 <ClInclude Include="..\..\simgear\scene\util\PrimitiveUtils.hxx" />
534 <ClInclude Include="..\..\simgear\scene\util\QuadTreeBuilder.hxx" />
535 <ClInclude Include="..\..\simgear\scene\util\RenderConstants.hxx" />
536 <ClInclude Include="..\..\simgear\scene\util\SGDebugDrawCallback.hxx" />
537 <ClInclude Include="..\..\simgear\scene\util\SGEnlargeBoundingBox.hxx" />
538 <ClInclude Include="..\..\simgear\scene\util\SGNodeMasks.hxx" />
539 <ClInclude Include="..\..\simgear\scene\util\SGSceneFeatures.hxx" />
540 <ClInclude Include="..\..\simgear\scene\util\SGSceneUserData.hxx" />
541 <ClInclude Include="..\..\simgear\scene\util\SGStateAttributeVisitor.hxx" />
542 <ClInclude Include="..\..\simgear\scene\util\SGTextureStateAttributeVisitor.hxx" />
543 <ClInclude Include="..\..\simgear\scene\util\SGUpdateVisitor.hxx" />
544 <ClInclude Include="..\..\simgear\scene\util\SplicingVisitor.hxx" />
545 <ClInclude Include="..\..\simgear\scene\util\StateAttributeFactory.hxx" />
546 <ClInclude Include="..\..\simgear\scene\util\UpdateOnceCallback.hxx" />
547 <ClInclude Include="..\..\simgear\scene\bvh\BVHBoundingBoxVisitor.hxx" />
548 <ClInclude Include="..\..\simgear\scene\bvh\BVHDebugCollectVisitor.hxx" />
549 <ClInclude Include="..\..\simgear\scene\bvh\BVHGroup.hxx" />
550 <ClInclude Include="..\..\simgear\scene\bvh\BVHLineGeometry.hxx" />
551 <ClInclude Include="..\..\simgear\scene\bvh\BVHLineSegmentVisitor.hxx" />
552 <ClInclude Include="..\..\simgear\scene\bvh\BVHMotionTransform.hxx" />
553 <ClInclude Include="..\..\simgear\scene\bvh\BVHNode.hxx" />
554 <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticBinary.hxx" />
555 <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticData.hxx" />
556 <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticGeometry.hxx" />
557 <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticGeometryBuilder.hxx" />
558 <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticLeaf.hxx" />
559 <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticNode.hxx" />
560 <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticTriangle.hxx" />
561 <ClInclude Include="..\..\simgear\scene\bvh\BVHSubTreeCollector.hxx" />
562 <ClInclude Include="..\..\simgear\scene\bvh\BVHTransform.hxx" />
563 <ClInclude Include="..\..\simgear\scene\bvh\BVHVisitor.hxx" />
564 <ClInclude Include="..\..\simgear\compiler.h" />
565 <ClInclude Include="..\..\simgear\version.h" />
568 <None Include="..\..\simgear\math\linintp2.inl" />
569 <CustomBuild Include="..\..\simgear\simgear_config.h-msvc90">
570 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generation of simgear_config.h</Message>
571 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h
573 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\simgear\simgear_config.h;%(Outputs)</Outputs>
574 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generation of simgear_config.h</Message>
575 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h
577 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\simgear\simgear_config.h;%(Outputs)</Outputs>
578 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generation of simgear_config.h</Message>
579 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h
581 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\simgear\simgear_config.h;%(Outputs)</Outputs>
582 <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generation of simgear_config.h</Message>
583 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h
585 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\simgear\simgear_config.h;%(Outputs)</Outputs>
588 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
589 <ImportGroup Label="ExtensionTargets">