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:26:12 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-10 23:26:12 +0400
commit0cab36c319d370744d9d0b2d1446202141e296db (patch)
treeb9f9ecccf4eb868b5018c317bda23591ef49d929 /main/src/core/Mono.Texteditor
parent4efd1ce9d92db79aa00c6458e9e4f23ed5656b85 (diff)
Consistently define DEBUG in debug configs
Diffstat (limited to 'main/src/core/Mono.Texteditor')
-rw-r--r--main/src/core/Mono.Texteditor/Mono.TextEditor.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/Mono.Texteditor/Mono.TextEditor.csproj b/main/src/core/Mono.Texteditor/Mono.TextEditor.csproj
index 0ef9df4dde..738ed4903f 100644
--- a/main/src/core/Mono.Texteditor/Mono.TextEditor.csproj
+++ b/main/src/core/Mono.Texteditor/Mono.TextEditor.csproj
@@ -22,6 +22,7 @@
</Execution>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<GenerateDocumentation>true</GenerateDocumentation>
+ <DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>