build: Added Visual Studio 2008 (VC9) project files
authorSteve Holme <steve_holme@hotmail.com>
Tue, 8 Apr 2014 23:01:51 +0000 (00:01 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 8 Apr 2014 23:20:44 +0000 (00:20 +0100)
commit78e3844a4aca891a49ac7f1dbdb12e343d3bbba4
treeefba6c5c70d867623acecd1aa5e6d598e16c488f
parentb574e830791f173ad99e55b9e3c61d97779974d3
build: Added Visual Studio 2008 (VC9) project files

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