<?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">  
 | 
  <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>  
 | 
    <SchemaVersion>2.0</SchemaVersion>  
 | 
    <OutputType>Library</OutputType>  
 | 
    <AppDesignerFolder>Properties</AppDesignerFolder>  
 | 
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>  
 | 
    <RootNamespace>QtVsTools.Core</RootNamespace>  
 | 
    <AssemblyName>QtVsTools.Core</AssemblyName>  
 | 
    <ProjectGuid>{2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}</ProjectGuid>  
 | 
    <FileAlignment>512</FileAlignment>  
 | 
    <Deterministic>true</Deterministic>  
 | 
  </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>  
 | 
  <PropertyGroup>  
 | 
    <ApplicationIcon>QtVsTools.Core.ico</ApplicationIcon>  
 | 
  </PropertyGroup>  
 | 
  <!--  
 | 
  /////////////////////////////////////////////////////////////////////////////////////////////////  
 | 
  // Global references  
 | 
  // -->  
 | 
  <ItemGroup>  
 | 
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />  
 | 
    <Reference Include="System" />  
 | 
    <Reference Include="System.Drawing" />  
 | 
    <Reference Include="System.Xml" />  
 | 
    <Reference Include="System.Xml.Linq" />  
 | 
    <Reference Include="System.Windows.Forms" />  
 | 
  </ItemGroup>  
 | 
  <!--  
 | 
  /////////////////////////////////////////////////////////////////////////////////////////////////  
 | 
  // Version specific references  
 | 
  // -->  
 | 
  <Import Project="$(SolutionDir)\references.props" />  
 | 
  <ItemGroup>  
 | 
    <PackageReference Include="Microsoft.VisualStudio.SDK"  
 | 
      Version="$(Version_Microsoft_VisualStudio_SDK)" ExcludeAssets="runtime" />  
 | 
    <PackageReference Include="Microsoft.VSSDK.BuildTools"  
 | 
      Version="$(Version_Microsoft_VSSDK_BuildTools)" />  
 | 
    <PackageReference Include="Microsoft.Build"  
 | 
      Version="$(Version_Microsoft_Build)" />  
 | 
  </ItemGroup>  
 | 
  <ItemGroup Condition="'$(VisualStudioVersion)'=='17.0'">  
 | 
    <PackageReference Include="$(Name_Microsoft_VisualStudio_VCProjectEngine)"  
 | 
      Version="$(Version_Microsoft_VisualStudio_VCProjectEngine)" />  
 | 
  </ItemGroup>  
 | 
  <ItemGroup Condition="'$(VisualStudioVersion)'=='16.0'">  
 | 
    <PackageReference Include="$(Name_Microsoft_VisualStudio_VCProjectEngine)"  
 | 
      Version="$(Version_Microsoft_VisualStudio_VCProjectEngine)" />  
 | 
  </ItemGroup>  
 | 
  <ItemGroup Condition="'$(VisualStudioVersion)'=='15.0'">  
 | 
    <Reference Include="Microsoft.VisualStudio.VCProjectEngine" />  
 | 
  </ItemGroup>  
 | 
  <!--  
 | 
  /////////////////////////////////////////////////////////////////////////////////////////////////  
 | 
  // Solution project references  
 | 
  // -->  
 | 
  <ItemGroup>  
 | 
    <ProjectReference Include="..\QtVsTools.RegExpr\QtVsTools.RegExpr.csproj">  
 | 
      <Project>{a2831b9b-4d3b-46cb-85df-1b5c277c17db}</Project>  
 | 
      <Name>QtVsTools.RegExpr</Name>  
 | 
    </ProjectReference>  
 | 
  </ItemGroup>  
 | 
  <!--  
 | 
  /////////////////////////////////////////////////////////////////////////////////////////////////  
 | 
  // Project items  
 | 
  // -->  
 | 
  <ItemGroup>  
 | 
    <Compile Include="BuildConfig.cs" />  
 | 
    <Compile Include="CommandLineParser.cs" />  
 | 
    <Compile Include="Common\EnumExt.cs" />  
 | 
    <Compile Include="CompilerToolWrapper.cs" />  
 | 
    <Compile Include="CxxStreamReader.cs" />  
 | 
    <Compile Include="ExportProjectDialog.cs">  
 | 
      <SubType>Form</SubType>  
 | 
    </Compile>  
 | 
    <Compile Include="Extensions.cs" />  
 | 
    <Compile Include="FakeFilter.cs" />  
 | 
    <Compile Include="FilesToList.cs" />  
 | 
    <Compile Include="Filters.cs" />  
 | 
    <Compile Include="HelperFunctions.cs" />  
 | 
    <Compile Include="ImageButton.cs">  
 | 
      <SubType>Component</SubType>  
 | 
    </Compile>  
 | 
    <Compile Include="LinkerToolWrapper.cs" />  
 | 
    <Compile Include="MainWinWrapper.cs" />  
 | 
    <Compile Include="Messages.cs" />  
 | 
    <Compile Include="MocCmdChecker.cs" />  
 | 
    <Compile Include="MsBuildProject.cs" />  
 | 
    <Compile Include="Observable.cs" />  
 | 
    <Compile Include="ProFileContent.cs" />  
 | 
    <Compile Include="ProFileOption.cs" />  
 | 
    <Compile Include="ProjectExporter.cs" />  
 | 
    <Compile Include="ProjectImporter.cs" />  
 | 
    <Compile Include="ProjectMacros.cs" />  
 | 
    <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>  
 | 
    <Compile Include="ProSolution.cs" />  
 | 
    <Compile Include="QMake.cs" />  
 | 
    <Compile Include="QMakeConf.cs" />  
 | 
    <Compile Include="QMakeQuery.cs" />  
 | 
    <Compile Include="QrcItem.cs" />  
 | 
    <Compile Include="QrcParser.cs" />  
 | 
    <Compile Include="QrcPrefix.cs" />  
 | 
    <Compile Include="QtConfig.cs" />  
 | 
    <Compile Include="QtModule.cs" />  
 | 
    <Compile Include="QtModules.cs" />  
 | 
    <Compile Include="QtMsBuild.cs" />  
 | 
    <Compile Include="QtProject.cs" />  
 | 
    <Compile Include="QtVersionManager.cs" />  
 | 
    <Compile Include="QtVSException.cs" />  
 | 
    <Compile Include="QtVSIPSettings.cs" />  
 | 
    <Compile Include="RccOptions.cs" />  
 | 
    <Compile Include="Resources.cs" />  
 | 
    <Compile Include="SR.cs" />  
 | 
    <Compile Include="TemplateType.cs" />  
 | 
    <Compile Include="VersionInformation.cs" />  
 | 
    <Compile Include="VisualStudio\IProjectTracker.cs" />  
 | 
    <Compile Include="VisualStudio\VsServiceProvider.cs" />  
 | 
    <Compile Include="WaitDialog.cs" />  
 | 
    <EmbeddedResource Include="ExportProjectDialog.resx">  
 | 
      <DependentUpon>ExportProjectDialog.cs</DependentUpon>  
 | 
    </EmbeddedResource>  
 | 
    <Content Include="QtVsTools.Core.ico" />  
 | 
    <EmbeddedResource Include="Resources.resx">  
 | 
    </EmbeddedResource>  
 | 
    <EmbeddedResource Include="Resources\delete.png" />  
 | 
    <EmbeddedResource Include="Resources\delete_d.png" />  
 | 
    <EmbeddedResource Include="Resources\newitem.png" />  
 | 
    <EmbeddedResource Include="Resources\newitem_d.png" />  
 | 
  </ItemGroup>  
 | 
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  
 | 
  <Import Project="$(SolutionDir)\transform.targets" />  
 | 
</Project>  
 |