Main Page | Class Hierarchy | Class List | File List | Class Members

SmartDeviceClient/AssemblyInfo.cs

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 
00010 [assembly: AssemblyTitle("")]
00011 [assembly: AssemblyDescription("")]
00012 [assembly: AssemblyConfiguration("")]
00013 [assembly: AssemblyCompany("")]
00014 [assembly: AssemblyProduct("")]
00015 [assembly: AssemblyCopyright("")]
00016 [assembly: AssemblyTrademark("")]
00017 [assembly: AssemblyCulture("")]         
00018 
00019 //
00020 // Version information for an assembly consists of the following four values:
00021 //
00022 //      Major Version
00023 //      Minor Version 
00024 //      Build Number
00025 //      Revision
00026 //
00027 // You can specify all the values or you can default the Revision and Build Numbers 
00028 // by using the '*' as shown below:
00029 
00030 [assembly: AssemblyVersion("1.0.*")]
00031 
00032 //
00033 // In order to sign your assembly you must specify a key to use. Refer to the 
00034 // Microsoft .NET Framework documentation for more information on assembly signing.
00035 //
00036 // Use the attributes below to control which key is used for signing. 
00037 //
00038 // Notes: 
00039 //   (*) If no key is specified - the assembly cannot be signed.
00040 //   (*) KeyName refers to a key that has been installed in the Crypto Service
00041 //       Provider (CSP) on your machine. 
00042 //   (*) If the key file and a key name attributes 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 file is installed into the CSP and used.
00047 //   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
00048 //       documentation for more information on this.
00049 //
00050 [assembly: AssemblyDelaySign(false)]
00051 [assembly: AssemblyKeyFile("")]
00052 [assembly: AssemblyKeyName("")]

Generated on Mon May 8 22:07:27 2006 by  doxygen 1.3.9.1