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