(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 4aabf682fb
commit a39f8aa391
6 changed files with 0 additions and 24 deletions

View File

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