0
|
1 using System;
|
|
2 using System.Reflection;
|
|
3 using System.Resources;
|
|
4 using System.Runtime.InteropServices;
|
|
5 using System.Security;
|
|
6
|
|
7 using BLToolkit;
|
|
8
|
|
9 [assembly: AssemblyTitle (BLToolkitConstants.ProductName + " Data Provider")]
|
|
10 [assembly: AssemblyDescription (BLToolkitConstants.ProductDescription + " Data Provider")]
|
|
11 [assembly: AssemblyProduct (BLToolkitConstants.ProductName + " Data Provider")]
|
|
12 [assembly: AssemblyCopyright (BLToolkitConstants.Copyright)]
|
|
13 [assembly: AssemblyCulture ("")]
|
|
14 [assembly: ComVisible (false)]
|
|
15 [assembly: Guid ("6c3fb028-daf7-4134-8697-eedfe34d779e")]
|
|
16 [assembly: AssemblyVersion (BLToolkitConstants.FullVersionString)]
|
|
17 [assembly: AssemblyFileVersion (BLToolkitConstants.FullVersionString)]
|
|
18 [assembly: CLSCompliant (true)]
|
|
19 [assembly: NeutralResourcesLanguage("en-US")]
|
|
20 //[assembly: AllowPartiallyTrustedCallers]
|