0
|
1 using System.Reflection;
|
|
2 using System.Runtime.CompilerServices;
|
|
3 using System.Runtime.InteropServices;
|
|
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("WebGen")]
|
|
9 [assembly: AssemblyDescription("Business Logic Toolkit Web content Generator")]
|
|
10 [assembly: AssemblyProduct("Business Logic Toolkit")]
|
|
11 [assembly: AssemblyCopyright("\xA9 2002-2010 www.bltoolkit.net")]
|
|
12 [assembly: AssemblyTrademark("")]
|
|
13 [assembly: AssemblyCulture("")]
|
|
14
|
|
15 // Setting ComVisible to false makes the types in this assembly not visible
|
|
16 // to COM components. If you need to access a type in this assembly from
|
|
17 // COM, set the ComVisible attribute to true on that type.
|
|
18 [assembly: ComVisible(false)]
|
|
19
|
|
20 // The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
21 [assembly: Guid("9d91a08f-a6e3-4a55-96c5-4852366b3cd2")]
|
|
22
|
|
23 // Version information for an assembly consists of the following four values:
|
|
24 //
|
|
25 // Major Version
|
|
26 // Minor Version
|
|
27 // Build Number
|
|
28 // Revision
|
|
29 //
|
|
30 [assembly: AssemblyVersion("3.2.0.0")]
|
|
31 [assembly: AssemblyFileVersion("3.2.0.0")]
|