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