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)
5665Assemblies="@(_OutputPathItem->'%(FullPath)$(TargetFileName)')" 5666TypeLibFiles="@(_OutputPathItem->'%(FullPath)$(TargetName).tlb')" 5674<FileWrites Include="@(_OutputPathItem->'%(FullPath)$(TargetName).tlb')"/> 6650<SGenFilesOutputGroupOutput Include="@(_OutputPathItem->'%(FullPath)$(_SGenDllName)')"> 6651<FinalOutputPath>@(_OutputPathItem->'%(FullPath)$(_SGenDllName)')</FinalOutputPath>