/****************************************************************************  
 | 
**  
 | 
** Copyright (C) 2016 The Qt Company Ltd.  
 | 
** Contact: https://www.qt.io/licensing/  
 | 
**  
 | 
** This file is part of the Qt VS Tools.  
 | 
**  
 | 
** $QT_BEGIN_LICENSE:GPL-EXCEPT$  
 | 
** Commercial License Usage  
 | 
** Licensees holding valid commercial Qt licenses may use this file in  
 | 
** accordance with the commercial license agreement provided with the  
 | 
** Software or, alternatively, in accordance with the terms contained in  
 | 
** a written agreement between you and The Qt Company. For licensing terms  
 | 
** and conditions see https://www.qt.io/terms-conditions. For further  
 | 
** information use the contact form at https://www.qt.io/contact-us.  
 | 
**  
 | 
** GNU General Public License Usage  
 | 
** Alternatively, this file may be used under the terms of the GNU  
 | 
** General Public License version 3 as published by the Free Software  
 | 
** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT  
 | 
** included in the packaging of this file. Please review the following  
 | 
** information to ensure the GNU General Public License requirements will  
 | 
** be met: https://www.gnu.org/licenses/gpl-3.0.html.  
 | 
**  
 | 
** $QT_END_LICENSE$  
 | 
**  
 | 
****************************************************************************  
 | 
<#@output extension="tt.cs" #>  
 | 
<#@include file="$(SolutionDir)\version.tt" #>  
 | 
**              <#=WARNING_GENERATED_FILE#>  
 | 
****************************************************************************/  
 | 
  
 | 
using System.Reflection;  
 | 
using System.Runtime.InteropServices;  
 | 
  
 | 
// General Information about an assembly is controlled through the following  
 | 
// set of attributes. Change these attribute values to modify the information  
 | 
// associated with an assembly.  
 | 
[assembly: AssemblyTitle("Qt Project Lib")]  
 | 
[assembly: AssemblyDescription("The Qt Visual Studio Tools allow developers to use the standard development environment without having to worry about any Qt-related build steps or tools.")]  
 | 
[assembly: AssemblyConfiguration("")]  
 | 
[assembly: AssemblyCompany("The Qt Company Ltd.")]  
 | 
[assembly: AssemblyProduct("Qt Visual Studio Tools")]  
 | 
[assembly: AssemblyCopyright("Copyright (C) 2016-2017 The Qt Company Ltd.")]  
 | 
[assembly: AssemblyTrademark("The Qt Company Ltd. Qt and their respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.")]  
 | 
[assembly: AssemblyCulture("")]  
 | 
  
 | 
// Setting ComVisible to false makes the types in this assembly not visible  
 | 
// to COM components.  If you need to access a type in this assembly from  
 | 
// COM, set the ComVisible attribute to true on that type.  
 | 
[assembly: ComVisible(false)]  
 | 
  
 | 
// The following GUID is for the ID of the typelib if this project is exposed to COM  
 | 
[assembly: Guid("3d0ccde7-855f-431a-b832-f4f457171ff3")]  
 | 
  
 | 
// Version information for an assembly consists of the following four values:  
 | 
//  
 | 
//      Major Version  
 | 
//      Minor Version  
 | 
//      Build Number  
 | 
//      Revision  
 | 
//  
 | 
// You can specify all the values or you can default the Build and Revision Numbers  
 | 
// by using the '*' as shown below:  
 | 
// [assembly: AssemblyVersion("1.0.*")]  
 | 
[assembly: AssemblyVersion("<#=QT_VS_TOOLS_VERSION_ASSEMBLY#>")]  
 | 
[assembly: AssemblyFileVersion("<#=QT_VS_TOOLS_VERSION_ASSEMBLY_FILE#>")]  
 |