* 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
694 B
XML
12 lines
No EOL
694 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>$(BasicTargetFrameworks)</TargetFrameworks>
|
|
<PackagingGroup>HarfBuzzSharp</PackagingGroup>
|
|
<Title>$(PackagingGroup) - Native Assets for Web Assembly (WASM)</Title>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageFile Include="..\..\output\native\wasm\**\libHarfBuzzSharp*.a" PackagePath="buildTransitive\netstandard1.0" />
|
|
<PackageFile Include="buildTransitive\HarfBuzzSharp.props" PackagePath="buildTransitive\netstandard1.0\$(PackageId).props" />
|
|
<PackageFile Include="buildTransitive\HarfBuzzSharp.targets" PackagePath="buildTransitive\netstandard1.0\$(PackageId).targets" />
|
|
</ItemGroup>
|
|
</Project> |