A New Tool For Visually Editing Build Process
Eugene sent us mail today to let us know that his company has released a neato little freeware tool to visually edit MSBuild files. A quick glance at the website shows an impressive list of features for v1:
- Load and modify any file complying to MSBuild schema
- View build project structure in a tree view that displays tasks used in build, property groups and properties, item groups and items, targets and targets tasks and imported build projects.
- Show or hide presentation of imported definitions in a project tree view
- View MSBuild project raw XML source as you modify the project
- Modify project default targets
- Add or remove tasks used in build project from external assembly
- Add, remove or modify property groups
- Add, remove or modify properties in property groups
- Add, remove or modify item groups
- Add, remove or modify items in item groups
- Add, remove or modify targets
- Add, remove or modify selected target's tasks, tasks order
- Modify selected task properties (including output properties specification)
- Import or remove external build projects
- Open any imported project from the loaded project
Nicely done guys!
[ Author: Neil Enns ]