I'm actually trying to migrate an addin from VS2010 to VS2013. Since addins are deprecated under VS2013, I tried to write a VSPackage project. In this package, I need to add a custom item to the build explorer contextual menu (right-click on a build). Quite easy to do in VS2010 (some other threads already discuss this) but it seems to be more difficult from VS2013.
Could anybody help and tells me how to access this build menu in VS2013 ?
PS:
Similar thread is, unfortunately, not working under VS2013: http://social.msdn.microsoft.com/Forums/en-US/fb6360b0-d36e-41e0-9f7c-e6000182a4d4/how-do-i-add-a-custom-menu-item-to-a-build-in-the-build-explorer-window?forum=tfsbuild