Line | |
---|
1 | #region Using directives
|
---|
2 |
|
---|
3 | using System;
|
---|
4 | using System.Reflection;
|
---|
5 | using System.Runtime.CompilerServices;
|
---|
6 | using System.Runtime.InteropServices;
|
---|
7 | using System.Runtime.ConstrainedExecution;
|
---|
8 |
|
---|
9 | #endregion
|
---|
10 |
|
---|
11 | //
|
---|
12 | // General Information about an assembly is controlled through the following
|
---|
13 | // set of attributes. Change these attribute values to modify the information
|
---|
14 | // associated with an assembly.
|
---|
15 | //
|
---|
16 | [assembly: AssemblyTitle(@"")]
|
---|
17 | [assembly: AssemblyDescription(@"")]
|
---|
18 | [assembly: AssemblyConfiguration("")]
|
---|
19 | [assembly: AssemblyCompany(@"HEAL")]
|
---|
20 | [assembly: AssemblyProduct(@"HeuristicLab")]
|
---|
21 | [assembly: AssemblyCopyright("")]
|
---|
22 | [assembly: AssemblyTrademark("")]
|
---|
23 | [assembly: AssemblyCulture("")]
|
---|
24 | [assembly: System.Resources.NeutralResourcesLanguage("en")]
|
---|
25 |
|
---|
26 | //
|
---|
27 | // Version information for an assembly consists of the following four values:
|
---|
28 | //
|
---|
29 | // Major Version
|
---|
30 | // Minor Version
|
---|
31 | // Build Number
|
---|
32 | // Revision
|
---|
33 | //
|
---|
34 | // You can specify all the values or you can default the Revision and Build Numbers
|
---|
35 | // by using the '*' as shown below:
|
---|
36 |
|
---|
37 | [assembly: AssemblyVersion(@"1.0.0.0")]
|
---|
38 | [assembly: ComVisible(false)]
|
---|
39 | [assembly: CLSCompliant(false)]
|
---|
40 | [assembly: ReliabilityContract(Consistency.MayCorruptProcess, Cer.None)] |
---|
Note: See
TracBrowser
for help on using the repository browser.