17 lines
1012 B
Plaintext
17 lines
1012 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<LocalDebuggerWorkingDirectory>../../QSoftExe/Debug/</LocalDebuggerWorkingDirectory>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<LocalDebuggerWorkingDirectory>../../QSoftExe/Release/</LocalDebuggerWorkingDirectory>
|
||
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
<QtLastBackgroundBuild>2023-05-22T08:08:26.9987742Z</QtLastBackgroundBuild>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
<QtLastBackgroundBuild>2023-05-22T09:04:09.8236151Z</QtLastBackgroundBuild>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|