Преглед на файлове

Add aliases for Size and SizeF for UICatalog

Still needed in this csproj because of ambiguous naming from ImageSharp
Brandon Thetford преди 1 година
родител
ревизия
bbd5177de8
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      UICatalog/UICatalog.csproj

+ 2 - 0
UICatalog/UICatalog.csproj

@@ -42,5 +42,7 @@
     <Using Include="System.Drawing.RectangleF" Alias="RectangleF" />
     <Using Include="System.Drawing.Point" Alias="Point" />
     <Using Include="System.Drawing.PointF" Alias="PointF" />
+    <Using Include="System.Drawing.Size" Alias="Size" />
+    <Using Include="System.Drawing.SizeF" Alias="SizeF" />
   </ItemGroup>
 </Project>