Files
NebulaLauncher/Nebula.Packager/Nebula.Packager.csproj
2026-01-16 18:32:37 +03:00

8 lines
210 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>