removed 'DLL' from runtime library (so Multithreaded and Multithreaded Debug)

This commit is contained in:
ejcoumans
2006-06-25 22:09:03 +00:00
parent 7e9aa9d5f8
commit 5426f03628
73 changed files with 146 additions and 146 deletions

View File

@@ -23,7 +23,7 @@
Optimization="2"
StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2"
RuntimeLibrary="0"
DebugInformationFormat="3"
BufferSecurityCheck="FALSE"
PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32"
@@ -98,7 +98,7 @@
MinimalRebuild="TRUE"
DebugInformationFormat="4"
RuntimeTypeInfo="FALSE"
RuntimeLibrary="3"
RuntimeLibrary="1"
PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32"
OptimizeForProcessor="1"
ExceptionHandling="0"