From: Michael D. <mik...@us...> - 2004-07-19 03:24:54
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15260/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: Readded TypeNames to get schema-export working like hibernate. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** NHibernate-1.1.csproj 2 Jul 2004 17:11:55 -0000 1.30 --- NHibernate-1.1.csproj 19 Jul 2004 03:24:34 -0000 1.31 *************** *** 501,504 **** --- 501,509 ---- /> <File + RelPath = "Dialect\TypeNames.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Driver\ByteFXDataDriver.cs" SubType = "Code" |