Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26944
Modified Files:
NHibernate-1.1.csproj
Log Message:
NH161 - addition of SQLite driver and dialect.
Index: NHibernate-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** NHibernate-1.1.csproj 7 Feb 2005 01:34:39 -0000 1.72
--- NHibernate-1.1.csproj 14 Feb 2005 03:58:52 -0000 1.73
***************
*** 530,533 ****
--- 530,538 ----
/>
<File
+ RelPath = "Dialect\SQLiteDialect.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Dialect\SybaseDialect.cs"
SubType = "Code"
***************
*** 605,608 ****
--- 610,618 ----
/>
<File
+ RelPath = "Driver\SQLiteDriver.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Engine\Cascades.cs"
SubType = "Code"
|