Adding pre and post build events for VB.Net projects - ISerializable - Roy Osherove's Blog

Adding pre and post build events for VB.Net projects

Avner told me the other day that he found a way  to add pre and post build events supports to VB.Net projects (which is a shame that they don't have them as default like C#). His way was to use the Macro capability of Vs.Net and hook to build events. He wanted to make an add-in that does that. Turns out there is a working sample of exactly such a thing, and much more, from Microsoft. Yep - get all that and more at the Visual Studio .NET 2003 Automation Samples page. Thanks for finding this link Avner!
Published Saturday, September 04, 2004 12:16 AM by RoyOsherove
Filed under:

Comments

Saturday, September 04, 2004 12:03 PM by Paul Vick

# re: Adding pre and post build events for VB.Net projects

Just as an FYI, build events are in VB 2005... I know that doesn't help anyone using VB 2003, but...
Wednesday, September 15, 2004 2:17 PM by Ali

# re: Adding pre and post build events for VB.Net projects

uj
Tuesday, February 01, 2005 9:22 AM by TrackBack

# re: Getting Started With Enterprise Library