/Kilimanjaro_Trunk/ServiceBrokerInterface/cs/ServiceBrokerInterface/Properties/AssemblyInfo.cs
C# | 48 lines | 31 code | 5 blank | 12 comment | 0 complexity | 7e85fd532e2bce8387f49450ce6900c7 MD5 | raw file
1#region Using directives 2 3using System; 4using System.Reflection; 5using System.Runtime.CompilerServices; 6using System.Runtime.InteropServices; 7using System.Security; 8using System.Security.Permissions; 9 10#endregion 11 12// General Information about an assembly is controlled through the following 13// set of attributes. Change these attribute values to modify the information 14// associated with an assembly. 15[assembly: AssemblyTitle("Microsoft.SqlServer.Broker")] 16[assembly: AssemblyDescription("Class library for access SQL Service Broker functions from stored procs or external programs")] 17[assembly: AssemblyConfiguration("")] 18[assembly: AssemblyCompany("Microsoft Corporation")] 19[assembly: AssemblyProduct("Microsoft.SqlServer.Broker")] 20[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2005")] 21[assembly: AssemblyTrademark("")] 22[assembly: AssemblyCulture("")] 23 24// Version information for an assembly consists of the following four values: 25// 26// Major Version 27// Minor Version 28// Build Number 29// Revision 30// 31// You can specify all the values or you can default the Revision and Build Numbers 32// by using the '*' as shown below: 33[assembly: AssemblyVersion("1.0.*")] 34[assembly: ComVisible(false)] 35[assembly: CLSCompliant(true)] 36[assembly: AllowPartiallyTrustedCallers] 37[assembly: System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.MayCorruptInstance, System.Runtime.ConstrainedExecution.Cer.None)] 38[assembly: System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum)] 39[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope="namespace", Target="Microsoft.Samples.SqlServer")] 40 41[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "Microsoft.Samples.SqlServer.Conversation..ctor(Microsoft.Samples.SqlServer.Service,System.Guid)", MessageId = "System.ArgumentException.#ctor(System.String)")] 42[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1805:DoNotInitializeUnnecessarily", Scope = "member", Target = "Microsoft.Samples.SqlServer.Service..ctor(System.String,System.Data.SqlClient.SqlConnection,System.Data.SqlClient.SqlTransaction)")] 43[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "Microsoft.Samples.SqlServer.Service..ctor(System.String,System.Data.SqlClient.SqlConnection,System.Data.SqlClient.SqlTransaction)", MessageId = "System.ArgumentException.#ctor(System.String)")] 44[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:ValidateArgumentsOfPublicMethods", Scope = "member", Target = "Microsoft.Samples.SqlServer.Service..ctor(System.String,System.Data.SqlClient.SqlConnection,System.Data.SqlClient.SqlTransaction)")] 45[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA1303:DoNotPassLiteralsAsLocalizedParameters", Scope = "member", Target = "Microsoft.Samples.SqlServer.Service.GetConversation(Microsoft.Samples.SqlServer.Conversation,System.Data.SqlClient.SqlConnection,System.Data.SqlClient.SqlTransaction):Microsoft.Samples.SqlServer.Conversation", MessageId = "System.InvalidOperationException.#ctor(System.String)")] 46[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:ValidateArgumentsOfPublicMethods", Scope = "member", Target = "Microsoft.Samples.SqlServer.Service.GetConversation(Microsoft.Samples.SqlServer.Conversation,System.Data.SqlClient.SqlConnection,System.Data.SqlClient.SqlTransaction):Microsoft.Samples.SqlServer.Conversation")] 47[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1805:DoNotInitializeUnnecessarily", Scope = "member", Target = "Microsoft.Samples.SqlServer.Service+MessageReader..ctor(Microsoft.Samples.SqlServer.Service)")] 48[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1062:ValidateArgumentsOfPublicMethods", Scope = "member", Target = "Microsoft.Samples.SqlServer.ServiceException..ctor(Microsoft.Samples.SqlServer.Conversation,System.Data.SqlClient.SqlConnection,System.Data.SqlClient.SqlTransaction,System.Exception)")]