-
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.
Add net6.0-* for the binding projects (#1707)
- Loading branch information
1 parent
fe7f7a8
commit d2bdc0b
Showing
91 changed files
with
1,291 additions
and
279 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
22 changes: 0 additions & 22 deletions
22
binding/HarfBuzzSharp.Android/nuget/build/monoandroid1.0/HarfBuzzSharp.targets
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
binding/HarfBuzzSharp.iOS/nuget/build/xamarinios1.0/HarfBuzzSharp.targets
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
binding/HarfBuzzSharp.tvOS/nuget/build/xamarintvos1.0/HarfBuzzSharp.targets
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
binding/HarfBuzzSharp.watchOS/nuget/build/xamarinwatchos1.0/HarfBuzzSharp.targets
This file was deleted.
Oops, something went wrong.
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
23 changes: 23 additions & 0 deletions
23
binding/HarfBuzzSharp/nuget/build/android/HarfBuzzSharp.targets
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,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<!-- temporarily work around https://github.com/xamarin/xamarin-android/issues/5432 --> | ||
<Target Name="_HarfBuzzSharpIncludeNativeSystemLibrariesFixes" BeforeTargets="_IncludeNativeSystemLibraries"> | ||
<ItemGroup> | ||
<_FixedResolvedFileToPublish | ||
Include="@(ResolvedFileToPublish)" | ||
Condition=" | ||
'%(ResolvedFileToPublish.AssetType)' == 'native' and | ||
'%(ResolvedFileToPublish.Filename)' == 'libHarfBuzzSharp' and | ||
'%(ResolvedFileToPublish.Extension)' == '.so' and | ||
'%(ResolvedFileToPublish.NuGetPackageId)' != '' and | ||
'%(ResolvedFileToPublish.RuntimeIdentifier)' == '' and | ||
'%(ResolvedFileToPublish.PathInPackage)' != '' " /> | ||
<ResolvedFileToPublish Update="@(_FixedResolvedFileToPublish)"> | ||
<RuntimeIdentifier>$([System.Text.RegularExpressions.Regex]::Match('%(_FixedResolvedFileToPublish.PathInPackage)', 'runtimes/([^/]+)/native/.*').Groups[1].Value)</RuntimeIdentifier> | ||
</ResolvedFileToPublish> | ||
<_FixedResolvedFileToPublish Remove="@(_FixedResolvedFileToPublish)" /> | ||
</ItemGroup> | ||
</Target> | ||
|
||
</Project> |
29 changes: 29 additions & 0 deletions
29
binding/HarfBuzzSharp/nuget/build/ios/HarfBuzzSharp.targets
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,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<!-- temporarily work around https://github.com/xamarin/xamarin-macios/issues/11667 --> | ||
<Target Name="_HarfBuzzSharpExpandNativeReferencesFixes" BeforeTargets="_ExpandNativeReferences"> | ||
<ItemGroup> | ||
<_PossibleNativeFramework | ||
Include="@(ResolvedFileToPublish)" | ||
Condition=" | ||
'%(ResolvedFileToPublish.AssetType)' == 'native' and | ||
'%(ResolvedFileToPublish.Filename)' == 'libHarfBuzzSharp' and | ||
'%(ResolvedFileToPublish.Extension)' == '' and | ||
'%(ResolvedFileToPublish.NuGetPackageId)' != '' and | ||
'%(ResolvedFileToPublish.PathInPackage)' != ''"> | ||
<FrameworkFilename>$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName(%(ResolvedFileToPublish.PathInPackage)))))</FrameworkFilename> | ||
<DirectoryName>$([System.IO.Path]::GetDirectoryName(%(ResolvedFileToPublish.FullPath)))</DirectoryName> | ||
</_PossibleNativeFramework> | ||
<NativeReference Include="%(_PossibleNativeFramework.DirectoryName)" Condition="'%(FrameworkFilename)' == '%(Filename).framework'"> | ||
<Kind>Framework</Kind> | ||
<NuGetPackageId>%(NuGetPackageId)</NuGetPackageId> | ||
<NuGetPackageVersion>%(NuGetPackageVersion)</NuGetPackageVersion> | ||
<AssetType>%(AssetType)</AssetType> | ||
<RuntimeIdentifier>$([System.Text.RegularExpressions.Regex]::Match('%(_PossibleNativeFramework.PathInPackage)', 'runtimes/([^/]+)/native/.*').Groups[1].Value)</RuntimeIdentifier> | ||
</NativeReference> | ||
<_PossibleNativeFramework Remove="@(_PossibleNativeFramework)" /> | ||
</ItemGroup> | ||
</Target> | ||
|
||
</Project> |
Oops, something went wrong.