13 assignments to MSBuild property DebugType
Microsoft.DotNet.HotReload.Agent.Data.Package (1)
Microsoft.DotNet.HotReload.Agent.Data.Package.csproj (1)
8<DebugType>none</DebugType>
Microsoft.DotNet.HotReload.Agent.Package (1)
Microsoft.DotNet.HotReload.Agent.Package.csproj (1)
9<DebugType>none</DebugType>
Microsoft.DotNet.HotReload.Agent.PipeRpc.Package (1)
Microsoft.DotNet.HotReload.Agent.PipeRpc.Package.csproj (1)
8<DebugType>none</DebugType>
Microsoft.DotNet.HotReload.Client.Package (1)
Microsoft.DotNet.HotReload.Client.Package.csproj (1)
10<DebugType>none</DebugType>
Microsoft.NET.Build.Containers (1)
Microsoft.NET.Build.Containers.csproj (1)
18<DebugType>embedded</DebugType>
Microsoft.WebTools.AspireService.Package (1)
Microsoft.WebTools.AspireService.Package.csproj (1)
6<DebugType>none</DebugType>
MSBuild (1)
MSBuild.csproj (1)
53<DebugType Condition="'$(Platform)' == 'x64'">full</DebugType>
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (2)
101<DebugType Condition="'$(DebugSymbols)' == 'false'">None</DebugType> 102<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\ProjectDefaults.props (2)
44<DebugType>portable</DebugType> 45<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. -->
13 usages of MSBuild property DebugType
MSBuildFiles (13)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Roslyn\Microsoft.CSharp.Core.targets (1)
97DebugType="$(DebugType)"
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PreserveCompilationContext.targets (1)
36<DebugType>$(DebugType)</DebugType>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.props (1)
102<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\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.25510.1\tools\Workarounds.targets (1)
40<PropertyGroup Condition="'$(DebugType)' == 'portable' and '$(IncludeSymbols)' != 'true'">
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (1)
71<DebugType Condition="'$(DebugType)' == ''">none</DebugType>