6 assignments to MSBuild property DebugType
MSBuild (1)
MSBuild.csproj (1)
49<DebugType Condition="'$(Platform)' == 'x64'">full</DebugType>
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (2)
96<DebugType Condition="'$(DebugSymbols)' == 'false'">None</DebugType> 97<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26153.3\tools\ProjectDefaults.props (2)
44<DebugType>portable</DebugType> 45<DebugType Condition="'$(OfficialBuild)' != 'true'">embedded</DebugType>
MSBuildTaskHost (1)
MSBuildTaskHost.csproj (1)
31<DebugType>full</DebugType>
12 usages of MSBuild property DebugType
MSBuildFiles (12)
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Roslyn\Microsoft.CSharp.Core.targets (1)
97DebugType="$(DebugType)"
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PreserveCompilationContext.targets (1)
36<DebugType>$(DebugType)</DebugType>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
97<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
C\hostedtoolcache\windows\dotnet\sdk\10.0.101\Sdks\Microsoft.SourceLink.Common\build\Microsoft.SourceLink.Common.targets (2)
24Condition="'$(EmbedUntrackedSources)' == 'true' and '$(EmbedAllSources)' != 'true' and '$(DebugType)' != 'none' and '$(EnableSourceControlManagerQueries)' == 'true' and '$(DesignTimeBuild)' != 'true'" /> 52Condition="'$(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\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.26153.3\tools\Workarounds.targets (1)
40<PropertyGroup Condition="'$(DebugType)' == 'portable' and '$(IncludeSymbols)' != 'true'">