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. --- filesys/miniFilter/nullFilter/nullFilter.vcxproj | 70 +----------------------- 1 file changed, 3 insertions(+), 67 deletions(-) (limited to 'filesys/miniFilter/nullFilter/nullFilter.vcxproj') diff --git a/filesys/miniFilter/nullFilter/nullFilter.vcxproj b/filesys/miniFilter/nullFilter/nullFilter.vcxproj index 6fb3dd66..5972d29d 100644 --- a/filesys/miniFilter/nullFilter/nullFilter.vcxproj +++ b/filesys/miniFilter/nullFilter/nullFilter.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {FB7A1B2D-5BB0-458E-B5B0-FA411CF8C73F} $(MSBuildProjectName) Debug - Win32 + x64 {37C5493F-8641-40D5-AE43-952B56CD6D9D} @@ -66,22 +58,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - WDM - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - nullFilter @@ -117,12 +87,6 @@ nullFilter - - nullFilter - - - nullFilter - true @@ -179,34 +143,6 @@ sha256 - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - - - - true - Level4 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\fltMgr.lib - - - sha256 - - @@ -224,4 +160,4 @@ - + \ No newline at end of file -- cgit v1.3.1