Jean-Marc Andre 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 years ago
..
Assembly ed3a1fce00 2004-03-31 Andreas Nahr <[email protected]> 22 years ago
System.Runtime.Serialization.Formatters.Soap 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 years ago
Test 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 years ago
.cvsignore a3c4e72252 Ignore test .dll and .pdb files 22 years ago
ChangeLog 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 years ago
Makefile 4c52b2e5aa 2004-03-31 Andreas Nahr <[email protected]> 22 years ago
README ecd1369e88 2003-5-15: Jean-Marc ANDRE ([email protected]) 22 years ago
Sample.txt 1314011e0e Add README file 24 years ago
System.Runtime.Serialization.Formatters.Soap.dll.sources 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 years ago
System.Runtime.Serialization.Formatters.Soap_test.dll.sources 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 years ago

README

Build instruction:
extract the archive to the mcs/class/ dir

to build it on windows:
nant

to build it on linux:
make -f makefile.gnu install prefix=/pathtoyourmonoinstallationdir/

to run tests on windows:
nant test

to run tests on linux:
cd Test
make -f makefile.gnu test

If you want to use it with other applications, you have to reference it with "-r System.Runtime.Serialization.Formatters.Soap1.dll"