From 216d50788b9b45f8e6e2cf13eef9a63e2ecda4d0 Mon Sep 17 00:00:00 2001 From: Dydzio Date: Mon, 31 Dec 2018 15:17:00 +0100 Subject: [PATCH] Fix AI build, update default Windows SDK version for projects --- AI/BattleAI/BattleAI.vcxproj | 2 +- AI/EmptyAI/EmptyAI.vcxproj | 2 +- AI/StupidAI/StupidAI.vcxproj | 2 +- AI/VCAI/VCAI.vcxproj | 7 ++++++- AI/VCAI/VCAI.vcxproj.filters | 12 ++++++++++++ client/VCMI_client.vcxproj | 2 +- launcher/VCMI_launcher.vcxproj | 2 +- lib/VCMI_lib.vcxproj | 2 +- lib/minizip/minizip.vcxproj | 2 +- scripting/erm/ERM.vcxproj | 2 +- server/VCMI_server.vcxproj | 2 +- test/Test.vcxproj | 2 +- 12 files changed, 28 insertions(+), 11 deletions(-) diff --git a/AI/BattleAI/BattleAI.vcxproj b/AI/BattleAI/BattleAI.vcxproj index 760904d17..c433a1868 100644 --- a/AI/BattleAI/BattleAI.vcxproj +++ b/AI/BattleAI/BattleAI.vcxproj @@ -21,7 +21,7 @@ {C0300513-E845-43B4-9A4F-E8817EAEF57C} BattleAI - 10.0.16299.0 + 10.0.17763.0 diff --git a/AI/EmptyAI/EmptyAI.vcxproj b/AI/EmptyAI/EmptyAI.vcxproj index 857be6fed..7415b66f3 100644 --- a/AI/EmptyAI/EmptyAI.vcxproj +++ b/AI/EmptyAI/EmptyAI.vcxproj @@ -35,7 +35,7 @@ {C41C4EB6-6F74-4F37-9FB0-9FA6BF377837} EmptyAI - 10.0.16299.0 + 10.0.17763.0 diff --git a/AI/StupidAI/StupidAI.vcxproj b/AI/StupidAI/StupidAI.vcxproj index 90a781f7f..a8df96baa 100644 --- a/AI/StupidAI/StupidAI.vcxproj +++ b/AI/StupidAI/StupidAI.vcxproj @@ -21,7 +21,7 @@ {15DABC90-234A-4B6B-9EEB-777C4768B82B} StupidAI - 10.0.16299.0 + 10.0.17763.0 diff --git a/AI/VCAI/VCAI.vcxproj b/AI/VCAI/VCAI.vcxproj index b2efd0ec8..1bf44ab82 100644 --- a/AI/VCAI/VCAI.vcxproj +++ b/AI/VCAI/VCAI.vcxproj @@ -21,7 +21,7 @@ {276C3DB0-7A6B-4417-8E5C-322B08633AAC} StupidAI - 10.0.16299.0 + 10.0.17763.0 @@ -117,6 +117,7 @@ Use StdInc.h true + MaxSpeed VCMI_lib.lib;FuzzyLite.lib;%(AdditionalDependencies) @@ -144,12 +145,14 @@ + + @@ -186,6 +189,7 @@ + @@ -193,6 +197,7 @@ + diff --git a/AI/VCAI/VCAI.vcxproj.filters b/AI/VCAI/VCAI.vcxproj.filters index 2147395ff..8bae66bb2 100644 --- a/AI/VCAI/VCAI.vcxproj.filters +++ b/AI/VCAI/VCAI.vcxproj.filters @@ -84,6 +84,12 @@ Goals + + Goals + + + Goals + @@ -177,6 +183,12 @@ Goals + + Goals + + + Goals + diff --git a/client/VCMI_client.vcxproj b/client/VCMI_client.vcxproj index 95639854b..7754b5d16 100644 --- a/client/VCMI_client.vcxproj +++ b/client/VCMI_client.vcxproj @@ -21,7 +21,7 @@ {8355EBA8-65C2-44A4-BC2D-78053E1BF2D6} VCMI_client - 10.0.16299.0 + 10.0.17763.0 diff --git a/launcher/VCMI_launcher.vcxproj b/launcher/VCMI_launcher.vcxproj index 3d1755cbe..b71499ae9 100644 --- a/launcher/VCMI_launcher.vcxproj +++ b/launcher/VCMI_launcher.vcxproj @@ -14,7 +14,7 @@ {5B6946C8-A24F-4223-8415-5E16A238ACED} Win32Proj VCMI_launcher - 10.0.16299.0 + 10.0.17763.0 diff --git a/lib/VCMI_lib.vcxproj b/lib/VCMI_lib.vcxproj index 6f15ef85a..ec0427d79 100644 --- a/lib/VCMI_lib.vcxproj +++ b/lib/VCMI_lib.vcxproj @@ -21,7 +21,7 @@ {B952FFC5-3039-4DE1-9F08-90ACDA483D8F} VCMI_lib - 10.0.16299.0 + 10.0.17763.0 diff --git a/lib/minizip/minizip.vcxproj b/lib/minizip/minizip.vcxproj index 8d9ff32c6..0d091d450 100644 --- a/lib/minizip/minizip.vcxproj +++ b/lib/minizip/minizip.vcxproj @@ -32,7 +32,7 @@ {AA3CC588-9D08-4178-A1E8-C71561E99723} Win32Proj minizip - 10.0.16299.0 + 10.0.17763.0 diff --git a/scripting/erm/ERM.vcxproj b/scripting/erm/ERM.vcxproj index 9cedc51dc..88be2cad4 100644 --- a/scripting/erm/ERM.vcxproj +++ b/scripting/erm/ERM.vcxproj @@ -21,7 +21,7 @@ {8F202F43-106D-4F63-AD9D-B1D43E803E8C} ERM - 10.0.16299.0 + 10.0.17763.0 diff --git a/server/VCMI_server.vcxproj b/server/VCMI_server.vcxproj index dbad8939d..1789ee446 100644 --- a/server/VCMI_server.vcxproj +++ b/server/VCMI_server.vcxproj @@ -21,7 +21,7 @@ {8AF697C3-465E-4910-B31B-576A9ECDB309} VCMI_server - 10.0.16299.0 + 10.0.17763.0 diff --git a/test/Test.vcxproj b/test/Test.vcxproj index bff899011..2ad153303 100644 --- a/test/Test.vcxproj +++ b/test/Test.vcxproj @@ -21,7 +21,7 @@ {BA25F3F0-EB87-4164-AAB9-073C50A3557A} VCMI_client - 10.0.16299.0 + 10.0.17763.0