From 3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Mon, 26 Feb 2024 09:47:25 -0800 Subject: Remove x86 and ARM configurations for sample projects. (#1126) * Removed Win32 and Arm from the project configurations. * Set default platform to x64. --- wia/ProdScan/ProdScan.vcxproj | 110 +++--------------------------------------- 1 file changed, 7 insertions(+), 103 deletions(-) (limited to 'wia/ProdScan') diff --git a/wia/ProdScan/ProdScan.vcxproj b/wia/ProdScan/ProdScan.vcxproj index 95c4ec42..f5b3a6e3 100644 --- a/wia/ProdScan/ProdScan.vcxproj +++ b/wia/ProdScan/ProdScan.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {041FE80B-1F18-4CF6-90DD-59C690C11A32} $(MSBuildProjectName) Debug - Win32 + x64 {78CBD2C6-4539-4DE9-A02B-C6F72068B9BD} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - $(InfArch) @@ -124,46 +94,24 @@ ProdScan - - ProdScan - - - ProdScan - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -254,50 +202,6 @@ ProdScan.def - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - /Wv:18 %(AdditionalOptions) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib;gdiplus.lib;Rpcrt4.lib - %(AdditionalOptions) /ignore:4070 - ProdScan.def - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - /Wv:18 %(AdditionalOptions) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;WIA_DEBUG - %(AdditionalIncludeDirectories);$(SDK_INC_PATH);$(SDK_INC_PATH)\gdiplus;$(DDK_INC_PATH) - - - %(AdditionalDependencies);wiaguid.lib;wiaservc.lib;ADVAPI32.lib;GDI32.lib;KERNEL32.lib;user32.lib;oleaut32.lib;ole32.lib;uuid.lib;shlwapi.lib;sti.lib;gdiplus.lib;Rpcrt4.lib - %(AdditionalOptions) /ignore:4070 - ProdScan.def - - @@ -325,4 +229,4 @@ - + \ No newline at end of file -- cgit v1.3.1