AssemblyInfo.cs 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  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: AssemblyTitle("增加报错后是否强制保存参数")]
  7. [assembly: AssemblyDescription("开多少个医嘱 就互认多少,针对合单互认,互认lis 调整为id")]
  8. [assembly: AssemblyConfiguration("")]
  9. [assembly: AssemblyCompany("zlsoft")]
  10. [assembly: AssemblyProduct("ZLPlugin_LisPacs_MR")]
  11. [assembly: AssemblyCopyright("Copyright © 2024-1.0.2.5")]
  12. [assembly: AssemblyTrademark("")]
  13. [assembly: AssemblyCulture("")]
  14. // Setting ComVisible to false makes the types in this assembly not visible
  15. // to COM components. If you need to access a type in this assembly from
  16. // COM, set the ComVisible attribute to true on that type.
  17. [assembly: ComVisible(true)]
  18. // The following GUID is for the ID of the typelib if this project is exposed to COM
  19. [assembly: Guid("b0d6e8d8-3d20-47a5-aeb1-45a4cf4f1a04")]
  20. // Version information for an assembly consists of the following four values:
  21. //
  22. // Major Version
  23. // Minor Version
  24. // Build Number
  25. // Revision
  26. //
  27. // You can specify all the values or you can default the Build and Revision Numbers
  28. // by using the '*' as shown below:
  29. // [assembly: AssemblyVersion("1.0.*")]
  30. [assembly: AssemblyVersion("1.4.35.140")]
  31. [assembly: AssemblyFileVersion("1.4.35.140")]