Catalog/imagecatalog/AssemblyInfo.cs

31 lines
890 B
C#
Raw Normal View History

2021-03-04 10:44:09 +01:00
using System;
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
// Review the values of the assembly attributes
2024-10-14 19:54:29 +02:00
2021-03-04 10:44:09 +01:00
[assembly: AssemblyDescription("")]
2024-10-14 19:54:29 +02:00
[assembly: AssemblyCopyright("(C) 2012-2026")]
[assembly: AssemblyTrademark("Maddo")]
2021-03-04 10:44:09 +01:00
[assembly: CLSCompliant(true)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("948AA2AA-5BED-4DD5-9C67-3126EE9109C6")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
2024-10-14 19:54:29 +02:00