From: Michael D. <mik...@us...> - 2004-09-20 03:00:56
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10443/src/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: Refactored ValueTypes to inherit from ValueTypeType instead of PrimitiveType. Removed PrimitiveClass property so that changed Binder & QueryTranslator - it is not applicable in .net since the type system has no 'Primitives' Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** NHibernate-1.1.csproj 19 Sep 2004 16:13:02 -0000 1.46 --- NHibernate-1.1.csproj 20 Sep 2004 03:00:17 -0000 1.47 *************** *** 1908,1916 **** /> <File - RelPath = "Type\PrimitiveType.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Type\SerializableType.cs" SubType = "Code" --- 1908,1911 ---- *************** *** 1988,1991 **** --- 1983,1991 ---- /> <File + RelPath = "Type\ValueTypeType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Type\YesNoType.cs" SubType = "Code" |