From e48e1c44f24bc0a3e9f9ddefb1565740e26f0ba6 Mon Sep 17 00:00:00 2001 From: Adonais Romero González Date: Wed, 10 Apr 2024 16:00:50 -0700 Subject: [network/trans/WFPSampler] Fix driver target platform for service (#1157) --- network/trans/WFPSampler/svc/WFPSamplerService.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj index af85fe06..1e3c0eac 100644 --- a/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj +++ b/network/trans/WFPSampler/svc/WFPSamplerService.vcxproj @@ -29,7 +29,7 @@ Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -38,7 +38,7 @@ Windows10 False - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -47,7 +47,7 @@ Windows10 True - Universal + Desktop WindowsApplicationForDrivers10.0 Application @@ -56,7 +56,7 @@ Windows10 True - Universal + Desktop WindowsApplicationForDrivers10.0 Application -- cgit v1.3.1