3 assignments to MSBuild item _DebugSymbolsIntermediatePath
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
410
<
_DebugSymbolsIntermediatePath
Include="$(IntermediateOutputPath)$(TargetName).compile.pdb" Condition="'$(OutputType)' == 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/>
411
<
_DebugSymbolsIntermediatePath
Include="$(IntermediateOutputPath)$(TargetName).pdb" Condition="'$(OutputType)' != 'winmdobj' and '@(_DebugSymbolsIntermediatePath)' == ''"/>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
154
<
_DebugSymbolsIntermediatePath
Include="@(_DebugSymbolsIntermediatePathTemporary->'%(RootDir)%(Directory)%(Filename).pdb')"/>
16 usages of MSBuild item _DebugSymbolsIntermediatePath
MSBuildFiles (16)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (2)
518
<ResolvedFileToPublish Include="@(
_DebugSymbolsIntermediatePath
)"
520
<RelativePath>@(
_DebugSymbolsIntermediatePath
->'%(Filename)%(Extension)')</RelativePath>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (11)
410
<_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(TargetName).compile.pdb" Condition="'$(OutputType)' == 'winmdobj' and '@(
_DebugSymbolsIntermediatePath
)' == ''"/>
411
<_DebugSymbolsIntermediatePath Include="$(IntermediateOutputPath)$(TargetName).pdb" Condition="'$(OutputType)' != 'winmdobj' and '@(
_DebugSymbolsIntermediatePath
)' == ''"/>
412
<_DebugSymbolsOutputPath Include="@(
_DebugSymbolsIntermediatePath
->'$(OutDir)%(Filename)%(Extension)')" />
2829
Inputs="@(IntermediateAssembly);@(DocFileItem);@(
_DebugSymbolsIntermediatePath
);@(ReferencePathWithRefAssemblies);$(MSBuildAllProjects)"
2848
InputPDBFile="@(
_DebugSymbolsIntermediatePath
)"
4645
ExtraFiles="@(
_DebugSymbolsIntermediatePath
);$(IntermediateOutputPath)$(TargetName).xml;@(_ReferenceRelatedPaths)"
4925
SourceFiles="@(
_DebugSymbolsIntermediatePath
)"
5480
<_DebugSymbolsProduced Condition="!Exists('@(
_DebugSymbolsIntermediatePath
)')">false</_DebugSymbolsProduced>
5484
<FileWrites Include="@(
_DebugSymbolsIntermediatePath
)" Condition="'$(_DebugSymbolsProduced)'=='true'"/>
6377
<DebugSymbolsProjectOutputGroupOutput Include="@(
_DebugSymbolsIntermediatePath
->'%(FullPath)')">
6379
<TargetPath>@(
_DebugSymbolsIntermediatePath
->'%(Filename)%(Extension)')</TargetPath>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
187
@(
_DebugSymbolsIntermediatePath
);
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\Managed\Microsoft.Managed.DesignTime.targets (1)
491
<UpToDateCheckBuilt Condition="'$(_DebugSymbolsProduced)'=='true'" Include="@(
_DebugSymbolsIntermediatePath
)" />
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-2.24556.10\tasks\net472\Microsoft.CSharp.Core.targets (1)
62
@(
_DebugSymbolsIntermediatePath
);