|
2 | 2 | * and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */ |
3 | 3 |
|
4 | 4 | using System.Reflection; |
5 | | -using System.Runtime.InteropServices; |
6 | 5 |
|
7 | 6 | // General Information about an assembly is controlled through the following |
8 | 7 | // set of attributes. Change these attribute values to modify the information |
9 | 8 | // associated with an assembly. |
10 | | -[assembly: AssemblyTitle("CSharpAPI")] |
| 9 | +// [assembly: AssemblyTitle("CSharpAPI")] |
11 | 10 | [assembly: AssemblyDescription("CSharpAPI")] |
12 | | -[assembly: AssemblyConfiguration("")] |
13 | | -[assembly: AssemblyCompany("Timber Hill (Europe) AG")] |
14 | | -[assembly: AssemblyProduct("CSharpAPI")] |
| 11 | +// [assembly: AssemblyConfiguration("")] |
| 12 | +// [assembly: AssemblyCompany("Timber Hill (Europe) AG")] |
| 13 | +// [assembly: AssemblyProduct("CSharpAPI")] |
15 | 14 | [assembly: AssemblyCopyright("Copyright (C) Timber Hill (Europe) AG 2013")] |
16 | 15 | [assembly: AssemblyTrademark("")] |
17 | 16 | [assembly: AssemblyCulture("")] |
18 | 17 |
|
19 | 18 | // Setting ComVisible to false makes the types in this assembly not visible |
20 | 19 | // to COM components. If you need to access a type in this assembly from |
21 | 20 | // COM, set the ComVisible attribute to true on that type. |
22 | | -[assembly: ComVisible(false)] |
| 21 | +// [assembly: ComVisible(false)] |
23 | 22 |
|
24 | 23 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
25 | | -[assembly: Guid("074D7616-B13E-4351-A35F-0B673E3213BD")] |
| 24 | +// [assembly: Guid("074D7616-B13E-4351-A35F-0B673E3213BD")] |
26 | 25 |
|
27 | 26 | // Version information for an assembly consists of the following four values: |
28 | 27 | // |
|
34 | 33 | // You can specify all the values or you can default the Build and Revision Numbers |
35 | 34 | // by using the '*' as shown below: |
36 | 35 | // [assembly: AssemblyVersion("1.0.*")] |
37 | | -[assembly: AssemblyVersion("10.37.02.0")] |
38 | | -[assembly: AssemblyFileVersion("10.37.02.0")] |
| 36 | +// [assembly: AssemblyVersion("10.37.02.0")] |
| 37 | +// [assembly: AssemblyFileVersion("10.37.02.0")] |
0 commit comments