Skip to content

Commit

Permalink
Fixed missing reference to Common.Logging in unit test for Testing pr…
Browse files Browse the repository at this point in the history
…oject.
  • Loading branch information
udidahan committed Dec 28, 2010
1 parent c82ddf2 commit ec34bd5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\external-bin\Common.Logging.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\external-bin\log4net.dll</HintPath>
Expand Down

0 comments on commit ec34bd5

Please sign in to comment.