From 6d155ced6134d20a4b153569ab59f94077831159 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Sun, 17 Jan 2021 10:11:57 +1100 Subject: [PATCH] Updated VS projectfiles for recent changes - Adding the Match History viewer - Removing utils/optional_fwd.hpp - Adding the wesnothd game history query handling --- projectfiles/VC16/wesnoth.vcxproj | 11 +++++++++-- projectfiles/VC16/wesnoth.vcxproj.filters | 11 +++++++---- projectfiles/VC16/wesnothd.vcxproj | 18 ++++++++++++------ projectfiles/VC16/wesnothd.vcxproj.filters | 6 ++++++ 4 files changed, 34 insertions(+), 12 deletions(-) diff --git a/projectfiles/VC16/wesnoth.vcxproj b/projectfiles/VC16/wesnoth.vcxproj index b165822fdec2..6d66ee009499 100644 --- a/projectfiles/VC16/wesnoth.vcxproj +++ b/projectfiles/VC16/wesnoth.vcxproj @@ -1709,6 +1709,13 @@ $(IntDir)Gui\Dialogs\ $(IntDir)Gui\Dialogs\ + + $(IntDir)Gui\Dialogs\Multiplayer\ + $(IntDir)Gui\Dialogs\Multiplayer\ + $(IntDir)Gui\Dialogs\Multiplayer\ + $(IntDir)Gui\Dialogs\Multiplayer\ + $(IntDir)Gui\Dialogs\Multiplayer\ + $(IntDir)Gui\Dialogs\ $(IntDir)Gui\Dialogs\ @@ -3849,6 +3856,7 @@ + @@ -4143,7 +4151,6 @@ - @@ -4193,4 +4200,4 @@ - + \ No newline at end of file diff --git a/projectfiles/VC16/wesnoth.vcxproj.filters b/projectfiles/VC16/wesnoth.vcxproj.filters index 5285d1204e4e..918391fd392f 100644 --- a/projectfiles/VC16/wesnoth.vcxproj.filters +++ b/projectfiles/VC16/wesnoth.vcxproj.filters @@ -1593,6 +1593,9 @@ Preferences + + Gui\Dialogs\Multiplayer + @@ -3090,12 +3093,12 @@ Units - - utils - Preferences + + Gui\Dialogs\Multiplayer + @@ -3117,4 +3120,4 @@ Tests\Utils - + \ No newline at end of file diff --git a/projectfiles/VC16/wesnothd.vcxproj b/projectfiles/VC16/wesnothd.vcxproj index c97919cbc069..5415905aa491 100644 --- a/projectfiles/VC16/wesnothd.vcxproj +++ b/projectfiles/VC16/wesnothd.vcxproj @@ -173,6 +173,11 @@ + + $(IntDir)\Server\Common\ + $(IntDir)\Server\Common\ + $(IntDir)\Server\Common\ + $(IntDir)Server\ $(IntDir)Server\ @@ -199,14 +204,14 @@ $(IntDir)Server\ - $(IntDir)Server\ - $(IntDir)Server\ - $(IntDir)Server\ + $(IntDir)Server\Common\ + $(IntDir)Server\Common\ + $(IntDir)Server\Common\ - $(IntDir)Server\ - $(IntDir)Server\ - $(IntDir)Server\ + $(IntDir)Server\Common\ + $(IntDir)Server\Common\ + $(IntDir)Server\Common\ $(IntDir)Server\ @@ -251,6 +256,7 @@ + diff --git a/projectfiles/VC16/wesnothd.vcxproj.filters b/projectfiles/VC16/wesnothd.vcxproj.filters index e01ce1d12144..cddf3887229d 100644 --- a/projectfiles/VC16/wesnothd.vcxproj.filters +++ b/projectfiles/VC16/wesnothd.vcxproj.filters @@ -77,6 +77,9 @@ Server\Common + + Server\Common\Resultsets + @@ -126,5 +129,8 @@ Server\Common + + Server\Common\Resultsets + \ No newline at end of file