浏览代码

Move that section up by the package imports and annotate it

Brandon Thetford 1 年之前
父节点
当前提交
6320a46638
共有 1 个文件被更改,包括 9 次插入7 次删除
  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" />
     <PackageReference Include="Wcwidth" Version="2.0.0" />
   </ItemGroup>
   </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 -->
   <!-- Namespaces for which internal items are visible -->
   <!-- =================================================================== -->
   <!-- =================================================================== -->
   <ItemGroup>
   <ItemGroup>
@@ -86,13 +95,6 @@
       <LastGenOutput>Strings.Designer.cs</LastGenOutput>
       <LastGenOutput>Strings.Designer.cs</LastGenOutput>
     </EmbeddedResource>
     </EmbeddedResource>
   </ItemGroup>
   </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  -->
   <!-- Nuget  -->
   <!-- =================================================================== -->
   <!-- =================================================================== -->