annotate UnitTests/CS/Properties/AssemblyInfo.cs @ 3:1ef98bd70424

!bug 100 +3h Исправление проблемы BLToolkit + mono 3.4
author cin
date Fri, 22 Aug 2014 17:34:46 +0400
parents f990fcb411a9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
1 using System.Reflection;
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
2 using System.Runtime.InteropServices;
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
3
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
4 // General Information about an assembly is controlled through the following
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
5 // set of attributes. Change these attribute values to modify the information
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
6 // associated with an assembly.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
7 [assembly: AssemblyTitle("UnitTests.CS.2")]
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
8 [assembly: AssemblyDescription("Business Logic Toolkit Unit tests")]
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
9 [assembly: AssemblyProduct("Business Logic Toolkit")]
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
10 [assembly: AssemblyCopyright("\xA9 2002-2012 www.bltoolkit.net")]
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
11 [assembly: AssemblyCulture("")]
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
12
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
13 // Setting ComVisible to false makes the types in this assembly not visible
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
14 // to COM componenets. If you need to access a type in this assembly from
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
15 // COM, set the ComVisible attribute to true on that type.
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
16 [assembly: ComVisible(false)]
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
17
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
18 // The following GUID is for the ID of the typelib if this project is exposed to COM
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
19 [assembly: Guid("03fc8b70-85d3-4331-a695-2c64f1f6c6dd")]
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
20
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
21 // Version information for an assembly consists of the following four values:
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
22 //
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
23 // Major Version
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
24 // Minor Version
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
25 // Build Number
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
26 // Revision
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
27 //
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
28 // You can specify all the values or you can default the Revision and Build Numbers
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
29 // by using the '*' as shown below:
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
30 [assembly: AssemblyVersion ("1.0.0.0")]
f990fcb411a9 Копия текущей версии из github
cin
parents:
diff changeset
31 [assembly: AssemblyFileVersion("1.0.0.0")]