AssemblyInfo.cs 378 B

1234567891011
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. [assembly: AssemblyTitle("SuperWebSocket")]
  5. [assembly: AssemblyDescription("SuperWebSocket")]
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: ComVisible(false)]
  8. [assembly: Guid("c987ab0e-8f0b-4d27-aae4-4649afba5fbe")]
  9. [assembly: AssemblyInformationalVersion("9f82982")]