Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/CorApi
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-01-17 15:09:49 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-01-17 15:27:02 +0300
commitee92b2de8dd9f59c21da7313c4f6a692d86a033b (patch)
treef66b5508be26c2417bd5f0ab4a1ded54300e4851 /CorApi
parent67910ca9f75458a0e817cce3e1e0e1910a3af7ae (diff)
Add pdbonly to release configurations.
Diffstat (limited to 'CorApi')
-rw-r--r--CorApi/CorApi.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/CorApi/CorApi.csproj b/CorApi/CorApi.csproj
index b14843d..0d99603 100644
--- a/CorApi/CorApi.csproj
+++ b/CorApi/CorApi.csproj
@@ -49,6 +49,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />