Add Application Icon

This commit is contained in:
Amireux
2024-06-29 11:35:36 +08:00
committed by GitHub
parent 778939ceea
commit 26f5308bdb

View File

@@ -7,8 +7,13 @@
<Nullable>enable</Nullable>
<RootNamespace>EggLink.DanhengServer.Program</RootNamespace>
<AssemblyName>DanhengServer</AssemblyName>
<ApplicationIcon>Danheng.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="Danheng.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Command\Command.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />