build: Added Visual Studio 2010 (VC10) project files
authorSteve Holme <steve_holme@hotmail.com>
Wed, 16 Apr 2014 20:22:26 +0000 (21:22 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 16 Apr 2014 20:24:33 +0000 (21:24 +0100)
commitfbaa2f8660c02e881a6af37546efbf2578b6b785
tree3003841a5a83d2ffd31c8847baff813e7e9fc348
parent263ed02da6b55dfeeaaa47c3e4704074366b37c7
build: Added Visual Studio 2010 (VC10) project files

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