PRS.DigitalKey.iOS.csproj 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. <Configurations>Debug;Release;Publish</Configurations>
  13. <Platforms>AnyCPU</Platforms>
  14. <UseMauiEssentials>true</UseMauiEssentials>
  15. </PropertyGroup>
  16. <PropertyGroup>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  19. <CodesignKey>iPhone Developer</CodesignKey>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  22. <CodesignKey>iPhone Distribution</CodesignKey>
  23. </PropertyGroup>
  24. <!-- <ItemGroup>-->
  25. <!-- <PackageReference Include="Avalonia" Version="11.2.5" />-->
  26. <!-- <PackageReference Include="Avalonia.Desktop" Version="11.2.5" />-->
  27. <!-- <PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.5" />-->
  28. <!-- <PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.5" />-->
  29. <!-- &lt;!&ndash;Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.&ndash;&gt;-->
  30. <!-- <PackageReference Include="Avalonia.Diagnostics" Version="11.2.5">-->
  31. <!-- <IncludeAssets Condition="'$(Configuration)' != 'Debug'">None</IncludeAssets>-->
  32. <!-- <PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>-->
  33. <!-- </PackageReference>-->
  34. <!-- </ItemGroup>-->
  35. <ItemGroup>
  36. <ProjectReference Include="..\..\..\inabox\InABox.Avalonia.Platform.iOS\InABox.Avalonia.Platform.iOS.csproj" />
  37. <ProjectReference Include="..\..\..\inabox\InABox.Avalonia.Platform\InABox.Avalonia.Platform.csproj" />
  38. <ProjectReference Include="..\PRS.DigitalKey\PRS.DigitalKey.csproj" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.2" />
  42. <PackageReference Include="Avalonia.iOS" Version="11.3.2" />
  43. </ItemGroup>
  44. </Project>