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