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/SetupDLL/SetupDLL_vs2019.vcxproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/SetupDLL') diff --git a/src/SetupDLL/SetupDLL_vs2019.vcxproj b/src/SetupDLL/SetupDLL_vs2019.vcxproj index a7c2703c..d18a033b 100644 --- a/src/SetupDLL/SetupDLL_vs2019.vcxproj +++ b/src/SetupDLL/SetupDLL_vs2019.vcxproj @@ -25,17 +25,17 @@ DynamicLibrary Unicode - v142 + v143 DynamicLibrary Unicode - v142 + v143 DynamicLibrary Unicode - v142 + v143 @@ -56,14 +56,14 @@ <_ProjectFileVersion>10.0.40219.1 $(ProjectDir)Debug\ - $(ProjectDir)Debug\ + $(ProjectDir)Debug\SetupDLL\ true true true $(ProjectDir)Release\ $(ProjectDir)Release\ - $(ProjectDir)Release\ - $(ProjectDir)Release\ + $(ProjectDir)Release\SetupDLL\ + $(ProjectDir)Release\SetupDLL\ false false true -- cgit v1.2.3