Initial changes to enable Espresso

This commit is contained in:
Den Delimarsky
2021-03-09 08:13:52 -08:00
parent 38eb6ad062
commit d9a29e1da5
8 changed files with 777 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>