7 usages of MSBuild property DebugType
MSBuildFiles (7)
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.Common.CurrentVersion.targets (5)
141
<DebugSymbols Condition=" '$(ConfigurationName)' == 'Debug' and '$(DebugSymbols)' == '' and '$(
DebugType
)'==''">true</DebugSymbols>
146
<_DebugSymbolsProduced Condition="'$(
DebugType
)'=='none'">false</_DebugSymbolsProduced>
147
<_DebugSymbolsProduced Condition="'$(
DebugType
)'=='pdbonly'">true</_DebugSymbolsProduced>
148
<_DebugSymbolsProduced Condition="'$(
DebugType
)'=='full'">true</_DebugSymbolsProduced>
149
<_DebugSymbolsProduced Condition="'$(
DebugType
)'=='portable'">true</_DebugSymbolsProduced>
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.Core.targets (1)
79
DebugType="$(
DebugType
)"
C\ProgramFiles(x86)\MSBuild\14.0\bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
256
DebugType="$(
DebugType
)"