Merge pull request #2996 from UCIS/patch-7
[mono.git] / mcs / tools / mono-service / AssemblyInfo.cs
index 8e8a267a32caeba36fe35b36a99308130a3531b1..b859b556623431806c1cc68c46685854fe30ef1a 100644 (file)
@@ -47,18 +47,12 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyProduct("MONO CLI")]
 [assembly: AssemblyCopyright("(c) 2003 Various Authors")]
 [assembly: AssemblyTrademark("")]
-#if TARGET_JVM
-[assembly: CLSCompliant(false)]
-#else
 [assembly: CLSCompliant(true)]
-#endif
 [assembly: ComVisible(false)]
 [assembly: AssemblyDefaultAlias("mono-service.exe")]
 [assembly: AssemblyInformationalVersion("0.0.0.1")]
 [assembly: NeutralResourcesLanguage("en-US")]
 
 [assembly: AllowPartiallyTrustedCallers()]
-#if !TARGET_JVM
 [assembly: AssemblyDelaySign(false)]
 [assembly: AssemblyKeyFile("../../class/mono.snk")]
-#endif