I would like to create a custom project template in visual studio 2010/2008 and I am looking for any resources/information that we give me a good starting point. Furthermore, I need to be able to create custom folders in those projects. Has anyone had any experience with that?
EDIT: I found some more information on the matter and I am trying to sum up my findings and draw some conclusions. From the answer below I saw one approach of creating project templates
Another approach I found: here
which uses the vs SDK and exposes a new project template called "Project template". I saw some other things like GAX/GAT and Starter kits. Does anyone have some experience with any of those approaches?