moel@345: using System.Reflection; moel@345: using System.Runtime.CompilerServices; moel@345: using System.Runtime.InteropServices; moel@345: using System; moel@345: using System.Security.Permissions; moel@345: moel@345: [assembly: ComVisible(false)] moel@345: [assembly: CLSCompliant(false)] moel@345: [assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)] moel@345: moel@345: [assembly: AssemblyTitle("Aga.Controls")] moel@345: [assembly: AssemblyCopyright("Copyright © Andrey Gliznetsov 2006 - 2009")] moel@345: [assembly: AssemblyDescription("http://sourceforge.net/projects/treeviewadv/")] moel@345: moel@345: [assembly: AssemblyVersion("1.7.0.0")]