-
-
Notifications
You must be signed in to change notification settings - Fork 22.4k
Fix .sln
project generation logic for Rider to support all OS and all C++ toolchains
#103405
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
Conversation
@shana would you mind taking a look at this PR, when you have time? Thank you! |
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.
Yay for Rider support! However, there are a number of things on this PR that will break a bunch of things (including all of the console platforms), so I've left comments, hopefully this can be made to work for everyone without breaking things.
8878108
to
128509b
Compare
7c72b2e
to
cfc0f18
Compare
4c689dc
to
3681362
Compare
f27f3e3
to
2c723f2
Compare
e3369b0
to
b62a3db
Compare
44e8861
to
6057bbf
Compare
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.
Looks great and it's working well with all of my testing 👍
347af2d
to
669170b
Compare
.sln
project generation logic for Rider to support all OS and all C++ toolchains
Updated the commit message to match the pull request title. |
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.
Code changes look reasonable to me. I haven't reviewed in-depth nor tested, but trust shana's review on this code.
… C++ toolchains Co-authored-by: Andreia Gaita <[email protected]> Co-authored-by: Rémi Verschelde <[email protected]>
Thanks! |
fixes #83771
related doc update godotengine/godot-docs#10754
I have checked Mac, Linux and Windows with MinGV, Windows with MSVC