true
true
<_RequiredProperties Remove="@(_RequiredProperties)"/>
<_RequiredItems Remove="@(_RequiredItems)"/>
<_RequiredProperties Include="BuildContribRoot">
$(BuildContribRoot)
<_RequiredProperties Include="OutputRoot">
$(OutputRoot)
<_RequiredItems Include="MSTestProjects">
@(MSTestProjects)
%(MSTestProjects.FullPath)
<_RequiredItems Include="AllConfigurations">
@(AllConfigurations)
<_RequiredItems Include="AllConfigurations.Configuration">
%(AllConfigurations.Configuration)
BuildMSTestProjects;
BeforeMSTest;
CoreMSTest;
AfterMSTest
$(MSTestDependsOn);
<_CurrentConfig>Debug
<_SearchPath>$(OutputRoot)$(_CurrentConfig)\%(MSTestProjects.Filename)\
<_TestContainers>
BeforeBuildMSTestProjects;
CoreBuildMSTestProjects;
AfterBuildMSTestProjects;
$(BuildMSTestProjectsDependsOn);
<_CurrentConfig>%(AllConfigurations.Configuration)