feat: add application icon

This commit is contained in:
tux
2025-07-05 21:10:18 +05:30
parent a76c28d439
commit de59950fc1
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ApplicationIcon>assets\highminded.ico</ApplicationIcon>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
@@ -40,6 +41,10 @@
<PackageReference Include="SoundFlow" Version="1.1.1"/>
</ItemGroup>
<ItemGroup>
<AvaloniaResource Include="assets\**"/>
</ItemGroup>
<ItemGroup>
<Compile Update="ui\windows\MainWindow.axaml.cs">
<DependentUpon>MainWindow.axaml</DependentUpon>