mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-23 17:08:21 +00:00
9 lines
357 B
XML
9 lines
357 B
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />
|
|
<Import Project="../../test.props" />
|
|
|
|
<PropertyGroup>
|
|
<!--Naming rule violation: Missing suffix: 'Async' (we don't append async on test method names) -->
|
|
<NoWarn>$(NoWarn);IDE1006</NoWarn>
|
|
</PropertyGroup>
|
|
</Project>
|