1 /*=====================================================================
5 ---------------------------------------------------------------------
6 Copyright (C) Microsoft Corporation. All rights reserved.
8 This source code is intended only as a supplement to Microsoft
9 Development Tools and/or on-line documentation. See these other
10 materials for detailed information regarding Microsoft code samples.
12 THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
13 KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
14 IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
16 =====================================================================*/
18 using System
.Reflection
;
19 using System
.Runtime
.CompilerServices
;
22 // General Information about an assembly is controlled through the following
23 // set of attributes. Change these attribute values to modify the information
24 // associated with an assembly.
26 [assembly
: AssemblyTitle("")]
27 [assembly
: AssemblyDescription("")]
28 [assembly
: AssemblyConfiguration("")]
29 [assembly
: AssemblyCompany("")]
30 [assembly
: AssemblyProduct("")]
31 [assembly
: AssemblyCopyright("")]
32 [assembly
: AssemblyTrademark("")]
33 [assembly
: AssemblyCulture("")]
36 // Version information for an assembly consists of the following four values:
43 // You can specify all the values or you can default the Revision and Build Numbers
44 // by using the '*' as shown below:
46 [assembly
: AssemblyVersion("1.0.*")]
49 // In order to sign your assembly you must specify a key to use. Refer to the
50 // Microsoft .NET Framework documentation for more information on assembly signing.
52 // Use the attributes below to control which key is used for signing.
55 // (*) If no key is specified - the assembly cannot be signed.
56 // (*) KeyName refers to a key that has been installed in the Crypto Service
57 // Provider (CSP) on your machine.
58 // (*) If the key file and a key name attributes are both specified, the
59 // following processing occurs:
60 // (1) If the KeyName can be found in the CSP - that key is used.
61 // (2) If the KeyName does not exist and the KeyFile does exist, the key
62 // in the file is installed into the CSP and used.
63 // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
64 // documentation for more information on this.
66 [assembly
: AssemblyDelaySign(false)]
67 [assembly
: AssemblyKeyFile("")]
68 [assembly
: AssemblyKeyName("")]