Skip to content

Commit

Permalink
Fix vsix Icon #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir L. Boulema committed Aug 18, 2021
1 parent 2553b9a commit 3f66ef5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added CodeNav.VS2019/DocumentOutline_256x.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion CodeNav.VS2022/CodeNav.VS2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>..\Resources\DocumentOutline_256x.ico</ApplicationIcon>
<ApplicationIcon>DocumentOutline_256x.ico</ApplicationIcon>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -100,6 +100,7 @@
<Link>Resources\Preview-small.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="DocumentOutline_256x.ico" />
<VSCTCompile Include="CodeNavToolWindowCommandTable.vsct">
<ResourceName>Menus.ctmenu</ResourceName>
<Generator>VsctGenerator</Generator>
Expand Down
Binary file added CodeNav.VS2022/DocumentOutline_256x.ico
Binary file not shown.

0 comments on commit 3f66ef5

Please sign in to comment.