Haru/Launcher/Launcher.csproj

12 lines
289 B
XML
Raw Normal View History

2021-12-28 21:29:03 +01:00
<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>