crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbolLib/AssemblyInfo.cs
changeset 0 818e61de6cd1
child 1 7a31f7298d8f
equal deleted inserted replaced
-1:000000000000 0:818e61de6cd1
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 using System.Reflection;
       
    18 using System.Runtime.CompilerServices;
       
    19 
       
    20 //
       
    21 // General Information about an assembly is controlled through the following 
       
    22 // set of attributes. Change these attribute values to modify the information
       
    23 // associated with an assembly.
       
    24 //
       
    25 [assembly: AssemblyTitle( "" )]
       
    26 [assembly: AssemblyDescription( "" )]
       
    27 [assembly: AssemblyConfiguration( "" )]
       
    28 [assembly: AssemblyCompany( "Nokia Corporation" )]
       
    29 [assembly: AssemblyProduct( "" )]
       
    30 [assembly: AssemblyCopyright( "Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.symbianfoundation.org/legal/sfl-v10.html." )]
       
    31 [assembly: AssemblyTrademark( "" )]
       
    32 [assembly: AssemblyCulture( "" )]		
       
    33 
       
    34 //
       
    35 // Version information for an assembly consists of the following four values:
       
    36 //
       
    37 //      Major Version
       
    38 //      Minor Version 
       
    39 //      Build Number
       
    40 //      Revision
       
    41 //
       
    42 // You can specify all the values or you can default the Revision and Build Numbers 
       
    43 // by using the '*' as shown below:
       
    44 
       
    45 [assembly: AssemblyVersion("1.0.*")]
       
    46 
       
    47 //
       
    48 // In order to sign your assembly you must specify a key to use. Refer to the 
       
    49 // Microsoft .NET Framework documentation for more information on assembly signing.
       
    50 //
       
    51 // Use the attributes below to control which key is used for signing. 
       
    52 //
       
    53 // Notes: 
       
    54 //   (*) If no key is specified, the assembly is not signed.
       
    55 //   (*) KeyName refers to a key that has been installed in the Crypto Service
       
    56 //       Provider (CSP) on your machine. KeyFile refers to a file which contains
       
    57 //       a key.
       
    58 //   (*) If the KeyFile and the KeyName values 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 KeyFile is installed into the CSP and used.
       
    63 //   (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
       
    64 //       When specifying the KeyFile, the location of the KeyFile should be
       
    65 //       relative to the project output directory which is
       
    66 //       %Project Directory%\obj\<configuration>. For example, if your KeyFile is
       
    67 //       located in the project directory, you would specify the AssemblyKeyFile 
       
    68 //       attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
       
    69 //   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
       
    70 //       documentation for more information on this.
       
    71 //
       
    72 [assembly: AssemblyDelaySign(false)]
       
    73 [assembly: AssemblyKeyFile("")]
       
    74 [assembly: AssemblyKeyName("")]