summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakobL-MSFT <[email protected]>2024-02-19 10:32:31 -0800
committerGitHub <[email protected]>2024-02-19 10:32:31 -0800
commitce620f03a63f77df31e4e01541bdb13bedf7146f (patch)
tree58aa0cd00a22f3b72e4084fe7685bddbdc647168
parent92392c76c92378afdf263d236e939f49ce321ee1 (diff)
Update IddSampleApp.vcxproj - fix copy-paste error
-rw-r--r--video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj b/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj
index 3ee99ac8..d4bcbbea 100644
--- a/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj
+++ b/video/IndirectDisplay/IddSampleApp/IddSampleApp.vcxproj
@@ -199,8 +199,8 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ConformanceMode>true</ConformanceMode>
<ExceptionHandling>Sync</ExceptionHandling>
- <AdditionalOptions>/EHsc</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -250,4 +250,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>