crashanalysercmd/Libraries/File Formats/Plugins/CrashInfoFilePlugin/Properties/AssemblyInfo.cs
changeset 2 0c91f0baec58
parent 0 818e61de6cd1
equal deleted inserted replaced
1:7a31f7298d8f 2:0c91f0baec58
     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;
     1 using System.Reflection;
    18 using System.Runtime.CompilerServices;
     2 using System.Runtime.CompilerServices;
    19 using System.Runtime.InteropServices;
     3 using System.Runtime.InteropServices;
    20 
     4 
    21 // General Information about an assembly is controlled through the following 
     5 // General Information about an assembly is controlled through the following 
    43 //      Major Version
    27 //      Major Version
    44 //      Minor Version 
    28 //      Minor Version 
    45 //      Build Number
    29 //      Build Number
    46 //      Revision
    30 //      Revision
    47 //
    31 //
    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")]
    32 [assembly: AssemblyVersion("1.0.0.0")]
    52 [assembly: AssemblyFileVersion("1.0.0.0")]
    33 [assembly: AssemblyFileVersion("1.0.0.0")]