How to access vs2010's BuildEngine from an AddIn?
Is it possible to access Visual Studios BuildEngine from an AddIn? I want to start a build target whenever a file开发者_Python百科 with a specifice extension is safed.
Refer to this answer: run a custom msbuild target from VisualStudio
You'll just need to wire into a different event handler, but otherwise the details are the same.
精彩评论