2 assignments to MSBuild item FreshlyBuiltRootProjects
MSBuildFiles (2)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (2)
117
<
FreshlyBuiltRootProjects
Include="$(OutputPath)Microsoft.Common.props" />
118
<
FreshlyBuiltRootProjects
Include="$(OutputPath)Microsoft.VisualStudioVersion.*.Common.props" />
3 usages of MSBuild item FreshlyBuiltRootProjects
MSBuildFiles (3)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (3)
119
<FreshlyBuiltProjects Include="$(OutputPath)**\*props" Exclude="@(
FreshlyBuiltRootProjects
)" />
182
<Copy SourceFiles="@(
FreshlyBuiltRootProjects
)"
183
DestinationFiles="@(
FreshlyBuiltRootProjects
-> '$(BootstrapDestination)$(TargetMSBuildToolsVersion)\%(Filename)%(Extension)')"