* Merge and modernize the binding projects * Remove UWP and watchOS * Add the native assets projects * Rename bootstrapper.ps1 to build.ps1 * Add new device tests * Rework the test skipping feature --------- Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
12 lines
No EOL
389 B
XML
12 lines
No EOL
389 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
<HarfBuzzSharpStaticLibraryPath>$(MSBuildThisFileDirectory)libHarfBuzzSharp.a</HarfBuzzSharpStaticLibraryPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<HarfBuzzSharpStaticLibrary Include="$(HarfBuzzSharpStaticLibraryPath)\**\*.a" />
|
|
</ItemGroup>
|
|
|
|
</Project> |