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

17 строки
460 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<OutputType>Exe</OutputType>
<UseInterpreter>true</UseInterpreter>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<ApplicationTitle>MyInterpretedApp</ApplicationTitle>
<ApplicationId>com.xamarin.myinterpretedapp</ApplicationId>
<ApplicationVersion>1.0</ApplicationVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="../*.cs" />
</ItemGroup>
</Project>