
Signature
Peter Macej
Helixoft - http://www.vbdocman.com
VBdocman - Automatic generator of technical documentation for VB, VB
.NET and ASP .NET code
Thanks Peter!
I was thinking that maybe I should use the OnBuildProjConfigDone event
instead of the BuildDone event, but I couldn't find any useful
documentation on that event.
It _seems_ to fire for each build, just like BuildDone.
I think I'll stick with BuildDone now that I know how to get the
configuration name.
/Gunnar
> You can get the build configuration name using:
> DTE.Solution.SolutionBuild.ActiveConfiguration.Name