xamarin-macios/tests/bindings-test2/dotnet/macOS/bindings-test2.csproj

14 строки
380 B
XML
Исходник Обычный вид История

2020-08-10 14:40:15 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
2020-08-10 14:40:15 +03:00
<PropertyGroup>
<TargetFramework>net6.0-macos</TargetFramework>
2020-08-10 14:40:15 +03:00
</PropertyGroup>
<!-- Imports of the form '../shared.csproj' will be processed by xharness -->
<Import Project="../shared.csproj" />
<ItemGroup>
<!-- this empty item group is here for xharness -->
</ItemGroup>
2020-08-10 14:40:15 +03:00
</Project>