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 >{AEB8FB5F-55DB-4477-9318-2FEB51A018AA}</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')"
19+ >$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild >
20+ </PropertyGroup >
21+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
22+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" Label =" Configuration" >
23+ <ConfigurationType >Application</ConfigurationType >
24+ <PlatformToolset >v143</PlatformToolset >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" Label =" Configuration" >
27+ <ConfigurationType >Application</ConfigurationType >
28+ <PlatformToolset >v143</PlatformToolset >
29+ </PropertyGroup >
30+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
31+ <ImportGroup Condition =" Exists('$(QtMsBuild)\qt_defaults.props')" >
32+ <Import Project =" $(QtMsBuild)\qt_defaults.props" />
33+ </ImportGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" Label =" QtSettings" >
35+ <QtInstall >6.4.0_msvc2019_64</QtInstall >
36+ <QtModules >core;gui;widgets</QtModules >
37+ <QtBuildConfig >debug</QtBuildConfig >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" Label =" QtSettings" >
40+ <QtInstall >6.4.0_msvc2019_64</QtInstall >
41+ <QtModules >core;gui;widgets</QtModules >
42+ <QtBuildConfig >release</QtBuildConfig >
43+ </PropertyGroup >
44+ <Target Name =" QtMsBuildNotFound"
45+ BeforeTargets =" CustomBuild;ClCompile"
46+ Condition =" !Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')" >
47+ <Message Importance =" High"
48+ Text =" QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
49+ </Target >
50+ <ImportGroup Label =" ExtensionSettings" />
51+ <ImportGroup Label =" Shared" />
52+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)' == 'Debug|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+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
57+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58+ <Import Project =" $(QtMsBuild)\Qt.props" />
59+ </ImportGroup >
60+ <PropertyGroup Label =" UserMacros" />
61+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
62+ </PropertyGroup >
63+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
64+ </PropertyGroup >
65+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" Label =" Configuration" >
66+ <ClCompile >
67+ <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
68+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
69+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
70+ <Optimization >Disabled</Optimization >
71+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
72+ </ClCompile >
73+ <Link >
74+ <SubSystem >Windows</SubSystem >
75+ <GenerateDebugInformation >true</GenerateDebugInformation >
76+ </Link >
77+ </ItemDefinitionGroup >
78+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" Label =" Configuration" >
79+ <ClCompile >
80+ <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
81+ <MultiProcessorCompilation >true</MultiProcessorCompilation >
82+ <DebugInformationFormat >None</DebugInformationFormat >
83+ <Optimization >MaxSpeed</Optimization >
84+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
85+ </ClCompile >
86+ <Link >
87+ <SubSystem >Windows</SubSystem >
88+ <GenerateDebugInformation >false</GenerateDebugInformation >
89+ </Link >
90+ </ItemDefinitionGroup >
91+ <ItemGroup >
92+ <QtRcc Include =" EasyVideoEditor.qrc" />
93+ <QtUic Include =" EasyVideoEditor.ui" />
94+ <QtMoc Include =" EasyVideoEditor.h" />
95+ <ClCompile Include =" EasyVideoEditor.cpp" />
96+ <ClCompile Include =" main.cpp" />
97+
98+ </ItemGroup >
99+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
100+ <ImportGroup Condition =" Exists('$(QtMsBuild)\qt.targets')" >
101+ <Import Project =" $(QtMsBuild)\qt.targets" />
102+ </ImportGroup >
103+ <ImportGroup Label =" ExtensionTargets" >
104+ </ImportGroup >
105+ </Project >
0 commit comments