Skip to content

Commit

Permalink
Disable warning 1591
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jan 18, 2016
1 parent aa8a14f commit 3c00318
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Extras/Exceptionless.Extras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\$(TargetFrameworkVersion)\Exceptionless.Extras.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
Expand Down
1 change: 1 addition & 0 deletions Source/Platforms/Log4net/Exceptionless.Log4net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\$(TargetFrameworkVersion)\Exceptionless.Log4net.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
Expand Down
1 change: 1 addition & 0 deletions Source/Platforms/NLog/Exceptionless.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\$(TargetFrameworkVersion)\Exceptionless.NLog.xml</DocumentationFile>
<Prefer32Bit>false</Prefer32Bit>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
Expand Down
1 change: 1 addition & 0 deletions Source/Platforms/Nancy/Exceptionless.Nancy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFrameworkVersionProperty)' == 'NET40' ">
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
Expand Down
1 change: 1 addition & 0 deletions Source/Shared/Exceptionless.Portable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\$(TargetFrameworkVersion)\Exceptionless.Portable.xml</DocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
Expand Down

0 comments on commit 3c00318

Please sign in to comment.