1 assignment to MSBuild item _OutputPathItem
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
309
<
_OutputPathItem
Include="$(OutDir)"/>
5 usages of MSBuild item _OutputPathItem
MSBuildFiles (5)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
5557
Assemblies="@(
_OutputPathItem
->'%(FullPath)$(TargetFileName)')"
5558
TypeLibFiles="@(
_OutputPathItem
->'%(FullPath)$(TargetName).tlb')"
5566
<FileWrites Include="@(
_OutputPathItem
->'%(FullPath)$(TargetName).tlb')"/>
6542
<SGenFilesOutputGroupOutput Include="@(
_OutputPathItem
->'%(FullPath)$(_SGenDllName)')">
6543
<FinalOutputPath>@(
_OutputPathItem
->'%(FullPath)$(_SGenDllName)')</FinalOutputPath>