mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 01:18:22 +00:00
10 lines
357 B
Text
10 lines
357 B
Text
|
|
<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>
|