Visual Studio 2008: Start custom build target via project/solution context menu - without add-in

Posted by Achim on Stack Overflow See other posts from Stack Overflow or by Achim
Published on 2010-03-02T06:52:49Z Indexed on 2010/03/08 14:36 UTC
Read the original article Hit count: 940

Filed under:
|
|

I have a custom build target in a visual studio 2008 c# project. Is there a simple way to add a context menu item to the project, so that the custom build target can be executed via the ide? The build target is not integrated into the default build process and has to be started by hand. This step should be simple for all developers and should not force them to execute msbuild from the command line.

Any hint for a simple, working solution?

regards, Achim

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about visual-studio-2008