2 assignments to MSBuild item _FileSystemGlobbing
Microsoft.NET.Sdk.Razor.Tasks (1)
Microsoft.NET.Sdk.Razor.Tasks.csproj (1)
91<_FileSystemGlobbing Include="@(ReferencePath)" Condition="'%(ReferencePath.NuGetPackageId)' == 'Microsoft.Extensions.FileSystemGlobbing'" />
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj (1)
70<_FileSystemGlobbing Include="@(ReferencePath)" Condition="'%(ReferencePath.NuGetPackageId)' == 'Microsoft.Extensions.FileSystemGlobbing'" />
4 usages of MSBuild item _FileSystemGlobbing
Microsoft.NET.Sdk.Razor.Tasks (2)
Microsoft.NET.Sdk.Razor.Tasks.csproj (2)
92<_FileSystemGlobbingContent Include ="@(_FileSystemGlobbing)" TargetPath="tasks\$(SdkTargetFramework)\%(_FileSystemGlobbing.Filename)%(_FileSystemGlobbing.Extension)" /> 93<AdditionalContent Include="@(_FileSystemGlobbing)" PackagePath="tasks\$(SdkTargetFramework)" />
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Microsoft.NET.Sdk.StaticWebAssets.Tasks.csproj (2)
71<_FileSystemGlobbingContent Include="@(_FileSystemGlobbing)" TargetPath="tasks\$(TargetFramework)\%(_FileSystemGlobbing.Filename)%(_FileSystemGlobbing.Extension)" /> 72<AdditionalContent Include="@(_FileSystemGlobbing)" PackagePath="tasks\$(TargetFramework)" />