]> git.ipfire.org Git - thirdparty/curl.git/commit
projects: add VC14.20 project files
authorDavid Suter <davidrsuter@hotmail.co.uk>
Mon, 6 Nov 2023 15:45:44 +0000 (15:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Nov 2023 08:29:19 +0000 (09:29 +0100)
commit28287092cc5a6d6ef875ce157f9cd16fc7723305
tree070717ad5a52db8010ac77430f5f9a8af39d21d8
parent01d9b8bc7ceb56dc1169b6f232dd7aea784145d6
projects: add VC14.20 project files

Windows projects included VC14, VC14.10, VC14.30 but not VC14.20.
OpenSSL and Wolf SSL scripts mention VC14.20 so I don't see a reason why
this is missing. Updated the templates to produce a VC14.20 project.
Project opens in Visual Studio 2019 as expected.

Closes #12282
13 files changed:
Makefile.am
projects/Windows/VC14.20/.gitignore [new file with mode: 0644]
projects/Windows/VC14.20/curl-all.sln [new file with mode: 0644]
projects/Windows/VC14.20/lib/.gitignore [new file with mode: 0644]
projects/Windows/VC14.20/lib/libcurl.sln [new file with mode: 0644]
projects/Windows/VC14.20/lib/libcurl.tmpl [new file with mode: 0644]
projects/Windows/VC14.20/lib/libcurl.vcxproj.filters [new file with mode: 0644]
projects/Windows/VC14.20/src/.gitignore [new file with mode: 0644]
projects/Windows/VC14.20/src/curl.sln [new file with mode: 0644]
projects/Windows/VC14.20/src/curl.tmpl [new file with mode: 0644]
projects/Windows/VC14.20/src/curl.vcxproj.filters [new file with mode: 0644]
projects/Windows/VC14.30/src/curl.sln
projects/generate.bat