2021-10-18 08:14:04 +01:00
|
|
|
<Project>
|
|
|
|
|
<!-- Enable multi-level merging -->
|
|
|
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
|
|
|
|
|
2022-10-05 12:11:51 +02:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<!-- TODO: Update test projects to use nullable reference types and remove this to enable nullable warnings as errors (the solution default) -->
|
|
|
|
|
<Nullable>annotations</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2021-10-18 08:14:04 +01:00
|
|
|
<!-- Specify rule set for all test projects -->
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)codeanalysis.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|