<?xml version="1.0" encoding="utf-8"?> <!-- https://go.microsoft.com/fwlink/?LinkID=208121. --> <Project ToolsVersion="4.0"> <PropertyGroup> <Configuration>iOS</Configuration> <Platform>ARM</Platform> <PublishDir>bin\arm\iOS\net7.0\ios-arm\publish\</PublishDir> <PublishProtocol>FileSystem</PublishProtocol> <TargetFramework>net7.0</TargetFramework> <RuntimeIdentifier>ios-arm</RuntimeIdentifier> <SelfContained>True</SelfContained> <PublishSingleFile>False</PublishSingleFile> <PublishReadyToRun>False</PublishReadyToRun> <PublishTrimmed>True</PublishTrimmed> <DefineConstants>OS_IOS;ARCH_ARM</DefineConstants> </PropertyGroup> </Project>