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("Console Server")] 00010 [assembly: AssemblyDescription("Console-based Server program for GPRSWeb")] 00011 [assembly: AssemblyConfiguration("")] 00012 [assembly: AssemblyCompany("University of Cambridge")] 00013 [assembly: AssemblyProduct("GPRSWeb")] 00014 [assembly: AssemblyCopyright("2002 Computer Laboratory")] 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 is not signed. 00039 // (*) KeyName refers to a key that has been installed in the Crypto Service 00040 // Provider (CSP) on your machine. KeyFile refers to a file which contains 00041 // a key. 00042 // (*) If the KeyFile and the KeyName values are both specified, the 00043 // following processing occurs: 00044 // (1) If the KeyName can be found in the CSP, that key is used. 00045 // (2) If the KeyName does not exist and the KeyFile does exist, the key 00046 // in the KeyFile is installed into the CSP and used. 00047 // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. 00048 // When specifying the KeyFile, the location of the KeyFile should be 00049 // relative to the project output directory which is 00050 // %Project Directory%\obj<configuration>. For example, if your KeyFile is 00051 // located in the project directory, you would specify the AssemblyKeyFile 00052 // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] 00053 // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework 00054 // documentation for more information on this. 00055 // 00056 [assembly: AssemblyDelaySign(false)] 00057 [assembly: AssemblyKeyFile("")] 00058 [assembly: AssemblyKeyName("")]