mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-07-24 18:01:39 +00:00
21 lines
799 B
XML
21 lines
799 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers>
|
|
<AssemblyName>LBPUnion.UnionPatcher.Gui.MacOS</AssemblyName>
|
|
<RootNamespace>LBPUnion.UnionPatcher.Gui.MacOS</RootNamespace>
|
|
<ApplicationIcon>Icon64.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\UnionPatcher.Gui\UnionPatcher.Gui.csproj">
|
|
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.0" />
|
|
</ItemGroup>
|
|
</Project>
|