|
1 | | -using System.Reflection; |
| 1 | +using System.EnterpriseServices; |
| 2 | +using System.Reflection; |
2 | 3 | using System.Runtime.InteropServices; |
3 | 4 |
|
4 | 5 | // General Information about an assembly is controlled through the following |
|
13 | 14 | [assembly: AssemblyTrademark("")] |
14 | 15 | [assembly: AssemblyCulture("")] |
15 | 16 |
|
| 17 | + |
| 18 | +[assembly: ApplicationName("CcgPlugin")] |
| 19 | +[assembly: ApplicationActivation(ActivationOption.Server)] |
| 20 | +[assembly: ApplicationID("9CBD827C-66B3-493B-8962-445F027970C8")] |
| 21 | +[assembly: ApplicationAccessControl( |
| 22 | + AccessChecksLevel = AccessChecksLevelOption.Application, |
| 23 | + Authentication = AuthenticationOption.None, |
| 24 | + Value = false)] |
| 25 | + |
16 | 26 | // Setting ComVisible to false makes the types in this assembly not visible |
17 | 27 | // to COM components. If you need to access a type in this assembly from |
18 | 28 | // COM, set the ComVisible attribute to true on that type. |
19 | | -[assembly: ComVisible(true)] |
| 29 | +// [assembly: ComVisible(true)] |
20 | 30 |
|
21 | 31 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
22 | | -[assembly: Guid("8A8F0F10-04A9-4726-9592-22ED3797761C")] |
| 32 | +// [assembly: Guid("8A8F0F10-04A9-4726-9592-22ED3797761C")] |
| 33 | +[assembly: Guid("34DC0E7C-37C1-41C1-B3FD-1755A0396308")] |
| 34 | +//34DC0E7C-37C1-41C1-B3FD-1755A0396308 |
23 | 35 |
|
24 | 36 | // Version information for an assembly consists of the following four values: |
25 | 37 | // |
|
0 commit comments