|
|
|
@ -6,16 +6,6 @@ using System.Runtime.InteropServices; |
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
// associated with an assembly.
|
|
|
|
|
|
|
|
[assembly: AssemblyTitle("ImageSharp.Sandbox46")] |
|
|
|
[assembly: AssemblyDescription("A cross-platform library for processing of image files written in C#")] |
|
|
|
[assembly: AssemblyConfiguration("")] |
|
|
|
[assembly: AssemblyCompany("")] |
|
|
|
[assembly: AssemblyProduct("ImageSharp.Sandbox46")] |
|
|
|
[assembly: AssemblyCopyright("Copyright © James Jackson-South and contributors.")] |
|
|
|
[assembly: AssemblyTrademark("")] |
|
|
|
[assembly: AssemblyCulture("")] |
|
|
|
|
|
|
|
|
|
|
|
// Setting ComVisible to false makes the types in this assembly not visible
|
|
|
|
// to COM components. If you need to access a type in this assembly from
|
|
|
|
// COM, set the ComVisible attribute to true on that type.
|
|
|
|
|