Skip to content

Commit

Permalink
Tests project now suppresses "unused field" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
richardszalay committed Dec 14, 2014
1 parent f8831bf commit c053da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RichardSzalay.Hosts.Tests/RichardSzalay.Hosts.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>169</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -28,6 +29,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>169</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="Machine.Specifications">
Expand Down

0 comments on commit c053da2

Please sign in to comment.