MobileSandbox.iOS.csproj 466 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <ProvisioningType>manual</ProvisioningType>
  5. <TargetFramework>net6.0-ios</TargetFramework>
  6. <SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj" />
  10. <ProjectReference Include="..\MobileSandbox\MobileSandbox.csproj" />
  11. </ItemGroup>
  12. </Project>