AssemblyInfo.cs 996 B

123456789101112131415161718192021
  1. using System.Diagnostics;
  2. using System.Reflection;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. using System.Runtime.Versioning;
  6. [assembly: CompilationRelaxations(8)]
  7. [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
  8. [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
  9. [assembly: AssemblyTitle("OpenSEMI.ClientBase")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("Microsoft")]
  13. [assembly: AssemblyProduct("OpenSEMI.ClientBase")]
  14. [assembly: AssemblyCopyright("Copyright © Microsoft 2019")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: ComVisible(false)]
  17. [assembly: Guid("eccdd6e4-baa9-421c-8d17-434d00a94673")]
  18. [assembly: AssemblyFileVersion("1.0.0.0")]
  19. [assembly: AssemblyVersion("1.0.0.0")]