# The last deprecation warning left without the _CRT_SECURE_NO_DEPRECATION
# is a bogus warning for our use case. Thus we can simply drop the warning.
Name="VCCLCompilerTool"
Optimization="0"
FavorSizeOrSpeed="1"
- PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
DisableLanguageExtensions="false"
BrowseInformation="1"
DebugInformationFormat="3"
OmitFramePointers="true"
EnableFiberSafeOptimizations="true"
AdditionalIncludeDirectories=""
- PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
SmallerTypeCheck="false"
BufferSecurityCheck="false"
DisableLanguageExtensions="false"