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