Updated VS10 project file.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8023 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-03-22 12:32:00 +00:00
parent 9dbb3bad94
commit 69a6a2439b
2 changed files with 8 additions and 0 deletions

View File

@ -205,6 +205,7 @@
<ClCompile Include="..\..\challenges\unlock_manager.cpp" />
<ClCompile Include="..\..\physics\btKartRaycast.cpp" />
<ClCompile Include="..\..\states_screens\minimal_race_gui.cpp" />
<ClCompile Include="..\..\states_screens\options_screen_ui.cpp" />
<ClCompile Include="..\..\tinygettext\dictionary.cpp" />
<ClCompile Include="..\..\tinygettext\dictionary_manager.cpp" />
<ClCompile Include="..\..\tinygettext\iconv.cpp" />
@ -424,6 +425,7 @@
<ClInclude Include="..\..\network\world_loaded_message.hpp" />
<ClInclude Include="..\..\physics\btKartRaycast.hpp" />
<ClInclude Include="..\..\states_screens\minimal_race_gui.hpp" />
<ClInclude Include="..\..\states_screens\options_screen_ui.hpp" />
<ClInclude Include="..\..\tinygettext\dictionary.hpp" />
<ClInclude Include="..\..\tinygettext\dictionary_manager.hpp" />
<ClInclude Include="..\..\tinygettext\file_system.hpp" />

View File

@ -762,6 +762,9 @@
<ClCompile Include="..\..\graphics\lod_node.cpp">
<Filter>Quelldateien\graphics</Filter>
</ClCompile>
<ClCompile Include="..\..\states_screens\options_screen_ui.cpp">
<Filter>Quelldateien\states_screens</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\main_loop.hpp">
@ -1442,5 +1445,8 @@
<ClInclude Include="..\..\graphics\lod_node.hpp">
<Filter>Headerdateien\graphics</Filter>
</ClInclude>
<ClInclude Include="..\..\states_screens\options_screen_ui.hpp">
<Filter>Headerdateien\states_screens</Filter>
</ClInclude>
</ItemGroup>
</Project>