Roei Erez cbc52d2f1c release project file 19 years ago
..
Assembly 62f21f69c2 * AssemblyInfo.cs: Added assembly level attributes on 2.0 profile to 19 years ago
System.Runtime.Serialization.Formatters.Soap 1ae91cb4fb SerializationObjectManager still is not available in TARGET_JVM 19 years ago
Test 558340df04 2006-10-29 Robert Jordan <[email protected]> 19 years ago
ChangeLog 558340df04 2006-10-29 Robert Jordan <[email protected]> 19 years ago
Makefile d89087445b reduce warnings when compiling unit tests 21 years ago
README 7ee4149d42 more executable bits 20 years ago
Sample.txt 7ee4149d42 more executable bits 20 years ago
System.Runtime.Serialization.Formatters.Soap.dll.sources 431f1b3485 Moved assembly version and assembly reference constants to a common Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number. 20 years ago
System.Runtime.Serialization.Formatters.Soap.sln 572786b391 Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and System.Runtime.Serialization.Formatters.Soap.sln to the svn; Fix SoapTypeMapper.cs 20 years ago
System.Runtime.Serialization.Formatters.Soap.vmwcsproj 572786b391 Add Mainsoft's files System.Runtime.Serialization.Formatters.Soap.vmwcsproj and System.Runtime.Serialization.Formatters.Soap.sln to the svn; Fix SoapTypeMapper.cs 20 years ago
System.Runtime.Serialization.Formatters.Soap20.sln a2b784abca soap formatter compiles on GH 2.0 19 years ago
System.Runtime.Serialization.Formatters.Soap20.vmwcsproj cbc52d2f1c release project file 19 years ago
System.Runtime.Serialization.Formatters.Soap_test.dll.sources 558340df04 2006-10-29 Robert Jordan <[email protected]> 19 years ago
net_1_1_java_System.Runtime.Serialization.Formatters.Soap.dll.sources 1d510fd5ba net_1_1_java includes 20 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"