aboutsummaryrefslogtreecommitdiffstats
path: root/src/qttemplates/lib/lib.vcxproj
blob: 97054d335b30a408f87256511396b5dc9b53dbf6 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="$ToolsVersion$" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|$Platform$">
      <Configuration>Debug</Configuration>
      <Platform>$Platform$</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|$Platform$">
      <Configuration>Release</Configuration>
      <Platform>$Platform$</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>$ProjectGuid$</ProjectGuid>
    <Keyword>$Keyword$</Keyword>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|$Platform$'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <PlatformToolset>v$PlatformToolset$</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|$Platform$'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    <PlatformToolset>v$PlatformToolset$</PlatformToolset>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <PropertyGroup Condition="'$(QtMsBuild)'==''">
    <QtMsBuild>$(Registry:HKEY_CURRENT_USER\Environment@QtMsBuild)</QtMsBuild>
  </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 Condition="Exists('$(QtMsBuild)\qt.props')">
    <Import Project="$(QtMsBuild)\qt.props" />
  </ImportGroup>
  <ImportGroup Label="ExtensionSettings" />
  <ImportGroup Label="Shared" />
  <ImportGroup Label="PropertySheets" />
  <PropertyGroup Label="UserMacros" />
  <ItemDefinitionGroup>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="$sourcefilename$" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="$headerfilename$" />
    <ClInclude Include="$saveglobal$_global.h" />
  </ItemGroup>
  <ItemGroup>
    $precompiledheader$
    $precompiledsource$
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
    <Import Project="$(QtMsBuild)\qt.targets" />
  </ImportGroup>
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>