Add csharp version of 40_Gunner

This commit is contained in:
marijnz0r
2022-01-03 12:51:38 +01:00
parent 9e229533c3
commit 711fca294d
2 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>