From 17910e5be761e1b8b9ad866ffec1cf903f24f01a Mon Sep 17 00:00:00 2001 From: Shantanu Gupta Date: Tue, 30 Mar 2021 10:21:45 -0700 Subject: Update IddCx and KMDOD samples to use SHA256 (#593) * Switch to SHA256 for Iddcx and KMDOD samples * Undo changes to SampleDisplay.vcxproj.Filters Co-authored-by: Shantanu Gupta --- .../IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj | 12 ++++++++++++ video/KMDOD/Sample/SampleDisplay.vcxproj | 12 ++++++++++++ video/KMDOD/Sample/SampleDisplay.vcxproj.Filters | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj index 8a21c629..288dbb03 100644 --- a/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj +++ b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj @@ -217,6 +217,9 @@ %(AdditionalDependencies);OneCoreUAP.lib;avrt.lib + + sha256 + @@ -230,6 +233,9 @@ %(AdditionalDependencies);OneCoreUAP.lib;avrt.lib + + sha256 + @@ -244,6 +250,9 @@ %(AdditionalDependencies);OneCoreUAP.lib;avrt.lib + + sha256 + @@ -259,6 +268,9 @@ %(AdditionalDependencies);OneCoreUAP.lib;avrt.lib %(AdditionalOptions) + + sha256 + diff --git a/video/KMDOD/Sample/SampleDisplay.vcxproj b/video/KMDOD/Sample/SampleDisplay.vcxproj index e311f25c..30a147c5 100644 --- a/video/KMDOD/Sample/SampleDisplay.vcxproj +++ b/video/KMDOD/Sample/SampleDisplay.vcxproj @@ -149,6 +149,9 @@ + + sha256 + @@ -156,6 +159,9 @@ + + sha256 + @@ -163,6 +169,9 @@ + + sha256 + @@ -170,6 +179,9 @@ + + sha256 + diff --git a/video/KMDOD/Sample/SampleDisplay.vcxproj.Filters b/video/KMDOD/Sample/SampleDisplay.vcxproj.Filters index 05bf803c..22e4ae5a 100644 --- a/video/KMDOD/Sample/SampleDisplay.vcxproj.Filters +++ b/video/KMDOD/Sample/SampleDisplay.vcxproj.Filters @@ -46,4 +46,4 @@ Resource Files - \ No newline at end of file + -- cgit v1.3.1