Added an icon to show on windows, in taskbar, and on shortcuts.
This commit is contained in:
BIN
osrs-toolbox/fantasy_toolbox_icon.ico
Normal file
BIN
osrs-toolbox/fantasy_toolbox_icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
@@ -7,12 +7,17 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
|
<ApplicationIcon>fantasy_toolbox_icon.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Remove="Resources\SplashScreenLogo.png" />
|
<None Remove="Resources\SplashScreenLogo.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="fantasy_toolbox_icon.ico" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="Resources\SplashScreenLogo.png" />
|
<Resource Include="Resources\SplashScreenLogo.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
Reference in New Issue
Block a user