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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-04-23 00:35:21 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-04-23 00:35:21 +0400
commit93dd6ebe35eca5658912fc1332dfe68143e86e36 (patch)
treeb2c8c0626f8fb521d2026087c2a2c42fc738e488 /mcs/class/Mono.Security
parent9fcde97bacffaefaa8752e31a8329f1b1cb659ed (diff)
turning off CLS compliance because MCS reports three 3005 errors (works with CSC)
svn path=/trunk/mcs/; revision=25869
Diffstat (limited to 'mcs/class/Mono.Security')
-rwxr-xr-xmcs/class/Mono.Security/Assembly/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Security/Assembly/AssemblyInfo.cs b/mcs/class/Mono.Security/Assembly/AssemblyInfo.cs
index 0e673afda52..df903422dc6 100755
--- a/mcs/class/Mono.Security/Assembly/AssemblyInfo.cs
+++ b/mcs/class/Mono.Security/Assembly/AssemblyInfo.cs
@@ -35,7 +35,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription ("Mono.Security.dll")]
[assembly: AssemblyProduct ("MONO CLI")]
[assembly: AssemblyTitle ("Mono.Security.dll")]
-[assembly: CLSCompliant (true)]
+//[assembly: CLSCompliant (true)]
[assembly: ComVisible (false)]
[assembly: NeutralResourcesLanguage ("en-US")]