[Quantproject-developers] QuantProject/t5_Testing QPTesting.csproj, 1.2, 1.3
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-03-28 17:23:14
|
Update of /cvsroot/quantproject/QuantProject/t5_Testing In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19488/t5_Testing Modified Files: QPTesting.csproj Log Message: The reference to nunit.mocks.dll has been changed so that now, the .dll has to be placed in the same folder as the other .dlls Index: QPTesting.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/t5_Testing/QPTesting.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** QPTesting.csproj 28 Mar 2010 17:14:23 -0000 1.2 --- QPTesting.csproj 28 Mar 2010 17:23:06 -0000 1.3 *************** *** 28,32 **** <Reference Include="nunit.framework" /> <Reference Include="nunit.mocks"> ! <HintPath>nunit.mocks.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> --- 28,32 ---- <Reference Include="nunit.framework" /> <Reference Include="nunit.mocks"> ! <HintPath>..\..\nunit.mocks.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> |