Updated VS10 project files (thanks to radifar).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9857 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-09-18 14:08:11 +00:00
parent 3029d01014
commit 45bab1846a
2 changed files with 8 additions and 0 deletions

View File

@ -119,6 +119,7 @@
<ClCompile Include="..\..\graphics\per_camera_node.cpp" />
<ClCompile Include="..\..\graphics\post_processing.cpp" />
<ClCompile Include="..\..\graphics\rain.cpp" />
<ClCompile Include="..\..\graphics\referee.cpp" />
<ClCompile Include="..\..\guiengine\widgets\CGUIEditBox.cpp" />
<ClCompile Include="..\..\items\rubber_ball.cpp" />
<ClCompile Include="..\..\items\swatter.cpp" />
@ -339,6 +340,7 @@
<ClInclude Include="..\..\graphics\per_camera_node.hpp" />
<ClInclude Include="..\..\graphics\post_processing.hpp" />
<ClInclude Include="..\..\graphics\rain.hpp" />
<ClInclude Include="..\..\graphics\referee.hpp" />
<ClInclude Include="..\..\guiengine\widgets\CGUIEditBox.h" />
<ClInclude Include="..\..\items\rubber_ball.hpp" />
<ClInclude Include="..\..\items\swatter.hpp" />

View File

@ -801,6 +801,9 @@
<ClCompile Include="..\..\graphics\hit_sfx.cpp">
<Filter>Quelldateien\graphics</Filter>
</ClCompile>
<ClCompile Include="..\..\graphics\referee.cpp">
<Filter>Quelldateien\graphics</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\main_loop.hpp">
@ -1523,5 +1526,8 @@
<ClInclude Include="..\..\graphics\hit_sfx.hpp">
<Filter>Headerdateien\graphics</Filter>
</ClInclude>
<ClInclude Include="..\..\graphics\referee.hpp">
<Filter>Headerdateien\graphics</Filter>
</ClInclude>
</ItemGroup>
</Project>