PageRenderTime 42ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/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. using System;
  3. using System.Reflection;
  4. using System.Runtime.CompilerServices;
  5. using System.Runtime.InteropServices;
  6. using System.Security;
  7. using System.Security.Permissions;
  8. #endregion
  9. // General Information about an assembly is controlled through the following
  10. // set of attributes. Change these attribute values to modify the information
  11. // associated with an assembly.
  12. [assembly: AssemblyTitle("Microsoft.SqlServer.Broker")]
  13. [assembly: AssemblyDescription("Class library for access SQL Service Broker functions from stored procs or external programs")]
  14. [assembly: AssemblyConfiguration("")]
  15. [assembly: AssemblyCompany("Microsoft Corporation")]
  16. [assembly: AssemblyProduct("Microsoft.SqlServer.Broker")]
  17. [assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2005")]
  18. [assembly: AssemblyTrademark("")]
  19. [assembly: AssemblyCulture("")]
  20. // Version information for an assembly consists of the following four values:
  21. //
  22. // Major Version
  23. // Minor Version
  24. // Build Number
  25. // Revision
  26. //
  27. // You can specify all the values or you can default the Revision and Build Numbers
  28. // by using the '*' as shown below:
  29. [assembly: AssemblyVersion("1.0.*")]
  30. [assembly: ComVisible(false)]
  31. [assembly: CLSCompliant(true)]
  32. [assembly: AllowPartiallyTrustedCallers]
  33. [assembly: System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.MayCorruptInstance, System.Runtime.ConstrainedExecution.Cer.None)]
  34. [assembly: System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum)]
  35. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope="namespace", Target="Microsoft.Samples.SqlServer")]
  36. [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)")]
  37. [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)")]
  38. [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)")]
  39. [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)")]
  40. [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)")]
  41. [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")]
  42. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1805:DoNotInitializeUnnecessarily", Scope = "member", Target = "Microsoft.Samples.SqlServer.Service+MessageReader..ctor(Microsoft.Samples.SqlServer.Service)")]
  43. [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)")]