From 43ddac9e21a7ca34ae20882d66ba09f154b26c93 Mon Sep 17 00:00:00 2001 From: Owen Smith Date: Wed, 29 Nov 2023 08:47:37 +0000 Subject: [PATCH] Enable Integrity Check Suggested-by: Rabish Kumar Signed-off-by: Owen Smith --- vs2019/xen/xen.vcxproj | 1 + vs2019/xenbus/xenbus.vcxproj | 1 + vs2019/xenfilt/xenfilt.vcxproj | 1 + vs2022/xen/xen.vcxproj | 1 + vs2022/xenbus/xenbus.vcxproj | 1 + vs2022/xenfilt/xenfilt.vcxproj | 1 + 6 files changed, 6 insertions(+) diff --git a/vs2019/xen/xen.vcxproj b/vs2019/xen/xen.vcxproj index 221dafd..9fc9b10 100644 --- a/vs2019/xen/xen.vcxproj +++ b/vs2019/xen/xen.vcxproj @@ -38,6 +38,7 @@ true true true + /INTEGRITYCHECK %(AdditionalOptions) sha256 diff --git a/vs2019/xenbus/xenbus.vcxproj b/vs2019/xenbus/xenbus.vcxproj index 4f2ed69..aa88980 100644 --- a/vs2019/xenbus/xenbus.vcxproj +++ b/vs2019/xenbus/xenbus.vcxproj @@ -36,6 +36,7 @@ true true true + /INTEGRITYCHECK %(AdditionalOptions) sha256 diff --git a/vs2019/xenfilt/xenfilt.vcxproj b/vs2019/xenfilt/xenfilt.vcxproj index 9507ca6..dce68ee 100644 --- a/vs2019/xenfilt/xenfilt.vcxproj +++ b/vs2019/xenfilt/xenfilt.vcxproj @@ -36,6 +36,7 @@ true true true + /INTEGRITYCHECK %(AdditionalOptions) sha256 diff --git a/vs2022/xen/xen.vcxproj b/vs2022/xen/xen.vcxproj index e6aa66c..40285d0 100644 --- a/vs2022/xen/xen.vcxproj +++ b/vs2022/xen/xen.vcxproj @@ -38,6 +38,7 @@ true true true + /INTEGRITYCHECK %(AdditionalOptions) sha256 diff --git a/vs2022/xenbus/xenbus.vcxproj b/vs2022/xenbus/xenbus.vcxproj index b1c5816..ce0526f 100644 --- a/vs2022/xenbus/xenbus.vcxproj +++ b/vs2022/xenbus/xenbus.vcxproj @@ -36,6 +36,7 @@ true true true + /INTEGRITYCHECK %(AdditionalOptions) sha256 diff --git a/vs2022/xenfilt/xenfilt.vcxproj b/vs2022/xenfilt/xenfilt.vcxproj index 029fda2..0df220f 100644 --- a/vs2022/xenfilt/xenfilt.vcxproj +++ b/vs2022/xenfilt/xenfilt.vcxproj @@ -36,6 +36,7 @@ true true true + /INTEGRITYCHECK %(AdditionalOptions) sha256 -- 2.39.5