Skip to content

Commit

Permalink
Fixing warning for assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Oct 22, 2009
1 parent f53c6dc commit ef659c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rhino.Mocks.Tests.Model/Rhino.Mocks.Tests.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>1607</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down
1 change: 1 addition & 0 deletions Rhino.Mocks.Tests/Rhino.Mocks.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
<DebugType>Full</DebugType>
<NoWarn>1607</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>..\..\Build\Tests\Release\</OutputPath>
Expand Down
1 change: 1 addition & 0 deletions Rhino.Mocks/Rhino.Mocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>true</UseVSHostingProcess>
<NoWarn>1607</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
Expand Down

0 comments on commit ef659c0

Please sign in to comment.