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