File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -106,3 +106,6 @@ Generated_Code #added for RIA/Silverlight projects
106106_UpgradeReport_Files /
107107Backup * /
108108UpgradeLog * .XML
109+
110+ ItemTemplates
111+ ProjectTemplates
Original file line number Diff line number Diff line change 198198 <ZipItem Include =" Templates\ProjectItems\NimrodItems\templatemetadata.vstemplate" >
199199 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
200200 </ZipItem >
201+ <Content Include =" ProjectTemplates\NimrodProject.zip" >
202+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
203+ <IncludeInVSIX >true</IncludeInVSIX >
204+ </Content >
205+ <Content Include =" ItemTemplates\NimrodItems.zip" >
206+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
207+ <IncludeInVSIX >true</IncludeInVSIX >
208+ </Content >
201209 <None Include =" source.extension.vsixmanifest" >
202210 <SubType >Designer</SubType >
203211 </None >
224232 <None Include =" Resources\Images.png" />
225233 </ItemGroup >
226234 <ItemGroup >
227- <Content Include =" ..\..\libnimrod\libnimrod.dll" >
228- <Link >libnimrod.dll</Link >
229- <IncludeInVSIX >true</IncludeInVSIX >
230- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
231- </Content >
232235 <Content Include =" Resources\Package.ico" />
233236 <ZipProject Include =" Templates\Projects\NimrodProject\nimrod.ico" >
234237 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
Original file line number Diff line number Diff line change 1414 </Dependencies >
1515 <Assets >
1616 <Asset Type =" Microsoft.VisualStudio.VsPackage" d : Source =" Project" d : ProjectName =" %CurrentProject%" Path =" |%CurrentProject%;PkgdefProjectOutputGroup|" />
17+ <Asset Type =" Microsoft.VisualStudio.ProjectTemplate" d : Source =" File" Path =" ProjectTemplates" d : TargetPath =" ProjectTemplates\NimrodProject.zip" />
18+ <Asset Type =" Microsoft.VisualStudio.ItemTemplate" d : Source =" File" Path =" ItemTemplates" d : TargetPath =" ItemTemplates\NimrodItems.zip" />
1719 </Assets >
1820</PackageManifest >
You can’t perform that action at this time.
0 commit comments