mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
23 lines
878 B
XML
23 lines
878 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Nullable>enable</Nullable>
|
|
<AnalysisLevel>latest-recommended</AnalysisLevel>
|
|
<WarningLevel>8</WarningLevel>
|
|
<CharacterSet>UTF-8</CharacterSet>
|
|
<Deterministic>true</Deterministic>
|
|
<UTF8OutPut>true</UTF8OutPut>
|
|
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL;CODE_ANALYSIS</DefineConstants>
|
|
<NoLogo>True</NoLogo>
|
|
<DefineTrace>True</DefineTrace>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
|
|
<PackageReference Include="JetBrains.ExternalAnnotations" Version="10.2.149" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Using Include="System.Buffers" />
|
|
<Using Include="System.Collections.Specialized" />
|
|
<Using Include="System.Numerics" />
|
|
<Using Include="System.Runtime.CompilerServices" />
|
|
</ItemGroup>
|
|
</Project> |