You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 line
812 B

  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. // General Information about an assembly is controlled through the following
  4. // set of attributes. Change these attribute values to modify the information
  5. // associated with an assembly.
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: AssemblyCompany("")]
  8. [assembly: AssemblyProduct("Cap.Consistency.EntityFrameworkCore.Test")]
  9. [assembly: AssemblyTrademark("")]
  10. // Setting ComVisible to false makes the types in this assembly not visible
  11. // to COM components. If you need to access a type in this assembly from
  12. // COM, set the ComVisible attribute to true on that type.
  13. [assembly: ComVisible(false)]
  14. // The following GUID is for the ID of the typelib if this project is exposed to COM
  15. [assembly: Guid("7442c942-1ddc-40e4-8f1b-654e721eaa45")]