From 7531782d6a86f29265fad8b99180bd92fad02e0e Mon Sep 17 00:00:00 2001 From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Sat, 22 Oct 2022 15:27:18 -0400 Subject: [PATCH] Update toolset to v143 This toolset is the latest version of the MSVC toolchain and should be used Add conditional for different VS versions up until 2017 --- vcnet/cupstestppd.vcxproj | 8 ++++++-- vcnet/dnssdstub.vcxproj | 8 ++++++-- vcnet/ippeveprinter.vcxproj | 8 ++++++-- vcnet/ippfind.vcxproj | 8 ++++++-- vcnet/ipptool.vcxproj | 8 ++++++-- vcnet/libcups2.vcxproj | 8 ++++++-- vcnet/regex.vcxproj | 8 ++++++-- vcnet/testfile.vcxproj | 8 ++++++-- vcnet/testhttp.vcxproj | 8 ++++++-- 9 files changed, 54 insertions(+), 18 deletions(-) diff --git a/vcnet/cupstestppd.vcxproj b/vcnet/cupstestppd.vcxproj index 42b7397641..eb0c129797 100644 --- a/vcnet/cupstestppd.vcxproj +++ b/vcnet/cupstestppd.vcxproj @@ -19,13 +19,17 @@ Application - v142 + v143 + v141 + v142 Unicode true Application - v142 + v143 + v141 + v142 Unicode diff --git a/vcnet/dnssdstub.vcxproj b/vcnet/dnssdstub.vcxproj index a469f1e7c7..e31e94ad26 100644 --- a/vcnet/dnssdstub.vcxproj +++ b/vcnet/dnssdstub.vcxproj @@ -27,13 +27,17 @@ StaticLibrary true - v142 + v143 + v141 + v142 Unicode StaticLibrary false - v142 + v143 + v141 + v142 true Unicode diff --git a/vcnet/ippeveprinter.vcxproj b/vcnet/ippeveprinter.vcxproj index 61cb2f6067..75caee2e9f 100644 --- a/vcnet/ippeveprinter.vcxproj +++ b/vcnet/ippeveprinter.vcxproj @@ -19,13 +19,17 @@ Application - v142 + v143 + v141 + v142 Unicode true Application - v142 + v143 + v141 + v142 Unicode diff --git a/vcnet/ippfind.vcxproj b/vcnet/ippfind.vcxproj index 95f503498c..63f978ea21 100644 --- a/vcnet/ippfind.vcxproj +++ b/vcnet/ippfind.vcxproj @@ -19,13 +19,17 @@ Application - v142 + v143 + v141 + v142 Unicode true Application - v142 + v143 + v141 + v142 Unicode diff --git a/vcnet/ipptool.vcxproj b/vcnet/ipptool.vcxproj index e82bc23758..2240728fa3 100644 --- a/vcnet/ipptool.vcxproj +++ b/vcnet/ipptool.vcxproj @@ -19,13 +19,17 @@ Application - v142 + v143 + v141 + v142 Unicode true Application - v142 + v143 + v141 + v142 Unicode diff --git a/vcnet/libcups2.vcxproj b/vcnet/libcups2.vcxproj index 580f5c4748..1e68d01565 100644 --- a/vcnet/libcups2.vcxproj +++ b/vcnet/libcups2.vcxproj @@ -19,12 +19,16 @@ DynamicLibrary - v142 + v143 + v141 + v142 MultiByte DynamicLibrary - v142 + v143 + v141 + v142 Unicode diff --git a/vcnet/regex.vcxproj b/vcnet/regex.vcxproj index 0e8e88d40b..b9c166086c 100644 --- a/vcnet/regex.vcxproj +++ b/vcnet/regex.vcxproj @@ -19,13 +19,17 @@ DynamicLibrary - v142 + v143 + v141 + v142 Unicode true DynamicLibrary - v142 + v143 + v141 + v142 Unicode diff --git a/vcnet/testfile.vcxproj b/vcnet/testfile.vcxproj index 4b798dacb2..890d52cbe1 100644 --- a/vcnet/testfile.vcxproj +++ b/vcnet/testfile.vcxproj @@ -18,12 +18,16 @@ Application - v142 + v143 + v141 + v142 MultiByte Application - v142 + v143 + v141 + v142 MultiByte diff --git a/vcnet/testhttp.vcxproj b/vcnet/testhttp.vcxproj index 15780fe494..9647e0ae9d 100644 --- a/vcnet/testhttp.vcxproj +++ b/vcnet/testhttp.vcxproj @@ -18,12 +18,16 @@ Application - v142 + v143 + v141 + v142 MultiByte Application - v142 + v143 + v141 + v142 MultiByte -- 2.47.2