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