0
|
1 using System.Reflection;
|
|
2 using System.Runtime.InteropServices;
|
|
3 using BLToolkit;
|
|
4
|
|
5 // General Information about an assembly is controlled through the following
|
|
6 // set of attributes. Change these attribute values to modify the information
|
|
7 // associated with an assembly.
|
|
8 [assembly: AssemblyTitle(BLToolkitConstants.ProductName + " JointureAddOn")]
|
|
9 [assembly: AssemblyDescription(BLToolkitConstants.ProductDescription + " JointureAddOn")]
|
|
10 [assembly: AssemblyProduct(BLToolkitConstants.ProductName + " JointureAddOn")]
|
|
11 [assembly: AssemblyCopyright(BLToolkitConstants.Copyright)]
|
|
12 [assembly: AssemblyCulture("")]
|
|
13
|
|
14 // Setting ComVisible to false makes the types in this assembly not visible
|
|
15 // to COM components. If you need to access a type in this assembly from
|
|
16 // COM, set the ComVisible attribute to true on that type.
|
|
17 [assembly: ComVisible(false)]
|
|
18
|
|
19 // The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
20 [assembly: Guid("0ec636e7-9d1d-458b-b899-2f1d101cf7b6")]
|
|
21
|
|
22 // Version information for an assembly consists of the following four values:
|
|
23 //
|
|
24 // Major Version
|
|
25 // Minor Version
|
|
26 // Build Number
|
|
27 // Revision
|
|
28 //
|
|
29 // You can specify all the values or you can default the Build and Revision Numbers
|
|
30 // by using the '*' as shown below:
|
|
31 // [assembly: AssemblyVersion("1.0.*")]
|
|
32 [assembly: AssemblyVersion(BLToolkitConstants.FullVersionString)]
|
|
33 [assembly: AssemblyFileVersion(BLToolkitConstants.FullVersionString)]
|