1 assignment to MSBuild item _XamlAppDefItemsToCopyWithTargetPath
MSBuildFiles (1)
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Xaml.targets (1)
417<Output TaskParameter="AssignedFiles" ItemName="_XamlAppDefItemsToCopyWithTargetPath" />
3 usages of MSBuild item _XamlAppDefItemsToCopyWithTargetPath
MSBuildFiles (3)
C\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Xaml.targets (3)
423<AllItemsFullPathWithTargetPath Include="@(_XamlAppDefItemsToCopyWithTargetPath)"/> 424<_SourceItemsToCopyToOutputDirectoryAlways Include="@(_XamlAppDefItemsToCopyWithTargetPath)" Condition="'%(_XamlAppDefItemsToCopyWithTargetPath.CopyToOutputDirectory)'=='Always'"/> 425<_SourceItemsToCopyToOutputDirectory Include="@(_XamlAppDefItemsToCopyWithTargetPath)" Condition="'%(_XamlAppDefItemsToCopyWithTargetPath.CopyToOutputDirectory)'=='PreserveNewest'"/>