10 assignments to MSBuild item ReferenceCopyLocalPaths
MSBuildFiles (10)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets (2)
63<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" /> 64<ReferenceCopyLocalPaths Include="@(_ReferenceCopyLocalPathsWithoutConflicts)" />
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (1)
501<ReferenceCopyLocalPaths Include="@(RuntimePackAsset)"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets (4)
316<ReferenceCopyLocalPaths Include="@(_DebugSymbolsFiles)"></ReferenceCopyLocalPaths> 320<ReferenceCopyLocalPaths Include="@(_ReferenceDocumentationFiles)"></ReferenceCopyLocalPaths> 531<ReferenceCopyLocalPaths Include="@(_ContentCopyLocalItems)" /> 532<ReferenceCopyLocalPaths Include="@(_ResolvedCopyLocalBuildAssets)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
2465<Output TaskParameter="CopyLocalFiles" ItemName="ReferenceCopyLocalPaths"/> 2810<Output TaskParameter="CopyLocalFiles" ItemName="ReferenceCopyLocalPaths"/>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\v17.0\TeamTest\Microsoft.TeamTest.targets (1)
25<Output TaskParameter="NewCopyLocalAssemblies" ItemName="ReferenceCopyLocalPaths"/>
14 usages of MSBuild item ReferenceCopyLocalPaths
MSBuildFiles (14)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets (3)
37Exclude="@(ReferenceCopyLocalPaths)" /> 42ReferenceCopyLocalPaths="@(ReferenceCopyLocalPaths)" 63<ReferenceCopyLocalPaths Remove="@(ReferenceCopyLocalPaths)" />
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.DesignerSupport.targets (1)
128<_DesignerShadowCopy Include="@(ReferenceCopyLocalPaths)" />
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (1)
684<_ResolvedCopyLocalPublishAssets Include="@(ReferenceCopyLocalPaths)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
4507Exclude="@(ReferenceCopyLocalPaths);@(_NETStandardLibraryNETFrameworkLib)" /> 4516<_DeploymentReferencePaths Include="@(ReferenceCopyLocalPaths)" 5025Condition="'@(ReferenceCopyLocalPaths)' != ''" 5035SourceFiles="@(ReferenceCopyLocalPaths)" 5036DestinationFiles="@(ReferenceCopyLocalPaths->'$(OutDir)%(DestinationSubDirectory)%(Filename)%(Extension)')" 6805<ReferenceCopyLocalPathsOutputGroupOutput Include="@(ReferenceCopyLocalPaths)">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (2)
548<_CollectedCopyToOutputDirectoryItem Include="@(ReferenceCopyLocalPaths->'%(Identity)')" Condition="'%(ReferenceCopyLocalPaths.ReferenceSourceTarget)' != 'ProjectReference' AND '%(ReferenceCopyLocalPaths.DestinationSubPath)' != ''"> 554<_CollectedCopyToOutputDirectoryItem Include="@(ReferenceCopyLocalPaths->'%(Identity)')" Condition="'%(ReferenceCopyLocalPaths.ReferenceSourceTarget)' != 'ProjectReference' AND '%(ReferenceCopyLocalPaths.DestinationSubPath)' == ''">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\v17.0\TeamTest\Microsoft.TeamTest.targets (1)
17CurrentCopyLocalFiles="@(ReferenceCopyLocalPaths)"