When I right-click on a selected project in the Solution explorer, and choose "Build" on the pop-up, I want to intercept that build command.
I have tried with "Build.BuildOnlyProject" and "Build.BuildSelection", but it doesn't seem that these are the correct ones.
How can I figure out which command is actually being called?
I can intercept the "Build.BuildSolution" command (since I have a VS Extension) when I right-click on the solution, but I want to do the same thing when I right-click on the project.