From 214fbb5cbde3dd600aa8bfe738011d428c4a4fda Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 15 Nov 2024 14:22:45 +0100 Subject: 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. --- src/Common/Lzma_vs2019.vcxproj | 24 ++++++++++++------------ src/Common/Zip_vs2019.vcxproj | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) (limited to 'src/Common') diff --git a/src/Common/Lzma_vs2019.vcxproj b/src/Common/Lzma_vs2019.vcxproj index 9f640dc5..d09a39bd 100644 --- a/src/Common/Lzma_vs2019.vcxproj +++ b/src/Common/Lzma_vs2019.vcxproj @@ -68,21 +68,21 @@ StaticLibrary true Unicode - v142 + v143 false StaticLibrary true Unicode - v142 + v143 false StaticLibrary true Unicode - v142 + v143 false @@ -90,21 +90,21 @@ false false Unicode - v142 + v143 StaticLibrary false false Unicode - v142 + v143 StaticLibrary false false Unicode - v142 + v143 @@ -130,27 +130,27 @@ $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\lzma\ $(ProjectDir)$(Platform)\$(Configuration)\ - $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\lzma\ $(ProjectDir)$(Platform)\$(Configuration)\ - $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\lzma\ $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\lzma\ $(ProjectDir)$(Platform)\$(Configuration)\ - $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\lzma\ $(ProjectDir)$(Platform)\$(Configuration)\ - $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\lzma\ diff --git a/src/Common/Zip_vs2019.vcxproj b/src/Common/Zip_vs2019.vcxproj index b68dcab8..6674ef34 100644 --- a/src/Common/Zip_vs2019.vcxproj +++ b/src/Common/Zip_vs2019.vcxproj @@ -191,21 +191,21 @@ StaticLibrary true Unicode - v142 + v143 false StaticLibrary true Unicode - v142 + v143 false StaticLibrary true Unicode - v142 + v143 false @@ -213,21 +213,21 @@ false false Unicode - v142 + v143 StaticLibrary false false Unicode - v142 + v143 StaticLibrary false false Unicode - v142 + v143 @@ -253,27 +253,27 @@ $(ProjectDir)$(Platform)\$(Configuration)\ - $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\Zip\ $(ProjectDir)$(Platform)\$(Configuration)\ - $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\Zip\ $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\Zip\ $(ProjectDir)$(Platform)\$(Configuration)\ - $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\Zip\ $(ProjectDir)$(Configuration)\ - $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\Zip\ $(ProjectDir)$(Platform)\$(Configuration)\ - $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\Zip\ -- cgit v1.2.3