소스 검색

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.RectangleF" Alias="RectangleF" />
     <Using Include="System.Drawing.Point" Alias="Point" />
     <Using Include="System.Drawing.Point" Alias="Point" />
     <Using Include="System.Drawing.PointF" Alias="PointF" />
     <Using Include="System.Drawing.PointF" Alias="PointF" />
+    <Using Include="System.Drawing.Size" Alias="Size" />
+    <Using Include="System.Drawing.SizeF" Alias="SizeF" />
   </ItemGroup>
   </ItemGroup>
 </Project>
 </Project>