2026-01-21 17:07:00 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2026-03-30 17:22:38 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2026-03-30 21:53:54 +02:00
|
|
|
<LocalDebuggerEnvironment>PATH=C:\Qt\6.11.0\msvc2022_64\bin;%PATH%
|
2026-03-30 17:22:38 +02:00
|
|
|
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2026-03-30 21:53:54 +02:00
|
|
|
<LocalDebuggerEnvironment>PATH=C:\Qt\6.11.0\msvc2022_64\bin;%PATH%
|
2026-03-30 17:22:38 +02:00
|
|
|
$(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
|
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
|
</PropertyGroup>
|
2026-01-21 17:07:00 +01:00
|
|
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<QtTouchProperty>
|
|
|
|
|
</QtTouchProperty>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<QtTouchProperty>
|
|
|
|
|
</QtTouchProperty>
|
|
|
|
|
</PropertyGroup>
|
2026-01-20 23:02:00 +01:00
|
|
|
</Project>
|