1 assignment to MSBuild item CopyUpToDateMarker
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
399
<
CopyUpToDateMarker
Include="$([MSBuild]::NormalizePath('$(MSBuildProjectDirectory)', '$(IntermediateOutputPath)', '$(MSBuildCopyMarkerName)'))" />
3 usages of MSBuild item CopyUpToDateMarker
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
2249
<CopyUpToDateMarker>@(
CopyUpToDateMarker
)</CopyUpToDateMarker>
5056
<Touch Files="@(
CopyUpToDateMarker
)"
5061
<FileWrites Include="@(
CopyUpToDateMarker
)" />