(svn r20616) -Change: disable .sbr/.bsc generation in MSVC project files

This commit is contained in:
glx
2010-08-25 17:12:26 +00:00
parent 11c8140259
commit afdce28e57
6 changed files with 0 additions and 24 deletions

View File

@@ -67,8 +67,6 @@
AssemblerListingLocation="$(IntDir)/"
ObjectFile="$(IntDir)/"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
BrowseInformation="1"
BrowseInformationFile="$(IntDir)/"
WarningLevel="3"
WarnAsError="false"
SuppressStartupBanner="true"
@@ -274,8 +272,6 @@
AssemblerListingLocation="$(IntDir)/"
ObjectFile="$(IntDir)/"
ProgramDataBaseFileName="$(IntDir)/$(TargetName).pdb"
BrowseInformation="1"
BrowseInformationFile="$(IntDir)/"
WarningLevel="3"
WarnAsError="false"
SuppressStartupBanner="true"