Jason
Jason

Reputation: 211

Visual Studio 2010 Add-in OnBuild event callback

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

Answers (1)

lysergic-acid
lysergic-acid

Reputation: 20060

You might want to check this: BuildEventsClass.OnBuildBegin Event

Upvotes: 1

Related Questions