Files
kortapp-z/AppStore.csproj
zsyg fbaa9e0515 Add files via upload
初始化
2025-06-13 11:10:16 +08:00

31 lines
927 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<NoWarn>CS8622</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<WarningsAsErrors>CS8618</WarningsAsErrors>
<ApplicationIcon>img\ico\icon.ico</ApplicationIcon>
<Platforms>x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<None Include="help.txt" />
<None Include="resource\aria2c.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="img\png\WindowsCleaner.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="img\ico\icon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>