Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Bogatov <egorbo@gmail.com>2018-11-29 11:12:32 +0300
committerMarek Safar <marek.safar@gmail.com>2018-11-29 11:12:32 +0300
commit787f1bc69ccc28e90a0ade27bd113dfc7d045a7c (patch)
tree3b5abb5abffb21a49e32e73055e4af3b5247ca14 /mcs/class/Facades
parent3b47ac2e9acf4a614eae8260dee6ff6190a9b776 (diff)
[NS2.1] Import some primitive System.Drawing types from CoreFX (#11658)
* Import Color and friends from CoreFX * Fix some tests * SystemColors.cs from CoreFX * bump corefx * ignore reflection tests * fix System.Web tests * bump corefx * remove files * fix mobile platforms * fix mobile build * fix mobile build * fix mobile build * fix mobile build * Bump API snapshot submodule * [csproj] Update project files
Diffstat (limited to 'mcs/class/Facades')
-rw-r--r--mcs/class/Facades/System.Drawing.Primitives/embedded_System.Drawing.Primitives.dll.sources24
1 files changed, 15 insertions, 9 deletions
diff --git a/mcs/class/Facades/System.Drawing.Primitives/embedded_System.Drawing.Primitives.dll.sources b/mcs/class/Facades/System.Drawing.Primitives/embedded_System.Drawing.Primitives.dll.sources
index e437af86a0d..bf2b77751d9 100644
--- a/mcs/class/Facades/System.Drawing.Primitives/embedded_System.Drawing.Primitives.dll.sources
+++ b/mcs/class/Facades/System.Drawing.Primitives/embedded_System.Drawing.Primitives.dll.sources
@@ -1,12 +1,18 @@
AssemblyInfo.cs
-../../System.Drawing/System.Drawing/Point.cs
-../../System.Drawing/System.Drawing/PointF.cs
-../../System.Drawing/System.Drawing/Rectangle.cs
-../../System.Drawing/System.Drawing/RectangleF.cs
-../../System.Drawing/System.Drawing/Size.cs
-../../System.Drawing/System.Drawing/SizeF.cs
-
-../../System.Drawing/System.Drawing/Color.cs
-../../System.Drawing/System.Drawing/KnownColor.cs
+../../../../external/corefx/src/System.Drawing.Primitives/src/System/Drawing/Color.cs
+../../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs
+../../../../external/corefx/src/Common/src/System/Drawing/KnownColorTable.cs
+../../../../external/corefx/src/Common/src/System/Drawing/KnownColor.cs
../../System.Drawing/System.Drawing/KnownColors.cs
+../../../../external/corefx/src/System.Drawing.Primitives/src/System/Drawing/Point.cs
+../../../../external/corefx/src/System.Drawing.Primitives/src/System/Drawing/PointF.cs
+../../../../external/corefx/src/System.Drawing.Primitives/src/System/Drawing/Rectangle.cs
+../../../../external/corefx/src/System.Drawing.Primitives/src/System/Drawing/RectangleF.cs
+../../../../external/corefx/src/System.Drawing.Primitives/src/System/Drawing/Size.cs
+../../../../external/corefx/src/System.Drawing.Primitives/src/System/Drawing/SizeF.cs
+../../../../external/corefx/src/Common/src/System/Drawing/ColorUtil.netcoreapp21.cs
+../../../../external/corefx/src/Common/src/System/Drawing/ColorTable.cs
+../../System.Drawing/corefx/SR.cs
+../../System.Drawing/System.Drawing/SR.cs
+../../../../external/corefx/src/System.Drawing.Common/src/System/Drawing/SystemColors.cs