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