New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows VC14.20 project missing #12282
Conversation
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.
Since Visual Studio 2012 and older all seem to be end of life now, I think we can drop them from the release archives. Based on this: https://learn.microsoft.com/en-us/visualstudio/releases/2019/servicing-vs2019 |
II hadn't saved this file after updating it on previous pull request. This file was identical to that from VC14.30 Fixed version numbers.
Thanks! |
@dsv123 this does not add any code to Lines 600 to 622 in 2828709
|
I realized this when I made #12288 just now |
Anyway, that should be fixed in a separate PR, just wanted to highlight this. |
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 curl#12282
Follow-up to 2828709 (curl#12282) Closes curl#12290
Windows projects included VC14, VC14.10, VC14.30 but not VC14.20.
OpenSSL and WolfSSL bat scripts mention VC14.20 so I don't suspect an underlying problem with this platform toolset.
Updated the templates to produce a VC14.20 project. Project opens (and builds) in Visual Studio 2019 as expected.
The VC14.30 solution contained text "Visual Studio 15" instead of "Visual Studio 17", updated.