From 0a0560a511423e419bd9fb618268d59e48c35b9a Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 1 May 2018 23:00:53 +0200 Subject: [PATCH] HACK: Added a .targets file for tizen-x86 --- .../nuget/build/tizen40/HarfBuzzSharp.targets | 13 +++++++++++++ .../nuget/build/tizen40/SkiaSharp.targets | 13 +++++++++++++ nuget/HarfbuzzSharp.nuspec | 1 + nuget/SkiaSharp.nuspec | 2 ++ .../Tizen/SkiaSharpSample/SkiaSharpSample.csproj | 4 ++++ .../SkiaSharpSample.Tizen.csproj | 4 ++++ .../Tizen/SkiaSharpGallery.Tizen.csproj | 7 +++++++ 7 files changed, 44 insertions(+) create mode 100644 binding/HarfBuzzSharp.Tizen/nuget/build/tizen40/HarfBuzzSharp.targets create mode 100644 binding/SkiaSharp.Tizen/nuget/build/tizen40/SkiaSharp.targets diff --git a/binding/HarfBuzzSharp.Tizen/nuget/build/tizen40/HarfBuzzSharp.targets b/binding/HarfBuzzSharp.Tizen/nuget/build/tizen40/HarfBuzzSharp.targets new file mode 100644 index 00000000..e7c4d68c --- /dev/null +++ b/binding/HarfBuzzSharp.Tizen/nuget/build/tizen40/HarfBuzzSharp.targets @@ -0,0 +1,13 @@ + + + + + + + tpkroot\bin\runtimes\linux-x86\native\libHarfBuzzSharp.so + PreserveNewest + + + + \ No newline at end of file diff --git a/binding/SkiaSharp.Tizen/nuget/build/tizen40/SkiaSharp.targets b/binding/SkiaSharp.Tizen/nuget/build/tizen40/SkiaSharp.targets new file mode 100644 index 00000000..68f198de --- /dev/null +++ b/binding/SkiaSharp.Tizen/nuget/build/tizen40/SkiaSharp.targets @@ -0,0 +1,13 @@ + + + + + + + tpkroot\bin\runtimes\linux-x86\native\libSkiaSharp.so + PreserveNewest + + + + \ No newline at end of file diff --git a/nuget/HarfbuzzSharp.nuspec b/nuget/HarfbuzzSharp.nuspec index e6f4043e..1aec4c04 100644 --- a/nuget/HarfbuzzSharp.nuspec +++ b/nuget/HarfbuzzSharp.nuspec @@ -51,6 +51,7 @@ Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release + diff --git a/nuget/SkiaSharp.nuspec b/nuget/SkiaSharp.nuspec index 3d02c824..362cbf6f 100644 --- a/nuget/SkiaSharp.nuspec +++ b/nuget/SkiaSharp.nuspec @@ -52,6 +52,7 @@ Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release + @@ -69,6 +70,7 @@ Please visit https://go.microsoft.com/fwlink/?linkid=868517 to view the release + diff --git a/samples/Basic/Tizen/SkiaSharpSample/SkiaSharpSample.csproj b/samples/Basic/Tizen/SkiaSharpSample/SkiaSharpSample.csproj index a5d48f88..664cb4a5 100644 --- a/samples/Basic/Tizen/SkiaSharpSample/SkiaSharpSample.csproj +++ b/samples/Basic/Tizen/SkiaSharpSample/SkiaSharpSample.csproj @@ -27,14 +27,18 @@ + tpkroot\bin\runtimes\tizen-armel\native\libSkiaSharp.so Always + + diff --git a/samples/Basic/Xamarin.Forms/SkiaSharpSample.Tizen/SkiaSharpSample.Tizen.csproj b/samples/Basic/Xamarin.Forms/SkiaSharpSample.Tizen/SkiaSharpSample.Tizen.csproj index db70a442..9fc9f6ee 100644 --- a/samples/Basic/Xamarin.Forms/SkiaSharpSample.Tizen/SkiaSharpSample.Tizen.csproj +++ b/samples/Basic/Xamarin.Forms/SkiaSharpSample.Tizen/SkiaSharpSample.Tizen.csproj @@ -32,14 +32,18 @@ + tpkroot\bin\runtimes\tizen-armel\native\libSkiaSharp.so Always + + diff --git a/samples/Gallery/Xamarin.Forms/Tizen/SkiaSharpGallery.Tizen.csproj b/samples/Gallery/Xamarin.Forms/Tizen/SkiaSharpGallery.Tizen.csproj index c9db3ca1..2665d833 100644 --- a/samples/Gallery/Xamarin.Forms/Tizen/SkiaSharpGallery.Tizen.csproj +++ b/samples/Gallery/Xamarin.Forms/Tizen/SkiaSharpGallery.Tizen.csproj @@ -32,22 +32,29 @@ + tpkroot\bin\runtimes\tizen-armel\native\libSkiaSharp.so Always + tpkroot\bin\runtimes\tizen-armel\native\libHarfBuzzSharp.so Always + + +