00001 using System.Reflection; 00002 using System.Runtime.CompilerServices; 00003 00004 // 00005 // General Information about an assembly is controlled through the following 00006 // set of attributes. Change these attribute values to modify the information 00007 // associated with an assembly. 00008 // 00009 [assembly: AssemblyTitle("")] 00010 [assembly: AssemblyDescription("")] 00011 [assembly: AssemblyConfiguration("")] 00012 [assembly: AssemblyCompany("")] 00013 [assembly: AssemblyProduct("")] 00014 [assembly: AssemblyCopyright("")] 00015 [assembly: AssemblyTrademark("")] 00016 [assembly: AssemblyCulture("")] 00017 00018 // 00019 // Version information for an assembly consists of the following four values: 00020 // 00021 // Major Version 00022 // Minor Version 00023 // Build Number 00024 // Revision 00025 // 00026 // You can specify all the values or you can default the Revision and Build Numbers 00027 // by using the '*' as shown below: 00028 00029 [assembly: AssemblyVersion("1.0.*")] 00030 00031 // 00032 // In order to sign your assembly you must specify a key to use. Refer to the 00033 // Microsoft .NET Framework documentation for more information on assembly signing. 00034 // 00035 // Use the attributes below to control which key is used for signing. 00036 // 00037 // Notes: 00038 // (*) If no key is specified - the assembly cannot be signed. 00039 // (*) KeyName refers to a key that has been installed in the Crypto Service 00040 // Provider (CSP) on your machine. 00041 // (*) If the key file and a key name attributes are both specified, the 00042 // following processing occurs: 00043 // (1) If the KeyName can be found in the CSP - that key is used. 00044 // (2) If the KeyName does not exist and the KeyFile does exist, the key 00045 // in the file is installed into the CSP and used. 00046 // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework 00047 // documentation for more information on this. 00048 // 00049 [assembly: AssemblyDelaySign(false)] 00050 [assembly: AssemblyKeyFile("")] 00051 [assembly: AssemblyKeyName("")]