//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using System; using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("George Mamaladze")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyCopyrightAttribute("(c) George Mamaladze 2000-2020")] [assembly: System.Reflection.AssemblyDescriptionAttribute(@" This library attaches to windows global hooks, tracks keyboard and mouse clicks and movement and raises common .NET events with KeyEventArgs and MouseEventArgs, so you can easily retrieve any information you need: * Mouse coordinates * Mouse buttons clicked * Mouse wheel scrolls * Key presses and releases * Special key states * [NEW] Key combinations and sequences Additionally, there is a possibility to supress certain keyboard or mouse clicks, or detect special key combinations. ")] [assembly: System.Reflection.AssemblyFileVersionAttribute("5.6.1.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("5.6.1-alpha+b79ac874181d9d56e6669885181d3888c6561822")] [assembly: System.Reflection.AssemblyProductAttribute("Gma.System.MouseKeyHook")] [assembly: System.Reflection.AssemblyTitleAttribute("MouseKeyHook")] [assembly: System.Reflection.AssemblyVersionAttribute("5.6.1.0")] // Generated by the MSBuild WriteCodeFragment class.