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. --- .../TabletAudioSample/TabletAudioSample.vcxproj | 130 +-------------------- 1 file changed, 3 insertions(+), 127 deletions(-) (limited to 'audio/sysvad/TabletAudioSample') diff --git a/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj b/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj index 6e4e4c44..8e6e6ee4 100644 --- a/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj +++ b/audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -33,7 +25,7 @@ false true Debug - Win32 + x64 {2A9A946E-F017-4E0D-BF75-AD81E7E97D64} @@ -69,22 +61,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Universal - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -101,12 +77,6 @@ - - - - - - @@ -196,50 +166,6 @@ %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\portcls.lib;$(DDK_LIB_PATH)\stdunk.lib;$(DDK_LIB_PATH)\libcntpr.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - true - Level4 - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\portcls.lib;$(DDK_LIB_PATH)\stdunk.lib;$(DDK_LIB_PATH)\libcntpr.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - true - Level4 - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_WIN32;UNICODE;_UNICODE;PC_IMPLEMENTATION - %(PreprocessorDefinitions);DEBUG_LEVEL=DEBUGLVL_TERSE - - TabletAudioSample @@ -252,12 +178,6 @@ TabletAudioSample - - TabletAudioSample - - - TabletAudioSample - %(AdditionalDependencies);.\..\EndpointsCommon\$(IntDir)\EndpointsCommon.lib @@ -354,50 +274,6 @@ sha256 - - - %(AdditionalDependencies);.\..\EndpointsCommon\$(IntDir)\EndpointsCommon.lib - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower;_NEW_DELETE_OPERATORS_ - %(AdditionalIncludeDirectories);..\EndpointsCommon;. - - - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\EndpointsCommon - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\EndpointsCommon - - - sha256 - - - - - %(AdditionalDependencies);.\..\EndpointsCommon\$(IntDir)\EndpointsCommon.lib - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower;_NEW_DELETE_OPERATORS_ - %(AdditionalIncludeDirectories);..\EndpointsCommon;. - - - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\EndpointsCommon - - - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_USE_IPortClsRuntimePower - %(AdditionalIncludeDirectories);..\EndpointsCommon - - - sha256 - - @@ -427,4 +303,4 @@ - + \ No newline at end of file -- cgit v1.3.1