From 1fa1b36944a72d4bb21218d3217eac42c451ff34 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 27 Jan 2022 12:31:26 -0800 Subject: Turn off edit and continue to prevent warnings. (#2097) Co-authored-by: Yong He Co-authored-by: Theresa Foley --- build/visual-studio/render-test-tool/render-test-tool.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/visual-studio/render-test-tool') diff --git a/build/visual-studio/render-test-tool/render-test-tool.vcxproj b/build/visual-studio/render-test-tool/render-test-tool.vcxproj index 1261471ec..e6c49a78d 100644 --- a/build/visual-studio/render-test-tool/render-test-tool.vcxproj +++ b/build/visual-studio/render-test-tool/render-test-tool.vcxproj @@ -166,7 +166,7 @@ Level3 _DEBUG;SLANG_SHARED_LIBRARY_TOOL;%(PreprocessorDefinitions) ..\..\..;..\..\..\external;..\..\..\source;..\..\..\tools\gfx;..\..\..\tools\platform;%(AdditionalIncludeDirectories) - EditAndContinue + ProgramDatabase Disabled MultiThreadedDebug @@ -185,7 +185,7 @@ Level3 _DEBUG;SLANG_SHARED_LIBRARY_TOOL;%(PreprocessorDefinitions) ..\..\..;..\..\..\external;..\..\..\source;..\..\..\tools\gfx;..\..\..\tools\platform;%(AdditionalIncludeDirectories) - EditAndContinue + ProgramDatabase Disabled MultiThreadedDebug -- cgit v1.2.3