VisualStudio2010建立專案模板

2022-01-15 13:05:09 字數 2997 閱讀 3956

1.開啟vs2010---新建解決方案 - 我以典型的三層架構為例分為ui層和bll層、dal層。

2.新增 3個專案:

設定webui為啟動項,並設定各層的依賴關係。bll依賴於dal,ui依賴於bll。點選-選單欄--專案—專案依賴項

3.分別匯出各個專案---檔案--匯出模板.

在用同樣的方法匯出其他兩層。現在我們開啟匯出位置的資料夾,

看到3個zip,解壓各個資料夾。

4.開啟記事本輸入以下**:

<

vstemplate

version

="3.0.0"

xmlns

=""type

="projectgroup"

>

<

templatedata

>

<

name

>three-tier architecture template

name

>

<

description

>

<3層架構項

description

>

<

projecttype

>csharp

projecttype

>

<

sortorder

>1000

sortorder

>

<

createnewfolder

>true

createnewfolder

>

<

defaultname

>template

defaultname

>

<

providedefaultname

>true

providedefaultname

>

<

locationfield

>enabled

locationfield

>

<

enablelocationbrowsebutton

>true

enablelocationbrowsebutton

>

templatedata

>

<

templatecontent

>

<

projectcollection

>

<

projecttemplatelink

projectname

="webui"

>webui\mytemplate.vstemplate

projecttemplatelink

>

<

projecttemplatelink

projectname

="bll"

>bll\mytemplate.vstemplate

projecttemplatelink

>

<

projecttemplatelink

projectname

="dal"

>dal\mytemplate.vstemplate

projecttemplatelink

>

projectcollection

>

templatecontent

>

vstemplate

>

並儲存為mytemplate.vstemplate檔案

5.合併打包---選擇bll、dal和webui及mytemplate.vstemplate檔案並壓縮為threetier.zip檔案

6.將壓縮好的zip檔案複製或剪下到c:user\你的使用者名稱\documents\visual studio 2010\templates\projecttemplates資料夾下。

7.這是開啟vs2010新建專案時就能看到模板了

當然你也可以事先新增基本的引用 比如dal可能用的sqlclient可以在匯出模板之前加上。

物件導向部分 201

小夥伴們,還在為不知道怎麼下手而頭疼嗎,我們程式競賽協會來幫你們啦 啦啦啦。另外,如果有對程式設計含有濃厚興趣的同學,我們隨時歡迎你們的加入喲 策劃 譚兆飛 程式設計 管懷文 協助 一號人員要求給她打碼 乾脆二號也打碼好了o o 其實只是提供了題目啦 物件導向部分 201 include inclu...

2 01揹包問題

有 nn 件物品和乙個容量是 vv 的揹包。每件物品只能使用一次。第 ii 件物品的體積是 vivi,價值是 wiwi。求解將哪些物品裝入揹包,可使這些物品的總體積不超過揹包容量,且總價值最大。輸出最大價值。輸入格式 第一行兩個整數,n,vn,v,用空格隔開,分別表示物品數量和揹包容積。接下來有 n...

2 01揹包問題

有 nn 件物品和乙個容量是 vv 的揹包。每件物品只能使用一次。第 ii 件物品的體積是 vivi,價值是 wiwi。求解將哪些物品裝入揹包,可使這些物品的總體積不超過揹包容量,且總價值最大。輸出最大價值。第一行兩個整數,n,vn,v,用空格隔開,分別表示物品數量和揹包容積。接下來有 nn 行,每...