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 22:56:15 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-10 22:56:15 +0400
commitae924d17f14618940766e7a84d042dbf0b9c854d (patch)
treedd596444f5176919e025e11a01bea0d477a6a240 /main/src/addins/MonoDevelop.HexEditor
parent025677b843fe6ceaecba4054e3cf400100f02c3a (diff)
Build xml docs for all addins
Diffstat (limited to 'main/src/addins/MonoDevelop.HexEditor')
-rw-r--r--main/src/addins/MonoDevelop.HexEditor/MonoDevelop.HexEditor.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.HexEditor/MonoDevelop.HexEditor.csproj b/main/src/addins/MonoDevelop.HexEditor/MonoDevelop.HexEditor.csproj
index 4612400c3e..a899966a12 100644
--- a/main/src/addins/MonoDevelop.HexEditor/MonoDevelop.HexEditor.csproj
+++ b/main/src/addins/MonoDevelop.HexEditor/MonoDevelop.HexEditor.csproj
@@ -18,6 +18,7 @@
<DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <GenerateDocumentation>true</GenerateDocumentation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@@ -25,6 +26,7 @@
<OutputPath>..\..\..\build\AddIns\DisplayBindings\HexEditor</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <GenerateDocumentation>true</GenerateDocumentation>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />