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:
parent
5595882cbd
commit
4b81118cdc
@ -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" />
|
||||
|
@ -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>
|
@ -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" />
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user