Update VS2010 projects

This commit is contained in:
Frederic Bouvier
2010-11-20 21:42:10 +01:00
parent 82efb8a784
commit 093e4614d3
2 changed files with 8 additions and 0 deletions

View File

@@ -220,6 +220,7 @@
<ClCompile Include="..\..\simgear\misc\sg_dir.cxx" />
<ClCompile Include="..\..\simgear\misc\sg_path.cxx" />
<ClCompile Include="..\..\simgear\misc\sgstream.cxx" />
<ClCompile Include="..\..\simgear\misc\sg_sleep.cxx" />
<ClCompile Include="..\..\simgear\misc\strutils.cxx" />
<ClCompile Include="..\..\simgear\misc\tabbed_values.cxx" />
<ClCompile Include="..\..\simgear\misc\texcoord.cxx" />
@@ -422,6 +423,7 @@
<ClInclude Include="..\..\simgear\misc\sg_dir.hxx" />
<ClInclude Include="..\..\simgear\misc\sg_path.hxx" />
<ClInclude Include="..\..\simgear\misc\sgstream.hxx" />
<ClInclude Include="..\..\simgear\misc\sg_sleep.hxx" />
<ClInclude Include="..\..\simgear\misc\stopwatch.hxx" />
<ClInclude Include="..\..\simgear\misc\strutils.hxx" />
<ClInclude Include="..\..\simgear\misc\tabbed_values.hxx" />

View File

@@ -603,6 +603,9 @@
<ClCompile Include="..\..\simgear\props\propertyObject.cxx">
<Filter>Lib_sgprops</Filter>
</ClCompile>
<ClCompile Include="..\..\simgear\misc\sg_sleep.cxx">
<Filter>Lib_sgmisc</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\simgear\bucket\newbucket.hxx">
@@ -1207,6 +1210,9 @@
<ClInclude Include="..\..\simgear\props\propertyObject.hxx">
<Filter>Lib_sgprops</Filter>
</ClInclude>
<ClInclude Include="..\..\simgear\misc\sg_sleep.hxx">
<Filter>Lib_sgmisc</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\simgear\math\linintp2.inl">