remove _CRT_SECURE_NO_WARNINGS from JSON.progen and regenerate JSON VS projects

This commit is contained in:
Alex Fabijanic
2017-11-08 17:53:40 -06:00
parent 21b2dfa944
commit 94ef939f93
21 changed files with 43 additions and 43 deletions

View File

@@ -9,7 +9,7 @@ vc.project.configurations = debug_shared, release_shared, debug_static_mt, relea
vc.project.prototype = ${vc.project.name}_vs90.vcproj
vc.project.compiler.include = ..\\Foundation\\include
vc.project.compiler.defines =
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS;_CRT_SECURE_NO_WARNINGS
vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
vc.solution.create = true