summaryrefslogtreecommitdiffstats
path: root/build/visual-studio/model-viewer
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-01-27 12:31:26 -0800
committerGitHub <noreply@github.com>2022-01-27 12:31:26 -0800
commit1fa1b36944a72d4bb21218d3217eac42c451ff34 (patch)
treeddf9f5ab81c0043bf3bdd1ab4fdd77c00dc27038 /build/visual-studio/model-viewer
parent22f0c04d2b5f8245ccaee6caee8e5adebea4aea0 (diff)
Turn off edit and continue to prevent warnings. (#2097)
Co-authored-by: Yong He <yhe@nvidia.com> Co-authored-by: Theresa Foley <tfoleyNV@users.noreply.github.com>
Diffstat (limited to 'build/visual-studio/model-viewer')
-rw-r--r--build/visual-studio/model-viewer/model-viewer.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/visual-studio/model-viewer/model-viewer.vcxproj b/build/visual-studio/model-viewer/model-viewer.vcxproj
index 27826b7ef..9122c3ffb 100644
--- a/build/visual-studio/model-viewer/model-viewer.vcxproj
+++ b/build/visual-studio/model-viewer/model-viewer.vcxproj
@@ -165,7 +165,7 @@
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\..\..;..\..\..\tools;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
@@ -180,7 +180,7 @@
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\..\..;..\..\..\tools;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<Optimization>Disabled</Optimization>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>