Add project files.

This commit is contained in:
2021-01-31 13:43:28 +01:00
parent bb35d9f206
commit cc9a2971a0
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>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>