views:

24

answers:

1

I'm writing a custom tool for Visual Studio and am currently using the IVsSingleFileGenerator interface. This works for the most part, but now I'd like to generate more than one file output.

Does anyone know how do go about doing this? I'm really hoping there is just a different interface to implement.

A: 

Creating a Custom Tool to Generate Multiple Files in Visual Studio 2005

http://www.codeproject.com/KB/cs/VsMultipleFileGenerator.aspx

McKAMEY
Thanks, Adam Langley. It took a while to find it but you answered my question almost 4 years ago.
McKAMEY