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. --- spb/SpbTestTool/exe/SpbTestTool.vcxproj | 96 ++------------------------------- 1 file changed, 3 insertions(+), 93 deletions(-) (limited to 'spb/SpbTestTool/exe') diff --git a/spb/SpbTestTool/exe/SpbTestTool.vcxproj b/spb/SpbTestTool/exe/SpbTestTool.vcxproj index 1b7aa81d..e8207999 100644 --- a/spb/SpbTestTool/exe/SpbTestTool.vcxproj +++ b/spb/SpbTestTool/exe/SpbTestTool.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {D98724B9-FEB8-4D51-B807-1D83E324A9AD} $(MSBuildProjectName) Debug - Win32 + x64 {418E967E-17B4-4EA7-9D97-735BA0A2EE70} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - SpbTestTool @@ -117,12 +87,6 @@ SpbTestTool - - SpbTestTool - - - SpbTestTool - true @@ -147,18 +111,6 @@ Level4 - - - true - Level4 - - - - - true - Level4 - - Sync @@ -243,48 +195,6 @@ sha256 - - - Sync - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(AdditionalDependencies);kernel32.lib - - - sha256 - - - - - Sync - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\sys;$(SDK_INC_PATH) - - - %(AdditionalDependencies);kernel32.lib - - - sha256 - - @@ -303,4 +213,4 @@ - + \ No newline at end of file -- cgit v1.3.1