Updated VS10 project file.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8290 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-04-11 11:15:11 +00:00
parent 9e31bf6142
commit 65c880f71d
2 changed files with 12 additions and 0 deletions

View File

@ -167,6 +167,7 @@
<ClCompile Include="..\..\graphics\particle_kind_manager.cpp" />
<ClCompile Include="..\..\graphics\per_camera_node.cpp" />
<ClCompile Include="..\..\graphics\rain.cpp" />
<ClCompile Include="..\..\guiengine\widgets\CGUIEditBox.cpp" />
<ClCompile Include="..\..\main.cpp" />
<ClCompile Include="..\..\main_loop.cpp" />
<ClCompile Include="..\..\guiengine\abstract_state_manager.cpp" />
@ -206,6 +207,7 @@
<ClCompile Include="..\..\physics\btKartRaycast.cpp" />
<ClCompile Include="..\..\states_screens\minimal_race_gui.cpp" />
<ClCompile Include="..\..\states_screens\options_screen_ui.cpp" />
<ClCompile Include="..\..\states_screens\race_gui_base.cpp" />
<ClCompile Include="..\..\tinygettext\dictionary.cpp" />
<ClCompile Include="..\..\tinygettext\dictionary_manager.cpp" />
<ClCompile Include="..\..\tinygettext\iconv.cpp" />
@ -377,6 +379,7 @@
<ClInclude Include="..\..\graphics\particle_kind_manager.hpp" />
<ClInclude Include="..\..\graphics\per_camera_node.hpp" />
<ClInclude Include="..\..\graphics\rain.hpp" />
<ClInclude Include="..\..\guiengine\widgets\CGUIEditBox.h" />
<ClInclude Include="..\..\main_loop.hpp" />
<ClInclude Include="..\..\guiengine\abstract_state_manager.hpp" />
<ClInclude Include="..\..\guiengine\abstract_top_level_container.hpp" />

View File

@ -765,6 +765,12 @@
<ClCompile Include="..\..\states_screens\options_screen_ui.cpp">
<Filter>Quelldateien\states_screens</Filter>
</ClCompile>
<ClCompile Include="..\..\guiengine\widgets\CGUIEditBox.cpp">
<Filter>Quelldateien\guiengine\widgets</Filter>
</ClCompile>
<ClCompile Include="..\..\states_screens\race_gui_base.cpp">
<Filter>Headerdateien\states_screens</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\main_loop.hpp">
@ -1451,5 +1457,8 @@
<ClInclude Include="..\..\utils\time.hpp">
<Filter>Headerdateien\utils</Filter>
</ClInclude>
<ClInclude Include="..\..\guiengine\widgets\CGUIEditBox.h">
<Filter>Headerdateien\guiengine\widgets</Filter>
</ClInclude>
</ItemGroup>
</Project>