Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2008-02-11 00:18:40 +0300
committerSebastien Pouliot <sebastien@ximian.com>2008-02-11 00:18:40 +0300
commit9ed40bcaa62f73096ae44eb10c990d4f6b9c6d36 (patch)
tree0c9ba1fd3a6ce3ff86d8e1e2be1beb1fad6a6e7a /gendarme/README.vsnet
parent0e1a59e2d5916f16b315a1aa380598851ce15a4a (diff)
add disclaimer for vs.net files since they have, historically, not been updated very much
svn path=/trunk/mono-tools/; revision=95409
Diffstat (limited to 'gendarme/README.vsnet')
-rw-r--r--gendarme/README.vsnet34
1 files changed, 34 insertions, 0 deletions
diff --git a/gendarme/README.vsnet b/gendarme/README.vsnet
new file mode 100644
index 00000000..d9a0e287
--- /dev/null
+++ b/gendarme/README.vsnet
@@ -0,0 +1,34 @@
+README for VisualStudio.NET users
+
+Gendarme includes a VS.NET solution to build and test itself.
+
+
+\/\/\/ DISCLAIMER \/\/\/
+
+This is NOT the main build tool used for Gendarme development (autofu +
+Makefiles are). So it's likely that the solution and projects will
+sometimes be out of sync and not usable without some changes [1].
+
+These are unsupported, for your convenience, files. Use at your own risk!
+
+/\/\/\ DISCLAIMER /\/\/\
+
+
+Requirements
+
+* The minimal requirements are VS.NET 2008 [2];
+* You need to check out both 'cecil' and 'mono-tools' SVN repositories
+* You need ICSharpCode.SharpZipLib.dll to compile Gendarme.Rules.Portability [3]
+* You need NUnit 2.4.x to build/run the unit tests
+
+
+Notes
+
+[1] Please report such issues and they will, eventually, be fixed when
+someone gets to work with VS.NET. Remember this is not the primary
+development platform for Gendarme.
+
+[2] Older version won't work since Gendarme uses C# 3 features.
+
+[3] Get it from Mono mcs SVN repository or from download it from
+http://www.icsharpcode.net/OpenSource/SharpZipLib/