-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7 changed files
with
192 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
|
||
<!-- package --> | ||
<id>HarfBuzzSharp.NativeAssets.NanoServer</id> | ||
<title>HarfBuzzSharp - Native Assets for Microsoft Nano Server</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=868516</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> | ||
<dependency id="HarfBuzzSharp" version="1.0.0" /> | ||
</dependencies> | ||
|
||
</metadata> | ||
<files> | ||
|
||
<!-- the build bits --> | ||
<file src="build/net45/HarfBuzzSharp.targets" target="build/net45/HarfBuzzSharp.NativeAssets.NanoServer.targets" /> | ||
|
||
<!-- harfbuzz.dll and other native files --> | ||
<file platform="windows" src="runtimes/win-x64/native/libHarfBuzzSharp.dll" /> | ||
|
||
<!-- placeholders --> | ||
<file src="_._" target="lib/net45/_._" /> | ||
<file src="_._" target="lib/netstandard/_._" /> | ||
|
||
<!-- legal --> | ||
<file src="LICENSE.txt" /> | ||
<file src="THIRD-PARTY-NOTICES.txt" /> | ||
|
||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
|
||
<!-- package --> | ||
<id>SkiaSharp.NativeAssets.NanoServer</id> | ||
<title>SkiaSharp - Native Assets for Microsoft Nano Server</title> | ||
<version>1.0.0</version> | ||
<description> | ||
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. | ||
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images. | ||
</description> | ||
<summary> | ||
SkiaSharp is a cross-platform 2D graphics API for .NET platforms that can be used across mobile, server and desktop models to render images. | ||
</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=868516</iconUrl> | ||
<tags>xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform skiasharp</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> | ||
<dependency id="SkiaSharp" version="1.0.0" /> | ||
</dependencies> | ||
|
||
</metadata> | ||
<files> | ||
|
||
<!-- the build bits --> | ||
<file src="build/net45/SkiaSharp.targets" target="build/net45/SkiaSharp.NativeAssets.NanoServer.targets" /> | ||
|
||
<!-- libSkiaSharp.dll and other native files --> | ||
<file platform="windows" src="runtimes/win-x64/native/libSkiaSharp.dll" /> | ||
|
||
<!-- placeholders --> | ||
<file src="_._" target="lib/net45/_._" /> | ||
<file src="_._" target="lib/netstandard/_._" /> | ||
|
||
<!-- legal --> | ||
<file src="LICENSE.txt" /> | ||
<file src="THIRD-PARTY-NOTICES.txt" /> | ||
|
||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters