Is there a way to have an item template run more than once?
Right now I have an item template with a wizard that accepts some parameters including a class name and then creates some files with boilerplate code. What I am trying to do is have the wizard accept multiple comma delimited class names and then run the item template for each of those things.
If there is no way to do that with the wizard or vs template, perhaps t4 can do this? Can a vstemplate call and execute a t4?