Added an icon to show on windows, in taskbar, and on shortcuts.

This commit is contained in:
2025-05-22 10:58:13 -04:00
parent c4370af08c
commit 276f6c08fc
2 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@@ -7,12 +7,17 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<ApplicationIcon>fantasy_toolbox_icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\SplashScreenLogo.png" />
</ItemGroup>
<ItemGroup>
<Content Include="fantasy_toolbox_icon.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\SplashScreenLogo.png" />
</ItemGroup>