This commit is contained in:
ipz233_vvv
2025-01-15 14:32:18 +02:00
parent 93a121e94a
commit 2e292c9af3
3 changed files with 418 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<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>