build: Added Visual Studio 2003 .NET (VC7.1) project files
authorSteve Holme <steve_holme@hotmail.com>
Thu, 1 May 2014 19:29:34 +0000 (20:29 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 1 May 2014 19:33:22 +0000 (20:33 +0100)
commit50b3111b63580473ae733e08a8acb30c4a88c1b8
tree6461dbf5d7dfc16f4d0ae5ad8d5ccd988c147c58
parentc3031073457c9406fe79dcd40cc503c8eb22bea5
build: Added Visual Studio 2003 .NET (VC7.1) project files

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