Skip to content

Commit

Permalink
New preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
thennequin committed Sep 16, 2015
1 parent 546500a commit 3350ca5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added VS-QuickNavigation/Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions VS-QuickNavigation/VS-QuickNavigation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
<VSCTCompile Include="VSQuickNavigationPackage.vsct">
<ResourceName>Menus.ctmenu</ResourceName>
</VSCTCompile>
<Content Include="Preview.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\Commands.png" />
<Content Include="Resources\VSQuickNavigationPackage.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
2 changes: 1 addition & 1 deletion VS-QuickNavigation/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DisplayName>VS-QuickNavigation</DisplayName>
<Description xml:space="preserve">Navigate quickly between you solution files and your active document methods.</Description>
<Icon>Resources\VSQuickNavigationPackage.ico</Icon>
<PreviewImage>Resources\VSQuickNavigationPackage.ico</PreviewImage>
<PreviewImage>Preview.png</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,15.0)" />
Expand Down

0 comments on commit 3350ca5

Please sign in to comment.