From 260981d5862943f6f86bb3c7cd2b9ac9ee27aaef Mon Sep 17 00:00:00 2001 From: Dydzio Date: Fri, 6 Jul 2018 18:52:51 +0200 Subject: [PATCH] Update project files to match vcmi code changes --- client/VCMI_client.vcxproj | 30 ++++++++++++++++++++++++++++-- client/VCMI_client.vcxproj.filters | 29 +++++++++++++++++++++++++++-- lib/VCMI_lib.vcxproj | 6 +++++- lib/VCMI_lib.vcxproj.filters | 16 +++++++++++++--- server/VCMI_server.vcxproj | 1 + 5 files changed, 74 insertions(+), 8 deletions(-) diff --git a/client/VCMI_client.vcxproj b/client/VCMI_client.vcxproj index 824f1fdc5..a33d72edf 100644 --- a/client/VCMI_client.vcxproj +++ b/client/VCMI_client.vcxproj @@ -156,6 +156,7 @@ $(VCMI_Out) false true + MultiplyDefinedSymbolOnly /LTCG %(AdditionalOptions) @@ -190,8 +191,8 @@ - + @@ -201,8 +202,21 @@ + + + + + + + + + + + + + Create @@ -243,8 +257,8 @@ - + @@ -256,6 +270,18 @@ + + + + + + + + + + + + diff --git a/client/VCMI_client.vcxproj.filters b/client/VCMI_client.vcxproj.filters index 2016d6a2a..a93e38825 100644 --- a/client/VCMI_client.vcxproj.filters +++ b/client/VCMI_client.vcxproj.filters @@ -8,7 +8,6 @@ - @@ -116,6 +115,20 @@ windows + + + + + + + + + + + + + + @@ -145,7 +158,6 @@ - @@ -259,5 +271,18 @@ windows + + + + + + + + + + + + + \ No newline at end of file diff --git a/lib/VCMI_lib.vcxproj b/lib/VCMI_lib.vcxproj index cc7adf31e..c236ceb70 100644 --- a/lib/VCMI_lib.vcxproj +++ b/lib/VCMI_lib.vcxproj @@ -151,6 +151,7 @@ ..\..\libs /LTCG %(AdditionalOptions) + MultiplyDefinedSymbolOnly @@ -209,6 +210,7 @@ + @@ -290,7 +292,6 @@ - @@ -307,6 +308,7 @@ + VCMI_DLL;%(PreprocessorDefinitions) Create @@ -318,6 +320,7 @@ + @@ -417,6 +420,7 @@ + diff --git a/lib/VCMI_lib.vcxproj.filters b/lib/VCMI_lib.vcxproj.filters index 860ad544f..0dd3fc0ff 100644 --- a/lib/VCMI_lib.vcxproj.filters +++ b/lib/VCMI_lib.vcxproj.filters @@ -35,6 +35,9 @@ {a3de4952-3c98-4c1a-bc4b-bd3eeaa82ba7} + + {91722359-2231-4596-8e73-dbdcd14bd4f3} + @@ -143,9 +146,6 @@ registerTypes - - registerTypes - registerTypes @@ -389,6 +389,13 @@ spells + + + registerTypes + + + vstd + @@ -901,5 +908,8 @@ spells + + Header Files + \ No newline at end of file diff --git a/server/VCMI_server.vcxproj b/server/VCMI_server.vcxproj index 6e2f66333..7fcde174b 100644 --- a/server/VCMI_server.vcxproj +++ b/server/VCMI_server.vcxproj @@ -151,6 +151,7 @@ + Create