Skip to content

Commit 4c2b6e9

Browse files
committed
No need to pack image into vsix file
This ballooned the size of the vsix by quite a bit.
1 parent d61eb53 commit 4c2b6e9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dev16-.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@
9696
<Compile Include="Properties\Settings.Designer.cs" />
9797
</ItemGroup>
9898
<ItemGroup>
99-
<Content Include="SharedContent\openfileinsolution.png">
100-
<IncludeInVSIX>true</IncludeInVSIX>
101-
</Content>
99+
<Content Include="SharedContent\openfileinsolution.png" />
102100
<VSCTCompile Include="SharedContent\OpenFileInSolution.vsct">
103101
<Link>OpenFileInSolution.vsct</Link>
104102
<ResourceName>Menus.ctmenu</ResourceName>

0 commit comments

Comments
 (0)