Add project files.

This commit is contained in:
2021-04-20 23:55:50 +02:00
parent 8cf0bcdb1d
commit fbb246d09b
6 changed files with 505 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
</Project>