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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-10 23:21:06 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-10 23:21:06 +0400
commitfdab499af86a9aff473f29c227562429dc3cbfff (patch)
treea17d0992d93b1e618230446d6b01b062966d362d /main/src/addins/ChangeLogAddIn
parentae924d17f14618940766e7a84d042dbf0b9c854d (diff)
Build pdbonly debug symbols in release configurations
Diffstat (limited to 'main/src/addins/ChangeLogAddIn')
-rw-r--r--main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj b/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
index 53be44f3ca..c30c34d01a 100644
--- a/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
+++ b/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
@@ -23,7 +23,7 @@
<GenerateDocumentation>true</GenerateDocumentation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
+ <DebugType>pdbonly</DebugType>
<Optimize>True</Optimize>
<OutputPath>..\..\..\build\AddIns\ChangeLogAddIn\</OutputPath>
<ErrorReport>prompt</ErrorReport>
@@ -31,6 +31,7 @@
<Execution>
<Execution clr-version="Net_2_0" />
</Execution>
+ <DebugSymbols>true</DebugSymbols>
<GenerateDocumentation>true</GenerateDocumentation>
</PropertyGroup>
<ItemGroup>