[Adapdev-commits] Adapdev/src/Adapdev.Web Adapdev.Web.csproj,1.2,1.3
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-04-14 03:32:15
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev.Web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29338/src/Adapdev.Web Modified Files: Adapdev.Web.csproj Log Message: Revisions for Zanebug v1.5 Index: Adapdev.Web.csproj =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.Web/Adapdev.Web.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Adapdev.Web.csproj 28 Feb 2005 01:55:12 -0000 1.2 --- Adapdev.Web.csproj 14 Apr 2005 03:32:06 -0000 1.3 *************** *** 85,88 **** --- 85,93 ---- HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll" /> + <Reference + Name = "log4net" + AssemblyName = "log4net" + HintPath = "..\..\lib\log4net.dll" + /> </References> </Build> |