-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Is msbuild maintained? #689
Comments
The Currently, the new CMake build system builds only a subset of these flavors. One of our work items is to extend the CMake system to handle all of these flavors, then change the Microsoft-internal build system to simply invoke CMake (as we already do for the ASan support libraries), then delete When adding, deleting, or renaming source files, |
Then there's a problem with #593 |
This reverts commit cd75554.
Not to my knowledge. Don't worry about the MSBuild stuff - we'll take care of that. (Adding a new satellite DLL involves making several changes on the Microsoft-internal side, including the VS setup machinery that actually installs files.)
The CMake build system does build the satellites (one flavor only); I see you're already editing |
That's really enough, it builds static/dynamic, debug/release, x86/x64 -- all combinations work for me. I was just making sure that there's no effort needed from my side to make msbuild project. |
Thanks for checking! 😸 If this turns out to be a common question, we could add a README to |
Is msbuild project maintained?
The text was updated successfully, but these errors were encountered: