From: Michael D. <mik...@us...> - 2004-12-11 16:28:37
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32076 Modified Files: NHibernate-1.1.csproj Log Message: NH-151: added SByteSqlType Still need to add something to the Dialects for schema export. Added comments to the other SqlTypes. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** NHibernate-1.1.csproj 9 Dec 2004 22:08:55 -0000 1.63 --- NHibernate-1.1.csproj 11 Dec 2004 16:28:27 -0000 1.64 *************** *** 1615,1618 **** --- 1615,1623 ---- /> <File + RelPath = "SqlTypes\SByteSqlType.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "SqlTypes\SingleSqlType.cs" SubType = "Code" |