2 assignments to MSBuild item _FileSystemGlobbingContent
Microsoft.NET.Sdk.Razor.Tasks (1)
Microsoft.NET.Sdk.Razor.Tasks.csproj (1)
92<_FileSystemGlobbingContent Include ="@(_FileSystemGlobbing)" TargetPath="tasks\$(SdkTargetFramework)\%(_FileSystemGlobbing.Filename)%(_FileSystemGlobbing.Extension)" />
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj (1)
71<_FileSystemGlobbingContent Include="@(_FileSystemGlobbing)" TargetPath="tasks\$(TargetFramework)\%(_FileSystemGlobbing.Filename)%(_FileSystemGlobbing.Extension)" />
4 usages of MSBuild item _FileSystemGlobbingContent
Microsoft.NET.Sdk.Razor.Tasks (2)
Microsoft.NET.Sdk.Razor.Tasks.csproj (2)
96<Copy SourceFiles="@(_FileSystemGlobbingContent)" DestinationFiles="@(_FileSystemGlobbingContent->'$(PackageLayoutOutputPath)%(TargetPath)')">
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj (2)
75<Copy SourceFiles="@(_FileSystemGlobbingContent)" DestinationFiles="@(_FileSystemGlobbingContent->'$(PackageLayoutOutputPath)%(TargetPath)')" SkipUnchangedFiles="true">