зеркало из https://github.com/mono/SkiaSharp.git
60 строки
2.3 KiB
XML
60 строки
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package>
|
|
<metadata>
|
|
|
|
<!-- package -->
|
|
<id>HarfBuzzSharp.NativeAssets.Linux</id>
|
|
<title>HarfBuzzSharp - Native Assets for Linux</title>
|
|
<version>1.0.0</version>
|
|
<description>
|
|
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
|
|
</description>
|
|
<summary>
|
|
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
|
|
</summary>
|
|
<releaseNotes>
|
|
Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release notes.
|
|
</releaseNotes>
|
|
<projectUrl>https://go.microsoft.com/fwlink/?linkid=868515</projectUrl>
|
|
<iconUrl>https://go.microsoft.com/fwlink/?linkid=2130524</iconUrl>
|
|
<tags>xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp</tags>
|
|
|
|
<!-- legal -->
|
|
<licenseUrl>https://go.microsoft.com/fwlink/?linkid=868514</licenseUrl>
|
|
<authors>Microsoft</authors>
|
|
<owners>Microsoft</owners>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
|
|
<dependencies>
|
|
<group targetFramework="net462">
|
|
<dependency id="HarfBuzzSharp" version="1.0.0" />
|
|
</group>
|
|
<group targetFramework="netstandard1.3">
|
|
<dependency id="HarfBuzzSharp" version="1.0.0" />
|
|
</group>
|
|
</dependencies>
|
|
|
|
</metadata>
|
|
<files>
|
|
|
|
<!-- the build bits -->
|
|
<file src="build/net462/HarfBuzzSharp.targets" target="build/net462/HarfBuzzSharp.NativeAssets.Linux.targets" />
|
|
<file src="build/net462/HarfBuzzSharp.targets" target="buildTransitive/net462/HarfBuzzSharp.NativeAssets.Linux.targets" />
|
|
|
|
<!-- harfbuzz.dll and other native files -->
|
|
<file platform="linux" src="runtimes/linux-x64/native/libHarfBuzzSharp.so" />
|
|
<file platform="linux" src="runtimes/linux-arm/native/libHarfBuzzSharp.so" />
|
|
<file platform="linux" src="runtimes/linux-arm64/native/libHarfBuzzSharp.so" />
|
|
<file platform="linux" src="runtimes/linux-musl-x64/native/libHarfBuzzSharp.so" />
|
|
|
|
<!-- placeholders -->
|
|
<file src="_._" target="lib/net462/_._" />
|
|
<file src="_._" target="lib/netstandard1.3/_._" />
|
|
|
|
<!-- legal -->
|
|
<file src="LICENSE.txt" />
|
|
<file src="THIRD-PARTY-NOTICES.txt" />
|
|
|
|
</files>
|
|
</package> |