Haru/Launcher/Launcher.csproj
2021-12-28 21:29:03 +01:00

12 lines
289 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
</Project>