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. --- general/cancel/sys/cancel.vcxproj | 72 ++------------------------------------- 1 file changed, 3 insertions(+), 69 deletions(-) (limited to 'general/cancel/sys') diff --git a/general/cancel/sys/cancel.vcxproj b/general/cancel/sys/cancel.vcxproj index a87bbc32..c8bab8fe 100644 --- a/general/cancel/sys/cancel.vcxproj +++ b/general/cancel/sys/cancel.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {A1A90123-A9E1-4F81-BCC5-7D0AFCB29BAC} $(MSBuildProjectName) Debug - Win32 + x64 {FFFC90E6-0186-42DC-829F-03986A62EE87} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - cancel @@ -117,12 +87,6 @@ cancel - - cancel - - - cancel - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib @@ -183,36 +147,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - true - Level4 - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\wdmsec.lib - - - true - Level4 - - - POOL_NX_OPTIN;POOL_ZERO_DOWN_LEVEL_SUPPORT;%(PreprocessorDefinitions) - - - sha256 - - @@ -230,4 +164,4 @@ - + \ No newline at end of file -- cgit v1.3.1