diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-15 14:22:45 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-15 14:22:45 +0100 |
commit | 214fbb5cbde3dd600aa8bfe738011d428c4a4fda (patch) | |
tree | 2cfeb7f2038c2ee2c7957e3f3542375dbec892c5 /src/COMReg | |
parent | de9e472d10f6b3a6385ec701b03b4156fab7fec4 (diff) | |
download | VeraCrypt-214fbb5cbde3dd600aa8bfe738011d428c4a4fda.tar.gz VeraCrypt-214fbb5cbde3dd600aa8bfe738011d428c4a4fda.zip |
Windows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 configuration for driver and binaries.
Only setup remains 32-bit to be compatible with both x64 and arm64 Windows.
Diffstat (limited to 'src/COMReg')
-rw-r--r-- | src/COMReg/COMReg_vs2019.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/COMReg/COMReg_vs2019.vcxproj b/src/COMReg/COMReg_vs2019.vcxproj index b85658ac..7ae194f9 100644 --- a/src/COMReg/COMReg_vs2019.vcxproj +++ b/src/COMReg/COMReg_vs2019.vcxproj @@ -22,14 +22,14 @@ <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |