Remove a stray option set on only one MSVC project

No other projects create browse information, and browse information
for the decConsole project alone doesn't help much. This is also
only enabled in debug mode, further indicating that this option is
only enabled accidentally, not by purpose.
This commit is contained in:
Martin Storsjö 2014-07-04 11:49:35 +03:00
parent d4baad0dcb
commit 0dc2c3b031

View File

@ -226,7 +226,6 @@
AssemblerListingLocation=".\..\..\..\obj\decConsole\Debug/"
ObjectFile=".\..\..\..\obj\decConsole\Debug/"
ProgramDataBaseFileName=".\..\..\..\obj\decConsole\Debug/"
BrowseInformation="1"
WarningLevel="3"
DebugInformationFormat="4"
/>
@ -312,7 +311,6 @@
AssemblerListingLocation=".\..\..\..\obj\decConsole\Debug/"
ObjectFile=".\..\..\..\obj\decConsole\Debug/"
ProgramDataBaseFileName=".\..\..\..\obj\decConsole\Debug/"
BrowseInformation="1"
WarningLevel="3"
DebugInformationFormat="3"
/>