Skip to content

Commit

Permalink
Revert "Add WinUI support (#2042)"
Browse files Browse the repository at this point in the history
This reverts commit 7b3e8f3.
  • Loading branch information
mattleibow committed May 27, 2022
1 parent 7b3e8f3 commit f58bfce
Show file tree
Hide file tree
Showing 286 changed files with 41 additions and 7,615 deletions.
2 changes: 0 additions & 2 deletions VERSIONS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ System.IO.UnmanagedMemoryStream release 4.3.0
System.Drawing.Common release 4.5.1
SharpVk release 0.4.2
Uno.UI release 4.0.8
Uno.WinUI release 4.0.13
Microsoft.WindowsAppSDK release 1.0.3
Microsoft.Maui.Graphics release 6.0.300-rc.2.1310
Microsoft.Windows.SDK.NET.Ref release 10.0.18362.22
Expand Down Expand Up @@ -76,7 +75,6 @@ SkiaSharp.Views.Forms nuget 2.88.1
SkiaSharp.Views.Forms.WPF nuget 2.88.1
SkiaSharp.Views.Forms.GTK nuget 2.88.1
SkiaSharp.Views.Uno nuget 2.88.1
SkiaSharp.Views.Uno.WinUI nuget 2.88.1
SkiaSharp.Views.WinUI nuget 2.88.1
SkiaSharp.Views.Maui.Core nuget 2.88.1
SkiaSharp.Views.Maui.Controls nuget 2.88.1
Expand Down
1 change: 0 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ var TRACKED_NUGETS = new Dictionary<string, Version> {
{ "SkiaSharp.Views.Forms.WPF", new Version (1, 60, 0) },
{ "SkiaSharp.Views.Forms.GTK", new Version (1, 60, 0) },
{ "SkiaSharp.Views.Uno", new Version (1, 60, 0) },
{ "SkiaSharp.Views.Uno.WinUI", new Version (1, 60, 0) },
{ "SkiaSharp.Views.WinUI", new Version (1, 60, 0) },
{ "SkiaSharp.Views.Maui.Core", new Version (1, 60, 0) },
{ "SkiaSharp.Views.Maui.Controls", new Version (1, 60, 0) },
Expand Down
2 changes: 1 addition & 1 deletion cake/UpdateDocs.cake
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Task ("docs-update-frameworks")
var monikers = new List<string> ();
foreach (var id in TRACKED_NUGETS.Keys) {
// skip doc generation for Uno, this is the same as UWP and it is not needed
if (id.StartsWith ("SkiaSharp.Views.Uno") || id.StartsWith ("SkiaSharp.Views.Uno.WinUI") )
if (id.StartsWith ("SkiaSharp.Views.Uno"))
continue;
// skip doc generation for NativeAssets as that has nothing but a native binary
if (id.Contains ("NativeAssets"))
Expand Down
95 changes: 0 additions & 95 deletions nuget/SkiaSharp.Views.Uno.WinUI.nuspec

This file was deleted.

97 changes: 0 additions & 97 deletions samples/Basic/Uno.WinUI/.vsconfig

This file was deleted.

14 changes: 0 additions & 14 deletions samples/Basic/Uno.WinUI/SkiaSharpSample-vsmac.slnf

This file was deleted.

Loading

0 comments on commit f58bfce

Please sign in to comment.