2024-03-17 07:58:28 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
<LocalDebuggerWorkingDirectory>$(SolutionDir)$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
2025-05-17 14:40:43 +00:00
|
|
|
<LocalDebuggerCommandArguments>--path "E:\CustomNovels\科学+修仙+创造世界" --dest F:\novelout</LocalDebuggerCommandArguments>
|
2024-03-17 07:58:28 +00:00
|
|
|
</PropertyGroup>
|
2024-06-19 14:45:55 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2025-02-24 07:12:14 +00:00
|
|
|
<LocalDebuggerCommandArguments>--path "D:\Projects\Cpp\WsNovelParser\x64\test_file" --dest E:\</LocalDebuggerCommandArguments>
|
2024-06-19 14:45:55 +00:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
<LocalDebuggerWorkingDirectory>$(SolutionDir)$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
|
|
|
|
</PropertyGroup>
|
2024-03-17 07:58:28 +00:00
|
|
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2024-06-19 14:45:55 +00:00
|
|
|
<QtLastBackgroundBuild>2024-06-19T04:38:19.5151106Z</QtLastBackgroundBuild>
|
2024-06-15 01:18:33 +00:00
|
|
|
<QtTouchProperty>
|
|
|
|
</QtTouchProperty>
|
2024-03-17 07:58:28 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2024-06-19 14:45:55 +00:00
|
|
|
<QtLastBackgroundBuild>2024-06-19T04:51:19.6494512Z</QtLastBackgroundBuild>
|
2024-06-15 01:18:33 +00:00
|
|
|
<QtTouchProperty>
|
|
|
|
</QtTouchProperty>
|
2024-03-17 07:58:28 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|