Update of /cvsroot/adapdev/Adapdev/src/FullBuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12892/src/FullBuild
Modified Files:
FullBuild.csproj
Log Message:
Index: FullBuild.csproj
===================================================================
RCS file: /cvsroot/adapdev/Adapdev/src/FullBuild/FullBuild.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FullBuild.csproj 28 Nov 2005 23:40:24 -0000 1.4
--- FullBuild.csproj 19 Feb 2006 06:13:55 -0000 1.5
***************
*** 130,133 ****
--- 130,153 ----
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
+ <Reference
+ Name = "TestDriven.Framework"
+ AssemblyName = "TestDriven.Framework"
+ HintPath = "..\..\lib\TestDriven.Framework.dll"
+ />
+ <Reference
+ Name = "log4net"
+ AssemblyName = "log4net"
+ HintPath = "..\..\lib\log4net.dll"
+ />
+ <Reference
+ Name = "MySql.Data"
+ AssemblyName = "MySql.Data"
+ HintPath = "..\..\lib\MySql.Data.dll"
+ />
+ <Reference
+ Name = "nunit.framework"
+ AssemblyName = "nunit.framework"
+ HintPath = "..\..\lib\nunit.framework.dll"
+ />
</References>
</Build>
|