Add icon for Saradomin launcher

This commit is contained in:
enosich 2022-05-31 21:45:12 -04:00
parent 344e54b758
commit 5d05a2be7e
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -12,6 +12,7 @@
<PublishReadyToRun>true</PublishReadyToRun>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<NoWarn>IL2026;CS0067</NoWarn>
<ApplicationIcon>Resources\Icons\saradomin.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
@ -67,6 +68,7 @@
<ItemGroup>
<None Remove="Resources\Lists\MusicTracks.json" />
<Content Include="Resources\Icons\saradomin.ico" />
<EmbeddedResource Include="Resources\Lists\MusicTracks.json" />
</ItemGroup>
</Project>