diff --git a/.gitignore b/.gitignore index 15000ba..ee8171d 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ /tests/*.trs /Debug /Release +/*/Debug +/*/Release *.lo *.o /libjson-c.la diff --git a/json-c.vcxproj b/json-c.vcxproj index fd300bc..008d724 100644 --- a/json-c.vcxproj +++ b/json-c.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {04D8CDBE-FB3E-4362-87E6-07DC3C0083B2} @@ -20,20 +28,36 @@ v120 MultiByte + + StaticLibrary + v120 + MultiByte + StaticLibrary v120 MultiByte + + StaticLibrary + v120 + MultiByte + + + + + + + @@ -48,6 +72,25 @@ copy config.h.win32 config.h copy json_config.h.win32 json_config.h + + + + copy config.h from Windows template instead of calling configure + + + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + Level3 + EditAndContinue + CompileAsCpp + + + copy config.h.win32 config.h +copy json_config.h.win32 json_config.h @@ -64,6 +107,22 @@ copy json_config.h.win32 json_config.h 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) + Level3 + ProgramDatabase + CompileAsCpp + + + copy config.h.win32 config.h +copy json_config.h.win32 json_config.h