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. --- general/echo/umdf2/exe/echoapp.vcxproj | 86 ++-------------------------------- 1 file changed, 3 insertions(+), 83 deletions(-) (limited to 'general/echo/umdf2/exe') diff --git a/general/echo/umdf2/exe/echoapp.vcxproj b/general/echo/umdf2/exe/echoapp.vcxproj index bb88d47d..452e0b79 100644 --- a/general/echo/umdf2/exe/echoapp.vcxproj +++ b/general/echo/umdf2/exe/echoapp.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -30,7 +22,7 @@ {4500713F-105B-4F35-9FC9-85D30E7C3F2D} $(MSBuildProjectName) Debug - Win32 + x64 {B366A3FE-0009-4DB9-8482-AD1EDA2557F3} @@ -66,22 +58,6 @@ WindowsApplicationForDrivers10.0 Application - - Windows10 - False - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - - - Windows10 - True - Windows Driver - - WindowsApplicationForDrivers10.0 - Application - $(IntDir) @@ -98,12 +74,6 @@ - - - - - - echoapp @@ -117,12 +87,6 @@ echoapp - - echoapp - - - echoapp - %(AdditionalDependencies);mincore.lib @@ -211,50 +175,6 @@ sha256 - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - sha256 - - - - - %(AdditionalDependencies);mincore.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);$(SDK_INC_PATH) - %(PreprocessorDefinitions);UNICODE;_UNICODE - - - sha256 - - @@ -271,4 +191,4 @@ - + \ No newline at end of file -- cgit v1.3.1