build: Added Visual Studio 2012 (VC11) project files
authorSteve Holme <steve_holme@hotmail.com>
Fri, 18 Apr 2014 09:24:20 +0000 (10:24 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 18 Apr 2014 09:28:11 +0000 (10:28 +0100)
commit0160cb2e194be3c9eaeb7903998d60bbdf4f8834
tree9d2b8fb364d8b0c7dc1525f8a05332e710b1014d
parentcd1f746b8683c84120b6cee43e18ec8db923d941
build: Added Visual Studio 2012 (VC11) project files

Carrying on from commit 11025613b9 added VC11 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/VC11/.gitignore [new file with mode: 0644]
projects/Windows/VC11/curl.sln [new file with mode: 0644]
projects/Windows/VC11/lib/.gitignore [new file with mode: 0644]
projects/Windows/VC11/lib/libcurl.sln [new file with mode: 0644]
projects/Windows/VC11/lib/libcurl.tmpl [new file with mode: 0644]
projects/Windows/VC11/src/.gitignore [new file with mode: 0644]
projects/Windows/VC11/src/curlsrc.sln [new file with mode: 0644]
projects/Windows/VC11/src/curlsrc.tmpl [new file with mode: 0644]