2021-05-13 19:45:48 +03:00
|
|
|
<?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>
|
|
|
|
|
2021-09-08 10:20:05 +03:00
|
|
|
<Import Project="../../common/shared-dotnet.csproj" />
|
|
|
|
|
2021-05-13 19:45:48 +03:00
|
|
|
<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>
|