From 5dfce5568e0b14c1a39f26b7fb22978aa9500711 Mon Sep 17 00:00:00 2001 From: mborland Date: Sun, 10 Nov 2013 02:33:34 -0500 Subject: VC2013 3rd times a charm? --- VC2013/JsonCpp.vcxproj | 152 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 VC2013/JsonCpp.vcxproj (limited to 'VC2013/JsonCpp.vcxproj') diff --git a/VC2013/JsonCpp.vcxproj b/VC2013/JsonCpp.vcxproj new file mode 100644 index 000000000..c1490d4bb --- /dev/null +++ b/VC2013/JsonCpp.vcxproj @@ -0,0 +1,152 @@ + + + + + Debug profiled + Win32 + + + Debug + Win32 + + + Release profiled + Win32 + + + Release + Win32 + + + + {5AAA90B9-946D-4034-83F3-676B06A6E326} + JsonCpp + Win32Proj + + + + StaticLibrary + v120 + Unicode + + + StaticLibrary + v120 + Unicode + true + + + StaticLibrary + v120 + Unicode + true + + + StaticLibrary + v120 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>12.0.21005.1 + + + $(SolutionDir)$(Configuration)\JsonCpp\ + $(Configuration)\JsonCpp\ + + + $(SolutionDir)$(Configuration)\JsonCpp\ + $(Configuration)\JsonCpp\ + + + $(SolutionDir)$(Configuration)\JsonCpp\ + $(Configuration)\JsonCpp\ + + + $(SolutionDir)$(Configuration)\JsonCpp\ + $(Configuration)\JsonCpp\ + + + + Disabled + ../jsoncpp-src-0.5.0/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + + + + + MaxSpeed + true + ../jsoncpp-src-0.5.0/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + true + + Level3 + ProgramDatabase + + + + + MaxSpeed + true + ../jsoncpp-src-0.5.0/include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + true + + Level3 + ProgramDatabase + + + + + Disabled + ../jsoncpp-src-0.5.0/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 3c2e7f1aadf3f6e9be7b86d1753d0bf26fd76e8f Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 24 Nov 2013 17:30:42 +0000 Subject: Fixed Visual Studio Files --- VC2013/JsonCpp.vcxproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'VC2013/JsonCpp.vcxproj') diff --git a/VC2013/JsonCpp.vcxproj b/VC2013/JsonCpp.vcxproj index c1490d4bb..f1dd1c7b5 100644 --- a/VC2013/JsonCpp.vcxproj +++ b/VC2013/JsonCpp.vcxproj @@ -134,17 +134,17 @@ - + - - - + + + - - - + + + -- cgit v1.2.3 From 127d021cdef15219bd1fc96efadc778062fe9099 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Fri, 6 Dec 2013 19:15:53 +0000 Subject: Regenerated VS2013 files --- VC2013/JsonCpp.vcxproj | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'VC2013/JsonCpp.vcxproj') diff --git a/VC2013/JsonCpp.vcxproj b/VC2013/JsonCpp.vcxproj index f1dd1c7b5..c609a3450 100644 --- a/VC2013/JsonCpp.vcxproj +++ b/VC2013/JsonCpp.vcxproj @@ -5,6 +5,10 @@ Debug profiled Win32 + + Debug_LuaStatic + Win32 + Debug Win32 @@ -24,6 +28,11 @@ Win32Proj + + StaticLibrary + v120 + Unicode + StaticLibrary v120 @@ -49,6 +58,9 @@ + + + @@ -81,6 +93,10 @@ $(SolutionDir)$(Configuration)\JsonCpp\ $(Configuration)\JsonCpp\ + + $(SolutionDir)$(Configuration)\JsonCpp\ + $(Configuration)\JsonCpp\ + Disabled @@ -133,6 +149,19 @@ EditAndContinue + + + Disabled + ../jsoncpp-src-0.5.0/include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + + -- cgit v1.2.3