comparison Source/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;
2 using System.Reflection;
3 using System.Runtime.InteropServices;
4 using System.Security;
5 using System.Resources;
6
7 using BLToolkit;
8
9 // General Information about an assembly is controlled through the following
10 // set of attributes. Change these attribute values to modify the information
11 // associated with an assembly.
12 [assembly: AssemblyTitle (BLToolkitConstants.ProductName)]
13 [assembly: AssemblyDescription (BLToolkitConstants.ProductDescription)]
14 [assembly: AssemblyProduct (BLToolkitConstants.ProductName)]
15 [assembly: AssemblyCopyright (BLToolkitConstants.Copyright)]
16 [assembly: AssemblyCulture ("")]
17 [assembly: AssemblyConfiguration("")]
18 [assembly: AssemblyCompany (BLToolkitConstants.ProductName)]
19
20 // Setting ComVisible to false makes the types in this assembly not visible
21 // to COM componenets. If you need to access a type in this assembly from
22 // COM, set the ComVisible attribute to true on that type.
23 [assembly: ComVisible(false)]
24
25 // The following GUID is for the ID of the typelib if this project is exposed to COM
26 [assembly: Guid("9a7e41f3-ca15-4dc5-b724-65b7cdbbdcd1")]
27
28 // Version information for an assembly consists of the following four values:
29 //
30 // Major Version
31 // Minor Version
32 // Build Number
33 // Revision
34 //
35 // You can specify all the values or you can default the Revision and Build Numbers
36 // by using the '*' as shown below:
37 [assembly: AssemblyVersion (BLToolkitConstants.FullVersionString)]
38 [assembly: AssemblyFileVersion(BLToolkitConstants.FullVersionString)]
39
40 // The AllowPartiallyTrustedCallersAttribute requires the assembly to be signed with a strong name key.
41 // This attribute is necessary since the control is called by either an intranet or Internet
42 // Web page that should be running under restricted permissions.
43 #if !SILVERLIGHT
44 [assembly: AllowPartiallyTrustedCallers]
45 //[assembly: SecurityRules(SecurityRuleSet.Level2, SkipVerificationInFullTrust = true)]
46 #endif
47
48 [assembly: CLSCompliant(true)]
49 [assembly: NeutralResourcesLanguageAttribute("en-US")]