Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20391/NHibernate
Modified Files:
NHibernate-1.1.csproj
Log Message:
Moved some nested classes out from SessionImpl into their own
class.
Index: NHibernate-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** NHibernate-1.1.csproj 9 Dec 2004 17:52:14 -0000 1.62
--- NHibernate-1.1.csproj 9 Dec 2004 22:08:55 -0000 1.63
***************
*** 950,953 ****
--- 950,958 ----
/>
<File
+ RelPath = "Impl\CollectionEntry.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Impl\CriteriaImpl.cs"
SubType = "Code"
***************
*** 955,958 ****
--- 960,968 ----
/>
<File
+ RelPath = "Impl\EntityEntry.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Impl\EnumerableImpl.cs"
SubType = "Code"
***************
*** 965,968 ****
--- 975,983 ----
/>
<File
+ RelPath = "Impl\IExecutable.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Impl\MessageHelper.cs"
SubType = "Code"
***************
*** 1035,1038 ****
--- 1050,1058 ----
/>
<File
+ RelPath = "Impl\Status.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Loader\AbstractEntityLoader.cs"
SubType = "Code"
|