using System; using System.Diagnostics; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyVersion("0.1.0.0")] [assembly: AssemblyTitle("InputSimulator")] [assembly: AssemblyCompany("michaelnoonan")] [assembly: AssemblyDescription("Provides a useful wrapper around the User32 SendInput and related native Windows functions.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyProduct("InputSimulator")] [assembly: AssemblyCopyright("Copyright © michaelnoonan 2009")] [assembly: AssemblyTrademark("")] [assembly: ComVisible(false)] [assembly: Guid("25871eb0-27d6-42da-a3fe-cb60eb01f15a")] [assembly: AssemblyFileVersion("0.1.0.0")]