| <?xml version="1.0" encoding="utf-8"?>  | 
| <Project ToolsVersion="$(VisualStudioVersion)" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  | 
|   <!--  | 
|     *****************************************************************************  | 
|     **  | 
|     ** Copyright (C) 2019 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$  | 
|     **  | 
|     *****************************************************************************  | 
| -->  | 
|   <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>  | 
|     <ProjectGuid>{D574EFED-5E19-45BE-9B05-310F65065303}</ProjectGuid>  | 
|     <OutputType>Library</OutputType>  | 
|     <AppDesignerFolder>Properties</AppDesignerFolder>  | 
|     <RootNamespace>Test_QtVsTools.RegExpr</RootNamespace>  | 
|     <AssemblyName>Test_QtVsTools.RegExpr</AssemblyName>  | 
|     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>  | 
|     <FileAlignment>512</FileAlignment>  | 
|     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>  | 
|     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>  | 
|     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>  | 
|     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>  | 
|     <IsCodedUITest>False</IsCodedUITest>  | 
|     <TestProjectType>UnitTest</TestProjectType>  | 
|     <NuGetPackageImportStamp>  | 
|     </NuGetPackageImportStamp>  | 
|   </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>  | 
|   <!--  | 
|   /////////////////////////////////////////////////////////////////////////////////////////////////  | 
|   // Global references  | 
|   // -->  | 
|   <ItemGroup>  | 
|     <Reference Include="System" />  | 
|     <Reference Include="System.Core" />  | 
|   </ItemGroup>  | 
|   <!--  | 
|   /////////////////////////////////////////////////////////////////////////////////////////////////  | 
|   // Version specific references  | 
|   // -->  | 
|   <Import Project="$(SolutionDir)\references.props" />  | 
|   <ItemGroup>  | 
|     <PackageReference Include="MSTest.TestAdapter" Version="$(Version_MSTest_TestAdapter)" />  | 
|     <PackageReference Include="MSTest.TestFramework" Version="$(Version_MSTest_TestFramework)" />  | 
|   </ItemGroup>  | 
|   <!--  | 
|   /////////////////////////////////////////////////////////////////////////////////////////////////  | 
|   // Solution project references  | 
|   // -->  | 
|   <ItemGroup>  | 
|     <ProjectReference Include="$(SolutionDir)\QtVsTools.RegExpr\QtVsTools.RegExpr.csproj">  | 
|       <Project>{a2831b9b-4d3b-46cb-85df-1b5c277c17db}</Project>  | 
|       <Name>QtVsTools.RegExpr</Name>  | 
|     </ProjectReference>  | 
|   </ItemGroup>  | 
|   <!--  | 
|   /////////////////////////////////////////////////////////////////////////////////////////////////  | 
|   // Project items  | 
|   // -->  | 
|   <ItemGroup>  | 
|     <Compile Include="$(SolutionDir)\QtVsTest\MacroParser.cs">  | 
|       <Link>MacroParser.cs</Link>  | 
|     </Compile>  | 
|     <Compile Include="Test_MacroParser.cs" />  | 
|     <Compile Include="Test_XmlIntParser.cs" />  | 
|     <Compile Include="Properties\AssemblyInfo.cs" />  | 
|     <Compile Include="Test_SubTokens.cs" />  | 
|   </ItemGroup>  | 
|   <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />  | 
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  | 
|   <Import Project="$(SolutionDir)\transform.targets" />  | 
| </Project> |