AssemblyInfo.cs 882 B

123456789101112131415161718
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // General Information about an assembly is controlled through the following
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. [assembly: AssemblyTitle("SuperSocket.SocketEngine")]
  8. [assembly: AssemblyDescription("SuperSocket.SocketEngine")]
  9. [assembly: AssemblyConfiguration("")]
  10. // Setting ComVisible to false makes the types in this assembly not visible
  11. // to COM components. If you need to access a type in this assembly from
  12. // COM, set the ComVisible attribute to true on that type.
  13. [assembly: ComVisible(false)]
  14. // The following GUID is for the ID of the typelib if this project is exposed to COM
  15. [assembly: Guid("a9e989e2-6cd5-461c-a171-0eacec4e9c0a")]
  16. [assembly: AssemblyInformationalVersion("9f82982")]