aboutsummaryrefslogtreecommitdiffstats
path: root/QtMSBuild/QtMsBuild/Qt.props
blob: 1d9dcf279a2499f47fe7a035e61191dd5f404260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
๏ปฟ<?xml version="1.0" encoding="utf-8"?>
<!--
/***************************************************************************************************
 Copyright (C) 2024 The Qt Company Ltd.
 SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
***************************************************************************************************/
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////////////////
// Item type definition and default values
// -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!--
  /////////////////////////////////////////////////////////////////////////////////////////////////
  // Import private Qt property definitions
  // -->
  <ImportGroup Label="Qt">
    <Import Project="$(MSBuildThisFileDirectory)\qt_private.props"/>
  </ImportGroup>
  <!--
  /////////////////////////////////////////////////////////////////////////////////////////////////
  // User-defined settings
  // -->
  <PropertyGroup Label="UserMacros">
    <!-- Placeholder for user macros written by VS Property Manager -->
  </PropertyGroup>
  <PropertyGroup>
    <!-- Placeholder for properties written by VS Property Manager -->
  </PropertyGroup>
  <ItemDefinitionGroup>
    <!-- Placeholder for default metadata written by VS Property Manager -->
  </ItemDefinitionGroup>
  <ItemGroup>
    <!-- Placeholder for items written by VS Property Manager -->
  </ItemGroup>
</Project>