-
Notifications
You must be signed in to change notification settings - Fork 205
How to create a project template
Sayed Ibrahim Hashimi edited this page Dec 27, 2013
·
30 revisions
This doc covers the latest method to create a project template. The experience to create a project template has significantly changed in December 2013, this doc covers the new method.
Steps to add a new project template to SideWaffle
- Fork SideWaffle if you haven't already and open
SideWaffle.sln
- Copy the project that you want to use as a template under the side-waffle folder
- Add the project to the solution
- In the TemplatePack project add a reference the project you just added
- Add the following files to the target project to turn it into a template
-
_preprocess.xml
(_Must be in the root folder, and must define thePath
attribute onTemplateInfo
_Definitions\_project.vstemplate.xml
For the steps where you add the _preprocess.xml
and _Definitions\_project.vstemplate.xml
files you can use ...