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/samples | |
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/samples')
-rw-r--r-- | src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj | 1 | ||||
-rw-r--r-- | src/samples/thmviewer/thmviewer.vcxproj | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj b/src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj index aeaaa776..4684d6e0 100644 --- a/src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj +++ b/src/samples/Dtf/Tools/SfxCA/SfxCA.vcxproj | |||
@@ -24,7 +24,6 @@ | |||
24 | <ProjectGuid>{55D5BA28-D427-4F53-80C2-FE9EF23C1553}</ProjectGuid> | 24 | <ProjectGuid>{55D5BA28-D427-4F53-80C2-FE9EF23C1553}</ProjectGuid> |
25 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 25 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
26 | <TargetName>SfxCA</TargetName> | 26 | <TargetName>SfxCA</TargetName> |
27 | <PlatformToolset>v142</PlatformToolset> | ||
28 | <CharacterSet>Unicode</CharacterSet> | 27 | <CharacterSet>Unicode</CharacterSet> |
29 | <ProjectModuleDefinitionFile>EntryPoints.def</ProjectModuleDefinitionFile> | 28 | <ProjectModuleDefinitionFile>EntryPoints.def</ProjectModuleDefinitionFile> |
30 | </PropertyGroup> | 29 | </PropertyGroup> |
diff --git a/src/samples/thmviewer/thmviewer.vcxproj b/src/samples/thmviewer/thmviewer.vcxproj index 41cd9dc5..180a18c6 100644 --- a/src/samples/thmviewer/thmviewer.vcxproj +++ b/src/samples/thmviewer/thmviewer.vcxproj | |||
@@ -17,7 +17,6 @@ | |||
17 | <ProjectGuid>{95228C13-97F5-484A-B4A2-ECF4618B0881}</ProjectGuid> | 17 | <ProjectGuid>{95228C13-97F5-484A-B4A2-ECF4618B0881}</ProjectGuid> |
18 | <Keyword>Win32Proj</Keyword> | 18 | <Keyword>Win32Proj</Keyword> |
19 | <ConfigurationType>Application</ConfigurationType> | 19 | <ConfigurationType>Application</ConfigurationType> |
20 | <PlatformToolset>v142</PlatformToolset> | ||
21 | <CharacterSet>Unicode</CharacterSet> | 20 | <CharacterSet>Unicode</CharacterSet> |
22 | <Description>WiX Toolset Theme Viewer</Description> | 21 | <Description>WiX Toolset Theme Viewer</Description> |
23 | </PropertyGroup> | 22 | </PropertyGroup> |