Picflight
Picflight

Reputation: 3852

VS2008 Solution Template

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

Upvotes: 0

Views: 251

Answers (1)

Reed Copsey
Reed Copsey

Reputation: 564851

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.

Upvotes: 1

Related Questions