Add MacOS GUI support

This commit is contained in:
jvyden 2021-10-18 11:32:47 -04:00
commit 1e561ccea3
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\UnionPatcher.Gui\UnionPatcher.Gui.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.11" />
</ItemGroup>
</Project>