Updates VS project files.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12960 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2013-06-24 06:13:44 +00:00
parent 5595882cbd
commit 4b81118cdc
4 changed files with 4828 additions and 4816 deletions

View File

@ -222,6 +222,7 @@
<ClCompile Include="..\..\graphics\referee.cpp" />
<ClCompile Include="..\..\graphics\show_curve.cpp" />
<ClCompile Include="..\..\guiengine\widgets\CGUIEditBox.cpp" />
<ClCompile Include="..\..\guiengine\widgets\rating_bar_widget.cpp" />
<ClCompile Include="..\..\input\wiimote.cpp" />
<ClCompile Include="..\..\items\rubber_ball.cpp" />
<ClCompile Include="..\..\items\swatter.cpp" />
@ -469,6 +470,7 @@
<ClInclude Include="..\..\graphics\referee.hpp" />
<ClInclude Include="..\..\graphics\show_curve.hpp" />
<ClInclude Include="..\..\guiengine\widgets\CGUIEditBox.h" />
<ClInclude Include="..\..\guiengine\widgets\rating_bar_widget.hpp" />
<ClInclude Include="..\..\input\wiimote.hpp" />
<ClInclude Include="..\..\items\rubber_ball.hpp" />
<ClInclude Include="..\..\items\swatter.hpp" />

View File

@ -870,6 +870,9 @@
<ClCompile Include="..\..\config\saved_grand_prix.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\guiengine\widgets\rating_bar_widget.cpp">
<Filter>Source Files\guiengine\widgets</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\main_loop.hpp">
@ -1667,5 +1670,8 @@
<ClInclude Include="..\..\config\saved_grand_prix.hpp">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\guiengine\widgets\rating_bar_widget.hpp">
<Filter>Header Files\guiengine\widgets</Filter>
</ClInclude>
</ItemGroup>
</Project>

View File

@ -226,6 +226,7 @@
<ClCompile Include="..\..\graphics\referee.cpp" />
<ClCompile Include="..\..\graphics\show_curve.cpp" />
<ClCompile Include="..\..\guiengine\widgets\CGUIEditBox.cpp" />
<ClCompile Include="..\..\guiengine\widgets\rating_bar_widget.cpp" />
<ClCompile Include="..\..\input\wiimote.cpp" />
<ClCompile Include="..\..\items\rubber_ball.cpp" />
<ClCompile Include="..\..\items\swatter.cpp" />

View File

@ -870,6 +870,9 @@
<ClCompile Include="..\..\config\saved_grand_prix.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\guiengine\widgets\rating_bar_widget.cpp">
<Filter>Source Files\guiengine\widgets</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\main_loop.hpp">