Browse Source

Remove NUnit reference from SharpReports.

pull/23/head
Matt Ward 14 years ago
parent
commit
343a5cb579
  1. 3
      src/AddIns/Misc/Reports/ICSharpCode.Reports.Core/ICSharpCode.Reports.Core.csproj

3
src/AddIns/Misc/Reports/ICSharpCode.Reports.Core/ICSharpCode.Reports.Core.csproj

@ -59,9 +59,6 @@ @@ -59,9 +59,6 @@
<Reference Include="itextsharp">
<HintPath>..\Libraries\itextsharp.dll</HintPath>
</Reference>
<Reference Include="NUnit.Framework">
<HintPath>$(SharpDevelopBinPath)\Tools\NUnit\NUnit.Framework.dll</HintPath>
</Reference>
<Reference Include="PresentationCore">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>

Loading…
Cancel
Save