]> git.mxchange.org Git - simgear.git/commitdiff
Fix MSVC 100 project files updated by hand
authorFrederic Bouvier <fredfgfs01@free.fr>
Sun, 12 Sep 2010 10:06:57 +0000 (12:06 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sun, 12 Sep 2010 10:06:57 +0000 (12:06 +0200)
projects/VC100/SimGear.vcxproj
projects/VC100/SimGear.vcxproj.filters

index 8729073beef7f2c7d21e38e9ba6aec6fb7f572b3..a2e7730db9798fe75afbe56bfa4f8e4fdd133b46 100644 (file)
     <ClCompile Include="..\..\simgear\misc\texcoord.cxx" />
     <ClCompile Include="..\..\simgear\misc\zfstream.cxx" />
     <ClCompile Include="..\..\simgear\misc\ResourceManager.cxx" />
-    <ClCompile Include="..\..\simgear\misc\ResourceManager.hxx" />
     <ClCompile Include="..\..\simgear\route\route.cxx" />
     <ClCompile Include="..\..\simgear\route\waypoint.cxx" />
     <ClCompile Include="..\..\simgear\screen\extensions.cxx" />
     <ClInclude Include="..\..\simgear\misc\tabbed_values.hxx" />
     <ClInclude Include="..\..\simgear\misc\texcoord.hxx" />
     <ClInclude Include="..\..\simgear\misc\zfstream.hxx" />
+    <ClInclude Include="..\..\simgear\misc\ResourceManager.hxx" />
     <ClInclude Include="..\..\simgear\route\route.hxx" />
     <ClInclude Include="..\..\simgear\route\waypoint.hxx" />
     <ClInclude Include="..\..\simgear\screen\colors.hxx" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
index 3d6585ca9481412283a5e552528c334a9d30ef07..3a94ddc324103e244e10eefb9bc432f8a388a4ed 100644 (file)
     <ClCompile Include="..\..\simgear\misc\zfstream.cxx">
       <Filter>Lib_sgmisc</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\simgear\misc\ResourceManager.cxx">
+      <Filter>Lib_sgmisc</Filter>
+    </ClCompile>
     <ClCompile Include="..\..\simgear\route\route.cxx">
       <Filter>Lib_sgroute</Filter>
     </ClCompile>
     <ClInclude Include="..\..\simgear\misc\zfstream.hxx">
       <Filter>Lib_sgmisc</Filter>
     </ClInclude>
+    <ClInclude Include="..\..\simgear\misc\ResourceManager.hxx">
+      <Filter>Lib_sgmisc</Filter>
+    </ClInclude>
     <ClInclude Include="..\..\simgear\route\route.hxx">
       <Filter>Lib_sgroute</Filter>
     </ClInclude>
   <ItemGroup>
     <CustomBuild Include="..\..\simgear\simgear_config.h-msvc90" />
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>