X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Messaging.RabbitMQ%2FAssembly%2FAssemblyInfo.cs;h=fbe483cbb2572d5d97fb486642d7eb55a06084e8;hb=8d3b80d4fb899d1892a2942b85a70c6b99e05e2b;hp=0cdccf6c4ede5e5265f7ba35931cdcbd350a2324;hpb=b87c7e29df7d04e3199e224c8b8e9a41292cec1b;p=mono.git diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Assembly/AssemblyInfo.cs b/mcs/class/Mono.Messaging.RabbitMQ/Assembly/AssemblyInfo.cs index 0cdccf6c4ed..fbe483cbb25 100644 --- a/mcs/class/Mono.Messaging.RabbitMQ/Assembly/AssemblyInfo.cs +++ b/mcs/class/Mono.Messaging.RabbitMQ/Assembly/AssemblyInfo.cs @@ -53,19 +53,11 @@ using System.Runtime.InteropServices; [assembly: ComVisible (false)] -[assembly: CLSCompliant (true)] +[assembly: CLSCompliant (false)] [assembly: AssemblyDelaySign (true)] -[assembly: AssemblyKeyFile("../msfinal.pub")] +[assembly: AssemblyKeyFile("../mono.pub")] -#if NET_2_0 - [assembly: AssemblyFileVersion (Consts.FxFileVersion)] - [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)] - [assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] - [assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)] -#elif NET_1_1 - [assembly: AssemblyTrademark ("")] - [assembly: AssemblyConfiguration ("")] -#elif NET_1_0 - [assembly: AssemblyTrademark ("")] - [assembly: AssemblyConfiguration ("")] -#endif +[assembly: AssemblyFileVersion (Consts.FxFileVersion)] +[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)] +[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] +[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]