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 >{F3C92FE7-F905-4FDC-B5C2-333C2565A334}</ProjectGuid >
15
+ <Keyword >QtVS_v304</Keyword >
16
+ <WindowsTargetPlatformVersion Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >10.0</WindowsTargetPlatformVersion >
17
+ <WindowsTargetPlatformVersion Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >10.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
+ <UseDebugLibraries >true</UseDebugLibraries >
25
+ <CharacterSet >Unicode</CharacterSet >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <PlatformToolset >v143</PlatformToolset >
30
+ <UseDebugLibraries >false</UseDebugLibraries >
31
+ <WholeProgramOptimization >true</WholeProgramOptimization >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ </PropertyGroup >
34
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35
+ <ImportGroup Condition =" Exists('$(QtMsBuild)\qt_defaults.props')" >
36
+ <Import Project =" $(QtMsBuild)\qt_defaults.props" />
37
+ </ImportGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" Label =" QtSettings" >
39
+ <QtInstall >6.7.0_msvc2019_64</QtInstall >
40
+ <QtModules >core;gui;widgets</QtModules >
41
+ <QtBuildConfig >debug</QtBuildConfig >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" Label =" QtSettings" >
44
+ <QtInstall >6.7.0_msvc2019_64</QtInstall >
45
+ <QtModules >core;gui;widgets</QtModules >
46
+ <QtBuildConfig >release</QtBuildConfig >
47
+ </PropertyGroup >
48
+ <Target Name =" QtMsBuildNotFound" BeforeTargets =" CustomBuild;ClCompile" Condition =" !Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')" >
49
+ <Message Importance =" High" Text =" QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
50
+ </Target >
51
+ <ImportGroup Label =" ExtensionSettings" />
52
+ <ImportGroup Label =" Shared" />
53
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
54
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
55
+ <Import Project =" $(QtMsBuild)\Qt.props" />
56
+ </ImportGroup >
57
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
58
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
59
+ <Import Project =" $(QtMsBuild)\Qt.props" />
60
+ </ImportGroup >
61
+ <PropertyGroup Label =" UserMacros" />
62
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
63
+ </PropertyGroup >
64
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
65
+ </PropertyGroup >
66
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67
+ <ClCompile >
68
+ <LanguageStandard >stdcpp20</LanguageStandard >
69
+ </ClCompile >
70
+ </ItemDefinitionGroup >
71
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" Label =" Configuration" >
72
+ <ClCompile >
73
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
74
+ <WarningLevel >Level3</WarningLevel >
75
+ <SDLCheck >true</SDLCheck >
76
+ <ConformanceMode >true</ConformanceMode >
77
+ </ClCompile >
78
+ <Link >
79
+ <SubSystem >Windows</SubSystem >
80
+ <GenerateDebugInformation >true</GenerateDebugInformation >
81
+ </Link >
82
+ </ItemDefinitionGroup >
83
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" Label =" Configuration" >
84
+ <ClCompile >
85
+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
86
+ <WarningLevel >Level3</WarningLevel >
87
+ <SDLCheck >true</SDLCheck >
88
+ <ConformanceMode >true</ConformanceMode >
89
+ <FunctionLevelLinking >true</FunctionLevelLinking >
90
+ <IntrinsicFunctions >true</IntrinsicFunctions >
91
+ </ClCompile >
92
+ <Link >
93
+ <SubSystem >Windows</SubSystem >
94
+ <GenerateDebugInformation >false</GenerateDebugInformation >
95
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
96
+ <OptimizeReferences >true</OptimizeReferences >
97
+ </Link >
98
+ </ItemDefinitionGroup >
99
+ <ItemGroup >
100
+ <QtRcc Include =" async_progress_bar.qrc" />
101
+ <QtUic Include =" async_progress_bar.ui" />
102
+ <QtMoc Include =" async_progress_bar.h" />
103
+ <ClCompile Include =" async_progress_bar.cpp" />
104
+ <ClCompile Include =" main.cpp" />
105
+ </ItemGroup >
106
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
107
+ <ImportGroup Condition =" Exists('$(QtMsBuild)\qt.targets')" >
108
+ <Import Project =" $(QtMsBuild)\qt.targets" />
109
+ </ImportGroup >
110
+ <ImportGroup Label =" ExtensionTargets" >
111
+ </ImportGroup >
112
+ </Project >
0 commit comments