From 4b16f65288cb1b529eb300d5afec608c7b446bfd Mon Sep 17 00:00:00 2001 From: Prashant Chahar Date: Fri, 16 Feb 2024 10:20:08 -0800 Subject: Add explicit flag for arm64 for ehsc and remove incremental link --- .../IddSampleApp/IddSampleApp.vcxproj | 27 ++-------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj b/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj index 90afb399..41e22ad7 100644 --- a/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj +++ b/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj @@ -38,7 +38,6 @@ 16.0 {ED59DFCA-E75B-4DD8-B5C2-6BFF77A225A6} IddSampleApp - 10.0 @@ -123,30 +122,6 @@ - - true - - - true - - - true - - - true - - - false - - - false - - - false - - - false - Level3 @@ -166,6 +141,7 @@ true _DEBUG;_CONSOLE;%(PreprocessorDefinitions) true + /EHsc Console @@ -224,6 +200,7 @@ true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true + /EHsc Console -- cgit v1.3.1