123456789101112131415161718192021 |
- using System.Diagnostics;
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using System.Runtime.Versioning;
- [assembly: CompilationRelaxations(8)]
- [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
- [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
- [assembly: AssemblyTitle("OpenSEMI.ClientBase")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("Microsoft")]
- [assembly: AssemblyProduct("OpenSEMI.ClientBase")]
- [assembly: AssemblyCopyright("Copyright © Microsoft 2019")]
- [assembly: AssemblyTrademark("")]
- [assembly: ComVisible(false)]
- [assembly: Guid("eccdd6e4-baa9-421c-8d17-434d00a94673")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
- [assembly: AssemblyVersion("1.0.0.0")]
|