Visual Studio 項目模板製作(二)

來源:互聯網
上載者:User

標籤:

上一篇,我們製作了項目模板,本篇我製作項目範本

首先,從我們需要匯出模板的項目中,檔案->匯出模板,彈出 匯出模板嚮導 對話方塊

選擇項目範本,點擊下一步

選擇要匯出的項,點擊下一步

選擇要Reference的類庫

修改模板名稱,點擊完成

然後,解壓產生的zip檔案,

開啟.vstemplate檔案

<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">  <TemplateData>    <DefaultName>CodeTimerTemplate.cs</DefaultName>    <Name>CodeTimerTemplate</Name>    <Description>&lt;沒有可用的說明&gt;</Description>    <ProjectType>CSharp</ProjectType>    <SortOrder>10</SortOrder>    <Icon>__TemplateIcon.ico</Icon>  </TemplateData>  <TemplateContent>    <References>      <Reference>        <Assembly>System</Assembly>      </Reference>    </References>    <ProjectItem SubType="Code" TargetFileName="$fileinputname$.cs" ReplaceParameters="true">CodeTimer.cs</ProjectItem>  </TemplateContent></VSTemplate>

修改TemplateData,修改模板的相關資訊

修改 TemplateContent,將TargetFileName改成自己想要的

 

開啟項檔案CodeTimer.cs,做一些自己的修改

using System;using System.Diagnostics;using System.Runtime.InteropServices;using System.Threading;namespace $rootnamespace${    public static class $safeitemname$    {        public static void Initialize()

最後壓縮成zip檔案放到

(Vs安裝目錄)\Visual Studio 2013\Templates\ItemTemplates

然後在Vs裡面的建立項就可以看到自己的項目範本了

Visual Studio 項目模板製作(二)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.