Updated VS project file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/hilnius@13220 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
c50a24a25d
commit
36653fada6
@ -44,8 +44,8 @@ Global
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.debug|Win32.Build.0 = Debug|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.Release|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.wiiuse-debug|Win32.ActiveCfg = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.wiiuse-debug|Win32.Build.0 = Release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.wiiuse-debug|Win32.ActiveCfg = Debug|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.wiiuse-debug|Win32.Build.0 = Debug|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.wiiuse-release|Win32.ActiveCfg = wiiuse-release|Win32
|
||||
{B0E92B97-089A-4D5B-BF17-77F1BC5DAEEF}.wiiuse-release|Win32.Build.0 = wiiuse-release|Win32
|
||||
{E08E042A-6C45-411B-92BE-3CC31331019F}.debug|Win32.ActiveCfg = Static lib - Debug|Win32
|
||||
|
@ -1032,6 +1032,10 @@
|
||||
RelativePath="..\..\karts\controller\end_controller.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\karts\controller\network_player_controller.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\karts\controller\player_controller.cpp"
|
||||
>
|
||||
@ -1169,6 +1173,10 @@
|
||||
RelativePath="..\..\network\network_string.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\network_world.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocol.cpp"
|
||||
>
|
||||
@ -1196,6 +1204,10 @@
|
||||
<Filter
|
||||
Name="protocols"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\client_lobby_room_protocol.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\connect_to_peer.cpp"
|
||||
>
|
||||
@ -1224,14 +1236,26 @@
|
||||
RelativePath="..\..\network\protocols\ping_protocol.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\quick_join_protocol.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\request_connection.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\server_lobby_room_protocol.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\show_public_address.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\start_game_protocol.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\start_server.cpp"
|
||||
>
|
||||
@ -1240,6 +1264,10 @@
|
||||
RelativePath="..\..\network\protocols\stop_server.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\synchronization_protocol.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
@ -1907,6 +1935,10 @@
|
||||
RelativePath="..\..\network\network_string.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\network_world.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocol.hpp"
|
||||
>
|
||||
@ -1942,6 +1974,10 @@
|
||||
<Filter
|
||||
Name="protocols"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\client_lobby_room_protocol.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\connect_to_peer.hpp"
|
||||
>
|
||||
@ -1970,14 +2006,26 @@
|
||||
RelativePath="..\..\network\protocols\ping_protocol.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\quick_join_protocol.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\request_connection.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\server_lobby_room_protocol.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\show_public_address.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\start_game_protocol.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\start_server.hpp"
|
||||
>
|
||||
@ -1986,6 +2034,10 @@
|
||||
RelativePath="..\..\network\protocols\stop_server.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\network\protocols\synchronization_protocol.hpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
@ -2370,6 +2422,10 @@
|
||||
RelativePath="..\..\karts\controller\kart_control.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\karts\controller\network_player_controller.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\karts\controller\player_controller.hpp"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user