2025-06-22 18:23:03 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2025-10-25 16:13:18 +08:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LocalDebuggerCommandArguments>
|
|
|
|
|
</LocalDebuggerCommandArguments>
|
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<LocalDebuggerCommandArguments>
|
|
|
|
|
</LocalDebuggerCommandArguments>
|
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
|
</PropertyGroup>
|
2025-06-22 18:23:03 +08:00
|
|
|
</Project>
|