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. --- .../sysvad/EndpointsCommon/EndpointsCommon.vcxproj | 82 +--------------------- 1 file changed, 3 insertions(+), 79 deletions(-) (limited to 'audio/sysvad/EndpointsCommon') diff --git a/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj b/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj index 4c59e3c1..aa5cc3e2 100644 --- a/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj +++ b/audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj @@ -1,22 +1,14 @@ - + Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {F51739CE-5253-42B5-9191-57F28B5842C6} @@ -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 @@ - - - - - - EndpointsCommon @@ -118,12 +88,6 @@ EndpointsCommon - - EndpointsCommon - - - EndpointsCommon - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. @@ -204,46 +168,6 @@ sha256 - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND - - - sha256 - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..;. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND;_NEW_DELETE_OPERATORS_ - - - 4595;%(DisableSpecificWarnings) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);.. - %(PreprocessorDefinitions);_USE_WAVERT_;SYSVAD_BTH_BYPASS;SYSVAD_USB_SIDEBAND - - - sha256 - - @@ -280,4 +204,4 @@ - + \ No newline at end of file -- cgit v1.3.1