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. --- pofx/PEP/common/pepcommon.vcxproj | 106 ++------------------------------------ 1 file changed, 3 insertions(+), 103 deletions(-) (limited to 'pofx/PEP/common') diff --git a/pofx/PEP/common/pepcommon.vcxproj b/pofx/PEP/common/pepcommon.vcxproj index deb1b089..7e68356d 100644 --- a/pofx/PEP/common/pepcommon.vcxproj +++ b/pofx/PEP/common/pepcommon.vcxproj @@ -1,4 +1,4 @@ - + @@ -9,14 +9,6 @@ Release ARM64 - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -31,7 +23,7 @@ $(MSBuildProjectName) 1 Debug - Win32 + x64 {9510EEBB-CC1E-4339-96B5-C2632896CBBB} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 StaticLibrary - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - StaticLibrary - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -174,12 +144,6 @@ pepcommon - - pepcommon - - - pepcommon - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING @@ -232,32 +196,6 @@ %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - true - Level4 - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - - %(PreprocessorDefinitions);UNICODE;_UNICODE;EVENT_TRACING - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib @@ -334,44 +272,6 @@ sha256 - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - - - - %(AdditionalDependencies);$(DDK_LIB_PATH)\ksguid.lib;$(DDK_LIB_PATH)\ntstrsafe.lib;$(DDK_LIB_PATH)\hal.lib;$(DDK_LIB_PATH)\ntoskrnl.lib;$(DDK_LIB_PATH)\wdmsec.lib;$(DDK_LIB_PATH)\wpprecorder.lib - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;$(KIT_SHARED_INC_PATH_WDK) - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - ..\inc;%(AdditionalIncludeDirectories) @@ -393,4 +293,4 @@ - + \ No newline at end of file -- cgit v1.3.1