From 5603733767a8387e9e1e8f5ecfb9f2f9cb18539e Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 6 Apr 2023 18:01:25 -0700 Subject: Update bthecho sample projects to use a driver target platform of 'Windows Driver' (#961) Co-authored-by: Jason Knichel --- bluetooth/bthecho/bthcli/app/BthEcho.vcxproj | 8 ++++---- bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj | 8 ++++---- bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj | 8 ++++---- bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj | 8 ++++---- bluetooth/bthecho/common/lib/bthecho.vcxproj | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj b/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj index 382f447b..2d15392b 100644 --- a/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj +++ b/bluetooth/bthecho/bthcli/app/BthEcho.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Desktop + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -37,7 +37,7 @@ Windows10 True - Desktop + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -45,7 +45,7 @@ Windows10 False - Desktop + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -53,7 +53,7 @@ Windows10 True - Desktop + Windows Driver WindowsApplicationForDrivers10.0 Application diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj index a2a6aec8..389e659e 100644 --- a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj +++ b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.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/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj b/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj index c5f3d960..035024e8 100644 --- a/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj +++ b/bluetooth/bthecho/bthsrv/inst/bthsrvinst.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Desktop + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -37,7 +37,7 @@ Windows10 True - Desktop + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -45,7 +45,7 @@ Windows10 False - Desktop + Windows Driver WindowsApplicationForDrivers10.0 Application @@ -53,7 +53,7 @@ Windows10 True - Desktop + Windows Driver WindowsApplicationForDrivers10.0 Application diff --git a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj index c8db174a..6c186f8e 100644 --- a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj +++ b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.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/bluetooth/bthecho/common/lib/bthecho.vcxproj b/bluetooth/bthecho/common/lib/bthecho.vcxproj index 247ba48a..329d8f30 100644 --- a/bluetooth/bthecho/common/lib/bthecho.vcxproj +++ b/bluetooth/bthecho/common/lib/bthecho.vcxproj @@ -30,7 +30,7 @@ Windows10 False - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary @@ -38,7 +38,7 @@ Windows10 True - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary @@ -46,7 +46,7 @@ Windows10 False - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary @@ -54,7 +54,7 @@ Windows10 True - Universal + Windows Driver KMDF WindowsKernelModeDriver10.0 StaticLibrary -- cgit v1.3.1