diff --git a/json-c.vcproj b/json-c.vcproj
index 0b88754..d44f517 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 0000000..9c50712
--- /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 0000000..1805d88
--- /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