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