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/api/burn/mbanative | |
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/api/burn/mbanative')
-rw-r--r-- | src/api/burn/mbanative/mbanative.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/api/burn/mbanative/mbanative.vcxproj b/src/api/burn/mbanative/mbanative.vcxproj index af02f34e..e6376ca7 100644 --- a/src/api/burn/mbanative/mbanative.vcxproj +++ b/src/api/burn/mbanative/mbanative.vcxproj | |||
@@ -32,11 +32,9 @@ | |||
32 | <PropertyGroup Label="Globals"> | 32 | <PropertyGroup Label="Globals"> |
33 | <ProjectGuid>{665E0441-17F9-4105-B202-EDF274657F6E}</ProjectGuid> | 33 | <ProjectGuid>{665E0441-17F9-4105-B202-EDF274657F6E}</ProjectGuid> |
34 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 34 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
35 | <PlatformToolset>v142</PlatformToolset> | ||
36 | <CharacterSet>Unicode</CharacterSet> | 35 | <CharacterSet>Unicode</CharacterSet> |
37 | <TargetName>mbanative</TargetName> | 36 | <TargetName>mbanative</TargetName> |
38 | <ProjectModuleDefinitionFile>mbanative.def</ProjectModuleDefinitionFile> | 37 | <ProjectModuleDefinitionFile>mbanative.def</ProjectModuleDefinitionFile> |
39 | <EnableSourceLink Condition=" '$(PlatformToolset)'=='v140' ">false</EnableSourceLink> | ||
40 | </PropertyGroup> | 38 | </PropertyGroup> |
41 | 39 | ||
42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 40 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |