From: Owen R. <exo...@us...> - 2005-09-08 01:07:55
|
Update of /cvsroot/netreflector/NetReflector/src/NetReflector In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10450/src/NetReflector Modified Files: NetReflector.csproj Log Message: NETREF-5: adding support for customisable serialisation. attributes use DefaultSerialiserFactory by default -- however clients can override for more control over serialisation process. Index: NetReflector.csproj =================================================================== RCS file: /cvsroot/netreflector/NetReflector/src/NetReflector/NetReflector.csproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** NetReflector.csproj 15 Apr 2005 04:45:09 -0000 1.9 --- NetReflector.csproj 8 Sep 2005 01:07:47 -0000 1.10 *************** *** 155,158 **** --- 155,168 ---- /> <File + RelPath = "Serialisers\DefaultSerialiserFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Serialisers\ISerialiserFactory.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Serialisers\IXmlMemberSerialiser.cs" SubType = "Code" |