views:

75

answers:

1

Hello,

In the past I have created ItemTemplates for classes that I regularly use in VS2008. I want to create a template for a solution that will have two projects, a Web Site and a Class library.

I have not been able to find any clear instructions on how to do it. I am not sure if it can be done. Does anyone have any links to a possible solution.

Thanks

+1  A: 

There are detailed instructions on MSDN for creating custom project templates in VS2008.

-Edit-

There is no such thing as a "Solution Template." There are Item Templates (for new files), and Project Templates. However, I think what you may be looking to do is to create a specific type of Project Template called a Multi-Project Template.

Reed Copsey
I have come across Project templates, but I want to create a Solution Template. Thanks for the link.
Picflight
There's no such thing as a solution template. See my edit for details and a link to multi-project templates (was under the link I pasted before...)
Reed Copsey
Thats what I thought about a solution template. Thanks for clarifying.
Picflight