delete logo

This commit is contained in:
milimoe 2025-04-17 23:32:40 +08:00
parent 37d55b6708
commit 7b6a3b67ea
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E
3 changed files with 0 additions and 25 deletions

View File

@ -5,8 +5,6 @@
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ApplicationIcon>logo.ico</ApplicationIcon>
<PackageIcon>logo.ico</PackageIcon>
<BaseOutputPath>..\bin</BaseOutputPath> <BaseOutputPath>..\bin</BaseOutputPath>
<Title>FunGameServer</Title> <Title>FunGameServer</Title>
<Company>Milimoe</Company> <Company>Milimoe</Company>
@ -35,10 +33,6 @@
<None Remove="Libraries\**" /> <None Remove="Libraries\**" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Remove="logo.ico" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" /> <PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
<PackageReference Include="MySql.Data" Version="9.1.0" /> <PackageReference Include="MySql.Data" Version="9.1.0" />
@ -51,11 +45,4 @@
<ProjectReference Include="..\FunGame.Implement\FunGame.Implement.csproj" /> <ProjectReference Include="..\FunGame.Implement\FunGame.Implement.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="Images\logo.ico">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project> </Project>

View File

@ -7,7 +7,6 @@
<RootNamespace>Milimoe.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace> <RootNamespace>Milimoe.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<BaseOutputPath>..\bin\</BaseOutputPath> <BaseOutputPath>..\bin\</BaseOutputPath>
<AssemblyName>FunGameWebAPI</AssemblyName> <AssemblyName>FunGameWebAPI</AssemblyName>
<ApplicationIcon>Images\logo.ico</ApplicationIcon>
<Authors>Milimoe</Authors> <Authors>Milimoe</Authors>
</PropertyGroup> </PropertyGroup>
@ -19,10 +18,6 @@
<DebugType>embedded</DebugType> <DebugType>embedded</DebugType>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Content Include="Images\logo.ico" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.2" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.2" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" /> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2" />
@ -37,13 +32,6 @@
<ProjectReference Include="..\FunGame.Server\FunGame.Server.csproj" /> <ProjectReference Include="..\FunGame.Server\FunGame.Server.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Update="Images\logo.ico">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
</ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="wwwroot\" /> <Folder Include="wwwroot\" />
</ItemGroup> </ItemGroup>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB