6 assignments to MSBuild property DebugType
MSBuild (1)
MSBuild.csproj (1)
53<DebugType Condition="'$(Platform)' == 'x64'">full</DebugType>
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
97<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\ProjectDefaults.props (2)
41<DebugType>portable</DebugType> 42<DebugType Condition="'$(OfficialBuild)' != 'true'">embedded</DebugType>
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
71<DebugType Condition="'$(DebugType)' == ''">none</DebugType>
MSBuildTaskHost (1)
MSBuildTaskHost.csproj (1)
31<DebugType>full</DebugType><!-- Work around arcade stomping on symbols for same-program-different-arches. -->
14 usages of MSBuild property DebugType
MSBuildFiles (14)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PreserveCompilationContext.targets (1)
36<DebugType>$(DebugType)</DebugType>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
97<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.SourceLink.Common\build\Microsoft.SourceLink.Common.targets (2)
21Condition="'$(EmbedUntrackedSources)' == 'true' and '$(EmbedAllSources)' != 'true' and '$(DebugType)' != 'none' and '$(EnableSourceControlManagerQueries)' == 'true'" /> 49Condition="'$(EnableSourceLink)' == 'true' and '$(DebugType)' != 'none'"
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
171<DebugSymbols Condition=" '$(ConfigurationName)' == 'Debug' and '$(DebugSymbols)' == '' and '$(DebugType)'==''">true</DebugSymbols> 176<_DebugSymbolsProduced Condition="'$(DebugType)'=='none'">false</_DebugSymbolsProduced> 177<_DebugSymbolsProduced Condition="'$(DebugType)'=='pdbonly'">true</_DebugSymbolsProduced> 178<_DebugSymbolsProduced Condition="'$(DebugType)'=='full'">true</_DebugSymbolsProduced> 179<_DebugSymbolsProduced Condition="'$(DebugType)'=='portable'">true</_DebugSymbolsProduced> 180<_DebugSymbolsProduced Condition="'$(DebugType)'=='embedded'">false</_DebugSymbolsProduced>
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
249DebugType="$(DebugType)"
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.24466.2\tools\Workarounds.targets (1)
40<PropertyGroup Condition="'$(DebugType)' == 'portable' and '$(IncludeSymbols)' != 'true'">
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.12.0-3.24463.9\tasks\net472\Microsoft.CSharp.Core.targets (1)
102DebugType="$(DebugType)"
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
71<DebugType Condition="'$(DebugType)' == ''">none</DebugType>