From cfc82c757bb269947a509255dd66700605355510 Mon Sep 17 00:00:00 2001 From: thedmd Date: Sat, 4 May 2013 14:55:09 +0200 Subject: Update project to MSVC 2012. --- json-c/json-c.vcxproj | 252 +++++++++++++++++++++++---------------------- json-c/src/json_inttypes.h | 2 +- 2 files changed, 128 insertions(+), 126 deletions(-) (limited to 'json-c') diff --git a/json-c/json-c.vcxproj b/json-c/json-c.vcxproj index f6633f5..a5f7f58 100644 --- a/json-c/json-c.vcxproj +++ b/json-c/json-c.vcxproj @@ -1,74 +1,76 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {65AB4E50-81EF-4BC4-BBA4-8EC4315ADA3F} - json-c - Win32Proj - - - - StaticLibrary - NotSet - true - - - StaticLibrary - NotSet - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)build\temp\lib\ - $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ - $(SolutionDir)build\temp\lib\ - $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)-mt-debug - $(ProjectName)-mt - - - - Disabled - false - $(SolutionDir)compatibility;$(ProjectDir)configured;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - false - - - Default - MultiThreadedDebug - - - Level3 - OldStyle - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {65AB4E50-81EF-4BC4-BBA4-8EC4315ADA3F} + json-c + Win32Proj + + + + StaticLibrary + NotSet + true + v110 + + + StaticLibrary + NotSet + v110 + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + $(SolutionDir)build\temp\lib\ + $(SolutionDir)build\temp\obj\$(ProjectName)\$(Configuration)\ + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)-mt-debug + $(ProjectName)-mt + + + + Disabled + false + $(SolutionDir)compatibility;$(ProjectDir)configured;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + false + + + Default + MultiThreadedDebug + + + Level3 + OldStyle + + + + xcopy "$(ProjectDir)src\json.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D xcopy "$(ProjectDir)src\arraylist.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D xcopy "$(ProjectDir)src\bits.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D @@ -81,32 +83,32 @@ xcopy "$(ProjectDir)src\json_object_iterator.h" "$(SolutionDir)build\temp\includ xcopy "$(ProjectDir)src\json_tokener.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D xcopy "$(ProjectDir)src\json_util.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D xcopy "$(ProjectDir)configured\json_config.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D - - - - - - MaxSpeed - AnySuitable - false - false - $(SolutionDir)compatibility;$(ProjectDir)configured;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - false - - - Default - MultiThreaded - true - - - Level3 - - - - - - + + + + + + MaxSpeed + AnySuitable + false + false + $(SolutionDir)compatibility;$(ProjectDir)configured;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + false + + + Default + MultiThreaded + true + + + Level3 + + + + + + xcopy "$(ProjectDir)src\json.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D xcopy "$(ProjectDir)src\arraylist.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D xcopy "$(ProjectDir)src\bits.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D @@ -119,32 +121,32 @@ xcopy "$(ProjectDir)src\json_object_iterator.h" "$(SolutionDir)build\temp\includ xcopy "$(ProjectDir)src\json_tokener.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D xcopy "$(ProjectDir)src\json_util.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D xcopy "$(ProjectDir)configured\json_config.h" "$(SolutionDir)build\temp\include\json\" /I /Y /D - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/json-c/src/json_inttypes.h b/json-c/src/json_inttypes.h index 55e5279..d34b11b 100644 --- a/json-c/src/json_inttypes.h +++ b/json-c/src/json_inttypes.h @@ -4,7 +4,7 @@ #include "json_config.h" -#if defined(_MSC_VER) && _MSC_VER < 1700 +#if defined(_MSC_VER) && _MSC_VER >= 1600 /* Anything less than Visual Studio C++ 10 is missing stdint.h and inttypes.h */ /* -- cgit v1.2.3