Skip to content

Commit

Permalink
Merge pull request DevExpress#153 from MikhailTymchukDX/nowarn-1591-d…
Browse files Browse the repository at this point in the history
…ebug

Add 1591 warning suppression for Debug configuration
  • Loading branch information
MikhailTymchukDX authored Jun 29, 2016
2 parents 01b9a5b + 0503acd commit a228a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AjaxControlToolkit/AjaxControlToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\bin\AjaxControlToolkit.XML</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down

0 comments on commit a228a07

Please sign in to comment.