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/ChangeLogAddIn
parent025677b843fe6ceaecba4054e3cf400100f02c3a (diff)
Build xml docs for all addins
Diffstat (limited to 'main/src/addins/ChangeLogAddIn')
-rw-r--r--main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj b/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
index 72b18e0bdd..53be44f3ca 100644
--- a/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
+++ b/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
@@ -20,6 +20,7 @@
<Execution>
<Execution clr-version="Net_2_0" />
</Execution>
+ <GenerateDocumentation>true</GenerateDocumentation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@@ -30,6 +31,7 @@
<Execution>
<Execution clr-version="Net_2_0" />
</Execution>
+ <GenerateDocumentation>true</GenerateDocumentation>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">