From 4d18d39d996211984760e78b829a19b91c61b079 Mon Sep 17 00:00:00 2001 From: Christopher Watford Date: Fri, 5 Dec 2014 10:27:44 -0500 Subject: [PATCH] Adds json_config.h.win32 to project. Adds VS2k13 project. --- json-c.vcproj | 10 +++- json-c.vcxproj | 116 +++++++++++++++++++++++++++++++++++++++++ json-c.vcxproj.filters | 81 ++++++++++++++++++++++++++++ 3 files changed, 205 insertions(+), 2 deletions(-) create mode 100644 json-c.vcxproj create mode 100644 json-c.vcxproj.filters diff --git a/json-c.vcproj b/json-c.vcproj index 0b887544..d44f5170 100644 --- a/json-c.vcproj +++ b/json-c.vcproj @@ -38,7 +38,8 @@ Name="VCPostBuildEventTool"/> + CommandLine="copy config.h.win32 config.h +copy json_config.h.win32 json_config.h"/> + Name="VCPreBuildEventTool" + CommandLine="copy config.h.win32 config.h +copy json_config.h.win32 json_config.h"/> + + diff --git a/json-c.vcxproj b/json-c.vcxproj new file mode 100644 index 00000000..9c507125 --- /dev/null +++ b/json-c.vcxproj @@ -0,0 +1,116 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {04D8CDBE-FB3E-4362-87E6-07DC3C0083B2} + Win32Proj + + + + StaticLibrary + v120 + MultiByte + + + StaticLibrary + v120 + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>12.0.30324.0 + + + Debug\ + Debug\ + + + Release\ + Release\ + + + + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + + + $(OutDir)json-c.lib + + + copy config.h.win32 config.h +copy json_config.h.win32 json_config.h + + + + + + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + + Level3 + ProgramDatabase + + + $(OutDir)json-c.lib + + + copy config.h.win32 config.h +copy json_config.h.win32 json_config.h + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/json-c.vcxproj.filters b/json-c.vcxproj.filters new file mode 100644 index 00000000..1805d88e --- /dev/null +++ b/json-c.vcxproj.filters @@ -0,0 +1,81 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx + + + {d3849076-874e-490e-858c-0871d04d1ecb} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Documentation + + + + + + + \ No newline at end of file -- 2.39.5