build: Define _SCL_SECURE_NO_WARNINGS for debug mode

Partly fix build for Debug configurations.
This commit is contained in:
Vincent Lejeune 2016-02-29 19:22:59 +01:00
parent 72375d9e3d
commit c4dab6e644

View File

@ -8,6 +8,7 @@
<PropertyGroup />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Optimization>Disabled</Optimization>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>