You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
433 B
XML
13 lines
433 B
XML
<Project>
|
|
<Import Project="..\Directory.Build.props" />
|
|
|
|
<PropertyGroup>
|
|
<NoWarn>$(NoWarn);EF1001;xUnit1003;xUnit1013</NoWarn>
|
|
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
|
|
|
|
<!-- TODO: Change to "'$(FixedTestOrder)' != 'true'" once test suite is stable. -->
|
|
<DefineConstants Condition="'$(FixedTestOrder)' != 'false'">$(DefineConstants);FIXED_TEST_ORDER</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|