Fix Spring.Web.Mvc.Tests.2010.csproj NUnit reference to point to lib folder instead of GAC

This commit is contained in:
lahma
2010-10-28 04:11:00 +00:00
parent 3697d212eb
commit 360071b783

View File

@@ -31,7 +31,9 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="nunit.framework">
<HintPath>..\..\..\lib\Net\2.0\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web.Abstractions" />