Reputation: 211
I have a VS 2010 add-in and I am looking to expose a callback to be fired when the user builds a project. Any ideas?
Upvotes: 0
Views: 779
Reputation: 20060
You might want to check this: BuildEventsClass.OnBuildBegin Event
Upvotes: 1