diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-01-29 15:35:58 +0100 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-01-29 15:35:58 +0100 |
commit | 93836e2ba0359352d85a029179f7d9db4d093894 (patch) | |
tree | bec184b3b0461c619375f83196d3fb54a7462e12 /projects/Windows/VC15/src | |
parent | 1c9207491862f20a641d228b392e3e54d3bce454 (diff) | |
download | curl-93836e2ba0359352d85a029179f7d9db4d093894.tar.gz |
build: open VC15 projects with VS 2017
Previously, they were opened with Visual Studio 2015 by default, which
cannot build them.
Diffstat (limited to 'projects/Windows/VC15/src')
-rw-r--r-- | projects/Windows/VC15/src/curl.sln | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Windows/VC15/src/curl.sln b/projects/Windows/VC15/src/curl.sln index b40c18bed..2af095916 100644 --- a/projects/Windows/VC15/src/curl.sln +++ b/projects/Windows/VC15/src/curl.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2015 +# Visual Studio 15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" EndProject Global |