AssemblyInfo.cs 1.1 KB

12345678910111213141516171819202122232425262728
  1. // ======================================
  2. // Author: Ebenezer Monney
  3. // Email: info@ebenmonney.com
  4. // Copyright (c) 2017 www.ebenmonney.com
  5. //
  6. // ==> Gun4Hire: contact@ebenmonney.com
  7. // ======================================
  8. using System.Reflection;
  9. using System.Runtime.CompilerServices;
  10. using System.Runtime.InteropServices;
  11. // General Information about an assembly is controlled through the following
  12. // set of attributes. Change these attribute values to modify the information
  13. // associated with an assembly.
  14. [assembly: AssemblyConfiguration("")]
  15. [assembly: AssemblyCompany("http://ebenmonney.com")]
  16. [assembly: AssemblyProduct("DAL")]
  17. [assembly: AssemblyTrademark("")]
  18. // Setting ComVisible to false makes the types in this assembly not visible
  19. // to COM components. If you need to access a type in this assembly from
  20. // COM, set the ComVisible attribute to true on that type.
  21. [assembly: ComVisible(false)]
  22. // The following GUID is for the ID of the typelib if this project is exposed to COM
  23. [assembly: Guid("9c90a347-5516-48d1-9de2-41fbc5c5e17a")]