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)
5556Assemblies="@(_OutputPathItem->'%(FullPath)$(TargetFileName)')" 5557TypeLibFiles="@(_OutputPathItem->'%(FullPath)$(TargetName).tlb')" 5565<FileWrites Include="@(_OutputPathItem->'%(FullPath)$(TargetName).tlb')"/> 6541<SGenFilesOutputGroupOutput Include="@(_OutputPathItem->'%(FullPath)$(_SGenDllName)')"> 6542<FinalOutputPath>@(_OutputPathItem->'%(FullPath)$(_SGenDllName)')</FinalOutputPath>