Skip to content

Commit

Permalink
Fixing icon resource
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Jul 21, 2023
1 parent e18bb28 commit f7d3ea2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/GitHubActionsVS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@
<Resource Include="Resources\AddItem.png" />
<Resource Include="Resources\Delete.png" />
<Resource Include="Resources\Edit.png" />
<Resource Include="Resources\Icon.png">
<Content Include="Resources\Icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
</ItemGroup>
<ItemGroup>
<VSCTCompile Include="VSCommandTable.vsct">
Expand Down

0 comments on commit f7d3ea2

Please sign in to comment.