9 lines
No EOL
242 B
XML
9 lines
No EOL
242 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<LangVersion>12</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="StyleCop.props" Condition="Exists('StyleCop.props')"/>
|
|
</Project> |