зеркало из https://github.com/DeGsoft/maui-linux.git
19 строки
558 B
XML
19 строки
558 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<Description>Tizen Backend for Xamarin.Forms</Description>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetFramework>tizen40</TargetFramework>
|
|
<TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Tizen.NET" Version="4.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|