From: Michael D. <mik...@us...> - 2004-10-23 15:44:17
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5010/NHibernate Modified Files: NHibernate-1.1.csproj Log Message: NH-118 and a refactoring of TestFixture to make it easier to add new naming strategies for Properties. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** NHibernate-1.1.csproj 19 Oct 2004 02:23:21 -0000 1.52 --- NHibernate-1.1.csproj 23 Oct 2004 15:44:04 -0000 1.53 *************** *** 1311,1314 **** --- 1311,1319 ---- /> <File + RelPath = "Property\LowerCaseUnderscoreStrategy.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Property\NoSetterAccessor.cs" SubType = "Code" |