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. --- gpio/samples/simdevice/kmdf/simdevice.vcxproj | 166 +------------------------- 1 file changed, 3 insertions(+), 163 deletions(-) (limited to 'gpio/samples/simdevice/kmdf') diff --git a/gpio/samples/simdevice/kmdf/simdevice.vcxproj b/gpio/samples/simdevice/kmdf/simdevice.vcxproj index f9d861a8..498b880c 100644 --- a/gpio/samples/simdevice/kmdf/simdevice.vcxproj +++ b/gpio/samples/simdevice/kmdf/simdevice.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,22 +9,6 @@ Release ARM64 - - Debug - arm - - - Debug - Win32 - - - Release - arm - - - Release - Win32 - Debug x64 @@ -39,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {DC47EB11-5745-4E8E-A015-CF348C59770E} $(LatestTargetPlatformVersion) @@ -60,14 +44,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - Windows10 True @@ -84,30 +60,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -118,24 +70,12 @@ - - - - - - - - - - - - simdevice .sys @@ -146,12 +86,6 @@ .sys true - - simdevice - .sys - false - 10_$(DDKPlatform) - simdevice .sys @@ -162,22 +96,6 @@ .sys true - - simdevice - .sys - false - 10_$(DDKPlatform) - - - simdevice - .sys - true - - - simdevice - .sys - true - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib @@ -220,24 +138,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib @@ -280,66 +180,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - %(AdditionalIncludeDirectories);..\..\..\inc - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\..\..\inc - - - sha256 - - @@ -358,4 +198,4 @@ - + \ No newline at end of file -- cgit v1.3.1