2 assignments to MSBuild property _IsVSTestTestProject
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (2)
1313
<
_IsVSTestTestProject
Condition="'$(IsTestProject)' == 'true' and '$(IsTestingPlatformApplication)' != 'true'">true</_IsVSTestTestProject>
1314
<
_IsVSTestTestProject
Condition="'$(_IsVSTestTestProject)' == ''">false</_IsVSTestTestProject>
3 usages of MSBuild property _IsVSTestTestProject
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (3)
1314
<_IsVSTestTestProject Condition="'$(
_IsVSTestTestProject
)' == ''">false</_IsVSTestTestProject>
1317
<ShouldBeValidatedAsExecutableReference Condition="'$(
_IsVSTestTestProject
)' == 'true'">false</ShouldBeValidatedAsExecutableReference>
1322
<ValidateExecutableReferencesMatchSelfContained Condition="'$(
_IsVSTestTestProject
)' == 'true' And '$(ValidateExecutableReferencesMatchSelfContained)' == ''">false</ValidateExecutableReferencesMatchSelfContained>