3 assignments to MSBuild item _DebugSymbolsIntermediatePath
MSBuildFiles (3)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
351
<
_DebugSymbolsIntermediatePath
Include="$(IntermediateOutputPath)$(TargetName).compile.pdb" Condition="'$(OutputType)' == 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/>
352
<
_DebugSymbolsIntermediatePath
Include="$(IntermediateOutputPath)$(TargetName).pdb" Condition="'$(OutputType)' != 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
161
<
_DebugSymbolsIntermediatePath
Include="@(_DebugSymbolsIntermediatePathTemporary->'%(RootDir)%(Directory)%(Filename).pdb')"/>
13 usages of MSBuild item _DebugSymbolsIntermediatePath
MSBuildFiles (13)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (11)
351
<_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(TargetName).compile.pdb" Condition="'$(OutputType)' == 'winmdobj' and '@(
_DebugSymbolsIntermediatePath
)' == ''"/>
352
<_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(TargetName).pdb" Condition="'$(OutputType)' != 'winmdobj' and '@(
_DebugSymbolsIntermediatePath
)' == ''"/>
353
<_DebugSymbolsOutputPath Include="@(
_DebugSymbolsIntermediatePath
->'$(OutDir)%(Filename)%(Extension)')" />
2191
Inputs="@(IntermediateAssembly);@(DocFileItem);@(
_DebugSymbolsIntermediatePath
);@(ReferencePath);$(MSBuildAllProjects)"
2210
InputPDBFile="@(
_DebugSymbolsIntermediatePath
)"
3628
ExtraFiles="@(
_DebugSymbolsIntermediatePath
);$(IntermediateOutputPath)$(TargetName).xml;@(_ReferenceRelatedPaths)"
3864
SourceFiles="@(
_DebugSymbolsIntermediatePath
)"
4259
<_DebugSymbolsProduced Condition="!Exists('@(
_DebugSymbolsIntermediatePath
)')">false</_DebugSymbolsProduced>
4263
<FileWrites Include="@(
_DebugSymbolsIntermediatePath
)" Condition="'$(_DebugSymbolsProduced)'=='true'"/>
5120
<DebugSymbolsProjectOutputGroupOutput Include="@(
_DebugSymbolsIntermediatePath
->'%(FullPath)')">
5122
<TargetPath>@(
_DebugSymbolsIntermediatePath
->'%(Filename)%(Extension)')</TargetPath>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.Core.targets (1)
19
@(
_DebugSymbolsIntermediatePath
);
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
194
@(
_DebugSymbolsIntermediatePath
);