Fix MSVC 100 project files updated by hand

This commit is contained in:
Frederic Bouvier
2010-09-12 12:06:57 +02:00
parent bf70d6f087
commit 937297561f
2 changed files with 9 additions and 3 deletions

View File

@@ -221,7 +221,6 @@
<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" />
@@ -417,6 +416,7 @@
<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" />
@@ -588,4 +588,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -183,6 +183,9 @@
<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>
@@ -719,6 +722,9 @@
<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>
@@ -1168,4 +1174,4 @@
<ItemGroup>
<CustomBuild Include="..\..\simgear\simgear_config.h-msvc90" />
</ItemGroup>
</Project>
</Project>