| <?xml version="1.0" encoding="utf-8"?>  | 
| <!--  | 
| /****************************************************************************  | 
| **  | 
| ** Copyright (C) 2021 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$  | 
| **  | 
| ****************************************************************************/  | 
| -->  | 
| <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  | 
|   <PropertyGroup>  | 
|     <MinimumVisualStudioVersion>$(VisualStudioVersion)</MinimumVisualStudioVersion>  | 
|     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>  | 
|   </PropertyGroup>  | 
|   <PropertyGroup>  | 
|     <ApplicationIcon>console.ico</ApplicationIcon>  | 
|   </PropertyGroup>  | 
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />  | 
|   <PropertyGroup>  | 
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>  | 
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>  | 
|     <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>  | 
|     <ProjectGuid>{71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}</ProjectGuid>  | 
|     <OutputType>Library</OutputType>  | 
|     <AppDesignerFolder>Properties</AppDesignerFolder>  | 
|     <RootNamespace>Console</RootNamespace>  | 
|     <AssemblyName>Console</AssemblyName>  | 
|     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>  | 
|     <FileAlignment>512</FileAlignment>  | 
|     <GeneratePkgDefFile>false</GeneratePkgDefFile>  | 
|     <IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>  | 
|     <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>  | 
|     <IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>  | 
|     <CreateVsixContainer>false</CreateVsixContainer>  | 
|     <DeployExtension>false</DeployExtension>  | 
|     <DeployVSTemplates>false</DeployVSTemplates>  | 
|     <CopyVsixManifestToOutput>false</CopyVsixManifestToOutput>  | 
|     <CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>  | 
|     <CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>  | 
|   </PropertyGroup>  | 
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">  | 
|     <DebugSymbols>true</DebugSymbols>  | 
|     <DebugType>full</DebugType>  | 
|     <Optimize>false</Optimize>  | 
|     <OutputPath>bin\Debug\</OutputPath>  | 
|     <DefineConstants>DEBUG;TRACE</DefineConstants>  | 
|     <ErrorReport>prompt</ErrorReport>  | 
|     <WarningLevel>4</WarningLevel>  | 
|   </PropertyGroup>  | 
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">  | 
|     <DebugType>pdbonly</DebugType>  | 
|     <Optimize>true</Optimize>  | 
|     <OutputPath>bin\Release\</OutputPath>  | 
|     <DefineConstants>TRACE</DefineConstants>  | 
|     <ErrorReport>prompt</ErrorReport>  | 
|     <WarningLevel>4</WarningLevel>  | 
|   </PropertyGroup>  | 
|   <ItemGroup>  | 
|     <Reference Include="Microsoft.VisualStudio.CoreUtility">  | 
|       <Private>False</Private>  | 
|     </Reference>  | 
|     <Reference Include="System" />  | 
|     <Reference Include="System.Core" />  | 
|     <Reference Include="System.Data" />  | 
|     <Reference Include="System.Xml" />  | 
|     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />  | 
|   </ItemGroup>  | 
|   <ItemGroup>  | 
|     <T4Template Include="Properties\AssemblyInfo.cs">  | 
|       <Generator>TextTemplatingFileGenerator</Generator>  | 
|       <OutputFile>Properties\AssemblyInfo.tt.cs</OutputFile>  | 
|       <DependsOn>$(SolutionDir)\version.tt;$(SolutionDir)\common.tt</DependsOn>  | 
|       <LastGenOutput>AssemblyInfo.tt.cs</LastGenOutput>  | 
|     </T4Template>  | 
|     <Compile Include="Properties\AssemblyInfo.tt.cs">  | 
|       <AutoGen>True</AutoGen>  | 
|       <DesignTime>True</DesignTime>  | 
|       <DependentUpon>AssemblyInfo.cs</DependentUpon>  | 
|     </Compile>  | 
|   </ItemGroup>  | 
|   <ItemGroup>  | 
|     <None Include="console.ico" />  | 
|     <None Include="console.vcxproj">  | 
|       <SubType>Designer</SubType>  | 
|     </None>  | 
|     <None Include="console.vcxproj.filters">  | 
|       <SubType>Designer</SubType>  | 
|     </None>  | 
|     <None Include="main.cpp" />  | 
|   </ItemGroup>  | 
|   <ItemGroup>  | 
|     <T4Template Include="console.vstemplate_TT">  | 
|       <Generator>TextTemplatingFileGenerator</Generator>  | 
|       <OutputFile>console.vstemplate</OutputFile>  | 
|       <DependsOn>$(SolutionDir)\version.tt;$(SolutionDir)\common.tt</DependsOn>  | 
|       <LastGenOutput>console.vstemplate</LastGenOutput>  | 
|       <SubType>Designer</SubType>  | 
|     </T4Template>  | 
|     <VSTemplate Include="console.vstemplate">  | 
|       <SubType>Designer</SubType>  | 
|       <OutputSubPath>Qt</OutputSubPath>  | 
|       <AutoGen>True</AutoGen>  | 
|       <DesignTime>True</DesignTime>  | 
|       <DependentUpon>console.vstemplate_TT</DependentUpon>  | 
|     </VSTemplate>  | 
|   </ItemGroup>  | 
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  | 
|   <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />  | 
|   <Import Project="$(SolutionDir)\transform.targets" />  | 
| </Project>  |