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