mirror of
https://github.com/project-redbud/FunGame-Server.git
synced 2025-04-22 03:59:36 +08:00
delete logo
This commit is contained in:
parent
37d55b6708
commit
7b6a3b67ea
@ -5,8 +5,6 @@
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<ApplicationIcon>logo.ico</ApplicationIcon>
|
||||
<PackageIcon>logo.ico</PackageIcon>
|
||||
<BaseOutputPath>..\bin</BaseOutputPath>
|
||||
<Title>FunGameServer</Title>
|
||||
<Company>Milimoe</Company>
|
||||
@ -35,10 +33,6 @@
|
||||
<None Remove="Libraries\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="logo.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
|
||||
<PackageReference Include="MySql.Data" Version="9.1.0" />
|
||||
@ -51,11 +45,4 @@
|
||||
<ProjectReference Include="..\FunGame.Implement\FunGame.Implement.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Images\logo.ico">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath>\</PackagePath>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -7,7 +7,6 @@
|
||||
<RootNamespace>Milimoe.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
|
||||
<BaseOutputPath>..\bin\</BaseOutputPath>
|
||||
<AssemblyName>FunGameWebAPI</AssemblyName>
|
||||
<ApplicationIcon>Images\logo.ico</ApplicationIcon>
|
||||
<Authors>Milimoe</Authors>
|
||||
</PropertyGroup>
|
||||
|
||||
@ -19,10 +18,6 @@
|
||||
<DebugType>embedded</DebugType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="Images\logo.ico" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.2" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
|
||||
@ -37,13 +32,6 @@
|
||||
<ProjectReference Include="..\FunGame.Server\FunGame.Server.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="Images\logo.ico">
|
||||
<PackagePath>\</PackagePath>
|
||||
<Pack>True</Pack>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="wwwroot\" />
|
||||
</ItemGroup>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
Loading…
x
Reference in New Issue
Block a user