Changeset 86 for trunk/win/VC90/sockets.vcproj
- Timestamp:
- 11/19/08 13:32:59 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/win/VC90/sockets.vcproj
r2 r86 50 50 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 51 51 StringPooling="true" 52 RuntimeLibrary=" 0"52 RuntimeLibrary="2" 53 53 EnableFunctionLevelLinking="true" 54 54 EnableEnhancedInstructionSet="1" … … 130 130 PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 131 131 BasicRuntimeChecks="3" 132 RuntimeLibrary=" 1"132 RuntimeLibrary="3" 133 133 EnableFunctionLevelLinking="true" 134 134 RuntimeTypeInfo="true" … … 210 210 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 211 211 StringPooling="true" 212 RuntimeLibrary=" 0"212 RuntimeLibrary="2" 213 213 EnableFunctionLevelLinking="true" 214 214 EnableEnhancedInstructionSet="0" … … 291 291 PreprocessorDefinitions="WIN32;_DEBUG;MANGOS_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" 292 292 BasicRuntimeChecks="3" 293 RuntimeLibrary=" 1"293 RuntimeLibrary="3" 294 294 EnableFunctionLevelLinking="true" 295 295 RuntimeTypeInfo="true"