Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26481/NHibernate.Examples
Modified Files:
NHibernate.Examples-1.1.csproj
Log Message:
removed Eg namespace from NHibernate. Has been added to its own
project NHibernate.Eg that will be a part of the Examples solution.
Index: NHibernate.Examples-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Examples/NHibernate.Examples-1.1.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** NHibernate.Examples-1.1.csproj 1 Sep 2004 00:10:12 -0000 1.4
--- NHibernate.Examples-1.1.csproj 19 Oct 2004 05:38:01 -0000 1.5
***************
*** 88,92 ****
Name = "nunit.framework"
AssemblyName = "nunit.framework"
! HintPath = "..\..\external-bin\nunit.framework.dll"
/>
</References>
--- 88,92 ----
Name = "nunit.framework"
AssemblyName = "nunit.framework"
! HintPath = "..\..\lib\net\1.1\nunit.framework.dll"
/>
</References>
|