|
|
|
@ -4,10 +4,24 @@ |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="..\..\build\BuildTargets.targets" /> |
|
|
|
<Import Project="..\..\build\SampleApp.props" /> |
|
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<CFBundleName>IntegrationTestApp</CFBundleName> |
|
|
|
<CFBundleIdentifier>net.avaloniaui.avalonia.integrationtestapp</CFBundleIdentifier> |
|
|
|
<NSHighResolutionCapable>true</NSHighResolutionCapable> |
|
|
|
<CFBundleShortVersionString>1.0.0</CFBundleShortVersionString> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Dotnet.Bundle" Version="0.9.13" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<Import Project="..\..\build\BuildTargets.targets" /> |
|
|
|
<Import Project="..\..\build\SampleApp.props" /> |
|
|
|
<Import Project="..\..\build\ReferenceCoreLibraries.props" /> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|