From e1a3f33a26434a13774061bc4a4fa2bf36e41298 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Thu, 5 Feb 2015 16:12:28 +0000 Subject: [PATCH] Set CompileAsCpp flag (Required for vs2010/winsdk71) Revert some project settings to defaults --- json-c.vcxproj | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/json-c.vcxproj b/json-c.vcxproj index 2351e518..fd300bcb 100644 --- a/json-c.vcxproj +++ b/json-c.vcxproj @@ -15,12 +15,12 @@ jsonc - + StaticLibrary v120 MultiByte - + StaticLibrary v120 MultiByte @@ -28,60 +28,47 @@ - + - + - - <_ProjectFileVersion>12.0.30324.0 - - - Debug\ - Debug\ - - - Release\ - Release\ - Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug - Level3 EditAndContinue + CompileAsCpp - - $(OutDir)json-c.lib - copy config.h.win32 config.h copy json_config.h.win32 json_config.h + + copy config.h from Windows template instead of calling configure + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded - Level3 ProgramDatabase + CompileAsCpp - - $(OutDir)json-c.lib - copy config.h.win32 config.h copy json_config.h.win32 json_config.h + + copy config.h from Windows template instead of calling configure + -- 2.47.3