Fixed some xml doc warnings

This commit is contained in:
Ami Bar
2012-08-22 00:23:36 +03:00
parent e1f484c914
commit 7cb0bedd6c
5 changed files with 13 additions and 18 deletions
+2
View File
@@ -23,12 +23,14 @@
<DefineConstants>TRACE;DEBUG;_WINDOWS</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>.\bin\Release\</OutputPath>
<DefineConstants>TRACE;_WINDOWS</DefineConstants>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />