From: Michael D. <mik...@us...> - 2004-10-05 15:26:56
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26229/src/NHibernate Modified Files: Tag: alpha_avalon-proxy NHibernate-1.1.csproj Log Message: much work done to implement proxies with classes and virtual properties. All test that are being run now pass with proxy="some class" Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.48.2.2 retrieving revision 1.48.2.3 diff -C2 -d -r1.48.2.2 -r1.48.2.3 *** NHibernate-1.1.csproj 3 Oct 2004 16:58:14 -0000 1.48.2.2 --- NHibernate-1.1.csproj 5 Oct 2004 15:25:03 -0000 1.48.2.3 *************** *** 1369,1372 **** --- 1369,1377 ---- /> <File + RelPath = "Proxy\AvalonCustomProxyGenerator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Proxy\AvalonLazyInitializer.cs" SubType = "Code" |