Lluis Sanchez 03e249b421 2005-02-10 Lluis Sanchez Gual <[email protected]> 21 лет назад
..
Assembly bab786ade5 Add licensing info 21 лет назад
System.Runtime.Serialization.Formatters.Soap 03e249b421 2005-02-10 Lluis Sanchez Gual <[email protected]> 21 лет назад
Test 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 лет назад
.cvsignore 97553bb62e cvs ignores, sorry about the spam 21 лет назад
ChangeLog dfdf4fdaf8 (EXTRA_DISTFILES): Remove Soap.cmbx. 21 лет назад
Makefile dfdf4fdaf8 (EXTRA_DISTFILES): Remove Soap.cmbx. 21 лет назад
README ecd1369e88 2003-5-15: Jean-Marc ANDRE ([email protected]) 23 лет назад
Sample.txt 1314011e0e Add README file 24 лет назад
System.Runtime.Serialization.Formatters.Soap.dll.sources 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 лет назад
System.Runtime.Serialization.Formatters.Soap_test.dll.sources 0c66a0d168 2004-04-15 Jean-Marc Andre <[email protected]> 22 лет назад

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"