aboutsummaryrefslogtreecommitdiffstats
path: root/src/qttemplates/designer/designer.vcxproj
blob: ce21d976cf682e6c0af64dbdefd605efd7acca87 (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
<?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" />
  <ImportGroup Label="ExtensionSettings" />
  <ImportGroup Label="Shared" />
  <ImportGroup Label="PropertySheets" />
  <PropertyGroup Label="UserMacros" />
  <ItemDefinitionGroup>
  </ItemDefinitionGroup>
  <ItemGroup>
    <None Include="$pluginsourcefilename$" />
    <None Include="$pluginheaderfilename$" />
    <None Include="$plugin_json$" />
    $precompiledsource$
    $precompiledheader$
    <None Include="$sourcefilename$" />
    <None Include="$headerfilename$" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>