comparison Tools/DocGen/Properties/AssemblyInfo.cs @ 0:f990fcb411a9

Копия текущей версии из github
author cin
date Thu, 27 Mar 2014 21:46:09 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f990fcb411a9
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")]