linux-packaging-mono/mcs/class/System.Runtime.Serialization.Formatters.Soap
Xamarin Public Jenkins (auto-signing) 94b2861243 Imported Upstream version 4.8.0.309
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
2016-11-10 13:04:39 +00:00
..
2016-11-10 13:04:39 +00:00
2016-08-03 10:59:49 +00:00
2014-08-13 10:39:27 +01:00
2014-08-13 10:39:27 +01:00

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"