Skip to content

Commit

Permalink
No need to pack image into vsix file
Browse files Browse the repository at this point in the history
This ballooned the size of the vsix by quite a bit.
  • Loading branch information
parnic committed Oct 16, 2021
1 parent d61eb53 commit 4c2b6e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dev16-.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@
<Compile Include="Properties\Settings.Designer.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="SharedContent\openfileinsolution.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="SharedContent\openfileinsolution.png" />
<VSCTCompile Include="SharedContent\OpenFileInSolution.vsct">
<Link>OpenFileInSolution.vsct</Link>
<ResourceName>Menus.ctmenu</ResourceName>
Expand Down

0 comments on commit 4c2b6e9

Please sign in to comment.