mirror of
https://github.com/project-redbud/FunGame-Server.git
synced 2025-12-15 04:48:21 +00:00
add logo
This commit is contained in:
parent
7b6a3b67ea
commit
88dfe446e4
@ -15,6 +15,7 @@
|
||||
<AssemblyName>FunGameServer</AssemblyName>
|
||||
<RootNamespace>Milimoe.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<ApplicationIcon>logo.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
@ -33,6 +34,10 @@
|
||||
<None Remove="Libraries\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="logo.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
|
||||
<PackageReference Include="MySql.Data" Version="9.1.0" />
|
||||
|
||||
BIN
FunGame.Server/logo.ico
Normal file
BIN
FunGame.Server/logo.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
@ -8,6 +8,7 @@
|
||||
<BaseOutputPath>..\bin\</BaseOutputPath>
|
||||
<AssemblyName>FunGameWebAPI</AssemblyName>
|
||||
<Authors>Milimoe</Authors>
|
||||
<ApplicationIcon>logo.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
@ -18,6 +19,10 @@
|
||||
<DebugType>embedded</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="logo.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.2" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
|
||||
|
||||
BIN
FunGame.WebAPI/logo.ico
Normal file
BIN
FunGame.WebAPI/logo.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Loading…
x
Reference in New Issue
Block a user