From 0ef555dca946910cb19316cb7761820422c2f23d Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Sat, 16 Oct 2010 15:20:27 +0000 Subject: [PATCH] Minor tweaks to the VS2010 project files, including turning down the code analysis verbosity. --- JGE/JGE.vcxproj | 2 +- projects/mtg/template.vcxproj | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/JGE/JGE.vcxproj b/JGE/JGE.vcxproj index 7be0d68b5..d75dc852a 100644 --- a/JGE/JGE.vcxproj +++ b/JGE/JGE.vcxproj @@ -58,7 +58,7 @@ .\lib\$(Configuration)\ .\lib\$(Configuration)\ .\lib\$(Configuration)\ - AllRules.ruleset + MinimumRecommendedRules.ruleset AllRules.ruleset diff --git a/projects/mtg/template.vcxproj b/projects/mtg/template.vcxproj index c6a99cad0..d08bc28ef 100644 --- a/projects/mtg/template.vcxproj +++ b/projects/mtg/template.vcxproj @@ -77,7 +77,7 @@ bin\ obj\$(Configuration)\ true - AllRules.ruleset + MinimumRecommendedRules.ruleset AllRules.ruleset @@ -107,7 +107,7 @@ MaxSpeed OnlyExplicitInline - $(MTGEXTRAS);../../JGE/include;../../JGE/Dependencies/include;%(AdditionalIncludeDirectories) + ./include;$(MTGEXTRAS);../../JGE/include;../../JGE/Dependencies/include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true MultiThreadedDLL @@ -152,7 +152,7 @@ Disabled - $(MTGEXTRAS);../../JGE/include;../../JGE/Dependencies/include;%(AdditionalIncludeDirectories) + ./include;$(MTGEXTRAS);../../JGE/include;../../JGE/Dependencies/include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks @@ -202,7 +202,7 @@ Full OnlyExplicitInline - $(MTGEXTRAS);../../JGE/include;../../JGE/Dependencies/include;%(AdditionalIncludeDirectories) + ./include;$(MTGEXTRAS);../../JGE/include;../../JGE/Dependencies/include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_WINDOWS;_SECURE_SCL=0;_HAS_ITERATOR_DEBBUGING=0;%(PreprocessorDefinitions) true MultiThreadedDLL @@ -231,6 +231,7 @@ MachineX86 + true true @@ -249,7 +250,7 @@ Disabled - $(MTGEXTRAS);../../JGE/include;../../JGE/Dependencies/include;%(AdditionalIncludeDirectories) + ./include;$(MTGEXTRAS);../../JGE/include;../../JGE/Dependencies/include;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true EnableFastChecks