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. --- .../Driver/MultiComp/driver/WdfMultiComp.vcxproj | 84 +--------------------- pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj | 84 +--------------------- 2 files changed, 6 insertions(+), 162 deletions(-) (limited to 'pofx/WDF/Driver/MultiComp') diff --git a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj index 5cc901b7..59aae76c 100644 --- a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj +++ b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.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 {64C0F854-FD90-49F1-B814-CADDF8C9955E} @@ -67,22 +59,6 @@ WindowsKernelModeDriver10.0 Driver - - Windows10 - False - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - - - Windows10 - True - Windows Driver - KMDF - WindowsKernelModeDriver10.0 - Driver - $(IntDir) @@ -99,12 +75,6 @@ - - - - - - true @@ -124,12 +94,6 @@ WdfMultiComp - - WdfMultiComp - - - WdfMultiComp - true @@ -214,48 +178,6 @@ sha256 - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - %(AdditionalDependencies);.\..\lib\$(IntDir)\WdfPoFx.lib - - - sha256 - - - - - true - Level4 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc;..\..\..\inc - - - %(AdditionalDependencies);.\..\lib\$(IntDir)\WdfPoFx.lib - - - sha256 - - @@ -269,4 +191,4 @@ - + \ No newline at end of file diff --git a/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj b/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj index 41ba1e6d..76f144ad 100644 --- a/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj +++ b/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.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 {CE20E85F-61A5-47D9-8408-4269A22297E7} @@ -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 @@ -124,12 +94,6 @@ WdfPoFx - - WdfPoFx - - - WdfPoFx - true @@ -214,48 +178,6 @@ sha256 - - - true - Level4 - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - - - - true - Level4 - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - - - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - %(PreprocessorDefinitions);PFH_S0IDLE_SUPPORTED=1 - %(AdditionalIncludeDirectories);$(DDK_INC_PATH);..\inc - - - sha256 - - @@ -269,4 +191,4 @@ - + \ No newline at end of file -- cgit v1.3.1