AssemblyInfo.cs 948 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("Core")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("")]
  13. [assembly: AssemblyProduct("Core")]
  14. [assembly: AssemblyCopyright("Copyright © 2018")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: ComVisible(false)]
  17. [assembly: Guid("ec944776-c55c-478c-92b3-72aa7c867da3")]
  18. [assembly: AssemblyFileVersion("1.0.0.0")]
  19. [assembly: AssemblyVersion("1.0.0.0")]