mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
325bd3daf5
* use non-intrusive module enumeration whenever possible git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2761 21ef857c-d57f-4fe0-8362-d861dc6d29cd
29 lines
799 B
C#
29 lines
799 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// General assembly information
|
|
|
|
[assembly: AssemblyTitle("Process Hacker")]
|
|
[assembly: AssemblyDescription("Process Hacker")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("wj32")]
|
|
[assembly: AssemblyProduct("Process Hacker")]
|
|
[assembly: AssemblyCopyright("Licensed under the GNU GPL, v3.")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
// COM component information
|
|
|
|
[assembly: ComVisible(false)]
|
|
[assembly: Guid("64bdf3bc-ab3b-46a5-a700-8e6c2c6a68cf")]
|
|
|
|
// Version information
|
|
|
|
[assembly: AssemblyVersion("1.12.0.0")]
|
|
[assembly: AssemblyFileVersion("1.12.0.0")]
|
|
|
|
// Additional assembly options
|
|
|
|
[assembly: StringFreezing]
|