4 assignments to MSBuild property DebugSymbols
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (2)
49
<
DebugSymbols
Condition=" '$(DebugSymbols)' == '' ">true</DebugSymbols>
120
<
DebugSymbols
Condition="'$(DebugSymbols)'==''">false</DebugSymbols>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
171
<
DebugSymbols
Condition=" '$(ConfigurationName)' == 'Debug' and '$(DebugSymbols)' == '' and '$(DebugType)'==''">true</DebugSymbols>
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
69
<
DebugSymbols
Condition="'$(DebugSymbols)' == ''">true</DebugSymbols>
8 usages of MSBuild property DebugSymbols
MSBuildFiles (8)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (2)
49
<DebugSymbols Condition=" '$(
DebugSymbols
)' == '' ">true</DebugSymbols>
120
<DebugSymbols Condition="'$(
DebugSymbols
)'==''">false</DebugSymbols>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (3)
171
<DebugSymbols Condition=" '$(ConfigurationName)' == 'Debug' and '$(
DebugSymbols
)' == '' and '$(DebugType)'==''">true</DebugSymbols>
175
<_DebugSymbolsProduced Condition="'$(
DebugSymbols
)'=='true'">true</_DebugSymbolsProduced>
6695
Condition="'$(
DebugSymbols
)'!='false'"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
254
EmitDebugInformation="$(
DebugSymbols
)"
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-2.24556.10\tasks\net472\Microsoft.CSharp.Core.targets (1)
110
EmitDebugInformation="$(
DebugSymbols
)"
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
69
<DebugSymbols Condition="'$(
DebugSymbols
)' == ''">true</DebugSymbols>