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. --- hid/hidusbfx2/sys/hidusbfx2.vcxproj | 98 ++----------------------------------- 1 file changed, 3 insertions(+), 95 deletions(-) (limited to 'hid/hidusbfx2/sys') diff --git a/hid/hidusbfx2/sys/hidusbfx2.vcxproj b/hid/hidusbfx2/sys/hidusbfx2.vcxproj index 6a193124..c12e4290 100644 --- a/hid/hidusbfx2/sys/hidusbfx2.vcxproj +++ b/hid/hidusbfx2/sys/hidusbfx2.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {E8A0DAC7-C9B1-4606-A518-046158990EE3} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - true @@ -133,12 +103,6 @@ hidusbfx2 - - hidusbfx2 - - - hidusbfx2 - true @@ -215,44 +179,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib - - - %(PreprocessorDefinitions);EVENT_TRACING - - - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\hidclass.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\usbd.lib - - - %(PreprocessorDefinitions);EVENT_TRACING - - - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - 1 @@ -265,12 +191,6 @@ 1 - - 1 - - - 1 - @@ -295,18 +215,6 @@ - - - - - - - - - - - - @@ -323,4 +231,4 @@ - + \ No newline at end of file -- cgit v1.3.1