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

22 строки
640 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<OutputType>Exe</OutputType>
<ApplicationTitle>NativeFileReferences</ApplicationTitle>
<ApplicationId>com.xamarin.nativefilereferences</ApplicationId>
<ApplicationVersion>1.0</ApplicationVersion>
</PropertyGroup>
<Import Project="../../common/shared-dotnet.csproj" />
<ItemGroup>
<NativeReference Include="..\..\..\test-libraries\.libs\$(FatName)\libtest.a" Kind="Static" />
<NativeReference Include="..\..\..\test-libraries\.libs\$(FatName)\libtest2.a" Kind="Static" />
</ItemGroup>
<ItemGroup>
<Compile Include="../*.cs" />
</ItemGroup>
</Project>