1 using System
.Reflection
;
2 using System
.Runtime
.CompilerServices
;
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.
9 #if ASSEMBLY_ATTRIBUTES
10 [assembly
: AssemblyTitle("")]
11 [assembly
: AssemblyDescription("")]
12 [assembly
: AssemblyConfiguration("")]
13 [assembly
: AssemblyCompany("")]
14 [assembly
: AssemblyProduct("")]
15 [assembly
: AssemblyCopyright("")]
16 [assembly
: AssemblyTrademark("")]
18 [assembly
: AssemblyCulture("")]
21 // Version information for an assembly consists of the following four values:
28 // You can specify all the values or you can default the Revision and Build Numbers
29 // by using the '*' as shown below:
31 [assembly
: AssemblyVersion("1.0.*")]
34 // In order to sign your assembly you must specify a key to use. Refer to the
35 // Microsoft .NET Framework documentation for more information on assembly signing.
37 // Use the attributes below to control which key is used for signing.
40 // (*) If no key is specified - the assembly cannot be signed.
41 // (*) KeyName refers to a key that has been installed in the Crypto Service
42 // Provider (CSP) on your machine.
43 // (*) If the key file and a key name attributes are both specified, the
44 // following processing occurs:
45 // (1) If the KeyName can be found in the CSP - that key is used.
46 // (2) If the KeyName does not exist and the KeyFile does exist, the key
47 // in the file is installed into the CSP and used.
48 // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
49 // documentation for more information on this.
51 [assembly
: AssemblyDelaySign(false)]
52 [assembly
: AssemblyKeyFile("")]
53 [assembly
: AssemblyKeyName("")]