mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
7138c92902
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1249 21ef857c-d57f-4fe0-8362-d861dc6d29cd
17 lines
581 B
C#
17 lines
581 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/")]
|
|
|
|
// 1.6.1.0
|
|
[assembly: AssemblyVersion("1.3.8.0")]
|