This commit is contained in:
2022-04-19 00:05:16 +02:00
parent e7c2ae7b8d
commit d7f2348f0d
20 changed files with 924 additions and 49 deletions

View File

@@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<DebugType>embedded</DebugType>
<ApplicationIcon>..\doge.ico</ApplicationIcon>
<Title>Anime plan program</Title>
<Authors>ultrasn0w</Authors>
@@ -13,7 +14,6 @@
<Company>HANAMI</Company>
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
<LangVersion>10</LangVersion>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>
<ItemGroup>
@@ -22,10 +22,6 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>