Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27706/NHibernate
Modified Files:
NHibernate-1.1.csproj
Log Message:
Added missing Property Expressions from
http://jira.nhibernate.org:8080/browse/NH-22
Index: NHibernate-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** NHibernate-1.1.csproj 22 Jul 2004 13:31:36 -0000 1.32
--- NHibernate-1.1.csproj 2 Aug 2004 04:30:35 -0000 1.33
***************
*** 664,667 ****
--- 664,672 ----
/>
<File
+ RelPath = "Expression\EqPropertyExpression.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Expression\Expression.cs"
SubType = "Code"
***************
*** 699,702 ****
--- 704,712 ----
/>
<File
+ RelPath = "Expression\LePropertyExpression.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Expression\LikeExpression.cs"
SubType = "Code"
***************
*** 714,717 ****
--- 724,732 ----
/>
<File
+ RelPath = "Expression\LtPropertyExpression.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Expression\NotExpression.cs"
SubType = "Code"
***************
*** 739,742 ****
--- 754,762 ----
/>
<File
+ RelPath = "Expression\PropertyExpression.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Expression\SimpleExpression.cs"
SubType = "Code"
|