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 +------------------- .../bthecho/bthcli/sys/BthEchoSampleCli.vcxproj | 90 +-------------------- bluetooth/bthecho/bthecho.sln | 22 ------ bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj | 84 +------------------- .../bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj | 90 +-------------------- bluetooth/bthecho/common/lib/bthecho.vcxproj | 92 +--------------------- bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj | 90 +-------------------- bluetooth/serialhcibus/serialhcibus.sln | 6 -- 8 files changed, 18 insertions(+), 540 deletions(-) (limited to 'bluetooth') 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 diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj index fbaa61f3..732428e7 100644 --- a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj +++ b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.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 {83758879-1C4F-4804-86FB-0202AE85C175} @@ -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 @@ BthEchoSampleCli - - BthEchoSampleCli - - - BthEchoSampleCli - true @@ -227,54 +191,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib - - - sha256 - - @@ -288,4 +204,4 @@ - + \ No newline at end of file diff --git a/bluetooth/bthecho/bthecho.sln b/bluetooth/bthecho/bthecho.sln index 77f6094d..fb81978a 100644 --- a/bluetooth/bthecho/bthecho.sln +++ b/bluetooth/bthecho/bthecho.sln @@ -39,8 +39,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -65,42 +63,22 @@ Global {45C01E94-3016-4496-8D66-5E84000096B0}.Release|ARM64.Build.0 = Release|ARM64 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|ARM64.ActiveCfg = Release|ARM64 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|ARM64.Build.0 = Release|ARM64 - {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|Win32.ActiveCfg = Debug|Win32 - {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|Win32.Build.0 = Debug|Win32 - {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|Win32.ActiveCfg = Release|Win32 - {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|Win32.Build.0 = Release|Win32 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|x64.ActiveCfg = Debug|x64 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Debug|x64.Build.0 = Debug|x64 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|x64.ActiveCfg = Release|x64 {6DCBEDF9-2E01-4FFC-B1D0-B1FF37BA8AB1}.Release|x64.Build.0 = Release|x64 - {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|Win32.ActiveCfg = Debug|Win32 - {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|Win32.Build.0 = Debug|Win32 - {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|Win32.ActiveCfg = Release|Win32 - {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|Win32.Build.0 = Release|Win32 {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|x64.ActiveCfg = Debug|x64 {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Debug|x64.Build.0 = Debug|x64 {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|x64.ActiveCfg = Release|x64 {9A21231F-47C6-4448-9EDA-3BD5FCFD1CF3}.Release|x64.Build.0 = Release|x64 - {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|Win32.ActiveCfg = Debug|Win32 - {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|Win32.Build.0 = Debug|Win32 - {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|Win32.ActiveCfg = Release|Win32 - {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|Win32.Build.0 = Release|Win32 {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|x64.ActiveCfg = Debug|x64 {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Debug|x64.Build.0 = Debug|x64 {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|x64.ActiveCfg = Release|x64 {77C52F5F-5FF9-4EE2-8640-498B84C4CC67}.Release|x64.Build.0 = Release|x64 - {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|Win32.ActiveCfg = Debug|Win32 - {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|Win32.Build.0 = Debug|Win32 - {45C01E94-3016-4496-8D66-5E84000096B0}.Release|Win32.ActiveCfg = Release|Win32 - {45C01E94-3016-4496-8D66-5E84000096B0}.Release|Win32.Build.0 = Release|Win32 {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|x64.ActiveCfg = Debug|x64 {45C01E94-3016-4496-8D66-5E84000096B0}.Debug|x64.Build.0 = Debug|x64 {45C01E94-3016-4496-8D66-5E84000096B0}.Release|x64.ActiveCfg = Release|x64 {45C01E94-3016-4496-8D66-5E84000096B0}.Release|x64.Build.0 = Release|x64 - {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|Win32.ActiveCfg = Debug|Win32 - {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|Win32.Build.0 = Debug|Win32 - {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|Win32.ActiveCfg = Release|Win32 - {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|Win32.Build.0 = Release|Win32 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|x64.ActiveCfg = Debug|x64 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Debug|x64.Build.0 = Debug|x64 {70D1528B-703D-4A9C-9650-3122FA8A4CD8}.Release|x64.ActiveCfg = Release|x64 diff --git a/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj b/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj index 7b3e83dc..dcdd7a74 100644 --- a/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj +++ b/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {45C01E94-3016-4496-8D66-5E84000096B0} $(MSBuildProjectName) Debug - Win32 + x64 {49F5BC83-8094-41B8-8901-5CCF2143A45A} @@ -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 @@ - - - - - - bthsrvinst @@ -117,12 +87,6 @@ bthsrvinst - - bthsrvinst - - - bthsrvinst - true @@ -207,48 +171,6 @@ %(AdditionalDependencies);BluetoothApis.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - %(AdditionalDependencies);BluetoothApis.lib - - - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(AdditionalIncludeDirectories);..\..\common\inc - - - %(AdditionalDependencies);BluetoothApis.lib - - @@ -265,4 +187,4 @@ - + \ No newline at end of file diff --git a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj index 9906195e..bf1902a1 100644 --- a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj +++ b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.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 {2B10AA6F-8FEA-4371-A926-5652363314EA} @@ -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 @@ BthEchoSampleSrv - - BthEchoSampleSrv - - - BthEchoSampleSrv - true @@ -227,54 +191,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);..\..\common\inc - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib - - - sha256 - - @@ -288,4 +204,4 @@ - + \ No newline at end of file diff --git a/bluetooth/bthecho/common/lib/bthecho.vcxproj b/bluetooth/bthecho/common/lib/bthecho.vcxproj index 04bf9762..2b7c9cdb 100644 --- a/bluetooth/bthecho/common/lib/bthecho.vcxproj +++ b/bluetooth/bthecho/common/lib/bthecho.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 {2251CD36-3DF0-4B2B-8674-70AD8C38B1DD} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -127,12 +97,6 @@ bthecho - - bthecho - - - bthecho - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc @@ -233,56 +197,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - true - Level4 - %(DisableSpecificWarnings);4201 - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(PreprocessorDefinitions);EVENT_TRACING - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - true - Level4 - %(DisableSpecificWarnings);4201 - %(PreprocessorDefinitions);EVENT_TRACING - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - %(PreprocessorDefinitions);_UNICODE;UNICODE - %(PreprocessorDefinitions);EVENT_TRACING - - - sha256 - - @@ -296,4 +210,4 @@ - + \ No newline at end of file diff --git a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj index 2ad9582a..4d20779c 100644 --- a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj +++ b/bluetooth/serialhcibus/WDK/SerialBusWdk.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 {680EFDDE-117B-443A-9A50-E8A7F919AA4F} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -129,12 +99,6 @@ SerialBusWdk - - SerialBusWdk - - - SerialBusWdk - %(AdditionalIncludeDirectories);..\;. @@ -231,54 +195,6 @@ sha256 - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib - - - sha256 - - - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - true - Level4 - - - - - %(AdditionalIncludeDirectories);..\;. - %(PreprocessorDefinitions);RESHUB_USE_HELPER_ROUTINES - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib - - - sha256 - - @@ -295,4 +211,4 @@ - + \ No newline at end of file diff --git a/bluetooth/serialhcibus/serialhcibus.sln b/bluetooth/serialhcibus/serialhcibus.sln index b1d616df..101a5ecf 100644 --- a/bluetooth/serialhcibus/serialhcibus.sln +++ b/bluetooth/serialhcibus/serialhcibus.sln @@ -9,8 +9,6 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|ARM64 = Debug|ARM64 Release|ARM64 = Release|ARM64 - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 Debug|x64 = Debug|x64 Release|x64 = Release|x64 EndGlobalSection @@ -19,10 +17,6 @@ Global {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|ARM64.Build.0 = Debug|ARM64 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|ARM64.ActiveCfg = Release|ARM64 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|ARM64.Build.0 = Release|ARM64 - {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|Win32.ActiveCfg = Debug|Win32 - {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|Win32.Build.0 = Debug|Win32 - {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|Win32.ActiveCfg = Release|Win32 - {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|Win32.Build.0 = Release|Win32 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|x64.ActiveCfg = Debug|x64 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Debug|x64.Build.0 = Debug|x64 {F8EFDBF2-B339-413F-94F5-AEB55DCCBA01}.Release|x64.ActiveCfg = Release|x64 -- cgit v1.3.1