summaryrefslogtreecommitdiff
path: root/network/wlan/WDI/COMMON/common.vcxproj
diff options
context:
space:
mode:
authorAdonais Romero González <[email protected]>2024-02-26 09:47:25 -0800
committerGitHub <[email protected]>2024-02-26 09:47:25 -0800
commit3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9 (patch)
tree1dcee40bf389e6a6db6b5abe5f41872371e9b0b0 /network/wlan/WDI/COMMON/common.vcxproj
parent9428a1d6a431c08166afa814a1046249b2e5962a (diff)
Remove x86 and ARM configurations for sample projects. (#1126)
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
Diffstat (limited to 'network/wlan/WDI/COMMON/common.vcxproj')
-rw-r--r--network/wlan/WDI/COMMON/common.vcxproj6
1 files changed, 1 insertions, 5 deletions
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 @@
<PropertyGroup Label="PropertySheets">
<ConversionToolVersion>1.0</ConversionToolVersion>
<BUILD_ALT_DIR>$(Configuration.Replace(' ',''))</BUILD_ALT_DIR>
- <IntDir Condition="'$(Platform)'!='Win32'">$(BUILD_ALT_DIR)\$(Platform)\</IntDir>
+ <IntDir>$(BUILD_ALT_DIR)\$(Platform)\</IntDir>
<OutDir>$(SolutionDir)COMMON\$(Configuration)\$(Platform)\</OutDir>
</PropertyGroup>
<ImportGroup Label="PreConfiguration">
@@ -30,10 +30,6 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{956B060D-1055-4584-9CF4-9FE14C428545}</ProjectGuid>
</PropertyGroup>
- <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|Win32'">
- <TargetVersion>Win8</TargetVersion>
- <UseDebugLibraries>True</UseDebugLibraries>
- </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<TargetVersion>Windows10</TargetVersion>
<UseDebugLibraries>True</UseDebugLibraries>