xamarin-macios/tests/dotnet/MyInterpretedApp/MyInterpretedApp.csproj

10 строки
311 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-ios</TargetFramework>
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
<OutputType>Exe</OutputType>
<MtouchInterpreter>all</MtouchInterpreter>
</PropertyGroup>
</Project>