build: Added Visual Studio 2013 (VC12) project files
authorSteve Holme <steve_holme@hotmail.com>
Wed, 23 Apr 2014 19:43:56 +0000 (20:43 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 23 Apr 2014 19:49:01 +0000 (20:49 +0100)
commitcf9342e275b784f5a6006f833b33b40043f228d4
tree70d21d50554e3c9bf885fd959d7e5e1393d2405a
parent0204e17bc656e6c59b4010283e67f9251eb12c41
build: Added Visual Studio 2013 (VC12) project files

Carrying on from commit 11025613b9 added VC12 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bit
builds as well as support for some of the third-party libraries curl
uses.
Makefile.am
projects/Windows/VC12/.gitignore [new file with mode: 0644]
projects/Windows/VC12/curl.sln [new file with mode: 0644]
projects/Windows/VC12/lib/.gitignore [new file with mode: 0644]
projects/Windows/VC12/lib/libcurl.sln [new file with mode: 0644]
projects/Windows/VC12/lib/libcurl.tmpl [new file with mode: 0644]
projects/Windows/VC12/src/.gitignore [new file with mode: 0644]
projects/Windows/VC12/src/curlsrc.sln [new file with mode: 0644]
projects/Windows/VC12/src/curlsrc.tmpl [new file with mode: 0644]