From: Michael D. <mik...@us...> - 2004-10-03 16:59:46
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7021 Modified Files: Tag: alpha_avalon-proxy NHibernate-1.1.csproj Log Message: serialization of proxies is now working. Index: NHibernate-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/NHibernate-1.1.csproj,v retrieving revision 1.48.2.1 retrieving revision 1.48.2.2 diff -C2 -d -r1.48.2.1 -r1.48.2.2 *** NHibernate-1.1.csproj 27 Sep 2004 03:41:44 -0000 1.48.2.1 --- NHibernate-1.1.csproj 3 Oct 2004 16:58:14 -0000 1.48.2.2 *************** *** 1374,1377 **** --- 1374,1382 ---- /> <File + RelPath = "Proxy\AvalonProxyDeserializer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Proxy\AvalonProxyGenerator.cs" SubType = "Code" *************** *** 1404,1412 **** /> <File - RelPath = "Proxy\SerializableProxy.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "SqlCommand\Alias.cs" SubType = "Code" --- 1409,1412 ---- |