Hi everybody,
I’m working with MSBuild on a huge C++ project. We have loads of projects and one solution and we often build in different configuration/platform.
So I need something to build:
- A single file
- One of the project having the currently edited file
- The whole solution
And this for every possible platform/configuration pair.
I’ve checked and did not find anything matching my needs, so I’ve tried to develop a plugin/build system that does what I want.
It’s, for now, quick and dirty but I would be very happy if it does help someone, or if someone can improve it.
github.com/jbaltie/MSBuildSelector
And thanks to github.com/vojtajina/sublime-BuildSwitcher for the idea of quick panel.
Cheers