Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I create a project in visual studio and I want to add external template on it How can I add it ?
Thanks
有关您的项目的模板,请参阅此MSDN 文章。有关项目模板,请参阅此MSDN 文章。对于后面的,你基本上是创建文章中定义的配置文件,压缩它们,然后在以下路径创建模板:
C:\Users[USERNAME]\Documents\Visual Studio 2010\Templates\ItemTemplates[LANGUAGE]
用您的名称和开发语言(Visual C#、Visual Basic 等)替换括号中的项目。您必须重新启动 Visual Studio 才能看到它。