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. --- usb/usbsamp/exe/usbsamp.vcxproj | 84 ++--------------------------------------- 1 file changed, 3 insertions(+), 81 deletions(-) (limited to 'usb/usbsamp/exe') diff --git a/usb/usbsamp/exe/usbsamp.vcxproj b/usb/usbsamp/exe/usbsamp.vcxproj index 47b7ecb2..1c041dce 100644 --- a/usb/usbsamp/exe/usbsamp.vcxproj +++ b/usb/usbsamp/exe/usbsamp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {623636B5-DD4A-4473-93C4-7F548F4F661C} $(MSBuildProjectName) Debug - Win32 + x64 {63EE6B90-F399-4C68-9C86-5A3C71ED4A9C} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - usbsamp @@ -117,12 +87,6 @@ usbsamp - - usbsamp - - - usbsamp - true @@ -207,48 +171,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\sys - - - %(AdditionalDependencies);setupapi.lib - - - sha256 - - @@ -266,4 +188,4 @@ - + \ No newline at end of file -- cgit v1.3.1