Tue Nov 14 16:06:37 CET 2006 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / nunit20 / framework / AssemblyInfo.cs
index 5dfe764f3c6f18ed7feca8601dbe0db9b2149e4c..c4d4d85d98db7c08cad9f22b11049b63ab631c8a 100644 (file)
@@ -2,7 +2,9 @@ using System;
 using System.Reflection;
 using System.Runtime.CompilerServices;
 
+#if !TARGET_JVM
 [assembly: CLSCompliant(true)]
+#endif
 //
 // General Information about an assembly is controlled through the following 
 // set of attributes. Change these attribute values to modify the information
@@ -60,6 +62,6 @@ using System.Runtime.CompilerServices;
 #if !StronglyNamedAssembly
 [assembly: AssemblyDelaySign(false)]
 #else
-[assembly: AssemblyKeyFile("..\\..\\..\\nunit.key")]
+[assembly: AssemblyKeyFile("../../../nunit.key")]
 [assembly: AssemblyKeyName("")]
 #endif