Base project

This commit is contained in:
2021-03-16 11:09:46 +01:00
parent 1ec1ec63a2
commit 759d901b57
5 changed files with 359 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>