website/targets/Settings.props
2023-11-20 21:42:55 -06:00

13 lines
No EOL
393 B
XML

<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
</PropertyGroup>
<Import Project="StyleCop.props" Condition="Exists('StyleCop.props')"/>
</Project>