简体   繁体   English

在Visual Studio 2013的availabe模板中添加项目

[英]Add an Item in the availabe templates in Visual Studio 2013

How do I add a new Template-type in the tree view of Visual Studio 2013 available templates? 如何在Visual Studio 2013可用模板的树视图中添加新的Template-type?

If one clicks on New Project, on the right hand side pane of the next window which opens, is a list of the available templates offered by Visual Studio, such as those categorized under Visual C#, Visual C++ etc. 如果单击“新建项目”,则在打开的下一个窗口的右侧窗格中,列出了Visual Studio提供的可用模板的列表,例如归类于Visual C#,Visual C ++等的模板。

I wish to add a similar template in the tree view. 我希望在树形视图中添加一个类似的模板。 Is there a way to achieve that? 有办法实现吗?

Private templates go in (but adjust the C:\\Users\\{{username}} as necessary): 进入专用模板(但根据需要调整C:\\Users\\{{username}} ):

C:\Users\{{username}}\Documents\Visual Studio 2013\Templates\ProjectTemplates\Visual C++ Project\

Public templates go subdirectories of: 公用模板进入以下子目录:

{{VisualStudioInstallationDirectory}}\Common7\IDE\ProjectTemplates\{{Language}}

See here for more details. 有关更多详细信息,请参见此处

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM