]> git.mxchange.org Git - flightgear.git/blobdiff - projects/VC100/FlightGear/FlightGear.vcxproj
Environment overhaul: add terrainsampler to the vc projects
[flightgear.git] / projects / VC100 / FlightGear / FlightGear.vcxproj
index e9983f4068342d60c0a7454136fd0c26fc4c099b..a4b76e1a66eb0ab8c52c6fa2f41f9730586e19db 100644 (file)
       <TypeLibraryName>.\Release/FlightGear.tlb</TypeLibraryName>
     </Midl>
     <ClCompile>
-      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
+      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
       <AdditionalIncludeDirectories>..\..\..\src;..\..\..\src\include;..\..\..\src\FDM\JSBSim;..\..\..\..\SimGear;..\..\..\..\install\msvc100\OpenSceneGraph\include;..\..\..\..\3rdParty\include;..\..\..\..\boost_1_43_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;HAVE_CONFIG_H;FGFS;ENABLE_AUDIO_SUPPORT;_FG_NDEBUG;ENABLE_THREADS=1;FG_ENABLE_MULTIPASS_CLOUDS;ENABLE_SP_FMDS;_USE_MATH_DEFINES;FG_JPEG_SERVER;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <StringPooling>true</StringPooling>
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
     </ClCompile>
     <ClCompile Include="..\..\..\src\ATC\atcutils.cxx" />
+    <ClCompile Include="..\..\..\src\ATC\atis.cxx" />
     <ClCompile Include="..\..\..\src\Autopilot\analogcomponent.cxx" />
     <ClCompile Include="..\..\..\src\Autopilot\autopilot.cxx" />
     <ClCompile Include="..\..\..\src\Autopilot\autopilotgroup.cxx" />
     <ClCompile Include="..\..\..\src\Sound\voice.cxx" />
     <ClCompile Include="..\..\..\src\Time\light.cxx" />
     <ClCompile Include="..\..\..\src\Time\sunsolver.cxx" />
-    <ClCompile Include="..\..\..\src\Time\tmp.cxx" />
     <ClCompile Include="..\..\..\src\MultiPlayer\multiplaymgr.cxx" />
     <ClCompile Include="..\..\..\src\MultiPlayer\tiny_xdr.cxx" />
     <ClCompile Include="..\..\..\src\Environment\atmosphere.cxx">
     <ClCompile Include="..\..\..\src\Environment\fgwind.cxx" />
     <ClCompile Include="..\..\..\src\Environment\precipitation_mgr.cxx" />
     <ClCompile Include="..\..\..\src\Environment\ridge_lift.cxx" />
+    <ClCompile Include="..\..\..\src\Environment\realwx_ctrl.cxx" />
+    <ClCompile Include="..\..\..\src\Environment\metarproperties.cxx" />
+    <ClCompile Include="..\..\..\src\Environment\metarairportfilter.cxx" />
+    <ClCompile Include="..\..\..\src\Environment\terrainsampler.cxx" />
     <ClCompile Include="..\..\..\src\Model\acmodel.cxx" />
     <ClCompile Include="..\..\..\src\Model\model_panel.cxx" />
     <ClCompile Include="..\..\..\src\Model\modelmgr.cxx" />
     <ClCompile Include="..\..\..\src\AIModel\performancedata.cxx" />
     <ClCompile Include="..\..\..\src\AIModel\performancedb.cxx" />
     <ClCompile Include="..\..\..\src\AIModel\submodel.cxx" />
+    <ClCompile Include="..\..\..\src\Time\TimeManager.cxx" />
     <ClCompile Include="..\..\..\src\Traffic\SchedFlight.cxx" />
     <ClCompile Include="..\..\..\src\Traffic\Schedule.cxx" />
     <ClCompile Include="..\..\..\src\Traffic\TrafficMgr.cxx" />
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
     </ClInclude>
     <ClInclude Include="..\..\..\src\ATC\atcutils.hxx" />
+    <ClInclude Include="..\..\..\src\ATC\atis.hxx" />
     <ClInclude Include="..\..\..\src\Autopilot\analogcomponent.hxx" />
     <ClInclude Include="..\..\..\src\Autopilot\autopilot.hxx" />
     <ClInclude Include="..\..\..\src\Autopilot\autopilotgroup.hxx" />
     <ClInclude Include="..\..\..\src\Sound\voice.hxx" />
     <ClInclude Include="..\..\..\src\Time\light.hxx" />
     <ClInclude Include="..\..\..\src\Time\sunsolver.hxx" />
-    <ClInclude Include="..\..\..\src\Time\tmp.hxx" />
     <ClInclude Include="..\..\..\src\MultiPlayer\mpmessages.hxx" />
     <ClInclude Include="..\..\..\src\MultiPlayer\multiplaymgr.hxx" />
     <ClInclude Include="..\..\..\src\MultiPlayer\tiny_xdr.hxx" />
     <ClInclude Include="..\..\..\src\Environment\fgwind.hxx" />
     <ClInclude Include="..\..\..\src\Environment\precipitation_mgr.hxx" />
     <ClInclude Include="..\..\..\src\Environment\ridge_lift.hxx" />
+    <ClCompile Include="..\..\..\src\Environment\realwx_ctrl.hxx" />
+    <ClCompile Include="..\..\..\src\Environment\metarproperties.hxx" />
+    <ClCompile Include="..\..\..\src\Environment\metarairportfilter.hxx" />
+    <ClCompile Include="..\..\..\src\Environment\terrainsampler.hxx" />
     <ClInclude Include="..\..\..\src\Model\acmodel.hxx" />
     <ClInclude Include="..\..\..\src\Model\model_panel.hxx" />
     <ClInclude Include="..\..\..\src\Model\modelmgr.hxx" />
     <ClInclude Include="..\..\..\src\AIModel\performancedata.hxx" />
     <ClInclude Include="..\..\..\src\AIModel\performancedb.hxx" />
     <ClInclude Include="..\..\..\src\AIModel\submodel.hxx" />
+    <ClInclude Include="..\..\..\src\Time\TimeManager.hxx" />
     <ClInclude Include="..\..\..\src\Traffic\SchedFlight.hxx" />
     <ClInclude Include="..\..\..\src\Traffic\Schedule.hxx" />
     <ClInclude Include="..\..\..\src\Traffic\TrafficMgr.hxx" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>