How to create a multi project template in visual studio 2013?

时间秒杀一切 提交于 2019-12-03 16:10:36
Jacques Olivier

Ensure that the ".vstemplate" file (for each project) has the same name as the project that it resides in.

i.e Presentation Layer should have a PresentationLayer.vstemplate

Its not necessary to create a VSIX Installer for this but the link has a visual representation of what is expected in the "root.vstemplate".

Also, once this has been completed and your template folder has been copied to ~/My Documents/Visual Studio 2013\Templates\ProjectTemplates\, the option should be found in the "Visual C#" section of Create New Project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!