sl@24: using System.Reflection; sl@24: using System.Runtime.CompilerServices; sl@24: using System.Runtime.InteropServices; sl@24: sl@24: // General Information about an assembly is controlled through the following sl@24: // set of attributes. Change these attribute values to modify the information sl@24: // associated with an assembly. sl@24: [assembly: AssemblyTitle("SharpDisplayInterface")] sl@24: [assembly: AssemblyDescription("")] sl@24: [assembly: AssemblyConfiguration("")] sl@24: [assembly: AssemblyCompany("")] sl@24: [assembly: AssemblyProduct("SharpDisplayInterface")] sl@24: [assembly: AssemblyCopyright("Copyright © 2014")] sl@24: [assembly: AssemblyTrademark("")] sl@24: [assembly: AssemblyCulture("")] sl@24: sl@24: // Setting ComVisible to false makes the types in this assembly not visible sl@24: // to COM components. If you need to access a type in this assembly from sl@24: // COM, set the ComVisible attribute to true on that type. sl@24: [assembly: ComVisible(false)] sl@24: sl@24: // The following GUID is for the ID of the typelib if this project is exposed to COM sl@24: [assembly: Guid("53136116-6621-4ac0-8a01-bf746674b192")] sl@24: sl@24: // Version information for an assembly consists of the following four values: sl@24: // sl@24: // Major Version sl@24: // Minor Version sl@24: // Build Number sl@24: // Revision sl@24: // sl@24: // You can specify all the values or you can default the Build and Revision Numbers sl@24: // by using the '*' as shown below: sl@24: // [assembly: AssemblyVersion("1.0.*")] sl@24: [assembly: AssemblyVersion("1.0.0.0")] sl@24: [assembly: AssemblyFileVersion("1.0.0.0")]