From ac8e0ce21c90f5b84f5b4b37f0bcfac3b78eb0bf Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Sun, 23 Sep 2012 14:06:43 -0700 Subject: [PATCH] only turn off deprecated warnings for test file --- tinyxml2/tinyxml2.vcxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tinyxml2/tinyxml2.vcxproj b/tinyxml2/tinyxml2.vcxproj index 82d04b0..9c97411 100644 --- a/tinyxml2/tinyxml2.vcxproj +++ b/tinyxml2/tinyxml2.vcxproj @@ -85,7 +85,7 @@ Level4 Disabled - WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ;_CONSOLE;WIN32;_DEBUG;%(PreprocessorDefinitions) false @@ -145,7 +145,9 @@ - + + _CRT_SECURE_NO_WARNINGS;_CONSOLE;WIN32;_DEBUG;%(PreprocessorDefinitions) +