From fe08b65f2b7cb6490476181d82dfb21c5ea36c8a Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 7 Apr 2023 17:03:07 -0700 Subject: Update pofx projects' DriverTargetPlatform to be 'Windows Driver' (#967) Co-authored-by: Jason Knichel --- pofx/PEP/common/pepcommon.vcxproj | 8 ++++---- pofx/UMDF2/App/PowerFxApp.vcxproj | 8 ++++---- pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj | 8 ++++---- pofx/WDF/App/PowerFxApp.vcxproj | 8 ++++---- pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj | 8 ++++---- pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj | 8 ++++---- pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/pofx/PEP/common/pepcommon.vcxproj b/pofx/PEP/common/pepcommon.vcxproj index b3e90eea..d17289da 100644 --- a/pofx/PEP/common/pepcommon.vcxproj +++ b/pofx/PEP/common/pepcommon.vcxproj @@ -30,7 +30,7 @@ Windows10 False - Desktop + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary @@ -38,7 +38,7 @@ Windows10 True - Desktop + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary @@ -46,7 +46,7 @@ Windows10 False - Desktop + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary @@ -54,7 +54,7 @@ Windows10 True - Desktop + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary diff --git a/pofx/UMDF2/App/PowerFxApp.vcxproj b/pofx/UMDF2/App/PowerFxApp.vcxproj index 2a0233b3..54e81f3e 100644 --- a/pofx/UMDF2/App/PowerFxApp.vcxproj +++ b/pofx/UMDF2/App/PowerFxApp.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Universal + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -37,7 +37,7 @@ Windows10 True - Universal + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -45,7 +45,7 @@ Windows10 False - Universal + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -53,7 +53,7 @@ Windows10 True - Universal + Windows Driver WindowsApplicationForDrivers10.0 Application diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj index a148bb1b..f7c2fbe3 100644 --- a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj +++ b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.vcxproj @@ -30,7 +30,7 @@ Windows10 False - Universal + Windows Driver UMDF WindowsUserModeDriver10.0 DynamicLibrary @@ -38,7 +38,7 @@ Windows10 True - Universal + Windows Driver UMDF WindowsUserModeDriver10.0 DynamicLibrary @@ -46,7 +46,7 @@ Windows10 False - Universal + Windows Driver UMDF WindowsUserModeDriver10.0 DynamicLibrary @@ -54,7 +54,7 @@ Windows10 True - Universal + Windows Driver UMDF WindowsUserModeDriver10.0 DynamicLibrary diff --git a/pofx/WDF/App/PowerFxApp.vcxproj b/pofx/WDF/App/PowerFxApp.vcxproj index 2f099791..89952032 100644 --- a/pofx/WDF/App/PowerFxApp.vcxproj +++ b/pofx/WDF/App/PowerFxApp.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Universal + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -37,7 +37,7 @@ Windows10 True - Universal + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -45,7 +45,7 @@ Windows10 False - Universal + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -53,7 +53,7 @@ Windows10 True - Universal + Windows Driver WindowsApplicationForDrivers10.0 Application diff --git a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj index ac397edc..fa74c793 100644 --- a/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj +++ b/pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.vcxproj @@ -30,7 +30,7 @@ Windows10 False - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver @@ -38,7 +38,7 @@ Windows10 True - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver @@ -46,7 +46,7 @@ Windows10 False - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver @@ -54,7 +54,7 @@ Windows10 True - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver diff --git a/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj b/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj index eeac3859..6248d1b3 100644 --- a/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj +++ b/pofx/WDF/Driver/MultiComp/lib/WdfPoFx.vcxproj @@ -30,7 +30,7 @@ Windows10 False - Desktop + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary @@ -38,7 +38,7 @@ Windows10 True - Desktop + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary @@ -46,7 +46,7 @@ Windows10 False - Desktop + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary @@ -54,7 +54,7 @@ Windows10 True - Desktop + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary diff --git a/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj b/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj index caf40e5d..3fa11719 100644 --- a/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj +++ b/pofx/WDF/Driver/SingleComp/SingleComponentFStateDriver.vcxproj @@ -30,7 +30,7 @@ Windows10 False - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver @@ -38,7 +38,7 @@ Windows10 True - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver @@ -46,7 +46,7 @@ Windows10 False - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver @@ -54,7 +54,7 @@ Windows10 True - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 Driver -- cgit v1.3.1