|
1 | | -Imports System |
2 | | -Imports System.Reflection |
3 | | -Imports System.Runtime.InteropServices |
4 | | -Imports System.Security |
5 | | - |
6 | | -' General Information about an assembly is controlled through the following |
7 | | -' set of attributes. Change these attribute values to modify the information |
8 | | -' associated with an assembly. |
9 | | - |
10 | | -' Review the values of the assembly attributes |
11 | | - |
12 | | -<Assembly: AssemblyTitle("Server Actions")> |
13 | | -<Assembly: AssemblyDescription("Excel Addin Server Actions")> |
14 | | -<Assembly: AssemblyCompany("Anthony Duguid")> |
15 | | -<Assembly: AssemblyProduct("ServerActions")> |
16 | | -<Assembly: AssemblyCopyright("Anthony Duguid")> |
17 | | -<Assembly: AssemblyTrademark("")> |
18 | | - |
19 | | -' Setting ComVisible to false makes the types in this assembly not visible |
20 | | -' to COM components. If you need to access a type in this assembly from |
21 | | -' COM, set the ComVisible attribute to true on that type. |
22 | | -<Assembly: ComVisible(False)> |
23 | | - |
24 | | -'The following GUID is for the ID of the typelib if this project is exposed to COM |
25 | | -<Assembly: Guid("7c50147f-ef5d-400d-9ae2-4e9b011fc885")> |
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 Build and Revision Numbers |
35 | | -' by using the '*' as shown below: |
36 | | -' <Assembly: AssemblyVersion("1.0.*")> |
37 | | - |
38 | | -<Assembly: AssemblyVersion("1.0.0.0")> |
39 | | -<Assembly: AssemblyFileVersion("1.0.0.0")> |
40 | | - |
41 | | -Friend Module DesignTimeConstants |
42 | | - Public Const RibbonTypeSerializer As String = "Microsoft.VisualStudio.Tools.Office.Ribbon.Serialization.RibbonTypeCodeDomSerializer, Microsoft.VisualStudio.Tools.Office.Designer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" |
43 | | - Public Const RibbonBaseTypeSerializer As String = "System.ComponentModel.Design.Serialization.TypeCodeDomSerializer, System.Design" |
44 | | - Public Const RibbonDesigner As String = "Microsoft.VisualStudio.Tools.Office.Ribbon.Design.RibbonDesigner, Microsoft.VisualStudio.Tools.Office.Designer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" |
45 | | -End Module |
| 1 | +Imports System |
| 2 | +Imports System.Reflection |
| 3 | +Imports System.Runtime.InteropServices |
| 4 | +Imports System.Security |
| 5 | + |
| 6 | +' General Information about an assembly is controlled through the following |
| 7 | +' set of attributes. Change these attribute values to modify the information |
| 8 | +' associated with an assembly. |
| 9 | + |
| 10 | +' Review the values of the assembly attributes |
| 11 | + |
| 12 | +<Assembly: AssemblyTitle("Server Actions")> |
| 13 | +<Assembly: AssemblyDescription("Excel Addin Server Actions")> |
| 14 | +<Assembly: AssemblyCompany("Anthony Duguid")> |
| 15 | +<Assembly: AssemblyProduct("ServerActions")> |
| 16 | +<Assembly: AssemblyCopyright("Anthony Duguid")> |
| 17 | +<Assembly: AssemblyTrademark("")> |
| 18 | + |
| 19 | +' Setting ComVisible to false makes the types in this assembly not visible |
| 20 | +' to COM components. If you need to access a type in this assembly from |
| 21 | +' COM, set the ComVisible attribute to true on that type. |
| 22 | +<Assembly: ComVisible(False)> |
| 23 | + |
| 24 | +'The following GUID is for the ID of the typelib if this project is exposed to COM |
| 25 | +<Assembly: Guid("7c50147f-ef5d-400d-9ae2-4e9b011fc885")> |
| 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 Build and Revision Numbers |
| 35 | +' by using the '*' as shown below: |
| 36 | +' <Assembly: AssemblyVersion("1.0.*")> |
| 37 | + |
| 38 | +<Assembly: AssemblyVersion("1.0.0.0")> |
| 39 | +<Assembly: AssemblyFileVersion("1.0.0.0")> |
| 40 | + |
| 41 | +Friend Module DesignTimeConstants |
| 42 | + Public Const RibbonTypeSerializer As String = "Microsoft.VisualStudio.Tools.Office.Ribbon.Serialization.RibbonTypeCodeDomSerializer, Microsoft.VisualStudio.Tools.Office.Designer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" |
| 43 | + Public Const RibbonBaseTypeSerializer As String = "System.ComponentModel.Design.Serialization.TypeCodeDomSerializer, System.Design" |
| 44 | + Public Const RibbonDesigner As String = "Microsoft.VisualStudio.Tools.Office.Ribbon.Design.RibbonDesigner, Microsoft.VisualStudio.Tools.Office.Designer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" |
| 45 | +End Module |
0 commit comments