mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
7bd28e4357
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
16 lines
569 B
C#
16 lines
569 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using System;
|
|
using System.Security.Permissions;
|
|
|
|
[assembly: ComVisible(false)]
|
|
[assembly: CLSCompliant(false)]
|
|
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
|
|
|
|
[assembly: AssemblyTitle("Aga.Controls")]
|
|
[assembly: AssemblyCopyright("Copyright © Andrey Gliznetsov 2006 - 2007, modified by wj32")]
|
|
[assembly: AssemblyDescription("http://sourceforge.net/projects/treeviewadv/")]
|
|
|
|
[assembly: AssemblyVersion("1.6.1.0")]
|