AngryHacker
AngryHacker

Reputation: 61646

How to create Item Templates that add more than one file?

I've created an Item Template for VS2008, per these instructions and it seems simple enough. However, is it possible to add more than one file to the project?

For instance, let's say I create a AcmeWidget Item Template. When I select it in VS2008, I'd like it to create an AcmeScreen winForm and a AcmeScreenSetup winform.

Is this possible with the Item Template paradigm?

Upvotes: 0

Views: 107

Answers (1)

Blake Niemyjski
Blake Niemyjski

Reputation: 3577

I don't think that it is possible to add more than one item. I think to add more than one item you will need to create a new Visual Studio project template.

Thanks -Blake Niemyjski

Upvotes: 1

Related Questions