2 assignments to MSBuild item FreshlyBuiltRootProjects
MSBuildFiles (2)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (2)
130<FreshlyBuiltRootProjects Include="$(OutputPath)Microsoft.Common.props" /> 131<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)
132<FreshlyBuiltProjects Include="$(OutputPath)**\*props" Exclude="@(FreshlyBuiltRootProjects)" /> 195<Copy SourceFiles="@(FreshlyBuiltRootProjects)" 196DestinationFiles="@(FreshlyBuiltRootProjects -> '$(BootstrapDestination)$(TargetMSBuildToolsVersion)\%(Filename)%(Extension)')"