Add project files.

This commit is contained in:
2021-01-30 15:33:24 +01:00
parent 54c3c4aa23
commit 295f63669d
7 changed files with 110 additions and 0 deletions

View File

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