From: Michael D. <mik...@us...> - 2004-12-11 20:08:56
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13895/NHibernate.DomainModel Modified Files: NHibernate.DomainModel-1.1.csproj Log Message: NH-151: added SByteType and Fixture for it Moved nh specific CompositeId tests to their own namespace. Index: NHibernate.DomainModel-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel/NHibernate.DomainModel-1.1.csproj,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** NHibernate.DomainModel-1.1.csproj 10 Dec 2004 16:40:01 -0000 1.27 --- NHibernate.DomainModel-1.1.csproj 11 Dec 2004 20:08:16 -0000 1.28 *************** *** 690,702 **** /> <File - RelPath = "NHSpecific\ClassWithCompositeId.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "NHSpecific\ClassWithCompositeId.hbm.xml" - BuildAction = "EmbeddedResource" - /> - <File RelPath = "NHSpecific\ClassWithNullColumns.cs" SubType = "Code" --- 690,693 ---- *************** *** 708,716 **** /> <File - RelPath = "NHSpecific\CompositeId.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "NHSpecific\Node.cs" SubType = "Code" --- 699,702 ---- |