Description Do you use MS Build at all? I found it difficult to remember all of the names of the targets that I use, as well as all of the properties that I could change. Some of the build files I have used have grown to be 3000+ lines, which isn't easy to track. I created this "Simple MS Build" tool to allow me to open a build file and see all of the targets and properties on one screen, and execute them.
Technology - C#/.NET
- MSBuild Command Line
Features- Select multiple targets to execute in order.
- Change the values of the properties defined in the build file.
- Save the build configuration so that it can be easily re-used later.
- Multi-threaded to allow canceling the build.
- Hides to tray and provides balloon pop-ups when builds are complete.
- No buffering limit for the build output. You will be able to see the output from start to finish.
|