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. --- setup/devcon/devcon.vcxproj | 74 +-------------------------------------------- 1 file changed, 1 insertion(+), 73 deletions(-) (limited to 'setup/devcon/devcon.vcxproj') diff --git a/setup/devcon/devcon.vcxproj b/setup/devcon/devcon.vcxproj index b7b15302..e6885392 100644 --- a/setup/devcon/devcon.vcxproj +++ b/setup/devcon/devcon.vcxproj @@ -5,18 +5,10 @@ Debug ARM64 - - Debug - Win32 - Release ARM64 - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {14EDBD07-E4CD-4BD8-82CC-F2840C160570} $(MSBuildProjectName) Debug - Win32 + x64 {FDCF5960-709F-48C2-A9D0-9F3F6BE0CAC9} @@ -50,14 +42,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Desktop - - WindowsApplicationForDrivers10.0 - Application - Windows10 False @@ -66,14 +50,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - True - Desktop - - WindowsApplicationForDrivers10.0 - Application - Windows10 True @@ -92,15 +68,9 @@ - - - - - - @@ -111,15 +81,9 @@ devcon - - devcon - devcon - - devcon - devcon @@ -159,24 +123,6 @@ %(AdditionalDependencies);advapi32.lib;kernel32.lib;ntdll.lib;ole32.lib;setupapi.lib;shell32.lib;user32.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);advapi32.lib;kernel32.lib;ntdll.lib;ole32.lib;setupapi.lib;shell32.lib;user32.lib - - true @@ -195,24 +141,6 @@ %(AdditionalDependencies);advapi32.lib;kernel32.lib;ntdll.lib;ole32.lib;setupapi.lib;shell32.lib;user32.lib - - - true - Level4 - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalDependencies);advapi32.lib;kernel32.lib;ntdll.lib;ole32.lib;setupapi.lib;shell32.lib;user32.lib - - true -- cgit v1.3.1