using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Exyus.Samples")] [assembly: AssemblyDescription("2008-01")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("amundsen.com, inc.")] [assembly: AssemblyProduct("Exyus.Samples")] [assembly: AssemblyCopyright("Copyright © amundsen.com, inc. 2008")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("eac00780-9ca9-4fb9-9e0c-3679ffced64b")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]