Browse Source

Change DebugType to portable.

pull/940/merge
Siegfried Pammer 8 years ago
parent
commit
8c5b1faec7
  1. 4
      ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

4
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

@ -30,7 +30,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'"> <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<DebugType>full</DebugType> <DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<EmbedSources>true</EmbedSources> <EmbedSources>true</EmbedSources>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
@ -38,7 +38,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> <PropertyGroup Condition="'$(Configuration)' == 'Release'">
<DebugType>pdbonly</DebugType> <DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<EmbedSources>true</EmbedSources> <EmbedSources>true</EmbedSources>
</PropertyGroup> </PropertyGroup>

Loading…
Cancel
Save