2023-08-03 16:16:02 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2023-08-26 22:13:39 +08:00
|
|
|
<LocalDebuggerCommandArguments>autostart</LocalDebuggerCommandArguments>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<LocalDebuggerCommandArguments>$(QmlDebug)</LocalDebuggerCommandArguments>
|
2023-08-03 16:16:02 +08:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2023-09-18 21:35:41 +08:00
|
|
|
<QtLastBackgroundBuild>2023-09-18T12:55:53.6703998Z</QtLastBackgroundBuild>
|
2023-08-03 16:16:02 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2023-09-18 21:35:41 +08:00
|
|
|
<QtLastBackgroundBuild>2023-09-18T12:55:55.7491129Z</QtLastBackgroundBuild>
|
2023-08-03 16:16:02 +08:00
|
|
|
</PropertyGroup>
|
2023-07-29 07:23:38 +08:00
|
|
|
</Project>
|