您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

AssemblyInfo.cs 812 B

7 年前
123456789101112131415161718
  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")]