Andreas Walter
Andreas Walter

Reputation: 916

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 with a specifice extension is safed.

Upvotes: 0

Views: 116

Answers (1)

Brian Kretzler
Brian Kretzler

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

Related Questions