Integrate MSbuild context menu on build files
Capability to right click on a build file which will then display all msbuild targets available for all the targets. Each msbuild file will be parsed for properties which can be overriden. These properties can be stored as xml in the local workspace and saved for future use. Users can opt for custom build properties or utilise the default set stored in source control. This will allow the same build process to be applied on team foundation server or else in visual studio.
1
vote