Invoke an exe from Visual Studio's toolbar
How do you customize a button in a Visual Studio toolbar to run a certain execut开发者_运维百科able?
I use VS2010, so a specific answer would be even better, although this might be the same cross versions...
Under Tools, External Tools add your executable.
To make it appear in the toolbar then click on the small triangle at the end of the toolbar and select Add or Remove Button, then Customize. Click Add Command and from category Tools select External command 1 (or another if you have multiple).
精彩评论