Files
NebulaLauncher/Nebula.Packager/Nebula.Packager.csproj

8 lines
210 B
XML
Raw Permalink Normal View History

2025-05-01 19:01:59 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>