-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
Added support for Visual Studio 2019 solutions #1258
Conversation
I guess you beat me to punch to get a PR up for this https://github.com/fsfod/premake-core/commits/vs2019. You can just take any of my changes if you want for this PR most of them are same as yours. |
Awesome thanks, I'll take a look! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a few issues to be resolved/discussed before this can be merged. Thanks for taking the time to submit this, hopefully we can get this all sorted out before the official release date.
@samsinsane Just pinging to see if there is anything else needed. |
lgtm but if you want to fulfill style things i'd have 3 little things:
_ACTION == "vs2019" or
false;
however, those are not necessary, just nice to have at the very end you should squash your commits when you're ok then sam will merge once he's got the time :) |
74f0f70
to
609450c
Compare
Added tests for new action Changed how vs2019 aquires latest target Platform Added optional userToolsVersion to vstudio
Uses new action
vs2019