10 assignments to MSBuild item ContentWithTargetPath
MSBuild (3)
MSBuild.csproj (3)
182
<
ContentWithTargetPath
Include="$(ProjectDepsFilePath)" CopyToOutputDirectory="PreserveNewest" TargetPath="$(ProjectDepsFileName)" />
184
<
ContentWithTargetPath
Include="$(ProjectRuntimeConfigFilePath)" CopyToOutputDirectory="PreserveNewest" TargetPath="$(ProjectRuntimeConfigFileName)" />
185
<
ContentWithTargetPath
Include="$(ProjectRuntimeConfigDevFilePath)" CopyToOutputDirectory="PreserveNewest" TargetPath="$([System.IO.Path]::GetFileName('$(ProjectRuntimeConfigDevFilePath)'))" />
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (4)
854
<
ContentWithTargetPath
Include="@(_ContentWithPublishMetadata)" />
1023
<
ContentWithTargetPath
Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='Always' and '%(ContentWithTargetPath.CopyToPublishDirectory)' == ''">
1026
<
ContentWithTargetPath
Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest' and '%(ContentWithTargetPath.CopyToPublishDirectory)' == ''">
1029
<
ContentWithTargetPath
Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='IfDifferent' and '%(ContentWithTargetPath.CopyToPublishDirectory)' == ''">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
3246
<Output TaskParameter="AssignedFiles" ItemName="
ContentWithTargetPath
" />
4444
<
ContentWithTargetPath
Include="@(EntryPointForLauncher)"/>
4506
<
ContentWithTargetPath
Include="@(_DeploymentManifestEntryPoint)"/>
13 usages of MSBuild item ContentWithTargetPath
MSBuildFiles (13)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (3)
928
Include="@(
ContentWithTargetPath
->'%(FullPath)')"
931
Include="@(
ContentWithTargetPath
->'%(FullPath)')"
934
Include="@(
ContentWithTargetPath
->'%(FullPath)')"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (10)
3275
@(
ContentWithTargetPath
);
4617
<_ClickOnceContentItems Include="@(
ContentWithTargetPath
->WithoutMetadataValue('CopyToPublishDirectory', 'Never'))" />
4649
<_ClickOnceFiles Include="@(
ContentWithTargetPath
)" Condition="'%(Identity)'=='@(_FileAssociationIcons)'"/>
5227
<_CopyToOutputDirectoryTransitiveItems KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(
ContentWithTargetPath
->'%(FullPath)')" Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='Always' AND '%(ContentWithTargetPath.MSBuildSourceProjectFile)'!=''"/>
5228
<_CopyToOutputDirectoryTransitiveItems KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(
ContentWithTargetPath
->'%(FullPath)')" Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest' AND '%(ContentWithTargetPath.MSBuildSourceProjectFile)'!=''"/>
5229
<_CopyToOutputDirectoryTransitiveItems KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(
ContentWithTargetPath
->'%(FullPath)')" Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='IfDifferent' AND '%(ContentWithTargetPath.MSBuildSourceProjectFile)'!=''"/>
5266
<_ThisProjectItemsToCopyToOutputDirectory KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(
ContentWithTargetPath
->'%(FullPath)')" Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='Always' AND '%(ContentWithTargetPath.MSBuildSourceProjectFile)'==''"/>
5267
<_ThisProjectItemsToCopyToOutputDirectory KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(
ContentWithTargetPath
->'%(FullPath)')" Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest' AND '%(ContentWithTargetPath.MSBuildSourceProjectFile)'==''"/>
5268
<_ThisProjectItemsToCopyToOutputDirectory KeepMetadata="$(_GCTODIKeepMetadata)" Include="@(
ContentWithTargetPath
->'%(FullPath)')" Condition="'%(ContentWithTargetPath.CopyToOutputDirectory)'=='IfDifferent' AND '%(ContentWithTargetPath.MSBuildSourceProjectFile)'==''"/>
6631
<ContentFilesProjectOutputGroupOutput Include="@(
ContentWithTargetPath
->'%(FullPath)')"/>