Is there a good way to create and use a 'Template' in Visual Studio 2010 -
our projects in our company built based off thing call 'project scaffold'. it's got base required code sites, basic folder structure , other things similar that.
at moment, have repository 'project scaffold' , each time want create new project, copy project new folder, , rename occurrences of name 'projectscaffold' within project. can tell, quite time consuming , can cause errors if miss out single occurrence of 'projectscaffold'.
this project need have default dependencies why having full project copy working @ moment.
i have looked possibility of creating visual studio template can't seem find way of accomplishing it.
we have been thinking if there way possibly implement through nuget package, feel if either extremely difficult or impossible.
if possible, usable in visual studio 2011
simply file-->export template
:)
you can customize generated zip file suit needs.
more on over creating project , item templates on msdn
Comments
Post a Comment