build: Added Visual Studio .NET (VC7) project files
authorSteve Holme <steve_holme@hotmail.com>
Sun, 27 Apr 2014 16:28:59 +0000 (17:28 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 27 Apr 2014 16:58:18 +0000 (17:58 +0100)
commit0d854de5f090cc65743f2f9c26bdae5221e4a072
tree8d415714a9adac051414d2e2a7dec7f006d116e4
parentc506e03f54c4beadc3afc613eea22eef10d79b89
build: Added Visual Studio .NET (VC7) project files

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