Can I create a 2008 visual studio kit based on a solution file with multiple projects

I've managed to successfully create Visual Studio starter kits in the past, but as far as I know, they can only be done at the project level.

I have a solution that contains multiple projects that I want to distribute throughout my organization for multiple software projects.

The starter kit I want to make is at the solution level and contains several visual studio projects that are clearly separated (e.g. separate code and test projects).

Does Visual Studio 2008 support this, and if so, how is it done?

0


a source to share


1 answer


I found the solution here http://msdn.microsoft.com/en-us/library/ms364046(VS.80).aspx#creatstrtkt_topic3



Instead of removing this, I would like this to be useful to someone else.

0


a source







All Articles