author | StephaneLenclud |
Sun, 15 Mar 2015 14:07:17 +0100 | |
changeset 75 | e8bb372ae58b |
child 76 | 831ebeeecfdf |
permissions | -rw-r--r-- |
StephaneLenclud@74 | 1 |
using System.Reflection; |
StephaneLenclud@74 | 2 |
using System.Runtime.CompilerServices; |
StephaneLenclud@74 | 3 |
using System.Runtime.InteropServices; |
StephaneLenclud@74 | 4 |
|
StephaneLenclud@74 | 5 |
// General Information about an assembly is controlled through the following |
StephaneLenclud@74 | 6 |
// set of attributes. Change these attribute values to modify the information |
StephaneLenclud@74 | 7 |
// associated with an assembly. |
StephaneLenclud@74 | 8 |
[assembly: AssemblyTitle("SharpLibHid")] |
StephaneLenclud@74 | 9 |
[assembly: AssemblyDescription("")] |
StephaneLenclud@74 | 10 |
[assembly: AssemblyConfiguration("")] |
StephaneLenclud@74 | 11 |
[assembly: AssemblyCompany("")] |
StephaneLenclud@74 | 12 |
[assembly: AssemblyProduct("SharpLibHid")] |
StephaneLenclud@74 | 13 |
[assembly: AssemblyCopyright("Copyright © 2015")] |
StephaneLenclud@74 | 14 |
[assembly: AssemblyTrademark("")] |
StephaneLenclud@74 | 15 |
[assembly: AssemblyCulture("")] |
StephaneLenclud@74 | 16 |
|
StephaneLenclud@74 | 17 |
// Setting ComVisible to false makes the types in this assembly not visible |
StephaneLenclud@74 | 18 |
// to COM components. If you need to access a type in this assembly from |
StephaneLenclud@74 | 19 |
// COM, set the ComVisible attribute to true on that type. |
StephaneLenclud@74 | 20 |
[assembly: ComVisible(false)] |
StephaneLenclud@74 | 21 |
|
StephaneLenclud@74 | 22 |
// The following GUID is for the ID of the typelib if this project is exposed to COM |
StephaneLenclud@74 | 23 |
[assembly: Guid("975f0b9b-456d-4db6-a0ea-56c257969b38")] |
StephaneLenclud@74 | 24 |
|
StephaneLenclud@74 | 25 |
// Version information for an assembly consists of the following four values: |
StephaneLenclud@74 | 26 |
// |
StephaneLenclud@74 | 27 |
// Major Version |
StephaneLenclud@74 | 28 |
// Minor Version |
StephaneLenclud@74 | 29 |
// Build Number |
StephaneLenclud@74 | 30 |
// Revision |
StephaneLenclud@74 | 31 |
// |
StephaneLenclud@74 | 32 |
// You can specify all the values or you can default the Build and Revision Numbers |
StephaneLenclud@74 | 33 |
// by using the '*' as shown below: |
StephaneLenclud@74 | 34 |
// [assembly: AssemblyVersion("1.0.*")] |
StephaneLenclud@74 | 35 |
[assembly: AssemblyVersion("1.0.0.0")] |
StephaneLenclud@74 | 36 |
[assembly: AssemblyFileVersion("1.0.0.0")] |