1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 17.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|x64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >x64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <ProjectGuid >{31BE9974-A8AD-4CEE-B17C-D2671AA4850B}</ProjectGuid >
15
+ <Keyword >QtVS_v304</Keyword >
16
+ <WindowsTargetPlatformVersion Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >10.0.19041.0</WindowsTargetPlatformVersion >
17
+ <WindowsTargetPlatformVersion Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >10.0.19041.0</WindowsTargetPlatformVersion >
18
+ <QtMsBuild Condition =" '$(QtMsBuild)'=='' OR !Exists('$(QtMsBuild)\qt.targets')" >$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild >
19
+ </PropertyGroup >
20
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" Label =" Configuration" >
22
+ <ConfigurationType >Application</ConfigurationType >
23
+ <PlatformToolset >v143</PlatformToolset >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" Label =" Configuration" >
26
+ <ConfigurationType >Application</ConfigurationType >
27
+ <PlatformToolset >v143</PlatformToolset >
28
+ </PropertyGroup >
29
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
30
+ <ImportGroup Condition =" Exists('$(QtMsBuild)\qt_defaults.props')" >
31
+ <Import Project =" $(QtMsBuild)\qt_defaults.props" />
32
+ </ImportGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" Label =" QtSettings" >
34
+ <QtInstall >6.4.0_msvc2019_64</QtInstall >
35
+ <QtModules >core;gui;widgets</QtModules >
36
+ <QtBuildConfig >debug</QtBuildConfig >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" Label =" QtSettings" >
39
+ <QtInstall >6.4.0_msvc2019_64</QtInstall >
40
+ <QtModules >core;gui;widgets</QtModules >
41
+ <QtBuildConfig >release</QtBuildConfig >
42
+ </PropertyGroup >
43
+ <Target Name =" QtMsBuildNotFound" BeforeTargets =" CustomBuild;ClCompile" Condition =" !Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')" >
44
+ <Message Importance =" High" Text =" QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
45
+ </Target >
46
+ <ImportGroup Label =" ExtensionSettings" />
47
+ <ImportGroup Label =" Shared" />
48
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
49
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
50
+ <Import Project =" $(QtMsBuild)\Qt.props" />
51
+ </ImportGroup >
52
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
53
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
54
+ <Import Project =" $(QtMsBuild)\Qt.props" />
55
+ </ImportGroup >
56
+ <PropertyGroup Label =" UserMacros" />
57
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
58
+ </PropertyGroup >
59
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
60
+ </PropertyGroup >
61
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" Label =" Configuration" >
62
+ <ClCompile >
63
+ <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
64
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
65
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
66
+ <Optimization >Disabled</Optimization >
67
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
68
+ </ClCompile >
69
+ <Link >
70
+ <SubSystem >Windows</SubSystem >
71
+ <GenerateDebugInformation >true</GenerateDebugInformation >
72
+ </Link >
73
+ </ItemDefinitionGroup >
74
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" Label =" Configuration" >
75
+ <ClCompile >
76
+ <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
77
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
78
+ <DebugInformationFormat >None</DebugInformationFormat >
79
+ <Optimization >MaxSpeed</Optimization >
80
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
81
+ </ClCompile >
82
+ <Link >
83
+ <SubSystem >Windows</SubSystem >
84
+ <GenerateDebugInformation >false</GenerateDebugInformation >
85
+ </Link >
86
+ </ItemDefinitionGroup >
87
+ <ItemGroup >
88
+ <QtMoc Include =" mydialog.h" />
89
+ <ClCompile Include =" mydialog.cpp" />
90
+ <ClCompile Include =" main.cpp" />
91
+ </ItemGroup >
92
+ <ItemGroup >
93
+ <QtTranslation Include =" Dialog101_fr-CA.ts" />
94
+ </ItemGroup >
95
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
96
+ <ImportGroup Condition =" Exists('$(QtMsBuild)\qt.targets')" >
97
+ <Import Project =" $(QtMsBuild)\qt.targets" />
98
+ </ImportGroup >
99
+ <ImportGroup Label =" ExtensionTargets" >
100
+ </ImportGroup >
101
+ </Project >
0 commit comments