From: Michael D. <mik...@us...> - 2004-10-13 04:18:20
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26589/NHibernate.Test Modified Files: NHibernate.Test.build NHibernate.Test-1.1.csproj Log Message: began reorg of external libs to support targeting mono, net-1.1, and net-2.0 Index: NHibernate.Test.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test.build,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** NHibernate.Test.build 28 Sep 2004 01:10:16 -0000 1.8 --- NHibernate.Test.build 13 Oct 2004 04:18:08 -0000 1.9 *************** *** 7,20 **** > <!-- ! Required properties: ! * build.dir - (path) root level to build to, assemblies will go in ${build.dir}/bin ! * build.debug - (true|false) debug build? ! * current.build.defines - framework-specific build defines * project.version - full project version * project.version.major - the major number of the build * project.version.minor - the minor number of the build * project.version.build - the build number ! --> ! <target name="build"> <!-- ensure the AssemblyInfo is writable --> --- 7,20 ---- > <!-- ! Required properties: ! * build.dir - (path) root level to build to, assemblies will go in ${build.dir}/bin ! * build.debug - (true|false) debug build? ! * current.build.defines - framework-specific build defines * project.version - full project version * project.version.major - the major number of the build * project.version.minor - the minor number of the build * project.version.build - the build number ! --> ! <target name="build"> <!-- ensure the AssemblyInfo is writable --> Index: NHibernate.Test-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** NHibernate.Test-1.1.csproj 28 Sep 2004 01:10:16 -0000 1.44 --- NHibernate.Test-1.1.csproj 13 Oct 2004 04:18:08 -0000 1.45 *************** *** 81,95 **** /> <Reference - Name = "log4net" - AssemblyName = "log4net" - HintPath = "..\..\external-bin\log4net.dll" - /> - <Reference - Name = "nunit.framework" - AssemblyName = "nunit.framework" - HintPath = "C:\Program Files\OSS.NET\NUnit V2.1\\bin\nunit.framework.dll" - AssemblyFolderKey = "hklm\dn\nunit.framework" - /> - <Reference Name = "NHibernate-1.1" Project = "{0D8B57B0-1310-4EF0-B50C-DD22F37310C7}" --- 81,84 ---- *************** *** 102,113 **** /> <Reference Name = "DotNetMock.Framework" AssemblyName = "DotNetMock.Framework" ! HintPath = "..\..\external-bin\DotNetMock.Framework.dll" /> <Reference Name = "DotNetMock" AssemblyName = "DotNetMock" ! HintPath = "..\..\external-bin\DotNetMock.dll" /> </References> --- 91,112 ---- /> <Reference + Name = "nunit.framework" + AssemblyName = "nunit.framework" + HintPath = "..\..\lib\net\1.1\nunit.framework.dll" + /> + <Reference + Name = "log4net" + AssemblyName = "log4net" + HintPath = "..\..\lib\net\1.1\log4net.dll" + /> + <Reference Name = "DotNetMock.Framework" AssemblyName = "DotNetMock.Framework" ! HintPath = "..\..\lib\DotNetMock.Framework.dll" /> <Reference Name = "DotNetMock" AssemblyName = "DotNetMock" ! HintPath = "..\..\lib\DotNetMock.dll" /> </References> |