Browse Source

Move that section up by the package imports and annotate it

Brandon Thetford 1 năm trước cách đây
mục cha
commit
6320a46638
1 tập tin đã thay đổi với 9 bổ sung7 xóa
  1. 9 7
      Terminal.Gui/Terminal.Gui.csproj

+ 9 - 7
Terminal.Gui/Terminal.Gui.csproj

@@ -52,6 +52,15 @@
     <PackageReference Include="Wcwidth" Version="2.0.0" />
   </ItemGroup>
   <!-- =================================================================== -->
+  <!-- Global Usings and Type Aliases -->
+  <!-- =================================================================== -->
+  <ItemGroup>
+    <Using Include="JetBrains.Annotations" />
+    <Using Include="System.Diagnostics.Contracts.PureAttribute" Alias="PureAttribute" />
+    <Using Include="System.Drawing" />
+    <Using Include="System.Text" />
+  </ItemGroup>
+  <!-- =================================================================== -->
   <!-- Namespaces for which internal items are visible -->
   <!-- =================================================================== -->
   <ItemGroup>
@@ -86,13 +95,6 @@
       <LastGenOutput>Strings.Designer.cs</LastGenOutput>
     </EmbeddedResource>
   </ItemGroup>
-  <ItemGroup>
-    <Using Include="JetBrains.Annotations" />
-    <Using Include="System.Diagnostics.Contracts.PureAttribute" Alias="PureAttribute" />
-    <Using Include="System.Drawing" />
-    <Using Include="System.Text" />
-    <Using Include="JetBrains.Annotations" />
-  </ItemGroup>
   <!-- =================================================================== -->
   <!-- Nuget  -->
   <!-- =================================================================== -->