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 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/Common/Lzma_vs2019.vcxproj') 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\ -- cgit v1.2.3