Skip to content

Commit

Permalink
added templates to the vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Barto committed Jul 24, 2014
1 parent 3347bd4 commit 8720112
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML

ItemTemplates
ProjectTemplates
13 changes: 8 additions & 5 deletions NimrodVS/NimrodVS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,14 @@
<ZipItem Include="Templates\ProjectItems\NimrodItems\templatemetadata.vstemplate">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</ZipItem>
<Content Include="ProjectTemplates\NimrodProject.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ItemTemplates\NimrodItems.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand All @@ -224,11 +232,6 @@
<None Include="Resources\Images.png" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\libnimrod\libnimrod.dll">
<Link>libnimrod.dll</Link>
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Package.ico" />
<ZipProject Include="Templates\Projects\NimrodProject\nimrod.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
2 changes: 2 additions & 0 deletions NimrodVS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\NimrodProject.zip" />
<Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="File" Path="ItemTemplates" d:TargetPath="ItemTemplates\NimrodItems.zip" />
</Assets>
</PackageManifest>

0 comments on commit 8720112

Please sign in to comment.