PRS.DigitalKey.iOS.csproj 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFrameworks>net8.0-ios;net9.0-ios</TargetFrameworks>
  5. <SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
  6. <Nullable>enable</Nullable>
  7. <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
  8. <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
  9. <PublishTrimmed>True</PublishTrimmed>
  10. <IsTrimmable>True</IsTrimmable>
  11. <RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
  12. </PropertyGroup>
  13. <PropertyGroup>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  16. <CodesignKey>iPhone Developer</CodesignKey>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  19. <CodesignKey>iPhone Distribution</CodesignKey>
  20. </PropertyGroup>
  21. <!-- <ItemGroup>-->
  22. <!-- <PackageReference Include="Avalonia" Version="11.2.5" />-->
  23. <!-- <PackageReference Include="Avalonia.Desktop" Version="11.2.5" />-->
  24. <!-- <PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.5" />-->
  25. <!-- <PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.5" />-->
  26. <!-- &lt;!&ndash;Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.&ndash;&gt;-->
  27. <!-- <PackageReference Include="Avalonia.Diagnostics" Version="11.2.5">-->
  28. <!-- <IncludeAssets Condition="'$(Configuration)' != 'Debug'">None</IncludeAssets>-->
  29. <!-- <PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>-->
  30. <!-- </PackageReference>-->
  31. <!-- </ItemGroup>-->
  32. <ItemGroup>
  33. <ProjectReference Include="..\..\..\inabox\InABox.Avalonia.Platform.iOS\InABox.Avalonia.Platform.iOS.csproj" />
  34. <ProjectReference Include="..\..\..\inabox\InABox.Avalonia.Platform\InABox.Avalonia.Platform.csproj" />
  35. <ProjectReference Include="..\PRS.DigitalKey\PRS.DigitalKey.csproj" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.2" />
  39. <PackageReference Include="Avalonia.iOS" Version="11.2.2" />
  40. </ItemGroup>
  41. </Project>