1 assignment to MSBuild item _OutputPathItem
MSBuildFiles (1)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
265
<
_OutputPathItem
Include="$(OutDir)"/>
5 usages of MSBuild item _OutputPathItem
MSBuildFiles (5)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
4336
Assemblies="@(
_OutputPathItem
->'%(FullPath)$(TargetFileName)')"
4337
TypeLibFiles="@(
_OutputPathItem
->'%(FullPath)$(TargetName).tlb')"
4345
<FileWrites Include="@(
_OutputPathItem
->'%(FullPath)$(TargetName).tlb')"/>
5273
<SGenFilesOutputGroupOutput Include="@(
_OutputPathItem
->'%(FullPath)$(_SGenDllName)')">
5274
<FinalOutputPath>@(
_OutputPathItem
->'%(FullPath)$(_SGenDllName)')</FinalOutputPath>