zoukankan      html  css  js  c++  java
  • 如何在Visual Studio中创建自己的项目模板

    Visual studio默认提供了很多项目模板,我们在平时的开发会选择其中一个模板建立项目进行开发。时间长了,我们发现我们的很多项目中都有一些共同的元素,比如我们的项目有统一的UI风格,统一的基类程序等,我们可以建立自己的项目模板用于创建自己的项目。过程如下:

    1.       建立模板中需要包含的元素,我们可以使用Visual Studio本身任何的模板来创建,比如我的模板库中的内容如下:

    clip_image002

    2.       我们导出模板,如下图:

    clip_image004

     

    3.选择创建模板的项目

    clip_image006

    4.下一步可以设置描述图标信息等等

    clip_image008

     

    5.完成之后就创建成功

    clip_image010

    然后在新建项目时就可以选择自己的模板了

    clip_image012

  • 相关阅读:
    my first android test
    VVVVVVVVVV
    my first android test
    my first android test
    my first android test
    ini文件
    ZZZZ
    Standard Exception Classes in Python 1.5
    Python Module of the Week Python Module of the Week
    my first android test
  • 原文地址:https://www.cnblogs.com/carysun/p/VSTemplate.html
Copyright © 2011-2022 走看看