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. --- network/wlan/WDI/COMMON/common.vcxproj | 6 +- network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj | 133 +-------------------------- network/wlan/ihvsampleui/IHVSampleUI.vcxproj | 114 +---------------------- 3 files changed, 5 insertions(+), 248 deletions(-) (limited to 'network/wlan') diff --git a/network/wlan/WDI/COMMON/common.vcxproj b/network/wlan/WDI/COMMON/common.vcxproj index e6f6a941..2842595d 100644 --- a/network/wlan/WDI/COMMON/common.vcxproj +++ b/network/wlan/WDI/COMMON/common.vcxproj @@ -21,7 +21,7 @@ 1.0 $(Configuration.Replace(' ','')) - $(BUILD_ALT_DIR)\$(Platform)\ + $(BUILD_ALT_DIR)\$(Platform)\ $(SolutionDir)COMMON\$(Configuration)\$(Platform)\ @@ -30,10 +30,6 @@ {956B060D-1055-4584-9CF4-9FE14C428545} - - Win8 - True - Windows10 True diff --git a/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj b/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj index 30586499..a4044511 100644 --- a/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj +++ b/network/wlan/WDI/HAL/HALSOURCE/hal.vcxproj @@ -1,78 +1,14 @@  - - Debug - Arm - - - Debug - Win32 - Debug x64 - - Release - Arm - - - Release - Win32 - Release x64 - - WinBlue Debug - Arm - - - Win8 Debug - Arm - - - WinBlue Release - Arm - - - Win8 Release - Arm - - - WinBlue Debug - Win32 - - - Win8 Debug - Win32 - - - Win7 Debug - Win32 - - - Vista Debug - Win32 - - - WinBlue Release - Win32 - - - Win8 Release - Win32 - - - Win7 Release - Win32 - - - Vista Release - Win32 - WinBlue Debug x64 @@ -118,8 +54,7 @@ 1.0 $(Configuration.Replace(' ','')) - $(BUILD_ALT_DIR)\$(Platform)\ - $(BUILD_ALT_DIR)\x86\ + $(BUILD_ALT_DIR)\$(Platform)\ $(IntDir) @@ -128,72 +63,6 @@ {316BB9D3-0947-4431-BC09-1C71C7201001} - - WindowsV6.3 - True - - - Windows10 - True - Mobile - - - Win8 - True - - - WindowsV6.3 - False - - - Windows10 - False - Mobile - - - Win8 - False - - - WindowsV6.3 - True - - - Windows10 - True - - - Win8 - True - - - Win7 - True - - - Vista - True - - - WindowsV6.3 - False - - - Windows10 - False - - - Win8 - False - - - Win7 - False - - - Vista - False - WindowsV6.3 True diff --git a/network/wlan/ihvsampleui/IHVSampleUI.vcxproj b/network/wlan/ihvsampleui/IHVSampleUI.vcxproj index 36ff1126..09f3dad7 100644 --- a/network/wlan/ihvsampleui/IHVSampleUI.vcxproj +++ b/network/wlan/ihvsampleui/IHVSampleUI.vcxproj @@ -1,14 +1,6 @@  - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -22,7 +14,7 @@ {1EE6DF41-8C0B-4C74-98D2-FCDF020E7128} $(MSBuildProjectName) Debug - Win32 + x64 {C7745B6F-E931-4E1C-A12B-5BF1C854C635} @@ -42,22 +34,6 @@ WindowsApplicationForDrivers10.0 DynamicLibrary - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - DynamicLibrary - $(IntDir) @@ -68,12 +44,6 @@ - - - - - - IHVSampleUI @@ -81,12 +51,6 @@ IHVSampleUI - - IHVSampleUI - - - IHVSampleUI - %(PreprocessorDefinitions);UNICODE;WIN32 @@ -98,8 +62,7 @@ %(PreprocessorDefinitions);UNICODE;WIN32 - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -113,38 +76,7 @@ %(PreprocessorDefinitions);UNICODE;WIN32 - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - _DllMainCRTStartup@12 - _DllMainCRTStartup - - - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - %(PreprocessorDefinitions);UNICODE;WIN32 - - - _DllMainCRTStartup@12 - _DllMainCRTStartup + _DllMainCRTStartup @@ -187,46 +119,6 @@ %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalOptions) /EHa - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib;user32.lib;uuid.lib;Kernel32.lib;Advapi32.lib;comctl32.lib - IHVSampleUI.def - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalOptions) /EHa - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - - - %(AdditionalDependencies);ole32.lib;oleaut32.lib;user32.lib;uuid.lib;Kernel32.lib;Advapi32.lib;comctl32.lib - IHVSampleUI.def - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH) - - -- cgit v1.3.1