4 assignments to MSBuild property DebugSymbols
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (2)
48<DebugSymbols Condition=" '$(DebugSymbols)' == '' ">true</DebugSymbols> 121<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)
71<DebugSymbols Condition="'$(DebugSymbols)' == ''">true</DebugSymbols>
9 usages of MSBuild property DebugSymbols
MSBuildFiles (9)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (3)
48<DebugSymbols Condition=" '$(DebugSymbols)' == '' ">true</DebugSymbols> 96<DebugType Condition="'$(DebugSymbols)' == 'false'">None</DebugType> 121<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> 6805Condition="'$(DebugSymbols)'!='false'"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
259EmitDebugInformation="$(DebugSymbols)"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\Roslyn\Microsoft.CSharp.Core.targets (1)
105EmitDebugInformation="$(DebugSymbols)"
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
71<DebugSymbols Condition="'$(DebugSymbols)' == ''">true</DebugSymbols>