Reputation: 916
Is it possible to access Visual Studios BuildEngine from an AddIn? I want to start a build target whenever a file with a specifice extension is safed.
Upvotes: 0
Views: 116
Reputation: 9938
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.
Upvotes: 1