From ea8732fc80491b494e712d1e9c9934c9b4dfc5e7 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Thu, 28 Oct 2021 20:43:53 -0300 Subject: [PATCH] Use SDK 10.0 for VS >= 2019. See https://developercommunity.visualstudio.com/t/windowstargetplatformversion-makes-it-impossible-t/140294#T-N548052 --- builds/win32/msvc15/alice.vcxproj | 4 ++-- builds/win32/msvc15/btyacc.vcxproj | 4 ++-- builds/win32/msvc15/build_msg.vcxproj | 4 ++-- builds/win32/msvc15/burp.vcxproj | 4 ++-- builds/win32/msvc15/chacha.vcxproj | 4 ++-- builds/win32/msvc15/empbuild.vcxproj | 4 ++-- builds/win32/msvc15/engine.vcxproj | 4 ++-- builds/win32/msvc15/fb2control.vcxproj | 4 ++-- builds/win32/msvc15/fb_lock_print.vcxproj | 4 ++-- builds/win32/msvc15/fbguard.vcxproj | 4 ++-- builds/win32/msvc15/fbrmclib.vcxproj | 4 ++-- builds/win32/msvc15/fbserver.vcxproj | 4 ++-- builds/win32/msvc15/fbsvcmgr.vcxproj | 4 ++-- builds/win32/msvc15/fbtrace.vcxproj | 4 ++-- builds/win32/msvc15/fbtracemgr.vcxproj | 4 ++-- builds/win32/msvc15/gbak.vcxproj | 4 ++-- builds/win32/msvc15/gfix.vcxproj | 4 ++-- builds/win32/msvc15/gpre.vcxproj | 4 ++-- builds/win32/msvc15/gpre_boot.vcxproj | 4 ++-- builds/win32/msvc15/gpre_common.vcxproj | 4 ++-- builds/win32/msvc15/gsec.vcxproj | 4 ++-- builds/win32/msvc15/gsplit.vcxproj | 4 ++-- builds/win32/msvc15/gstat.vcxproj | 4 ++-- builds/win32/msvc15/ib_util.vcxproj | 4 ++-- builds/win32/msvc15/instclient.vcxproj | 4 ++-- builds/win32/msvc15/instreg.vcxproj | 4 ++-- builds/win32/msvc15/instsvc.vcxproj | 4 ++-- builds/win32/msvc15/intl.vcxproj | 4 ++-- builds/win32/msvc15/intlbuild.vcxproj | 4 ++-- builds/win32/msvc15/isql.vcxproj | 4 ++-- builds/win32/msvc15/legacy_auth.vcxproj | 4 ++-- builds/win32/msvc15/legacy_usermanager.vcxproj | 4 ++-- builds/win32/msvc15/nbackup.vcxproj | 4 ++-- builds/win32/msvc15/remote.vcxproj | 4 ++-- builds/win32/msvc15/srp.vcxproj | 4 ++-- builds/win32/msvc15/udf_compat.vcxproj | 4 ++-- builds/win32/msvc15/udr_engine.vcxproj | 4 ++-- builds/win32/msvc15/udrcpp_example.vcxproj | 4 ++-- builds/win32/msvc15/yvalve.vcxproj | 4 ++-- examples/dbcrypt/msvc/DbCryptApp_MSVC15.vcxproj | 4 ++-- examples/dbcrypt/msvc/DbCrypt_MSVC15.vcxproj | 4 ++-- examples/dbcrypt/msvc/KeyHolder_MSVC15.vcxproj | 4 ++-- examples/extauth/msvc/ExtAuth_MSVC15.vcxproj | 4 ++-- examples/extauth/msvc/KeyGen_MSVC15.vcxproj | 4 ++-- extern/cloop/src/cloop/cloop.vcxproj | 4 ++-- extern/cloop/src/tests/test1/test1-c-dll.vcxproj | 4 ++-- extern/cloop/src/tests/test1/test1-c-exe.vcxproj | 4 ++-- extern/cloop/src/tests/test1/test1-cpp-dll.vcxproj | 4 ++-- extern/cloop/src/tests/test1/test1-cpp-exe.vcxproj | 4 ++-- extern/decNumber/msvc/decNumber_MSVC15.vcxproj | 4 ++-- extern/libtomcrypt/libtomcrypt_MSVC15.vcxproj | 4 ++-- extern/libtommath/libtommath_MSVC15.vcxproj | 4 ++-- 52 files changed, 104 insertions(+), 104 deletions(-) diff --git a/builds/win32/msvc15/alice.vcxproj b/builds/win32/msvc15/alice.vcxproj index 2599e8b71e..9a6814497b 100644 --- a/builds/win32/msvc15/alice.vcxproj +++ b/builds/win32/msvc15/alice.vcxproj @@ -21,8 +21,8 @@ {0D616380-1A5A-4230-A80B-021360E4E669} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/btyacc.vcxproj b/builds/win32/msvc15/btyacc.vcxproj index 125a0c84d5..d4d616523d 100644 --- a/builds/win32/msvc15/btyacc.vcxproj +++ b/builds/win32/msvc15/btyacc.vcxproj @@ -23,8 +23,8 @@ btyacc ManagedCProj 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/build_msg.vcxproj b/builds/win32/msvc15/build_msg.vcxproj index 444855c353..10cd1c9ac5 100644 --- a/builds/win32/msvc15/build_msg.vcxproj +++ b/builds/win32/msvc15/build_msg.vcxproj @@ -22,8 +22,8 @@ {99A84638-DF3A-417F-895D-5BD88FC29411} build_msg 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/burp.vcxproj b/builds/win32/msvc15/burp.vcxproj index 7492eb7fb1..bb4eeef340 100644 --- a/builds/win32/msvc15/burp.vcxproj +++ b/builds/win32/msvc15/burp.vcxproj @@ -21,8 +21,8 @@ {D1507562-A363-4685-96AF-B036F5E5E47F} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/chacha.vcxproj b/builds/win32/msvc15/chacha.vcxproj index 0d6df45461..976f851c2e 100644 --- a/builds/win32/msvc15/chacha.vcxproj +++ b/builds/win32/msvc15/chacha.vcxproj @@ -22,8 +22,8 @@ {F2E1A852-5A4B-4162-9DA8-0363805FCFD0} chacha 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/empbuild.vcxproj b/builds/win32/msvc15/empbuild.vcxproj index a312b2b9be..1143833e8f 100644 --- a/builds/win32/msvc15/empbuild.vcxproj +++ b/builds/win32/msvc15/empbuild.vcxproj @@ -22,8 +22,8 @@ {FC2859B9-56DB-40B4-86C4-2DE31ECE9144} empbuild 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/engine.vcxproj b/builds/win32/msvc15/engine.vcxproj index b9a35b3dfb..89a580cde6 100644 --- a/builds/win32/msvc15/engine.vcxproj +++ b/builds/win32/msvc15/engine.vcxproj @@ -414,8 +414,8 @@ {F8798A49-9D20-451E-A7BD-FEB5237103B5} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/fb2control.vcxproj b/builds/win32/msvc15/fb2control.vcxproj index 657659d4be..fb012b5d95 100644 --- a/builds/win32/msvc15/fb2control.vcxproj +++ b/builds/win32/msvc15/fb2control.vcxproj @@ -21,8 +21,8 @@ {1AE02D41-7E24-43CC-9BCB-E4CEB6037D16} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 MFCProj diff --git a/builds/win32/msvc15/fb_lock_print.vcxproj b/builds/win32/msvc15/fb_lock_print.vcxproj index e37ef2a0bf..4a67d26247 100644 --- a/builds/win32/msvc15/fb_lock_print.vcxproj +++ b/builds/win32/msvc15/fb_lock_print.vcxproj @@ -21,8 +21,8 @@ {E8397148-0E9C-449B-9F45-7FB377A08242} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/fbguard.vcxproj b/builds/win32/msvc15/fbguard.vcxproj index abe5ecf215..a6c392774f 100644 --- a/builds/win32/msvc15/fbguard.vcxproj +++ b/builds/win32/msvc15/fbguard.vcxproj @@ -21,8 +21,8 @@ {BBD83ED3-8A48-4FE8-B4B7-CB27730986B2} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/fbrmclib.vcxproj b/builds/win32/msvc15/fbrmclib.vcxproj index b203bbd2d0..fb9c76449c 100644 --- a/builds/win32/msvc15/fbrmclib.vcxproj +++ b/builds/win32/msvc15/fbrmclib.vcxproj @@ -13,8 +13,8 @@ {FAF9AD25-8238-49E9-9AC9-8C56E190440A} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/fbserver.vcxproj b/builds/win32/msvc15/fbserver.vcxproj index d37acec441..51cdba3a05 100644 --- a/builds/win32/msvc15/fbserver.vcxproj +++ b/builds/win32/msvc15/fbserver.vcxproj @@ -21,8 +21,8 @@ {23EC8DAA-6718-4EF3-979F-89F611C7D504} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/fbsvcmgr.vcxproj b/builds/win32/msvc15/fbsvcmgr.vcxproj index 0e2aeed279..f0359b0996 100644 --- a/builds/win32/msvc15/fbsvcmgr.vcxproj +++ b/builds/win32/msvc15/fbsvcmgr.vcxproj @@ -21,8 +21,8 @@ {EFB07DBC-36E3-4C54-B941-3CDAFAACF47B} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/fbtrace.vcxproj b/builds/win32/msvc15/fbtrace.vcxproj index cb5d80ab33..b47e95904f 100644 --- a/builds/win32/msvc15/fbtrace.vcxproj +++ b/builds/win32/msvc15/fbtrace.vcxproj @@ -21,8 +21,8 @@ {53F75437-15B8-4A5C-86BF-E238CC68FCBC} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/fbtracemgr.vcxproj b/builds/win32/msvc15/fbtracemgr.vcxproj index 4b60eb6905..9ee22a6ec3 100644 --- a/builds/win32/msvc15/fbtracemgr.vcxproj +++ b/builds/win32/msvc15/fbtracemgr.vcxproj @@ -23,8 +23,8 @@ fbtracemgr Win32Proj 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/gbak.vcxproj b/builds/win32/msvc15/gbak.vcxproj index a5d702efd2..2ac340738d 100644 --- a/builds/win32/msvc15/gbak.vcxproj +++ b/builds/win32/msvc15/gbak.vcxproj @@ -21,8 +21,8 @@ {B732F5D2-B5D9-417F-B156-D790F466CB8E} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/gfix.vcxproj b/builds/win32/msvc15/gfix.vcxproj index 4c8a6134cb..1ccf23fee2 100644 --- a/builds/win32/msvc15/gfix.vcxproj +++ b/builds/win32/msvc15/gfix.vcxproj @@ -22,8 +22,8 @@ {44A9E4AD-B932-4620-B319-431A153BB341} gfix 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/gpre.vcxproj b/builds/win32/msvc15/gpre.vcxproj index 4c9f4b4035..1b6c19fb42 100644 --- a/builds/win32/msvc15/gpre.vcxproj +++ b/builds/win32/msvc15/gpre.vcxproj @@ -22,8 +22,8 @@ {D84F0839-28A4-40B2-B5F4-F5E1E7F48FD0} gpre 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/gpre_boot.vcxproj b/builds/win32/msvc15/gpre_boot.vcxproj index 058f0e70db..f7660a4d26 100644 --- a/builds/win32/msvc15/gpre_boot.vcxproj +++ b/builds/win32/msvc15/gpre_boot.vcxproj @@ -22,8 +22,8 @@ {8348521F-4480-4A1D-AE3B-E260235E9860} gpre_boot 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/gpre_common.vcxproj b/builds/win32/msvc15/gpre_common.vcxproj index cb0fe6dd6d..f94a41f192 100644 --- a/builds/win32/msvc15/gpre_common.vcxproj +++ b/builds/win32/msvc15/gpre_common.vcxproj @@ -22,8 +22,8 @@ {2925B855-5975-44AE-BB00-1217A2A4E511} gpre 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/gsec.vcxproj b/builds/win32/msvc15/gsec.vcxproj index 91063172f4..1d647ba359 100644 --- a/builds/win32/msvc15/gsec.vcxproj +++ b/builds/win32/msvc15/gsec.vcxproj @@ -21,8 +21,8 @@ {7043CC61-DEC1-4C6B-86B9-0E911D1094C9} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/gsplit.vcxproj b/builds/win32/msvc15/gsplit.vcxproj index 0752cd591d..56849087c0 100644 --- a/builds/win32/msvc15/gsplit.vcxproj +++ b/builds/win32/msvc15/gsplit.vcxproj @@ -22,8 +22,8 @@ {B7F22B7F-9937-4874-9A8B-6AB4E36E74A5} gsplit 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/gstat.vcxproj b/builds/win32/msvc15/gstat.vcxproj index e710bf45fe..82322a05d9 100644 --- a/builds/win32/msvc15/gstat.vcxproj +++ b/builds/win32/msvc15/gstat.vcxproj @@ -21,8 +21,8 @@ {7E862973-37C4-4202-80E7-490ED4DEDA14} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/ib_util.vcxproj b/builds/win32/msvc15/ib_util.vcxproj index 4aaa53b343..37f38a2a9c 100644 --- a/builds/win32/msvc15/ib_util.vcxproj +++ b/builds/win32/msvc15/ib_util.vcxproj @@ -21,8 +21,8 @@ {EABA0FF3-1C4D-4FAB-8418-31C9061F3F0D} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/instclient.vcxproj b/builds/win32/msvc15/instclient.vcxproj index 8d19fc4c8e..56a56073f0 100644 --- a/builds/win32/msvc15/instclient.vcxproj +++ b/builds/win32/msvc15/instclient.vcxproj @@ -22,8 +22,8 @@ {C6A31374-178C-4680-A404-76BE24D0229B} instclient 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/instreg.vcxproj b/builds/win32/msvc15/instreg.vcxproj index 677e55c92e..c94037af44 100644 --- a/builds/win32/msvc15/instreg.vcxproj +++ b/builds/win32/msvc15/instreg.vcxproj @@ -22,8 +22,8 @@ {19470DE6-1975-4F9B-B1BE-E87A83240B15} instreg 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/instsvc.vcxproj b/builds/win32/msvc15/instsvc.vcxproj index d028871806..58091aeb62 100644 --- a/builds/win32/msvc15/instsvc.vcxproj +++ b/builds/win32/msvc15/instsvc.vcxproj @@ -22,8 +22,8 @@ {72894398-38CA-47A6-95FE-9647DE2BE968} instsvc 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/intl.vcxproj b/builds/win32/msvc15/intl.vcxproj index 419808d754..9ac780a85a 100644 --- a/builds/win32/msvc15/intl.vcxproj +++ b/builds/win32/msvc15/intl.vcxproj @@ -21,8 +21,8 @@ {DFFA2117-E6A8-4806-BB69-94DAC8F8F42A} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/intlbuild.vcxproj b/builds/win32/msvc15/intlbuild.vcxproj index 9c8e7ad30d..8e4cfa974e 100644 --- a/builds/win32/msvc15/intlbuild.vcxproj +++ b/builds/win32/msvc15/intlbuild.vcxproj @@ -21,8 +21,8 @@ {9546EF04-1326-464B-A6ED-395C60DD63CC} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/isql.vcxproj b/builds/win32/msvc15/isql.vcxproj index a4130763d2..7d7669cbf7 100644 --- a/builds/win32/msvc15/isql.vcxproj +++ b/builds/win32/msvc15/isql.vcxproj @@ -22,8 +22,8 @@ {DEE75AD5-F165-40E1-80B2-400E27725D5C} isql 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/legacy_auth.vcxproj b/builds/win32/msvc15/legacy_auth.vcxproj index 6f30dc06bb..42a9602629 100644 --- a/builds/win32/msvc15/legacy_auth.vcxproj +++ b/builds/win32/msvc15/legacy_auth.vcxproj @@ -21,8 +21,8 @@ {062BD3C7-2D01-44F6-8D79-070F688C559F} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/legacy_usermanager.vcxproj b/builds/win32/msvc15/legacy_usermanager.vcxproj index fbf86129dc..2eecaaff5a 100644 --- a/builds/win32/msvc15/legacy_usermanager.vcxproj +++ b/builds/win32/msvc15/legacy_usermanager.vcxproj @@ -21,8 +21,8 @@ {D836FBF5-071E-4E04-8D63-C7EB6701B296} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/nbackup.vcxproj b/builds/win32/msvc15/nbackup.vcxproj index 2ac4f7dea5..8d1ccd9970 100644 --- a/builds/win32/msvc15/nbackup.vcxproj +++ b/builds/win32/msvc15/nbackup.vcxproj @@ -21,8 +21,8 @@ {01A41DFA-8908-4576-A1F1-C8BC7EAE39A1} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/remote.vcxproj b/builds/win32/msvc15/remote.vcxproj index 8fce4d0d3a..41d0aa0e9e 100644 --- a/builds/win32/msvc15/remote.vcxproj +++ b/builds/win32/msvc15/remote.vcxproj @@ -21,8 +21,8 @@ {4BCC693D-1745-45ED-8302-E5E2F979549A} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/srp.vcxproj b/builds/win32/msvc15/srp.vcxproj index 195f0cb93c..665f9bdd2c 100644 --- a/builds/win32/msvc15/srp.vcxproj +++ b/builds/win32/msvc15/srp.vcxproj @@ -22,8 +22,8 @@ {BD00D28E-6667-414E-A4B1-6BEFC07ADB42} srp 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/udf_compat.vcxproj b/builds/win32/msvc15/udf_compat.vcxproj index aa8b22f649..445a0583b1 100644 --- a/builds/win32/msvc15/udf_compat.vcxproj +++ b/builds/win32/msvc15/udf_compat.vcxproj @@ -21,8 +21,8 @@ {6794EB8C-6425-422D-A3B0-14EED54C0E98} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/udr_engine.vcxproj b/builds/win32/msvc15/udr_engine.vcxproj index 45451c863a..7ecaa80407 100644 --- a/builds/win32/msvc15/udr_engine.vcxproj +++ b/builds/win32/msvc15/udr_engine.vcxproj @@ -21,8 +21,8 @@ {20DEBF08-EF0A-4C94-ADEB-FE9BBA14588B} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/udrcpp_example.vcxproj b/builds/win32/msvc15/udrcpp_example.vcxproj index 3dc41033b6..83326c59d6 100644 --- a/builds/win32/msvc15/udrcpp_example.vcxproj +++ b/builds/win32/msvc15/udrcpp_example.vcxproj @@ -21,8 +21,8 @@ {FF0FD8DF-1E5C-486E-B395-A620376A4633} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/builds/win32/msvc15/yvalve.vcxproj b/builds/win32/msvc15/yvalve.vcxproj index d7596c42b0..b73b2889c7 100644 --- a/builds/win32/msvc15/yvalve.vcxproj +++ b/builds/win32/msvc15/yvalve.vcxproj @@ -89,8 +89,8 @@ {4FE03933-98CD-4879-A135-FD9430087A6B} yvalve 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/examples/dbcrypt/msvc/DbCryptApp_MSVC15.vcxproj b/examples/dbcrypt/msvc/DbCryptApp_MSVC15.vcxproj index ca25dcab89..e5007f05b3 100644 --- a/examples/dbcrypt/msvc/DbCryptApp_MSVC15.vcxproj +++ b/examples/dbcrypt/msvc/DbCryptApp_MSVC15.vcxproj @@ -23,8 +23,8 @@ {D702CB26-9FB9-4A6F-B2F8-EF9961578B70} DbCrypt 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/examples/dbcrypt/msvc/DbCrypt_MSVC15.vcxproj b/examples/dbcrypt/msvc/DbCrypt_MSVC15.vcxproj index 959ce79ac3..8292726697 100644 --- a/examples/dbcrypt/msvc/DbCrypt_MSVC15.vcxproj +++ b/examples/dbcrypt/msvc/DbCrypt_MSVC15.vcxproj @@ -23,8 +23,8 @@ {7F94BDD8-ED23-437E-9890-485052F14166} DbCrypt 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/examples/dbcrypt/msvc/KeyHolder_MSVC15.vcxproj b/examples/dbcrypt/msvc/KeyHolder_MSVC15.vcxproj index a7b6de3455..c5817df397 100644 --- a/examples/dbcrypt/msvc/KeyHolder_MSVC15.vcxproj +++ b/examples/dbcrypt/msvc/KeyHolder_MSVC15.vcxproj @@ -23,8 +23,8 @@ {17D033E3-0764-4E6D-859E-FA42977A84CA} DbCrypt 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/examples/extauth/msvc/ExtAuth_MSVC15.vcxproj b/examples/extauth/msvc/ExtAuth_MSVC15.vcxproj index 02d7a92e12..f7c55009a5 100644 --- a/examples/extauth/msvc/ExtAuth_MSVC15.vcxproj +++ b/examples/extauth/msvc/ExtAuth_MSVC15.vcxproj @@ -23,8 +23,8 @@ {6DAB6DFA-D754-4698-876E-40ECF688AA07} ExtAuth 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 ExtAuth diff --git a/examples/extauth/msvc/KeyGen_MSVC15.vcxproj b/examples/extauth/msvc/KeyGen_MSVC15.vcxproj index 3ece2cd1f5..09268aed3a 100644 --- a/examples/extauth/msvc/KeyGen_MSVC15.vcxproj +++ b/examples/extauth/msvc/KeyGen_MSVC15.vcxproj @@ -23,8 +23,8 @@ {A3AB86E1-D9E1-4B6B-B5E7-59524CB2602A} KeyGen 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 KeyGen diff --git a/extern/cloop/src/cloop/cloop.vcxproj b/extern/cloop/src/cloop/cloop.vcxproj index aee70a531b..7630f9294d 100644 --- a/extern/cloop/src/cloop/cloop.vcxproj +++ b/extern/cloop/src/cloop/cloop.vcxproj @@ -22,8 +22,8 @@ Win32Proj {7A639C01-BE0D-4BEE-D2D4-17CA5AB54E57} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/extern/cloop/src/tests/test1/test1-c-dll.vcxproj b/extern/cloop/src/tests/test1/test1-c-dll.vcxproj index bc7832de58..8d7c06b149 100644 --- a/extern/cloop/src/tests/test1/test1-c-dll.vcxproj +++ b/extern/cloop/src/tests/test1/test1-c-dll.vcxproj @@ -23,8 +23,8 @@ test1-c-dll {087FC91A-451C-853D-7439-51BF770E2380} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/extern/cloop/src/tests/test1/test1-c-exe.vcxproj b/extern/cloop/src/tests/test1/test1-c-exe.vcxproj index cbc4e75148..d69e724cbe 100644 --- a/extern/cloop/src/tests/test1/test1-c-exe.vcxproj +++ b/extern/cloop/src/tests/test1/test1-c-exe.vcxproj @@ -30,8 +30,8 @@ Win32Proj test1cexe 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/extern/cloop/src/tests/test1/test1-cpp-dll.vcxproj b/extern/cloop/src/tests/test1/test1-cpp-dll.vcxproj index ae40225fdc..9285779e7e 100644 --- a/extern/cloop/src/tests/test1/test1-cpp-dll.vcxproj +++ b/extern/cloop/src/tests/test1/test1-cpp-dll.vcxproj @@ -23,8 +23,8 @@ test1-cpp-dll {A97C1858-7DFA-8FEB-FEAE-2E9F1491692F} 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/extern/cloop/src/tests/test1/test1-cpp-exe.vcxproj b/extern/cloop/src/tests/test1/test1-cpp-exe.vcxproj index f51f5ee680..de9326e178 100644 --- a/extern/cloop/src/tests/test1/test1-cpp-exe.vcxproj +++ b/extern/cloop/src/tests/test1/test1-cpp-exe.vcxproj @@ -23,8 +23,8 @@ Win32Proj test1cppexe 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/extern/decNumber/msvc/decNumber_MSVC15.vcxproj b/extern/decNumber/msvc/decNumber_MSVC15.vcxproj index bc9f1f2c70..09ae05bef2 100644 --- a/extern/decNumber/msvc/decNumber_MSVC15.vcxproj +++ b/extern/decNumber/msvc/decNumber_MSVC15.vcxproj @@ -62,8 +62,8 @@ {BE4D2DDC-59A0-4CD7-848E-231E13785335} decNumber 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/extern/libtomcrypt/libtomcrypt_MSVC15.vcxproj b/extern/libtomcrypt/libtomcrypt_MSVC15.vcxproj index f8f3326515..9e88cea301 100644 --- a/extern/libtomcrypt/libtomcrypt_MSVC15.vcxproj +++ b/extern/libtomcrypt/libtomcrypt_MSVC15.vcxproj @@ -23,8 +23,8 @@ {E3802982-DCB6-4D85-A2BD-6B08F0657E79} libtomcrypt 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0 diff --git a/extern/libtommath/libtommath_MSVC15.vcxproj b/extern/libtommath/libtommath_MSVC15.vcxproj index 7e443b4bac..b72547ea8a 100644 --- a/extern/libtommath/libtommath_MSVC15.vcxproj +++ b/extern/libtommath/libtommath_MSVC15.vcxproj @@ -23,8 +23,8 @@ {42109FEE-B0B9-4FCD-9E56-2863BF8C55D2} libtommath 10.0.17763.0 - 10.0.19041.0 - 10.0.19041.0 + 10.0 + 10.0