-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Drop old version of Visual Studio C++ (2013, 2015, 2017) #3723
Labels
Milestone
Comments
Makes sense, yes. Actually, I expect that PRs which change the file structure also update all project files (cmake, xcode, vcxproj), but I have to admit, I didn't check that in all PRs I approved. Unfortunately, those people who know cmake are usually not familiar with IDE project files and vice versa. |
KvanTTT
added a commit
to KvanTTT/antlr4
that referenced
this issue
May 27, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes antlr#3723 Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
KvanTTT
added a commit
to KvanTTT/antlr4
that referenced
this issue
May 27, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes antlr#3723 Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
KvanTTT
added a commit
to KvanTTT/antlr4
that referenced
this issue
May 27, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes antlr#3723 Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
KvanTTT
added a commit
to KvanTTT/antlr4
that referenced
this issue
Jun 5, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes antlr#3723 Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
parrt
pushed a commit
that referenced
this issue
Jun 5, 2022
Drop old version of Visual Studio C++ (2013, 2015, 2017), fixes #3723 Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we have the following .vsxproj files:
I suggest removing the first three and adding
antlr4cpp-vs2022.vcxproj
:@mike-lischke what do you think?
Also, these projects can't be built because they weren't updated after some files removing (for instance, ATNSerializer.cpp).
The text was updated successfully, but these errors were encountered: