Update of /cvsroot/nhibernate/nhibernate/src/NHibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5623/NHibernate
Modified Files:
NHibernate-1.1.csproj
Log Message:
added guid.comb generator from a jira submitted.
Index: NHibernate-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** NHibernate-1.1.csproj 28 Sep 2004 02:42:43 -0000 1.49
--- NHibernate-1.1.csproj 11 Oct 2004 23:57:55 -0000 1.50
***************
*** 869,872 ****
--- 869,877 ----
/>
<File
+ RelPath = "Id\GuidCombGenerator.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "Id\GuidGenerator.cs"
SubType = "Code"
|