chore: Add icon files and set application icon for installer and projects

This commit is contained in:
Stone_Red
2026-02-21 17:11:47 +01:00
committed by Hue
parent cf9c647c03
commit 9996a6be97
8 changed files with 10 additions and 0 deletions
+3
View File
@@ -20,6 +20,7 @@
<Content Include="appsettings.json" Condition="Exists('appsettings.json')">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="hue_icon.ico" />
<Content Include="Assets\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -33,6 +34,8 @@
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageIcon></PackageIcon>
<ApplicationIcon>hue_icon.ico</ApplicationIcon>
</PropertyGroup>
</Project>
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB