|
From: <sm...@us...> - 2003-11-08 00:01:29
|
Update of /cvsroot/nmock/nmock/test
In directory sc8-pr-cvs1:/tmp/cvs-serv19255/test
Modified Files:
test.csproj
Log Message:
Upgraded to nant 0.8.3.50105 and NUnit 2.1
Index: test.csproj
===================================================================
RCS file: /cvsroot/nmock/nmock/test/test.csproj,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test.csproj 25 Jul 2003 17:14:53 -0000 1.6
--- test.csproj 8 Nov 2003 00:01:24 -0000 1.7
***************
*** 84,97 ****
/>
<Reference
- Name = "nunit.util"
- AssemblyName = "nunit.util"
- HintPath = "..\lib\nunit.util.dll"
- />
- <Reference
- Name = "nunit.framework"
- AssemblyName = "nunit.framework"
- HintPath = "..\lib\nunit.framework.dll"
- />
- <Reference
Name = "src"
Project = "{4859B9E5-3F65-4517-878C-AFC58B9D0035}"
--- 84,87 ----
***************
*** 102,105 ****
--- 92,100 ----
AssemblyName = "System.Runtime.Remoting"
HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Runtime.Remoting.dll"
+ />
+ <Reference
+ Name = "nunit.framework"
+ AssemblyName = "nunit.framework"
+ HintPath = "..\lib\nunit.framework.dll"
/>
</References>
|