linux-packaging-mono/mcs/class/System.Runtime.Serialization.Formatters.Soap
Xamarin Public Jenkins (auto-signing) e79aa3c0ed Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
2016-08-03 10:59:49 +00:00
..
2016-08-03 10:59:49 +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"