aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2021-12-05 21:16:28 -0500
committerBob Arnson <github@bobs.org>2021-12-25 20:31:10 -0500
commit667ee81ee0263314b4546f5598efc66fe84c08b7 (patch)
treecfc2077743411a93d0e3c0d2ef637ef9bbdb655e /src/test
parentb9c712f26d921f7ffe0509d1cc45456680e8139f (diff)
downloadwix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.gz
wix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.bz2
wix-667ee81ee0263314b4546f5598efc66fe84c08b7.zip
Build with VS2022, which is now required.
- Use VS2022/v143 libraries exclusively. C++ compatibility works.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj
index 8e7e9bd9..d938b0c9 100644
--- a/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj
+++ b/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.vcxproj
@@ -30,7 +30,6 @@
30 <PropertyGroup Label="Globals"> 30 <PropertyGroup Label="Globals">
31 <ProjectGuid>{565E99AE-975F-4F26-8A6E-852603386A80}</ProjectGuid> 31 <ProjectGuid>{565E99AE-975F-4F26-8A6E-852603386A80}</ProjectGuid>
32 <ConfigurationType>DynamicLibrary</ConfigurationType> 32 <ConfigurationType>DynamicLibrary</ConfigurationType>
33 <PlatformToolset>v142</PlatformToolset>
34 <CharacterSet>Unicode</CharacterSet> 33 <CharacterSet>Unicode</CharacterSet>
35 <TargetName>BafThmUtilTesting</TargetName> 34 <TargetName>BafThmUtilTesting</TargetName>
36 <ProjectModuleDefinitionFile>BafThmUtilTesting.def</ProjectModuleDefinitionFile> 35 <ProjectModuleDefinitionFile>BafThmUtilTesting.def</ProjectModuleDefinitionFile>