10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
|
|
<Project>
|
||
|
|
<!-- Enable multi-level merging -->
|
||
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
||
|
|
|
||
|
|
<!-- Specify rule set for all test projects -->
|
||
|
|
<PropertyGroup>
|
||
|
|
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)codeanalysis.ruleset</CodeAnalysisRuleSet>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|