Update Visual Studio project
This commit is contained in:
parent
f88cf93353
commit
42c3435c0c
4 changed files with 17 additions and 8 deletions
|
@ -4318,9 +4318,7 @@
|
|||
<ClInclude Include="..\..\src\mp_ui_alerts.hpp" />
|
||||
<ClInclude Include="..\..\src\mt_rng.hpp" />
|
||||
<ClInclude Include="..\..\src\multiplayer_error_codes.hpp" />
|
||||
<ClInclude Include="..\..\src\network.hpp" />
|
||||
<ClInclude Include="..\..\src\network_asio.hpp" />
|
||||
<ClInclude Include="..\..\src\network_worker.hpp" />
|
||||
<ClInclude Include="..\..\src\overlay.hpp" />
|
||||
<ClInclude Include="..\..\src\pathfind\pathfind.hpp" />
|
||||
<ClInclude Include="..\..\src\pathfind\teleport.hpp" />
|
||||
|
@ -4375,7 +4373,6 @@
|
|||
<ClInclude Include="..\..\src\scripting\plugins\manager.hpp" />
|
||||
<ClInclude Include="..\..\src\scripting\push_check.hpp" />
|
||||
<ClInclude Include="..\..\src\sdl\alpha.hpp" />
|
||||
<ClInclude Include="..\..\src\sdl\compat.hpp" />
|
||||
<ClInclude Include="..\..\src\sdl\exception.hpp" />
|
||||
<ClInclude Include="..\..\src\sdl\gpu.hpp" />
|
||||
<ClInclude Include="..\..\src\sdl\image.hpp" />
|
||||
|
|
|
@ -2560,9 +2560,6 @@
|
|||
<ClInclude Include="..\..\src\sdl\alpha.hpp">
|
||||
<Filter>SDL</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\sdl\compat.hpp">
|
||||
<Filter>SDL</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\sdl\exception.hpp">
|
||||
<Filter>SDL</Filter>
|
||||
</ClInclude>
|
||||
|
@ -2853,9 +2850,7 @@
|
|||
<ClInclude Include="..\..\src\mp_ui_alerts.hpp" />
|
||||
<ClInclude Include="..\..\src\mt_rng.hpp" />
|
||||
<ClInclude Include="..\..\src\multiplayer_error_codes.hpp" />
|
||||
<ClInclude Include="..\..\src\network.hpp" />
|
||||
<ClInclude Include="..\..\src\network_asio.hpp" />
|
||||
<ClInclude Include="..\..\src\network_worker.hpp" />
|
||||
<ClInclude Include="..\..\src\overlay.hpp" />
|
||||
<ClInclude Include="..\..\src\pathutils.hpp" />
|
||||
<ClInclude Include="..\..\src\persist_context.hpp" />
|
||||
|
|
|
@ -209,6 +209,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\src\filesystem_win32.ii" />
|
||||
<None Include="..\..\src\server\send_receive_wml_helpers.ipp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\mt_rng.cpp" />
|
||||
|
@ -273,6 +274,12 @@
|
|||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Server\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Server\</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\server\server_base.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Server\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)Server\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|Win32'">$(IntDir)Server\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)Server\</ObjectFileName>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\server\simple_wml.cpp">
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug_with_VLD|Win32'">$(IntDir)Server\</ObjectFileName>
|
||||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)Server\</ObjectFileName>
|
||||
|
@ -300,6 +307,7 @@
|
|||
<ClInclude Include="..\..\src\server\player_network.hpp" />
|
||||
<ClInclude Include="..\..\src\server\sample_user_handler.hpp" />
|
||||
<ClInclude Include="..\..\src\server\server.hpp" />
|
||||
<ClInclude Include="..\..\src\server\server_base.hpp" />
|
||||
<ClInclude Include="..\..\src\server\simple_wml.hpp" />
|
||||
<ClInclude Include="..\..\src\server\user_handler.hpp" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -22,6 +22,9 @@
|
|||
<None Include="..\..\src\filesystem_win32.ii">
|
||||
<Filter>Others</Filter>
|
||||
</None>
|
||||
<None Include="..\..\src\server\send_receive_wml_helpers.ipp">
|
||||
<Filter>Server</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\server\ban.cpp">
|
||||
|
@ -62,6 +65,9 @@
|
|||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\mt_rng.cpp" />
|
||||
<ClCompile Include="..\..\src\seed_rng.cpp" />
|
||||
<ClCompile Include="..\..\src\server\server_base.cpp">
|
||||
<Filter>Server</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\server\ban.hpp">
|
||||
|
@ -102,5 +108,8 @@
|
|||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\mt_rng.hpp" />
|
||||
<ClInclude Include="..\..\src\seed_rng.hpp" />
|
||||
<ClInclude Include="..\..\src\server\server_base.hpp">
|
||||
<Filter>Server</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Add table
Reference in a new issue