6 assignments to MSBuild item AllItemsFullPathWithTargetPath
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets (3)
448
<
AllItemsFullPathWithTargetPath
Include="$(ProjectDepsFilePath)"
454
<
AllItemsFullPathWithTargetPath
Include="$(ProjectRuntimeConfigFilePath)"
457
<
AllItemsFullPathWithTargetPath
Include="$(ProjectRuntimeConfigDevFilePath)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
5333
<
AllItemsFullPathWithTargetPath
Include="@(_SourceItemsToCopyToOutputDirectoryAlways->'%(FullPath)');@(_SourceItemsToCopyToOutputDirectory->'%(FullPath)');@(_SourceItemsToCopyToOutputDirectoryIfDifferent->'%(FullPath)')"/>
C\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Xaml.targets (1)
423
<
AllItemsFullPathWithTargetPath
Include="@(_XamlAppDefItemsToCopyWithTargetPath)"/>
rzc (1)
Microsoft.NET.Sdk.Razor.Tool.csproj (1)
44
<
AllItemsFullPathWithTargetPath
Include="$(ProjectRuntimeConfigFilePath)">
3 usages of MSBuild item AllItemsFullPathWithTargetPath
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DesignerSupport.targets (1)
153
Include="@(
AllItemsFullPathWithTargetPath
->WithMetadataValue('Filename', '$(_DotNetIjwHostLibraryNameWithoutExtension)')->WithMetadataValue('Extension', '$(_IjwHostLibraryExtension)'))"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
5301
Returns="@(
AllItemsFullPathWithTargetPath
)"
5371
<AllPublishItemsFullPathWithTargetPath Include="@(
AllItemsFullPathWithTargetPath
)">