Windows VC14.20 project missing#12282
Closed
dsv123 wants to merge 2 commits into
Closed
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.
Member
|
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.
bagder
approved these changes
Nov 7, 2023
Member
|
Thanks! |
Member
|
I realized this when I made #12288 just now |
Member
|
Anyway, that should be fixed in a separate PR, just wanted to highlight this. |
bagder
added a commit
that referenced
this pull request
Nov 7, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.