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:
authorJérémie Laval <jeremie.laval@gmail.com>2013-11-26 20:57:02 +0400
committerJérémie Laval <jeremie.laval@gmail.com>2013-11-26 20:57:02 +0400
commit154eb44d0b100c000a70a96125870a167f4f1441 (patch)
treed53822353317f5200225cb18cd4792cc21ce2c2a /main/src/addins/ChangeLogAddIn
parent838516d63588e6ff7e3496badaabef12165a61d4 (diff)
Revert "Flush csproj fixes". Fix the wrench build.
This reverts commit 5da91003c71e383a8f3999ddf26a0ecb81333793. Conflicts: main/src/addins/prj2make-sharp-lib/prj2make-sharp-lib.csproj
Diffstat (limited to 'main/src/addins/ChangeLogAddIn')
-rw-r--r--main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj b/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
index 158af5dd6d..a62bc8fedc 100644
--- a/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
+++ b/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
@@ -20,9 +20,9 @@
<Execution>
<Execution clr-version="Net_2_0" />
</Execution>
+ <GenerateDocumentation>true</GenerateDocumentation>
<DefineConstants>DEBUG</DefineConstants>
<NoWarn>1591;1573</NoWarn>
- <DocumentationFile>..\..\..\build\AddIns\ChangeLogAddIn\ChangeLogAddIn.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -34,8 +34,8 @@
<Execution clr-version="Net_2_0" />
</Execution>
<DebugSymbols>true</DebugSymbols>
+ <GenerateDocumentation>true</GenerateDocumentation>
<NoWarn>1591;1573</NoWarn>
- <DocumentationFile>..\..\..\build\AddIns\ChangeLogAddIn\ChangeLogAddIn.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">