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-11 03:27:18 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-12 19:56:13 +0400
commit199784c53c8290354427519ada56aebee71d1ed1 (patch)
treeff4369e40b21db0d5660508c0895b643e4f0dea0 /main/src/addins/ChangeLogAddIn
parent7a0ee05e4e756bd40dea4cf77bc1bf01ae33c01c (diff)
Suppress warnings about missing doc comments
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 76ed24f566..67f8c79ad1 100644
--- a/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
+++ b/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
@@ -23,6 +23,7 @@
</Execution>
<GenerateDocumentation>true</GenerateDocumentation>
<DefineConstants>DEBUG</DefineConstants>
+ <NoWarn>1591;1573</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -35,6 +36,7 @@
</Execution>
<DebugSymbols>true</DebugSymbols>
<GenerateDocumentation>true</GenerateDocumentation>
+ <NoWarn>1591;1573</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">