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. --- .../sys/kmdf_enumswitches.vcxproj | 104 +-------------------- 1 file changed, 3 insertions(+), 101 deletions(-) (limited to 'usb/kmdf_enumswitches/sys') diff --git a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj index c097d147..c339f198 100644 --- a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj +++ b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {B11DDDBD-A80C-4105-B342-96834A1D1DA6} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -125,12 +95,6 @@ kmdf_enumswitches - - kmdf_enumswitches - - - kmdf_enumswitches - true @@ -219,50 +183,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\wdmsec.lib - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\inc;. - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - 1 @@ -275,12 +195,6 @@ 1 - - 1 - - - 1 - @@ -305,18 +219,6 @@ - - - - - - - - - - - - @@ -330,4 +232,4 @@ - + \ No newline at end of file -- cgit v1.3.1