Skip to content

Commit f7d3ea2

Browse files
committed
Fixing icon resource
1 parent e18bb28 commit f7d3ea2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/GitHubActionsVS.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@
9898
<Resource Include="Resources\AddItem.png" />
9999
<Resource Include="Resources\Delete.png" />
100100
<Resource Include="Resources\Edit.png" />
101-
<Resource Include="Resources\Icon.png">
101+
<Content Include="Resources\Icon.png">
102102
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
103-
</Resource>
103+
<IncludeInVSIX>true</IncludeInVSIX>
104+
</Content>
104105
</ItemGroup>
105106
<ItemGroup>
106107
<VSCTCompile Include="VSCommandTable.vsct">

0 commit comments

Comments
 (0)