<?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">
|
<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>{09DCDDDF-9469-4F20-84EF-7D8481C6FFE1}</ProjectGuid>
|
<Keyword>QtVS_v304</Keyword>
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='15.0'">10.0.17763.0</WindowsTargetPlatformVersion>
|
<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>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="Configuration">
|
<ConfigurationType>Application</ConfigurationType>
|
</PropertyGroup>
|
<PropertyGroup>
|
<PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
|
<PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
|
<PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</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>quick</QtModules>
|
<QtBuildConfig>debug</QtBuildConfig>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'" Label="QtSettings">
|
<QtInstall>$(DefaultQtVersion)</QtInstall>
|
<QtModules>quick</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="$(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="$(QtMsBuild)\Qt.props" />
|
</ImportGroup>
|
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
</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>
|
<ClCompile Include="main.cpp" />
|
<None Include="qmldir" />
|
<None Include="QuickAddressBookTypes\AddressBookItem.qml" />
|
<None Include="main.qml" />
|
<None Include="QuickAddressBookTypes\NewAddressPopup.qml" />
|
</ItemGroup>
|
<ItemGroup>
|
<QtRcc Include="qml.qrc" />
|
</ItemGroup>
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
|
<Import Project="$(QtMsBuild)\qt.targets" />
|
</ImportGroup>
|
<ImportGroup Label="ExtensionTargets">
|
</ImportGroup>
|
</Project>
|