Add Application Icon

This commit is contained in:
Amireux
2024-06-29 11:34:22 +08:00
committed by GitHub
parent 12a25ef3ac
commit a0daefe03d

View File

@@ -9,8 +9,13 @@
<StartupObject></StartupObject>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyName>DanhengGameServer</AssemblyName>
<ApplicationIcon>Danheng.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="Danheng.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj" />
<ProjectReference Include="..\WebServer\WebServer.csproj" />