|
@@ -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 -->
|
|
<!-- =================================================================== -->
|
|
<!-- =================================================================== -->
|