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.
This commit is contained in:
Steve Holme
2014-04-16 21:22:26 +01:00
parent 263ed02da6
commit fbaa2f8660
9 changed files with 4909 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ VCPROJECTS = projects/README projects/Windows/VC8/lib/libcurl.sln \
projects/Windows/VC9/curl.sln \
projects/Windows/VC9/lib/libcurl.sln projects/Windows/VC9/lib/libcurl.tmpl \
projects/Windows/VC9/src/curlsrc.sln projects/Windows/VC9/src/curlsrc.tmpl
projects/Windows/VC10/curl.sln \
projects/Windows/VC10/lib/libcurl.sln projects/Windows/VC10/lib/libcurl.tmpl \
projects/Windows/VC10/src/curlsrc.sln projects/Windows/VC10/src/curlsrc.tmpl
VC_DIST = \
vs/t/README \