Update of /cvsroot/netreflector/NetReflector/src/NetReflector.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20404/src/NetReflector.Test
Modified Files:
NetReflectorTest.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. changing implementation to support limitation in that attributes can't take custom types into their properties. passing types instead.
Index: NetReflectorTest.csproj
===================================================================
RCS file: /cvsroot/netreflector/NetReflector/src/NetReflector.Test/NetReflectorTest.csproj,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** NetReflectorTest.csproj 8 Sep 2005 01:07:47 -0000 1.15
--- NetReflectorTest.csproj 8 Sep 2005 02:03:18 -0000 1.16
***************
*** 96,104 ****
HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
- <Reference
- Name = "nmock"
- AssemblyName = "nmock"
- HintPath = "..\..\lib\nmock.dll"
- />
</References>
</Build>
--- 96,99 ----
|