Project setup

This commit is contained in:
maxstrb 2026-03-02 19:45:04 +01:00
commit af95d84f59
10 changed files with 782 additions and 0 deletions

11
tanky-rewrite.csproj Normal file
View file

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>tanky_rewrite</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>