Files
NeoComputers/Stonecutter-Arch-Template.csproj
ipz233_vvv 2e292c9af3 csproj
2025-01-15 14:32:18 +02:00

12 lines
303 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Stonecutter_Arch_Template</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>