mirror of
https://github.com/ultrasn0w/app.git
synced 2025-12-14 00:49:53 +01:00
Base proj
This commit is contained in:
25
APP/APP.csproj
Normal file
25
APP/APP.csproj
Normal file
@@ -0,0 +1,25 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<Nullable>enable</Nullable>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<ApplicationIcon>..\doge.ico</ApplicationIcon>
|
||||
<Title>Anime plan program</Title>
|
||||
<Authors>ultrasn0w</Authors>
|
||||
<Description>Hanami Anime plan program</Description>
|
||||
<Copyright>Hanami</Copyright>
|
||||
<Company>HANAMI</Company>
|
||||
<TargetFramework>net6.0-windows7.0</TargetFramework>
|
||||
<LangVersion>10</LangVersion>
|
||||
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="..\doge.ico">
|
||||
<Link>doge.ico</Link>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user