Files
mirror-processhacker/trunk/ProcessHacker/Properties/AssemblyInfo.cs
T
wj32 c513d5acaa CircularBuffer sizes are now powers of two
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2246 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 03:45:01 +00:00

29 lines
797 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.7.0.0")]
[assembly: AssemblyFileVersion("1.7.0.0")]
// Additional assembly options
[assembly: StringFreezing]