AssemblyInfo.cs 880 B

1234567891011121314151617181920
  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.SocketBase")]
  8. [assembly: AssemblyDescription("SuperSocket.SocketBase")]
  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("427204a0-fa48-4c22-97d6-4daf08ee4354")]
  16. [assembly: AssemblyInformationalVersion("9f82982")]