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. --- .../SingleComponentSingleStateUm.vcxproj | 102 +-------------------- 1 file changed, 3 insertions(+), 99 deletions(-) (limited to 'pofx/UMDF2/Driver/SingleComp') diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj index c697ef55..4943ab37 100644 --- a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj +++ b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 2 Debug - Win32 + x64 {EAB36B80-D708-481B-96F3-DF168641C28B} @@ -67,22 +59,6 @@ WindowsUserModeDriver10.0 DynamicLibrary - - Windows10 - False - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - - - Windows10 - True - Windows Driver - UMDF - WindowsUserModeDriver10.0 - DynamicLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -125,12 +95,6 @@ SingleComponentSingleStateUm - - SingleComponentSingleStateUm - - - SingleComponentSingleStateUm - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 @@ -251,66 +215,6 @@ sha256 - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - true - Level4 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - %(PreprocessorDefinitions);WPP_MACRO_USE_KM_VERSION_FOR_UM=1 - %(AdditionalIncludeDirectories);..\..\inc - %(PreprocessorDefinitions);UNICODE;_UNICODE - %(PreprocessorDefinitions);___TARGETNAME="""SingleComponentSingleStateUm.DYNLINK""" - - - %(AdditionalDependencies);mincore.lib - - - sha256 - - @@ -324,4 +228,4 @@ - + \ No newline at end of file -- cgit v1.3.1