initial commit

This commit is contained in:
2020-02-10 22:15:28 +01:00
commit 37887bc020
12 changed files with 651 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ModernWpfUI" Version="0.7.4" />
</ItemGroup>
</Project>