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("Core")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyProduct("Core")]
- [assembly: AssemblyCopyright("Copyright © 2018")]
- [assembly: AssemblyTrademark("")]
- [assembly: ComVisible(false)]
- [assembly: Guid("ec944776-c55c-478c-92b3-72aa7c867da3")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
- [assembly: AssemblyVersion("1.0.0.0")]
|