From: Paul H. <pha...@us...> - 2005-03-14 18:55:14
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7392/nhibernate/src/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: Refactored as per 2.1 Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** NHibernate-1.1.csproj 6 Mar 2005 12:44:39 -0000 1.76 --- NHibernate-1.1.csproj 14 Mar 2005 18:55:03 -0000 1.77 *************** *** 350,353 **** --- 350,358 ---- /> <File + RelPath = "Cache\ILockable.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Cache\ISoftLock.cs" SubType = "Code" *************** *** 450,458 **** /> <File - RelPath = "Collection\CollectionPersister.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "Collection\CollectionPropertyMapping.cs" SubType = "Code" --- 455,458 ---- *************** *** 1800,1803 **** --- 1800,1808 ---- /> <File + RelPath = "SqlCommand\WhereBuilder.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "SqlTypes\AnsiStringFixedLengthSqlType.cs" SubType = "Code" *************** *** 1945,1948 **** --- 1950,1958 ---- /> <File + RelPath = "Transform\IResultTransformer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Type\AbstractType.cs" SubType = "Code" |