Jean-Marc Andre edca0fdbd3 2003-12-22 Jean-Marc Andre <[email protected]> 22 yıl önce
..
System.Runtime.Serialization.Formatters.Soap 57ad6a2b53 * SoapReader.cs: Little fix. 22 yıl önce
Test edca0fdbd3 2003-12-22 Jean-Marc Andre <[email protected]> 22 yıl önce
.cvsignore d653d553dd Adding .cvsignores 23 yıl önce
ChangeLog edca0fdbd3 2003-12-22 Jean-Marc Andre <[email protected]> 22 yıl önce
Makefile 3f761fefe4 New build system from Peter Williams ([email protected]) 22 yıl önce
README ecd1369e88 2003-5-15: Jean-Marc ANDRE ([email protected]) 23 yıl önce
Sample.txt 1314011e0e Add README file 24 yıl önce
Soap.cmbx ecd1369e88 2003-5-15: Jean-Marc ANDRE ([email protected]) 23 yıl önce
System.Runtime.Serialization.Formatters.Soap.dll.sources 9aba3f2578 New build system 22 yıl önce
System.Runtime.Serialization.Formatters.Soap_test.dll.sources 9aba3f2578 New build system 22 yıl önce

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"