SafeAreaDemo.iOS.csproj 497 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net7.0-ios</TargetFramework>
  5. <SupportedOSPlatformVersion>10.0</SupportedOSPlatformVersion>
  6. <ProvisioningType>manual</ProvisioningType>
  7. <Nullable>enable</Nullable>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\SafeAreaDemo\SafeAreaDemo.csproj" />
  11. <ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj" />
  12. </ItemGroup>
  13. </Project>