crashanalysercmd/UI/Plugins/CAPluginRawStackUi/Properties/AssemblyInfo.cs
changeset 0 818e61de6cd1
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 using System.Runtime.InteropServices;
       
    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 [assembly: AssemblyTitle( "CAPluginRawStack" )]
       
    25 [assembly: AssemblyDescription( "" )]
       
    26 [assembly: AssemblyConfiguration( "" )]
       
    27 [assembly: AssemblyCompany( "Nokia" )]
       
    28 [assembly: AssemblyProduct( "CAPluginRawStack" )]
       
    29 [assembly: AssemblyCopyright( "Copyright © Nokia 2009" )]
       
    30 [assembly: AssemblyTrademark( "" )]
       
    31 [assembly: AssemblyCulture( "" )]
       
    32 
       
    33 // Setting ComVisible to false makes the types in this assembly not visible 
       
    34 // to COM components.  If you need to access a type in this assembly from 
       
    35 // COM, set the ComVisible attribute to true on that type.
       
    36 [assembly: ComVisible( false )]
       
    37 
       
    38 // The following GUID is for the ID of the typelib if this project is exposed to COM
       
    39 [assembly: Guid( "b3e97a48-c1e0-487d-b5c2-6009e73fed5f" )]
       
    40 
       
    41 // Version information for an assembly consists of the following four values:
       
    42 //
       
    43 //      Major Version
       
    44 //      Minor Version 
       
    45 //      Build Number
       
    46 //      Revision
       
    47 //
       
    48 // You can specify all the values or you can default the Build and Revision Numbers 
       
    49 // by using the '*' as shown below:
       
    50 // [assembly: AssemblyVersion("1.0.*")]
       
    51 [assembly: AssemblyVersion( "1.0.0.0" )]
       
    52 [assembly: AssemblyFileVersion( "1.0.0.0" )]