diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-05 21:16:28 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-25 20:31:10 -0500 |
commit | 667ee81ee0263314b4546f5598efc66fe84c08b7 (patch) | |
tree | cfc2077743411a93d0e3c0d2ef637ef9bbdb655e /src/ext/Bal/dnchost | |
parent | b9c712f26d921f7ffe0509d1cc45456680e8139f (diff) | |
download | wix-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/ext/Bal/dnchost')
-rw-r--r-- | src/ext/Bal/dnchost/dnchost.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
31 | <PropertyGroup Label="Globals"> | 31 | <PropertyGroup Label="Globals"> |
32 | <ProjectGuid>{B6F70281-6583-4138-BB7F-AABFEBBB3CA2}</ProjectGuid> | 32 | <ProjectGuid>{B6F70281-6583-4138-BB7F-AABFEBBB3CA2}</ProjectGuid> |
33 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 33 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
34 | <PlatformToolset>v142</PlatformToolset> | ||
35 | <CharacterSet>Unicode</CharacterSet> | 34 | <CharacterSet>Unicode</CharacterSet> |
36 | <TargetName>dnchost</TargetName> | 35 | <TargetName>dnchost</TargetName> |
37 | <ProjectModuleDefinitionFile>dnchost.def</ProjectModuleDefinitionFile> | 36 | <ProjectModuleDefinitionFile>dnchost.def</ProjectModuleDefinitionFile> |