linux-packaging-mono/mcs/class/System.Runtime.Serialization.Formatters.Soap
Xamarin Public Jenkins (auto-signing) 7d05485754 Imported Upstream version 5.8.0.22
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
2017-10-19 20:04:20 +00:00
..
2016-11-10 13:04:39 +00:00
2017-10-19 20:04:20 +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"