aboutsummaryrefslogtreecommitdiffstats
path: root/src/includegen/includegen.csproj
blob: dad748c282c14237c4f52bbd28e3689fe30cdb04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
/***************************************************************************************************
 Copyright (C) 2023 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
***************************************************************************************************/
-->
<Project DefaultTargets="Build" ToolsVersion="17.0"
  xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <None Include="includegen.targets" />
  </ItemGroup>
  <Import Project="includegen.targets" />
</Project>