Visual Studio 2008 SDK re-introduces BaseCodeGeneratorWithSite for “Custom Tool” implementation

A nice detail I thought should be mentioned, since nobody else talks about it:

Many people talk about using BaseCodeGeneratorWithSite with older versions of the Studio and point to a vanished MS Sample which implements the class outside of the Visual Studio SDK since it became internal with the 2003 release. Rejoice! The Visual Studio 2008 SDK 1.1 has the BaseCodeGeneratorWithSite back in its full glory.

(If someone has the Visual Studio 2005 SDK installed I’d be interested to hear about the BaseCodeGeneratorWithSite status there.)

Leave a Reply