Add project files.

This commit is contained in:
2021-03-25 22:24:49 +01:00
parent a970f77cf0
commit 0a186bbe30
10 changed files with 512 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>