|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<CFBundleName>Stability Matrix</CFBundleName> |
|
|
|
|
<OutputType>WinExe</OutputType> |
|
|
|
|
<TargetFramework>net8.0</TargetFramework> |
|
|
|
|
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers> |
|
|
|
@ -14,6 +15,13 @@
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<CFBundleURLTypes Include="dummy"> |
|
|
|
|
<CFBundleURLName>StabilityMatrix.URL</CFBundleURLName> |
|
|
|
|
<CFBundleURLSchemes>stabilitymatrix;stabilitymatrix://</CFBundleURLSchemes> |
|
|
|
|
</CFBundleURLTypes> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<InternalsVisibleTo Include="StabilityMatrix.Tests" /> |
|
|
|
|
<InternalsVisibleTo Include="StabilityMatrix.UITests" /> |
|
|
|
@ -40,6 +48,7 @@
|
|
|
|
|
<PackageReference Include="Dock.Avalonia" Version="11.0.0.3" /> |
|
|
|
|
<PackageReference Include="Dock.Model.Avalonia" Version="11.0.0.3" /> |
|
|
|
|
<PackageReference Include="Dock.Serializer" Version="11.0.0.3" /> |
|
|
|
|
<PackageReference Include="DotNet.Bundle" Version="0.9.13" /> |
|
|
|
|
<PackageReference Include="DynamicData" Version="8.1.1" /> |
|
|
|
|
<PackageReference Include="Exceptionless.DateTimeExtensions" Version="3.4.3" /> |
|
|
|
|
<PackageReference Include="FluentAvalonia.BreadcrumbBar" Version="2.0.2" /> |
|
|
|
|