| <?xml version="1.0" encoding="utf-8"?>  | 
| <Project DefaultTargets="Build" ToolsVersion="$(VisualStudioVersion)" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  | 
|   <ItemGroup Label="ProjectConfigurations">  | 
|     <ProjectConfiguration Include="Debug|x64">  | 
|       <Configuration>Debug</Configuration>  | 
|       <Platform>x64</Platform>  | 
|     </ProjectConfiguration>  | 
|     <ProjectConfiguration Include="Release|x64">  | 
|       <Configuration>Release</Configuration>  | 
|       <Platform>x64</Platform>  | 
|     </ProjectConfiguration>  | 
|   </ItemGroup>  | 
|   <PropertyGroup Label="Globals">  | 
|     <ProjectGuid>{806AF248-25F9-4300-9FB3-100E5F79C026}</ProjectGuid>  | 
|     <Keyword>QtVS_v304</Keyword>  | 
|     <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">10.0</WindowsTargetPlatformVersion>  | 
|     <WindowsTargetPlatformVersion Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">10.0</WindowsTargetPlatformVersion>  | 
|     <QtMsBuild Condition="Exists('$(MSBuildProjectDirectory)\..\..\..\..\qtmsbuild')"  | 
|       >$([System.IO.Path]::GetFullPath(  | 
|         $(MSBuildProjectDirectory)\..\..\..\..\qtmsbuild\QtMsBuild))</QtMsBuild>  | 
|     <QtMsBuild Condition="'$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>  | 
|   </PropertyGroup>  | 
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />  | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">  | 
|     <ConfigurationType>Application</ConfigurationType>  | 
|     <PlatformToolset>v142</PlatformToolset>  | 
|   </PropertyGroup>  | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">  | 
|     <ConfigurationType>Application</ConfigurationType>  | 
|     <PlatformToolset>v142</PlatformToolset>  | 
|   </PropertyGroup>  | 
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />  | 
|   <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">  | 
|     <Import Project="$(QtMsBuild)\qt_defaults.props" />  | 
|   </ImportGroup>  | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="QtSettings">  | 
|     <QtInstall>$(DefaultQtVersion)</QtInstall>  | 
|     <QtModules>core;gui;widgets</QtModules>  | 
|     <QtBuildConfig>debug</QtBuildConfig>  | 
|   </PropertyGroup>  | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">  | 
|     <QtInstall>$(DefaultQtVersion)</QtInstall>  | 
|     <QtModules>core;gui;widgets</QtModules>  | 
|     <QtBuildConfig>release</QtBuildConfig>  | 
|   </PropertyGroup>  | 
|   <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">  | 
|     <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />  | 
|   </Target>  | 
|   <ImportGroup Label="ExtensionSettings" />  | 
|   <ImportGroup Label="Shared" />  | 
|   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">  | 
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  | 
|     <Import Project="..\MyPropertySheet.props" />  | 
|     <Import Project="$(QtMsBuild)\Qt.props" />  | 
|   </ImportGroup>  | 
|   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">  | 
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />  | 
|     <Import Project="..\MyPropertySheet.props" />  | 
|     <Import Project="$(QtMsBuild)\Qt.props" />  | 
|   </ImportGroup>  | 
|   <PropertyGroup Label="UserMacros" />  | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">  | 
|     <CopyLocalProjectReference>true</CopyLocalProjectReference>  | 
|   </PropertyGroup>  | 
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">  | 
|     <CopyLocalProjectReference>true</CopyLocalProjectReference>  | 
|   </PropertyGroup>  | 
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'" Label="Configuration">  | 
|     <ClCompile>  | 
|       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>  | 
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>  | 
|       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>  | 
|       <Optimization>Disabled</Optimization>  | 
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>  | 
|     </ClCompile>  | 
|     <Link>  | 
|       <SubSystem>Windows</SubSystem>  | 
|       <GenerateDebugInformation>true</GenerateDebugInformation>  | 
|     </Link>  | 
|   </ItemDefinitionGroup>  | 
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">  | 
|     <ClCompile>  | 
|       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>  | 
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>  | 
|       <DebugInformationFormat>None</DebugInformationFormat>  | 
|       <Optimization>MaxSpeed</Optimization>  | 
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>  | 
|     </ClCompile>  | 
|     <Link>  | 
|       <SubSystem>Windows</SubSystem>  | 
|       <GenerateDebugInformation>false</GenerateDebugInformation>  | 
|     </Link>  | 
|   </ItemDefinitionGroup>  | 
|   <ItemGroup>  | 
|     <QtRcc Include="QtWidgetsApplication1.qrc" />  | 
|     <QtUic Include="QtWidgetsApplication1.ui" />  | 
|     <QtMoc Include="QtWidgetsApplication1.h" />  | 
|     <ClCompile Include="QtWidgetsApplication1.cpp" />  | 
|     <ClCompile Include="main.cpp" />  | 
|   </ItemGroup>  | 
|   <ItemGroup>  | 
|     <ProjectReference Include="..\QtClassLibrary1\QtClassLibrary1.vcxproj">  | 
|       <Project>{ce78ec51-c4a0-465b-a161-21c257bd057b}</Project>  | 
|     </ProjectReference>  | 
|     <ProjectReference Include="..\StaticLib1\StaticLib1.vcxproj">  | 
|       <Project>{8463051a-b32c-43f0-9a77-9f223598aac9}</Project>  | 
|     </ProjectReference>  | 
|   </ItemGroup>  | 
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />  | 
|   <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">  | 
|     <Import Project="$(QtMsBuild)\qt.targets" />  | 
|   </ImportGroup>  | 
|   <ImportGroup Label="ExtensionTargets">  | 
|   </ImportGroup>  | 
| </Project> |