AssemblyInfo.cs 859 B

1234567891011121314151617181920
  1. // Copyright (c) 2012-2020 fo-dicom contributors.
  2. // Licensed under the Microsoft Public License (MS-PL).
  3. using System.Reflection;
  4. using System.Runtime.InteropServices;
  5. // General Information about an assembly is controlled through the following
  6. // set of attributes. Change these attribute values to modify the information
  7. // associated with an assembly.
  8. [assembly: AssemblyTitle("C-Store SCU")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. // Setting ComVisible to false makes the types in this assembly not visible
  12. // to COM components. If you need to access a type in this assembly from
  13. // COM, set the ComVisible attribute to true on that type.
  14. [assembly: ComVisible(false)]
  15. // The following GUID is for the ID of the typelib if this project is exposed to COM
  16. [assembly: Guid("832af402-22a1-4d28-9179-05b4d8fe44e9")]