Skip to content
Snippets Groups Projects
Commit f6c374d1 authored by deuce's avatar deuce
Browse files

Disable EditAndContinue option since it mostly manages to generate warnings.

If DigitalMan uses the Edit and Continue feature, he can fix it.  :-)
parent 10d03175
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
<ProgramDataBaseFileName>.\msvc.win32.debug/</ProgramDataBaseFileName>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment