comparison Demo/Partial.Trust/Components/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
6 // General Information about an assembly is controlled through the following
7 // set of attributes. Change these attribute values to modify the information
8 // associated with an assembly.
9 [assembly: AssemblyTitle("Partial.Trust.Components")]
10 [assembly: AssemblyProduct("Partial.Trust.Components")]
11 [assembly: AssemblyCopyright("\xA9 2002-2012 www.bltoolkit.net")]
12 [assembly: AssemblyCulture("")]
13
14 // Setting ComVisible to false makes the types in this assembly not visible
15 // to COM components. If you need to access a type in this assembly from
16 // COM, set the ComVisible attribute to true on that type.
17 [assembly: ComVisible(false)]
18
19 // The following GUID is for the ID of the typelib if this project is exposed to COM
20 [assembly: Guid("c9109767-494e-4994-ac1a-2458efc3765c")]
21
22 // Version information for an assembly consists of the following four values:
23 //
24 // Major Version
25 // Minor Version
26 // Build Number
27 // Revision
28 //
29 // You can specify all the values or you can default the Build and Revision Numbers
30 // by using the '*' as shown below:
31 // [assembly: AssemblyVersion("1.0.*")]
32 [assembly: AssemblyVersion("1.0.0.0")]
33 [assembly: AssemblyFileVersion("1.0.0.0")]
34
35 [assembly: AllowPartiallyTrustedCallers]