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. --- bluetooth/bthecho/bthcli/app/BthEcho.vcxproj | 84 +--------------------------- 1 file changed, 3 insertions(+), 81 deletions(-) (limited to 'bluetooth/bthecho/bthcli/app') diff --git a/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj b/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj index 53b430c9..37c3ac58 100644 --- a/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj +++ b/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3} $(MSBuildProjectName) Debug - Win32 + x64 {B86B6683-5342-447B-9F08-B5E7B956C928} @@ -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 @@ - - - - - - BthEcho @@ -117,12 +87,6 @@ BthEcho - - BthEcho - - - BthEcho - true @@ -207,48 +171,6 @@ %(AdditionalDependencies);cfgmgr32.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - %(AdditionalDependencies);cfgmgr32.lib - - - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc;$(DDK_INC_PATH) - - - %(AdditionalDependencies);cfgmgr32.lib - - @@ -265,4 +187,4 @@ - + \ No newline at end of file -- cgit v1.3.1