|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<CFBundleName>Stability Matrix</CFBundleName> |
|
|
|
|
<CFBundleIconFile>Assets/AppIcon.icns</CFBundleIconFile> |
|
|
|
|
<OutputType>WinExe</OutputType> |
|
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
|
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers> |
|
|
|
@ -138,6 +139,12 @@
|
|
|
|
|
<!-- Only for osx-arm64 --> |
|
|
|
|
<AvaloniaResource Include="Assets\macos-arm64\**" Condition="'$(RuntimeIdentifier)' == 'osx-arm64'" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Update="Assets\AppIcon.icns" Condition="'$(RuntimeIdentifier)' == 'osx-arm64'"> |
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
|
</None> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<EmbeddedResource Update="Languages\Resources.resx"> |
|
|
|
|