Skip to content

Commit

Permalink
Updated VS projectfiles for recent changes
Browse files Browse the repository at this point in the history
- Adding the Match History viewer
- Removing utils/optional_fwd.hpp
- Adding the wesnothd game history query handling
  • Loading branch information
Vultraz committed Jan 17, 2021
1 parent e3f8b68 commit 6d155ce
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 12 deletions.
11 changes: 9 additions & 2 deletions projectfiles/VC16/wesnoth.vcxproj
Expand Up @@ -1709,6 +1709,13 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|x64'">$(IntDir)Gui\Dialogs\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|x64'">$(IntDir)Gui\Dialogs\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\gui\dialogs\multiplayer\match_history.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)Gui\Dialogs\Multiplayer\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|x64'">$(IntDir)Gui\Dialogs\Multiplayer\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Debug|x64'">$(IntDir)Gui\Dialogs\Multiplayer\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)Gui\Dialogs\Multiplayer\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Test_Release|x64'">$(IntDir)Gui\Dialogs\Multiplayer\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\gui\dialogs\server_info_dialog.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)Gui\Dialogs\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|x64'">$(IntDir)Gui\Dialogs\</ObjectFileName>
Expand Down Expand Up @@ -3849,6 +3856,7 @@
<ClInclude Include="..\..\src\gui\dialogs\modeless_dialog.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\multiplayer\faction_select.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\multiplayer\lobby.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\multiplayer\match_history.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\multiplayer\mp_alerts_options.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\multiplayer\mp_change_control.hpp" />
<ClInclude Include="..\..\src\gui\dialogs\multiplayer\mp_connect.hpp" />
Expand Down Expand Up @@ -4143,7 +4151,6 @@
<ClInclude Include="..\..\src\utils\math.hpp" />
<ClInclude Include="..\..\src\utils\name_generator.hpp" />
<ClInclude Include="..\..\src\utils\name_generator_factory.hpp" />
<ClInclude Include="..\..\src\utils\optional_fwd.hpp" />
<ClInclude Include="..\..\src\utils\parse_network_address.hpp" />
<ClInclude Include="..\..\src\utils\reference_counter.hpp" />
<ClInclude Include="..\..\src\utils\scope_exit.hpp" />
Expand Down Expand Up @@ -4193,4 +4200,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
11 changes: 7 additions & 4 deletions projectfiles/VC16/wesnoth.vcxproj.filters
Expand Up @@ -1593,6 +1593,9 @@
<ClCompile Include="..\..\src\preferences\advanced.cpp">
<Filter>Preferences</Filter>
</ClCompile>
<ClCompile Include="..\..\src\gui\dialogs\multiplayer\match_history.cpp">
<Filter>Gui\Dialogs\Multiplayer</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\addon\client.hpp">
Expand Down Expand Up @@ -3090,12 +3093,12 @@
<ClInclude Include="..\..\src\units\orb_status.hpp">
<Filter>Units</Filter>
</ClInclude>
<ClInclude Include="..\..\src\utils\optional_fwd.hpp">
<Filter>utils</Filter>
</ClInclude>
<ClInclude Include="..\..\src\preferences\advanced.hpp">
<Filter>Preferences</Filter>
</ClInclude>
<ClInclude Include="..\..\src\gui\dialogs\multiplayer\match_history.hpp">
<Filter>Gui\Dialogs\Multiplayer</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
Expand All @@ -3117,4 +3120,4 @@
<Filter>Tests\Utils</Filter>
</CustomBuild>
</ItemGroup>
</Project>
</Project>
18 changes: 12 additions & 6 deletions projectfiles/VC16/wesnothd.vcxproj
Expand Up @@ -173,6 +173,11 @@
<ItemGroup>
<ClCompile Include="..\..\src\mt_rng.cpp" />
<ClCompile Include="..\..\src\seed_rng.cpp" />
<ClCompile Include="..\..\src\server\common\resultsets\game_history.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)\Server\Common\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|x64'">$(IntDir)\Server\Common\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)\Server\Common\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\server\wesnothd\ban.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)Server\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|x64'">$(IntDir)Server\</ObjectFileName>
Expand All @@ -199,14 +204,14 @@
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)Server\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\server\common\resultsets\tournaments.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)Server\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|x64'">$(IntDir)Server\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)Server\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)Server\Common\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|x64'">$(IntDir)Server\Common\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)Server\Common\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\server\common\resultsets\ban_check.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)Server\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|x64'">$(IntDir)Server\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)Server\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)Server\Common\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='ReleaseDEBUG|x64'">$(IntDir)Server\Common\</ObjectFileName>
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)Server\Common\</ObjectFileName>
</ClCompile>
<ClCompile Include="..\..\src\server\wesnothd\player.cpp">
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)Server\</ObjectFileName>
Expand Down Expand Up @@ -251,6 +256,7 @@
<ClInclude Include="..\..\src\server\common\dbconn.hpp" />
<ClInclude Include="..\..\src\server\common\forum_user_handler.hpp" />
<ClInclude Include="..\..\src\server\common\resultsets\ban_check.hpp" />
<ClInclude Include="..\..\src\server\common\resultsets\game_history.hpp" />
<ClInclude Include="..\..\src\server\common\resultsets\rs_base.hpp" />
<ClInclude Include="..\..\src\server\common\resultsets\tournaments.hpp" />
<ClInclude Include="..\..\src\server\common\server_base.hpp" />
Expand Down
6 changes: 6 additions & 0 deletions projectfiles/VC16/wesnothd.vcxproj.filters
Expand Up @@ -77,6 +77,9 @@
<ClCompile Include="..\..\src\server\common\user_handler.cpp">
<Filter>Server\Common</Filter>
</ClCompile>
<ClCompile Include="..\..\src\server\common\resultsets\game_history.cpp">
<Filter>Server\Common\Resultsets</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\mt_rng.hpp" />
Expand Down Expand Up @@ -126,5 +129,8 @@
<ClInclude Include="..\..\src\server\common\user_handler.hpp">
<Filter>Server\Common</Filter>
</ClInclude>
<ClInclude Include="..\..\src\server\common\resultsets\game_history.hpp">
<Filter>Server\Common\Resultsets</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit 6d155ce

Please sign in to comment.