Skip to content

Commit

Permalink
artwork
Browse files Browse the repository at this point in the history
Include icons/images in vsix

link to license
  • Loading branch information
flcdrg committed Jul 22, 2016
1 parent 22d1c58 commit 2c48a45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Gardiner.XsltTools/Gardiner.XsltTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
<Compile Include="XsltToolPackage.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\LICENSE">
<Link>Resources\LICENSE</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="Key.snk" />
<None Include="packages.config" />
<None Include="source.extension.vsixmanifest">
Expand All @@ -76,9 +80,15 @@
</ItemGroup>
<ItemGroup>
<Content Include="index.html" />
<Content Include="Resources\Icon.png" />
<Content Include="Resources\Preview.png" />
<Content Include="Resources\XsltToolPackage.ico" />
<Content Include="Resources\Icon.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\Preview.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\XsltToolPackage.ico">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="source.extension.ico">
<DependentUpon>source.extension.vsixmanifest</DependentUpon>
</Content>
Expand Down
Binary file added art/Error List.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c48a45

Please sign in to comment.