c# - Create Visual Studio (vs.net) 2008 Solution Templates? -


Is it possible to create a vs.net 2008 solution template? It is not possible to create a solution template with all related project references from my search results.

I have a vs.net solution with multiple projects and references in each. I want to wrap them all into a template where I can use the standard basis for my web projects as a beginner.

Does anyone have to come up with a good solution for this?

What you want to do is create a "solution template". The best way to do this is found in the codeplex Use of GO Solution Factory Add-In

Edit: One easy way to create solutions with all the projects is to create a single file location, then zip all the directories in one file, then open the solution directory as needed and change name.

Edit2: Here's another way, create an add-in that will create a solution for you.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -