From 716c608b151a1bbdca8877a01a381a7d7e682b1e Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 2 Oct 2025 15:54:37 +0200 Subject: [PATCH] Port to VS-2022 Signed-off-by: Toni Uhlig --- PastDSECtrl/PastDSECtrl.vcxproj | 8 ++++---- PastDSEDriver/PastDSEDriver.vcxproj | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/PastDSECtrl/PastDSECtrl.vcxproj b/PastDSECtrl/PastDSECtrl.vcxproj index ef0c7b4..d3603b8 100644 --- a/PastDSECtrl/PastDSECtrl.vcxproj +++ b/PastDSECtrl/PastDSECtrl.vcxproj @@ -29,20 +29,20 @@ Application true - v142 + v145 Unicode Application false - v142 + v145 true Unicode Application true - v142 + v143 Unicode Static false @@ -50,7 +50,7 @@ Application false - v142 + v143 true Unicode Static diff --git a/PastDSEDriver/PastDSEDriver.vcxproj b/PastDSEDriver/PastDSEDriver.vcxproj index d39bc25..840bd6c 100644 --- a/PastDSEDriver/PastDSEDriver.vcxproj +++ b/PastDSEDriver/PastDSEDriver.vcxproj @@ -54,6 +54,7 @@ KMDF Universal false + false Windows10 @@ -63,6 +64,7 @@ KMDF Universal false + false @@ -92,6 +94,7 @@ false EnableAllWarnings false + 4820;5045;4255;%(DisableSpecificWarnings) SHA256 @@ -114,6 +117,7 @@ false EnableAllWarnings false + 4820;5045;4255;4603;4627;4986;4987;%(DisableSpecificWarnings) SHA256 @@ -154,4 +158,4 @@ - + \ No newline at end of file