From 667ee81ee0263314b4546f5598efc66fe84c08b7 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 5 Dec 2021 21:16:28 -0500 Subject: Build with VS2022, which is now required. - Use VS2022/v143 libraries exclusively. C++ compatibility works. --- src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj | 1 - src/ext/Bal/dnchost/dnchost.vcxproj | 1 - src/ext/Bal/mbahost/mbahost.vcxproj | 1 - src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj | 2 -- src/ext/Bal/wixstdba/wixstdba.vcxproj | 1 - 5 files changed, 6 deletions(-) (limited to 'src/ext/Bal') diff --git a/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj b/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj index 6aac6943..6d6f78c8 100644 --- a/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj +++ b/src/ext/Bal/Samples/bafunctions/bafunctions.vcxproj @@ -32,7 +32,6 @@ {EB0A7D51-2133-4EE7-B6CA-87DBEAC67E02} DynamicLibrary - v142 Unicode BAFunctions bafunctions.def diff --git a/src/ext/Bal/dnchost/dnchost.vcxproj b/src/ext/Bal/dnchost/dnchost.vcxproj index 6bc89427..66c1f8d1 100644 --- a/src/ext/Bal/dnchost/dnchost.vcxproj +++ b/src/ext/Bal/dnchost/dnchost.vcxproj @@ -31,7 +31,6 @@ {B6F70281-6583-4138-BB7F-AABFEBBB3CA2} DynamicLibrary - v142 Unicode dnchost dnchost.def diff --git a/src/ext/Bal/mbahost/mbahost.vcxproj b/src/ext/Bal/mbahost/mbahost.vcxproj index 5edb2562..ababf19c 100644 --- a/src/ext/Bal/mbahost/mbahost.vcxproj +++ b/src/ext/Bal/mbahost/mbahost.vcxproj @@ -32,7 +32,6 @@ {12C87C77-3547-44F8-8134-29BC915CB19D} DynamicLibrary - v142 Unicode mbahost mbahost.def diff --git a/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj index 39207d77..12abe976 100644 --- a/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj +++ b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj @@ -34,9 +34,7 @@ Application Console Example.TestEngine - v142 Unicode - 10.0 diff --git a/src/ext/Bal/wixstdba/wixstdba.vcxproj b/src/ext/Bal/wixstdba/wixstdba.vcxproj index fba3e885..85d90e77 100644 --- a/src/ext/Bal/wixstdba/wixstdba.vcxproj +++ b/src/ext/Bal/wixstdba/wixstdba.vcxproj @@ -32,7 +32,6 @@ {41085A22-E6AA-4E8B-AB1B-DDEE0DC89DFA} DynamicLibrary - v142 Unicode WixStdBA wixstdba.def -- cgit v1.2.3-55-g6feb