* BuildEngine.cs (BuildProjectFile): Use AddProperty method to specify
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / README
old mode 100755 (executable)
new mode 100644 (file)
index d4127cf..c76b27d
@@ -1,4 +1,17 @@
-The SOAP Serialization Formatter is maintained by
-Jesus Suarez <gsus@brujula.net>
-
-Contact him regarding questions about this module.
+Build instruction:\r
+extract the archive to the mcs/class/ dir\r
+\r
+to build it on windows:\r
+       nant\r
+\r
+to build it on linux:\r
+       make -f makefile.gnu install prefix=/pathtoyourmonoinstallationdir/\r
+\r
+to run tests on windows:\r
+       nant test\r
+\r
+to run tests on linux:\r
+       cd Test\r
+       make -f makefile.gnu test\r
+\r
+If you want to use it with other applications, you have to reference it with "-r System.Runtime.Serialization.Formatters.Soap1.dll" \r