Update VC10 project

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11286 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
stephenjust
2012-06-09 01:52:57 +00:00
parent f7e6befce5
commit 7f28171b73
2 changed files with 8 additions and 0 deletions

View File

@@ -170,6 +170,7 @@
<ClCompile Include="..\..\challenges\challenge.cpp" />
<ClCompile Include="..\..\challenges\challenge_data.cpp" />
<ClCompile Include="..\..\challenges\unlock_manager.cpp" />
<ClCompile Include="..\..\modes\cutscene_world.cpp" />
<ClCompile Include="..\..\modes\demo_world.cpp" />
<ClCompile Include="..\..\modes\game_tutorial.cpp" />
<ClCompile Include="..\..\modes\overworld.cpp" />
@@ -403,6 +404,7 @@
<ClInclude Include="..\..\challenges\challenge.hpp" />
<ClInclude Include="..\..\challenges\challenge_data.hpp" />
<ClInclude Include="..\..\challenges\unlock_manager.hpp" />
<ClInclude Include="..\..\modes\cutscene_world.hpp" />
<ClInclude Include="..\..\modes\demo_world.hpp" />
<ClInclude Include="..\..\modes\game_tutorial.hpp" />
<ClInclude Include="..\..\modes\overworld.hpp" />

View File

@@ -861,6 +861,9 @@
<ClCompile Include="..\..\karts\controller\skidding_ai.cpp">
<Filter>Source Files\karts\controller</Filter>
</ClCompile>
<ClCompile Include="..\..\modes\cutscene_world.cpp">
<Filter>Source Files\modes</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\main_loop.hpp">
@@ -1640,5 +1643,8 @@
<ClInclude Include="..\..\karts\controller\skidding_ai.hpp">
<Filter>Header Files\karts\controller</Filter>
</ClInclude>
<ClInclude Include="..\..\modes\cutscene_world.hpp">
<Filter>Header Files\modes</Filter>
</ClInclude>
</ItemGroup>
</Project>