Add project files.

This commit is contained in:
2019-11-24 22:48:24 +01:00
parent 3695ce8514
commit d732ec5812
4 changed files with 227 additions and 0 deletions

View File

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