]> git.mxchange.org Git - simgear.git/blob - projects/VC100/SimGear.vcxproj
62b11b24498846824478faf3004df6e3b565b639
[simgear.git] / projects / VC100 / SimGear.vcxproj
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>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{22540CD3-D3CA-4C86-A773-80AEEE3ACDED}</ProjectGuid>
23     <RootNamespace>SimGear</RootNamespace>
24   </PropertyGroup>
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>
30   </PropertyGroup>
31   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32     <ConfigurationType>StaticLibrary</ConfigurationType>
33     <UseOfMfc>false</UseOfMfc>
34     <CharacterSet>MultiByte</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
37     <ConfigurationType>StaticLibrary</ConfigurationType>
38     <UseOfMfc>false</UseOfMfc>
39     <CharacterSet>MultiByte</CharacterSet>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
42     <ConfigurationType>StaticLibrary</ConfigurationType>
43     <UseOfMfc>false</UseOfMfc>
44     <CharacterSet>MultiByte</CharacterSet>
45   </PropertyGroup>
46   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
47   <ImportGroup Label="ExtensionSettings">
48   </ImportGroup>
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" />
52   </ImportGroup>
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" />
56   </ImportGroup>
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" />
60   </ImportGroup>
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" />
64   </ImportGroup>
65   <PropertyGroup Label="UserMacros" />
66   <PropertyGroup>
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'" />
88   </PropertyGroup>
89   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
90     <ClCompile>
91       <InlineFunctionExpansion>OnlyExplicitInline</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>
102     </ClCompile>
103     <ResourceCompile>
104       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105       <Culture>0x0409</Culture>
106     </ResourceCompile>
107     <Lib>
108       <SuppressStartupBanner>true</SuppressStartupBanner>
109     </Lib>
110     <ProjectReference />
111   </ItemDefinitionGroup>
112   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
113     <Midl>
114       <TargetEnvironment>X64</TargetEnvironment>
115     </Midl>
116     <ClCompile>
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>
128     </ClCompile>
129     <ResourceCompile>
130       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131       <Culture>0x0409</Culture>
132     </ResourceCompile>
133     <Lib>
134       <SuppressStartupBanner>true</SuppressStartupBanner>
135     </Lib>
136   </ItemDefinitionGroup>
137   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
138     <ClCompile>
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>
150     </ClCompile>
151     <ResourceCompile>
152       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
153       <Culture>0x0409</Culture>
154     </ResourceCompile>
155     <Lib>
156       <SuppressStartupBanner>true</SuppressStartupBanner>
157     </Lib>
158   </ItemDefinitionGroup>
159   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
160     <Midl>
161       <TargetEnvironment>X64</TargetEnvironment>
162     </Midl>
163     <ClCompile>
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>
175     </ClCompile>
176     <ResourceCompile>
177       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
178       <Culture>0x0409</Culture>
179     </ResourceCompile>
180     <Lib>
181       <SuppressStartupBanner>true</SuppressStartupBanner>
182     </Lib>
183   </ItemDefinitionGroup>
184   <ItemGroup>
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\route\route.cxx" />
224     <ClCompile Include="..\..\simgear\route\waypoint.cxx" />
225     <ClCompile Include="..\..\simgear\screen\extensions.cxx" />
226     <ClCompile Include="..\..\simgear\screen\GLBitmaps.cxx" />
227     <ClCompile Include="..\..\simgear\screen\jpgfactory.cxx" />
228     <ClCompile Include="..\..\simgear\screen\RenderTexture.cpp" />
229     <ClCompile Include="..\..\simgear\screen\screen-dump.cxx" />
230     <ClCompile Include="..\..\simgear\screen\shader.cpp" />
231     <ClCompile Include="..\..\simgear\screen\tr.cxx" />
232     <ClCompile Include="..\..\simgear\serial\serial.cxx" />
233     <ClCompile Include="..\..\simgear\scene\sky\bbcache.cxx" />
234     <ClCompile Include="..\..\simgear\scene\sky\cloud.cxx" />
235     <ClCompile Include="..\..\simgear\scene\sky\cloudfield.cxx" />
236     <ClCompile Include="..\..\simgear\scene\sky\CloudShaderGeometry.cxx" />
237     <ClCompile Include="..\..\simgear\scene\sky\dome.cxx" />
238     <ClCompile Include="..\..\simgear\scene\sky\moon.cxx" />
239     <ClCompile Include="..\..\simgear\scene\sky\newcloud.cxx" />
240     <ClCompile Include="..\..\simgear\scene\sky\oursun.cxx" />
241     <ClCompile Include="..\..\simgear\scene\sky\sky.cxx" />
242     <ClCompile Include="..\..\simgear\scene\sky\sphere.cxx" />
243     <ClCompile Include="..\..\simgear\scene\sky\stars.cxx" />
244     <ClCompile Include="..\..\simgear\timing\lowleveltime.cxx" />
245     <ClCompile Include="..\..\simgear\timing\sg_time.cxx" />
246     <ClCompile Include="..\..\simgear\timing\timestamp.cxx" />
247     <ClCompile Include="..\..\simgear\timing\timezone.cxx" />
248     <ClCompile Include="..\..\simgear\xml\easyxml.cxx" />
249     <ClCompile Include="..\..\simgear\xml\hashtable.c" />
250     <ClCompile Include="..\..\simgear\xml\xmlparse.c" />
251     <ClCompile Include="..\..\simgear\xml\xmlrole.c" />
252     <ClCompile Include="..\..\simgear\xml\xmltok.c" />
253     <ClCompile Include="..\..\simgear\props\AtomicChangeListener.cxx" />
254     <ClCompile Include="..\..\simgear\props\condition.cxx" />
255     <ClCompile Include="..\..\simgear\props\props.cxx" />
256     <ClCompile Include="..\..\simgear\props\props_io.cxx" />
257     <ClCompile Include="..\..\simgear\scene\model\animation.cxx" />
258     <ClCompile Include="..\..\simgear\scene\model\CheckSceneryVisitor.cxx" />
259     <ClCompile Include="..\..\simgear\scene\model\model.cxx" />
260     <ClCompile Include="..\..\simgear\scene\model\modellib.cxx" />
261     <ClCompile Include="..\..\simgear\scene\model\ModelRegistry.cxx" />
262     <ClCompile Include="..\..\simgear\scene\model\particles.cxx" />
263     <ClCompile Include="..\..\simgear\scene\model\persparam.cxx" />
264     <ClCompile Include="..\..\simgear\scene\model\placement.cxx" />
265     <ClCompile Include="..\..\simgear\scene\model\SGClipGroup.cxx" />
266     <ClCompile Include="..\..\simgear\scene\model\SGInteractionAnimation.cxx" />
267     <ClCompile Include="..\..\simgear\scene\model\SGMaterialAnimation.cxx" />
268     <ClCompile Include="..\..\simgear\scene\model\SGOffsetTransform.cxx" />
269     <ClCompile Include="..\..\simgear\scene\model\SGPagedLOD.cxx" />
270     <ClCompile Include="..\..\simgear\scene\model\SGReaderWriterXML.cxx" />
271     <ClCompile Include="..\..\simgear\scene\model\SGRotateTransform.cxx" />
272     <ClCompile Include="..\..\simgear\scene\model\SGScaleTransform.cxx" />
273     <ClCompile Include="..\..\simgear\scene\model\SGText.cxx" />
274     <ClCompile Include="..\..\simgear\scene\model\SGTranslateTransform.cxx" />
275     <ClCompile Include="..\..\simgear\scene\model\shadanim.cxx" />
276     <ClCompile Include="..\..\simgear\sound\sample_group.cxx" />
277     <ClCompile Include="..\..\simgear\sound\sample_openal.cxx" />
278     <ClCompile Include="..\..\simgear\sound\soundmgr_openal.cxx" />
279     <ClCompile Include="..\..\simgear\sound\xmlsound.cxx" />
280     <ClCompile Include="..\..\simgear\scene\material\Effect.cxx" />
281     <ClCompile Include="..\..\simgear\scene\material\EffectBuilder.cxx" />
282     <ClCompile Include="..\..\simgear\scene\material\EffectCullVisitor.cxx" />
283     <ClCompile Include="..\..\simgear\scene\material\EffectGeode.cxx" />
284     <ClCompile Include="..\..\simgear\scene\material\GLPredicate.cxx" />
285     <ClCompile Include="..\..\simgear\scene\material\makeEffect.cxx" />
286     <ClCompile Include="..\..\simgear\scene\material\mat.cxx" />
287     <ClCompile Include="..\..\simgear\scene\material\matlib.cxx" />
288     <ClCompile Include="..\..\simgear\scene\material\matmodel.cxx" />
289     <ClCompile Include="..\..\simgear\scene\material\Noise.cxx" />
290     <ClCompile Include="..\..\simgear\scene\material\Pass.cxx" />
291     <ClCompile Include="..\..\simgear\scene\material\Technique.cxx" />
292     <ClCompile Include="..\..\simgear\scene\material\TextureBuilder.cxx" />
293     <ClCompile Include="..\..\simgear\scene\tgdb\apt_signs.cxx" />
294     <ClCompile Include="..\..\simgear\scene\tgdb\GroundLightManager.cxx" />
295     <ClCompile Include="..\..\simgear\scene\tgdb\obj.cxx" />
296     <ClCompile Include="..\..\simgear\scene\tgdb\pt_lights.cxx" />
297     <ClCompile Include="..\..\simgear\scene\tgdb\ReaderWriterSTG.cxx" />
298     <ClCompile Include="..\..\simgear\scene\tgdb\SGOceanTile.cxx" />
299     <ClCompile Include="..\..\simgear\scene\tgdb\SGReaderWriterBTG.cxx" />
300     <ClCompile Include="..\..\simgear\scene\tgdb\SGVasiDrawable.cxx" />
301     <ClCompile Include="..\..\simgear\scene\tgdb\ShaderGeometry.cxx" />
302     <ClCompile Include="..\..\simgear\scene\tgdb\TileCache.cxx" />
303     <ClCompile Include="..\..\simgear\scene\tgdb\TileEntry.cxx" />
304     <ClCompile Include="..\..\simgear\scene\tgdb\TreeBin.cxx" />
305     <ClCompile Include="..\..\simgear\scene\tgdb\userdata.cxx" />
306     <ClCompile Include="..\..\simgear\structure\commands.cxx" />
307     <ClCompile Include="..\..\simgear\structure\event_mgr.cxx" />
308     <ClCompile Include="..\..\simgear\structure\exception.cxx">
309       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
310       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
311       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
312       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
313     </ClCompile>
314     <ClCompile Include="..\..\simgear\structure\SGBinding.cxx" />
315     <ClCompile Include="..\..\simgear\structure\SGExpression.cxx" />
316     <ClCompile Include="..\..\simgear\structure\SGSmplhist.cxx" />
317     <ClCompile Include="..\..\simgear\structure\SGSmplstat.cxx" />
318     <ClCompile Include="..\..\simgear\structure\subsystem_mgr.cxx" />
319     <ClCompile Include="..\..\simgear\nasal\bitslib.c" />
320     <ClCompile Include="..\..\simgear\nasal\code.c" />
321     <ClCompile Include="..\..\simgear\nasal\codegen.c" />
322     <ClCompile Include="..\..\simgear\nasal\gc.c" />
323     <ClCompile Include="..\..\simgear\nasal\hash.c" />
324     <ClCompile Include="..\..\simgear\nasal\iolib.c" />
325     <ClCompile Include="..\..\simgear\nasal\lex.c" />
326     <ClCompile Include="..\..\simgear\nasal\lib.c" />
327     <ClCompile Include="..\..\simgear\nasal\mathlib.c" />
328     <ClCompile Include="..\..\simgear\nasal\misc.c" />
329     <ClCompile Include="..\..\simgear\nasal\parse.c" />
330     <ClCompile Include="..\..\simgear\nasal\string.c">
331       <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MinSpace</Optimization>
332       <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">OnlyExplicitInline</InlineFunctionExpansion>
333       <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MinSpace</Optimization>
334       <InlineFunctionExpansion Condition="'$(Configuration)|$(Platform)'=='Release|x64'">OnlyExplicitInline</InlineFunctionExpansion>
335     </ClCompile>
336     <ClCompile Include="..\..\simgear\nasal\thread-win32.c" />
337     <ClCompile Include="..\..\simgear\nasal\threadlib.c" />
338     <ClCompile Include="..\..\simgear\nasal\utf8lib.c" />
339     <ClCompile Include="..\..\simgear\nasal\vector.c">
340       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
341       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
342       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
343       <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename)1.obj</ObjectFileName>
344     </ClCompile>
345     <ClCompile Include="..\..\simgear\environment\metar.cxx" />
346     <ClCompile Include="..\..\simgear\environment\precipitation.cxx" />
347     <ClCompile Include="..\..\simgear\environment\visual_enviro.cxx" />
348     <ClCompile Include="..\..\simgear\scene\util\CopyOp.cxx" />
349     <ClCompile Include="..\..\simgear\scene\util\NodeAndDrawableVisitor.cxx" />
350     <ClCompile Include="..\..\simgear\scene\util\PrimitiveUtils.cxx" />
351     <ClCompile Include="..\..\simgear\scene\util\QuadTreeBuilder.cxx" />
352     <ClCompile Include="..\..\simgear\scene\util\SGEnlargeBoundingBox.cxx" />
353     <ClCompile Include="..\..\simgear\scene\util\SGSceneFeatures.cxx" />
354     <ClCompile Include="..\..\simgear\scene\util\SGSceneUserData.cxx" />
355     <ClCompile Include="..\..\simgear\scene\util\SGStateAttributeVisitor.cxx" />
356     <ClCompile Include="..\..\simgear\scene\util\SGTextureStateAttributeVisitor.cxx" />
357     <ClCompile Include="..\..\simgear\scene\util\SplicingVisitor.cxx" />
358     <ClCompile Include="..\..\simgear\scene\util\StateAttributeFactory.cxx" />
359     <ClCompile Include="..\..\simgear\scene\util\UpdateOnceCallback.cxx" />
360     <ClCompile Include="..\..\simgear\scene\bvh\BVHGroup.cxx" />
361     <ClCompile Include="..\..\simgear\scene\bvh\BVHLineGeometry.cxx" />
362     <ClCompile Include="..\..\simgear\scene\bvh\BVHLineSegmentVisitor.cxx" />
363     <ClCompile Include="..\..\simgear\scene\bvh\BVHMotionTransform.cxx" />
364     <ClCompile Include="..\..\simgear\scene\bvh\BVHNode.cxx" />
365     <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticBinary.cxx" />
366     <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticGeometry.cxx" />
367     <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticLeaf.cxx" />
368     <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticNode.cxx" />
369     <ClCompile Include="..\..\simgear\scene\bvh\BVHStaticTriangle.cxx" />
370     <ClCompile Include="..\..\simgear\scene\bvh\BVHSubTreeCollector.cxx" />
371     <ClCompile Include="..\..\simgear\scene\bvh\BVHTransform.cxx" />
372   </ItemGroup>
373   <ItemGroup>
374     <ClInclude Include="..\..\simgear\bucket\newbucket.hxx" />
375     <ClInclude Include="..\..\simgear\debug\debug_types.h" />
376     <ClInclude Include="..\..\simgear\debug\logstream.hxx" />
377     <ClInclude Include="..\..\simgear\ephemeris\celestialBody.hxx" />
378     <ClInclude Include="..\..\simgear\ephemeris\ephemeris.hxx" />
379     <ClInclude Include="..\..\simgear\ephemeris\jupiter.hxx" />
380     <ClInclude Include="..\..\simgear\ephemeris\mars.hxx" />
381     <ClInclude Include="..\..\simgear\ephemeris\mercury.hxx" />
382     <ClInclude Include="..\..\simgear\ephemeris\moonpos.hxx" />
383     <ClInclude Include="..\..\simgear\ephemeris\neptune.hxx" />
384     <ClInclude Include="..\..\simgear\ephemeris\pluto.hxx" />
385     <ClInclude Include="..\..\simgear\ephemeris\saturn.hxx" />
386     <ClInclude Include="..\..\simgear\ephemeris\star.hxx" />
387     <ClInclude Include="..\..\simgear\ephemeris\stardata.hxx" />
388     <ClInclude Include="..\..\simgear\ephemeris\uranus.hxx" />
389     <ClInclude Include="..\..\simgear\ephemeris\venus.hxx" />
390     <ClInclude Include="..\..\simgear\io\iochannel.hxx" />
391     <ClInclude Include="..\..\simgear\io\lowlevel.hxx" />
392     <ClInclude Include="..\..\simgear\io\raw_socket.hxx" />
393     <ClInclude Include="..\..\simgear\io\sg_binobj.hxx" />
394     <ClInclude Include="..\..\simgear\io\sg_file.hxx" />
395     <ClInclude Include="..\..\simgear\io\sg_serial.hxx" />
396     <ClInclude Include="..\..\simgear\io\sg_socket.hxx" />
397     <ClInclude Include="..\..\simgear\io\sg_socket_udp.hxx" />
398     <ClInclude Include="..\..\simgear\magvar\coremag.hxx" />
399     <ClInclude Include="..\..\simgear\magvar\magvar.hxx" />
400     <ClInclude Include="..\..\simgear\math\beziercurve.hxx" />
401     <ClInclude Include="..\..\simgear\math\interpolater.hxx" />
402     <ClInclude Include="..\..\simgear\math\leastsqs.hxx" />
403     <ClInclude Include="..\..\simgear\math\linintp2.h" />
404     <ClInclude Include="..\..\simgear\math\localconsts.hxx" />
405     <ClInclude Include="..\..\simgear\math\point3d.hxx" />
406     <ClInclude Include="..\..\simgear\math\polar3d.hxx" />
407     <ClInclude Include="..\..\simgear\math\sg_geodesy.hxx" />
408     <ClInclude Include="..\..\simgear\math\sg_random.h" />
409     <ClInclude Include="..\..\simgear\math\sg_types.hxx" />
410     <ClInclude Include="..\..\simgear\math\SGGeodesy.hxx" />
411     <ClInclude Include="..\..\simgear\math\sphrintp.h" />
412     <ClInclude Include="..\..\simgear\misc\interpolator.hxx" />
413     <ClInclude Include="..\..\simgear\misc\PathOptions.hxx" />
414     <ClInclude Include="..\..\simgear\misc\sg_dir.hxx" />
415     <ClInclude Include="..\..\simgear\misc\sg_path.hxx" />
416     <ClInclude Include="..\..\simgear\misc\sgstream.hxx" />
417     <ClInclude Include="..\..\simgear\misc\stopwatch.hxx" />
418     <ClInclude Include="..\..\simgear\misc\strutils.hxx" />
419     <ClInclude Include="..\..\simgear\misc\tabbed_values.hxx" />
420     <ClInclude Include="..\..\simgear\misc\texcoord.hxx" />
421     <ClInclude Include="..\..\simgear\misc\zfstream.hxx" />
422     <ClInclude Include="..\..\simgear\route\route.hxx" />
423     <ClInclude Include="..\..\simgear\route\waypoint.hxx" />
424     <ClInclude Include="..\..\simgear\screen\colors.hxx" />
425     <ClInclude Include="..\..\simgear\screen\extensions.hxx" />
426     <ClInclude Include="..\..\simgear\screen\GLBitmaps.h" />
427     <ClInclude Include="..\..\simgear\screen\jpgfactory.hxx" />
428     <ClInclude Include="..\..\simgear\screen\RenderTexture.h" />
429     <ClInclude Include="..\..\simgear\screen\screen-dump.hxx" />
430     <ClInclude Include="..\..\simgear\screen\shader.h" />
431     <ClInclude Include="..\..\simgear\screen\tr.h" />
432     <ClInclude Include="..\..\simgear\screen\win32-printer.h" />
433     <ClInclude Include="..\..\simgear\serial\serial.hxx" />
434     <ClInclude Include="..\..\simgear\scene\sky\bbcache.hxx" />
435     <ClInclude Include="..\..\simgear\scene\sky\cloud.hxx" />
436     <ClInclude Include="..\..\simgear\scene\sky\cloudfield.hxx" />
437     <ClInclude Include="..\..\simgear\scene\sky\CloudShaderGeometry.hxx" />
438     <ClInclude Include="..\..\simgear\scene\sky\dome.hxx" />
439     <ClInclude Include="..\..\simgear\scene\sky\moon.hxx" />
440     <ClInclude Include="..\..\simgear\scene\sky\newcloud.hxx" />
441     <ClInclude Include="..\..\simgear\scene\sky\oursun.hxx" />
442     <ClInclude Include="..\..\simgear\scene\sky\sky.hxx" />
443     <ClInclude Include="..\..\simgear\scene\sky\sphere.hxx" />
444     <ClInclude Include="..\..\simgear\scene\sky\stars.hxx" />
445     <ClInclude Include="..\..\simgear\timing\lowleveltime.h" />
446     <ClInclude Include="..\..\simgear\timing\sg_time.hxx" />
447     <ClInclude Include="..\..\simgear\timing\timestamp.hxx" />
448     <ClInclude Include="..\..\simgear\timing\timezone.h" />
449     <ClInclude Include="..\..\simgear\xml\asciitab.h" />
450     <ClInclude Include="..\..\simgear\xml\easyxml.hxx" />
451     <ClInclude Include="..\..\simgear\xml\hashtable.h" />
452     <ClInclude Include="..\..\simgear\xml\iasciitab.h" />
453     <ClInclude Include="..\..\simgear\xml\latin1tab.h" />
454     <ClInclude Include="..\..\simgear\xml\nametab.h" />
455     <ClInclude Include="..\..\simgear\xml\utf8tab.h" />
456     <ClInclude Include="..\..\simgear\xml\xmldef.h" />
457     <ClInclude Include="..\..\simgear\xml\xmlparse.h" />
458     <ClInclude Include="..\..\simgear\xml\xmlrole.h" />
459     <ClInclude Include="..\..\simgear\xml\xmltok.h" />
460     <ClInclude Include="..\..\simgear\xml\xmltok_impl.h" />
461     <ClInclude Include="..\..\simgear\props\AtomicChangeListener.hxx" />
462     <ClInclude Include="..\..\simgear\props\condition.hxx" />
463     <ClInclude Include="..\..\simgear\props\ExtendedPropertyAdapter.hxx" />
464     <ClInclude Include="..\..\simgear\props\props.hxx" />
465     <ClInclude Include="..\..\simgear\props\props_io.hxx" />
466     <ClInclude Include="..\..\simgear\scene\model\animation.hxx" />
467     <ClInclude Include="..\..\simgear\scene\model\CheckSceneryVisitor.hxx" />
468     <ClInclude Include="..\..\simgear\scene\model\model.hxx" />
469     <ClInclude Include="..\..\simgear\scene\model\modellib.hxx" />
470     <ClInclude Include="..\..\simgear\scene\model\ModelRegistry.hxx" />
471     <ClInclude Include="..\..\simgear\scene\model\particles.hxx" />
472     <ClInclude Include="..\..\simgear\scene\model\persparam.hxx" />
473     <ClInclude Include="..\..\simgear\scene\model\placement.hxx" />
474     <ClInclude Include="..\..\simgear\scene\model\SGClipGroup.hxx" />
475     <ClInclude Include="..\..\simgear\scene\model\SGInteractionAnimation.hxx" />
476     <ClInclude Include="..\..\simgear\scene\model\SGMaterialAnimation.hxx" />
477     <ClInclude Include="..\..\simgear\scene\model\SGOffsetTransform.hxx" />
478     <ClInclude Include="..\..\simgear\scene\model\SGPagedLOD.hxx" />
479     <ClInclude Include="..\..\simgear\scene\model\SGReaderWriterXML.hxx" />
480     <ClInclude Include="..\..\simgear\scene\model\SGReaderWriterXMLOptions.hxx" />
481     <ClInclude Include="..\..\simgear\scene\model\SGRotateTransform.hxx" />
482     <ClInclude Include="..\..\simgear\scene\model\SGScaleTransform.hxx" />
483     <ClInclude Include="..\..\simgear\scene\model\SGText.hxx" />
484     <ClInclude Include="..\..\simgear\scene\model\SGTranslateTransform.hxx" />
485     <ClInclude Include="..\..\simgear\sound\sample_group.hxx" />
486     <ClInclude Include="..\..\simgear\sound\sample_openal.hxx" />
487     <ClInclude Include="..\..\simgear\sound\soundmgr_openal.hxx" />
488     <ClInclude Include="..\..\simgear\sound\xmlsound.hxx" />
489     <ClInclude Include="..\..\simgear\scene\material\Effect.hxx" />
490     <ClInclude Include="..\..\simgear\scene\material\EffectBuilder.hxx" />
491     <ClInclude Include="..\..\simgear\scene\material\EffectCullVisitor.hxx" />
492     <ClInclude Include="..\..\simgear\scene\material\EffectGeode.hxx" />
493     <ClInclude Include="..\..\simgear\scene\material\GLPredicate.hxx" />
494     <ClInclude Include="..\..\simgear\scene\material\mat.hxx" />
495     <ClInclude Include="..\..\simgear\scene\material\matlib.hxx" />
496     <ClInclude Include="..\..\simgear\scene\material\matmodel.hxx" />
497     <ClInclude Include="..\..\simgear\scene\material\Noise.hxx" />
498     <ClInclude Include="..\..\simgear\scene\material\Pass.hxx" />
499     <ClInclude Include="..\..\simgear\scene\material\Technique.hxx" />
500     <ClInclude Include="..\..\simgear\scene\material\TextureBuilder.hxx" />
501     <ClInclude Include="..\..\simgear\scene\tgdb\apt_signs.hxx" />
502     <ClInclude Include="..\..\simgear\scene\tgdb\GroundLightManager.hxx" />
503     <ClInclude Include="..\..\simgear\scene\tgdb\obj.hxx" />
504     <ClInclude Include="..\..\simgear\scene\tgdb\pt_lights.hxx" />
505     <ClInclude Include="..\..\simgear\scene\tgdb\SGModelBin.hxx" />
506     <ClInclude Include="..\..\simgear\scene\tgdb\SGOceanTile.hxx" />
507     <ClInclude Include="..\..\simgear\scene\tgdb\SGReaderWriterBTG.hxx" />
508     <ClInclude Include="..\..\simgear\scene\tgdb\SGReaderWriterBTGOptions.hxx" />
509     <ClInclude Include="..\..\simgear\scene\tgdb\SGVasiDrawable.hxx" />
510     <ClInclude Include="..\..\simgear\scene\tgdb\ShaderGeometry.hxx" />
511     <ClInclude Include="..\..\simgear\scene\tgdb\TileCache.hxx" />
512     <ClInclude Include="..\..\simgear\scene\tgdb\TileEntry.hxx" />
513     <ClInclude Include="..\..\simgear\scene\tgdb\TreeBin.hxx" />
514     <ClInclude Include="..\..\simgear\scene\tgdb\userdata.hxx" />
515     <ClInclude Include="..\..\simgear\threads\SGGuard.hxx" />
516     <ClInclude Include="..\..\simgear\threads\SGQueue.hxx" />
517     <ClInclude Include="..\..\simgear\structure\callback.hxx" />
518     <ClInclude Include="..\..\simgear\structure\commands.hxx" />
519     <ClInclude Include="..\..\simgear\structure\event_mgr.hxx" />
520     <ClInclude Include="..\..\simgear\structure\exception.hxx" />
521     <ClInclude Include="..\..\simgear\structure\OSGVersion.hxx" />
522     <ClInclude Include="..\..\simgear\structure\SGBinding.hxx" />
523     <ClInclude Include="..\..\simgear\structure\SGExpression.hxx" />
524     <ClInclude Include="..\..\simgear\structure\SGReferenced.hxx" />
525     <ClInclude Include="..\..\simgear\structure\SGSharedPtr.hxx" />
526     <ClInclude Include="..\..\simgear\structure\SGSmplhist.hxx" />
527     <ClInclude Include="..\..\simgear\structure\SGSmplstat.hxx" />
528     <ClInclude Include="..\..\simgear\structure\subsystem_mgr.hxx" />
529     <ClInclude Include="..\..\simgear\nasal\code.h" />
530     <ClInclude Include="..\..\simgear\nasal\data.h" />
531     <ClInclude Include="..\..\simgear\nasal\iolib.h" />
532     <ClInclude Include="..\..\simgear\nasal\nasal.h" />
533     <ClInclude Include="..\..\simgear\nasal\parse.h" />
534     <ClInclude Include="..\..\simgear\environment\metar.hxx" />
535     <ClInclude Include="..\..\simgear\environment\precipitation.hxx" />
536     <ClInclude Include="..\..\simgear\environment\visual_enviro.hxx" />
537     <ClInclude Include="..\..\simgear\scene\util\CopyOp.hxx" />
538     <ClInclude Include="..\..\simgear\scene\util\NodeAndDrawableVisitor.hxx" />
539     <ClInclude Include="..\..\simgear\scene\util\PrimitiveUtils.hxx" />
540     <ClInclude Include="..\..\simgear\scene\util\QuadTreeBuilder.hxx" />
541     <ClInclude Include="..\..\simgear\scene\util\RenderConstants.hxx" />
542     <ClInclude Include="..\..\simgear\scene\util\SGDebugDrawCallback.hxx" />
543     <ClInclude Include="..\..\simgear\scene\util\SGEnlargeBoundingBox.hxx" />
544     <ClInclude Include="..\..\simgear\scene\util\SGNodeMasks.hxx" />
545     <ClInclude Include="..\..\simgear\scene\util\SGSceneFeatures.hxx" />
546     <ClInclude Include="..\..\simgear\scene\util\SGSceneUserData.hxx" />
547     <ClInclude Include="..\..\simgear\scene\util\SGStateAttributeVisitor.hxx" />
548     <ClInclude Include="..\..\simgear\scene\util\SGTextureStateAttributeVisitor.hxx" />
549     <ClInclude Include="..\..\simgear\scene\util\SGUpdateVisitor.hxx" />
550     <ClInclude Include="..\..\simgear\scene\util\SplicingVisitor.hxx" />
551     <ClInclude Include="..\..\simgear\scene\util\StateAttributeFactory.hxx" />
552     <ClInclude Include="..\..\simgear\scene\util\UpdateOnceCallback.hxx" />
553     <ClInclude Include="..\..\simgear\scene\bvh\BVHBoundingBoxVisitor.hxx" />
554     <ClInclude Include="..\..\simgear\scene\bvh\BVHDebugCollectVisitor.hxx" />
555     <ClInclude Include="..\..\simgear\scene\bvh\BVHGroup.hxx" />
556     <ClInclude Include="..\..\simgear\scene\bvh\BVHLineGeometry.hxx" />
557     <ClInclude Include="..\..\simgear\scene\bvh\BVHLineSegmentVisitor.hxx" />
558     <ClInclude Include="..\..\simgear\scene\bvh\BVHMotionTransform.hxx" />
559     <ClInclude Include="..\..\simgear\scene\bvh\BVHNode.hxx" />
560     <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticBinary.hxx" />
561     <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticData.hxx" />
562     <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticGeometry.hxx" />
563     <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticGeometryBuilder.hxx" />
564     <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticLeaf.hxx" />
565     <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticNode.hxx" />
566     <ClInclude Include="..\..\simgear\scene\bvh\BVHStaticTriangle.hxx" />
567     <ClInclude Include="..\..\simgear\scene\bvh\BVHSubTreeCollector.hxx" />
568     <ClInclude Include="..\..\simgear\scene\bvh\BVHTransform.hxx" />
569     <ClInclude Include="..\..\simgear\scene\bvh\BVHVisitor.hxx" />
570     <ClInclude Include="..\..\simgear\compiler.h" />
571     <ClInclude Include="..\..\simgear\version.h" />
572   </ItemGroup>
573   <ItemGroup>
574     <None Include="..\..\simgear\math\linintp2.inl" />
575     <CustomBuild Include="..\..\simgear\simgear_config.h-msvc90">
576       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Generation of simgear_config.h</Message>
577       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h
578 </Command>
579       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\simgear\simgear_config.h;%(Outputs)</Outputs>
580       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generation of simgear_config.h</Message>
581       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h
582 </Command>
583       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\simgear\simgear_config.h;%(Outputs)</Outputs>
584       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Generation of simgear_config.h</Message>
585       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h
586 </Command>
587       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\simgear\simgear_config.h;%(Outputs)</Outputs>
588       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generation of simgear_config.h</Message>
589       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) %(RootDir)%(Directory)\%(Filename).h
590 </Command>
591       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\simgear\simgear_config.h;%(Outputs)</Outputs>
592     </CustomBuild>
593   </ItemGroup>
594   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
595   <ImportGroup Label="ExtensionTargets">
596   </ImportGroup>
597 </Project>