8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
|
|
<Project>
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<Include Condition="'$(CollectCoverage)' == 'true' and '$(CoverageIncludeFilter)' != ''">$(CoverageIncludeFilter)</Include>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
</Project>
|