-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Native Windows Symbols + HarfBuzzSharp.NativeAssets.* (#1797)
Co-authored-by: Peter Collins <[email protected]>
- Loading branch information
1 parent
789cb44
commit 68e80fa
Showing
21 changed files
with
642 additions
and
67 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
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,60 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
|
||
<!-- package --> | ||
<id>HarfBuzzSharp.NativeAssets.Android</id> | ||
<title>HarfBuzzSharp - Native Assets for Android</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="monoandroid1.0"> | ||
</group> | ||
<group targetFramework="net6.0-android30.0"> | ||
</group> | ||
</dependencies> | ||
|
||
</metadata> | ||
<files> | ||
|
||
<!-- the build bits --> | ||
<file src="build/monoandroid1.0/HarfBuzzSharp.targets" target="build/monoandroid1.0/HarfBuzzSharp.NativeAssets.Android.targets" /> | ||
<file src="build/monoandroid1.0/HarfBuzzSharp.targets" target="buildTransitive/monoandroid1.0/HarfBuzzSharp.NativeAssets.Android.targets" /> | ||
<file src="build/net6.0-android/HarfBuzzSharp.targets" target="build/net6.0-android30.0/HarfBuzzSharp.NativeAssets.Android.targets" /> | ||
<file src="build/net6.0-android/HarfBuzzSharp.targets" target="buildTransitive/net6.0-android30.0/HarfBuzzSharp.NativeAssets.Android.targets" /> | ||
|
||
<!-- libHarfBuzzSharp.dll and other native files --> | ||
<file platform="macos,windows" src="runtimes/android-x64/native/libHarfBuzzSharp.so" /> | ||
<file platform="macos,windows" src="runtimes/android-x86/native/libHarfBuzzSharp.so" /> | ||
<file platform="macos,windows" src="runtimes/android-arm/native/libHarfBuzzSharp.so" /> | ||
<file platform="macos,windows" src="runtimes/android-arm64/native/libHarfBuzzSharp.so" /> | ||
|
||
<!-- placeholders --> | ||
<file src="_._" target="lib/monoandroid1.0/_._" /> | ||
<file src="_._" target="lib/net6.0-android30.0/_._" /> | ||
|
||
<!-- 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>HarfBuzzSharp.NativeAssets.MacCatalyst</id> | ||
<title>HarfBuzzSharp - Native Assets for Mac Catalyst</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="net6.0-maccatalyst13.5"> | ||
</group> | ||
</dependencies> | ||
|
||
</metadata> | ||
<files> | ||
|
||
<!-- the build bits --> | ||
<file src="build/net6.0-maccatalyst/HarfBuzzSharp.targets" target="build/net6.0-maccatalyst13.5/HarfBuzzSharp.NativeAssets.MacCatalyst.targets" /> | ||
<file src="build/net6.0-maccatalyst/HarfBuzzSharp.targets" target="buildTransitive/net6.0-maccatalyst13.5/HarfBuzzSharp.NativeAssets.MacCatalyst.targets" /> | ||
|
||
<!-- libHarfBuzzSharp.dll and other native files --> | ||
<file platform="macos" src="runtimes/maccatalyst/native/libHarfBuzzSharp.framework.zip" target="runtimes/maccatalyst/native/libHarfBuzzSharp.framework.zip" /> | ||
|
||
<!-- placeholders --> | ||
<file src="_._" target="lib/net6.0-maccatalyst13.5/_._" /> | ||
|
||
<!-- 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,53 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
|
||
<!-- package --> | ||
<id>HarfBuzzSharp.NativeAssets.Tizen</id> | ||
<title>HarfBuzzSharp - Native Assets for Tizen</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="tizen40"> | ||
</group> | ||
</dependencies> | ||
|
||
</metadata> | ||
<files> | ||
|
||
<!-- the build bits --> | ||
<file src="build/tizen40/HarfBuzzSharp.targets" target="build/tizen40/HarfBuzzSharp.NativeAssets.Tizen.targets" /> | ||
<file src="build/tizen40/HarfBuzzSharp.targets" target="buildTransitive/tizen40/HarfBuzzSharp.NativeAssets.Tizen.targets" /> | ||
|
||
<!-- libHarfBuzzSharp.dll and other native files --> | ||
<file src="build/tizen40/arm/libHarfBuzzSharp.so" /> | ||
<file src="build/tizen40/x86/libHarfBuzzSharp.so" /> | ||
|
||
<!-- placeholders --> | ||
<file src="_._" target="lib/tizen40/_._" /> | ||
|
||
<!-- 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,57 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
|
||
<!-- package --> | ||
<id>HarfBuzzSharp.NativeAssets.UWP</id> | ||
<title>HarfBuzzSharp - Native Assets for UWP</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="uap10.0.10240"> | ||
</group> | ||
</dependencies> | ||
|
||
</metadata> | ||
<files> | ||
|
||
<!-- the build bits --> | ||
|
||
<!-- libHarfBuzzSharp.dll and other native files --> | ||
<file platform="windows" src="runtimes/win10-x64/nativeassets/uap10.0/libHarfBuzzSharp.dll" /> | ||
<file platform="windows" src="runtimes/win10-x64/nativeassets/uap10.0/libHarfBuzzSharp.pdb" /> | ||
<file platform="windows" src="runtimes/win10-x86/nativeassets/uap10.0/libHarfBuzzSharp.dll" /> | ||
<file platform="windows" src="runtimes/win10-x86/nativeassets/uap10.0/libHarfBuzzSharp.pdb" /> | ||
<file platform="windows" src="runtimes/win10-arm/nativeassets/uap10.0/libHarfBuzzSharp.dll" /> | ||
<file platform="windows" src="runtimes/win10-arm/nativeassets/uap10.0/libHarfBuzzSharp.pdb" /> | ||
<file platform="windows" src="runtimes/win10-arm64/nativeassets/uap10.0/libHarfBuzzSharp.dll" /> | ||
<file platform="windows" src="runtimes/win10-arm64/nativeassets/uap10.0/libHarfBuzzSharp.pdb" /> | ||
|
||
<!-- placeholders --> | ||
<file src="_._" target="lib/uap10.0.10240/_._" /> | ||
|
||
<!-- 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,60 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
|
||
<!-- package --> | ||
<id>HarfBuzzSharp.NativeAssets.Win32</id> | ||
<title>HarfBuzzSharp - Native Assets for Win32</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"> | ||
</group> | ||
<group targetFramework="netstandard1.3"> | ||
</group> | ||
</dependencies> | ||
|
||
</metadata> | ||
<files> | ||
|
||
<!-- the build bits --> | ||
<file src="build/net462/HarfBuzzSharp.targets" target="build/net462/HarfBuzzSharp.NativeAssets.Win32.targets" /> | ||
<file src="build/net462/HarfBuzzSharp.targets" target="buildTransitive/net462/HarfBuzzSharp.NativeAssets.Win32.targets" /> | ||
|
||
<!-- libHarfBuzzSharp.dll and other native files --> | ||
<file platform="windows" src="runtimes/win-x64/native/libHarfBuzzSharp.dll" /> | ||
<file platform="windows" src="runtimes/win-x64/native/libHarfBuzzSharp.pdb" /> | ||
<file platform="windows" src="runtimes/win-x86/native/libHarfBuzzSharp.dll" /> | ||
<file platform="windows" src="runtimes/win-x86/native/libHarfBuzzSharp.pdb" /> | ||
<file platform="windows" src="runtimes/win-arm64/native/libHarfBuzzSharp.dll" /> | ||
<file platform="windows" src="runtimes/win-arm64/native/libHarfBuzzSharp.pdb" /> | ||
|
||
<!-- 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> |
Oops, something went wrong.