From 539364846a89987ac2679988653f50332cb91d26 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 30 Aug 2012 21:06:13 +0000 Subject: Implemented 1.3.2 protocol encryption using CryptoPP, up to Client Status packet (http://wiki.vg/Protocol_FAQ step 14) git-svn-id: http://mc-server.googlecode.com/svn/trunk@808 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2008/JsonCpp.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VC2008/JsonCpp.vcproj') diff --git a/VC2008/JsonCpp.vcproj b/VC2008/JsonCpp.vcproj index 92b8b2cca..3cd921aa4 100644 --- a/VC2008/JsonCpp.vcproj +++ b/VC2008/JsonCpp.vcproj @@ -45,7 +45,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_LIB" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" UsePrecompiledHeader="0" WarningLevel="3" DebugInformationFormat="4" @@ -107,7 +107,7 @@ EnableIntrinsicFunctions="true" AdditionalIncludeDirectories="../jsoncpp-src-0.5.0/include" PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - RuntimeLibrary="2" + RuntimeLibrary="0" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" -- cgit v1.2.3