Skip to content

Commit 8720112

Browse files
author
Charlie Barto
committed
added templates to the vsix
1 parent 3347bd4 commit 8720112

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@ Generated_Code #added for RIA/Silverlight projects
106106
_UpgradeReport_Files/
107107
Backup*/
108108
UpgradeLog*.XML
109+
110+
ItemTemplates
111+
ProjectTemplates

NimrodVS/NimrodVS.csproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,14 @@
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>
@@ -224,11 +232,6 @@
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>

NimrodVS/source.extension.vsixmanifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
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>

0 commit comments

Comments
 (0)