Init commit

This commit is contained in:
Jeddunk 2021-01-08 18:36:57 +01:00
commit 0c711f7da6
26 changed files with 1733 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MvvmCross.Platforms.Wpf" Version="7.1.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GoldbergGUI.Core\GoldbergGUI.Core.csproj" />
</ItemGroup>
</Project>