UnionPatcher/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj
Zaprit 7b45a190c3
Update Eto.Forms and add arm64 macOS build support (#22)
* Updated Eto.Forms to 2.7.0 and added build support for osx-arm64

* update to .NET 6.0
2022-07-25 14:31:48 -04:00

24 lines
830 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>LBPUnion.UnionPatcher.Gui.Windows</RootNamespace>
<AssemblyName>LBPUnion.UnionPatcher.Gui.Windows</AssemblyName>
<ApplicationIcon>Icon64.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Direct2D" Version="2.7.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UnionPatcher.Gui\UnionPatcher.Gui.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<KnownFrameworkReference Update="Microsoft.WindowsDesktop.App.WindowsForms" IsWindowsOnly="false" />
</ItemGroup>
</Project>