0

Is there an easy way to create custom project templates?
I did a quick google, but it seems I have to fuzz around with all kinds of zip files, xml documents etc..

What I ultimately want to make is something like the Empty Solution template, but with some directories and custom projects already in place.

I want this because it would make my life slightly more comfortable, but it's not important enough to learn all the gritty details about how the project templates work...

EDIT
Schooner's solution answers my question. But if anybody has a more general answer, that would be great too..

Community
  • 1
  • 1
Boris Callens
  • 90,659
  • 85
  • 207
  • 305

2 Answers2

1

Why not just make new empty solutions and save them to a template folder of your own. You can then copy them as needed and rename them when needed for a new real project. Might be faster than trying to figure out true templating in VS.

schooner
  • 3,047
  • 8
  • 30
  • 39
  • Does it matter if it is cheap if it works? I try and not waste time solving isues that don't move work forward. Quick and dirty is sometimes best unless you have free time. – schooner Mar 05 '09 at 12:54
0

Look at WarmuP (https://github.com/chucknorris/warmup). I've found some success in using it. It can use github and token replacement to create a solution structure for you from a "template"

sdanna
  • 2,969
  • 2
  • 19
  • 14