2025-10-29 13:22:39 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2025-11-05 20:03:46 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LocalDebuggerCommandArguments>$(ProjectDir)config.json</LocalDebuggerCommandArguments>
|
|
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
|
</PropertyGroup>
|
2025-10-29 13:22:39 +00:00
|
|
|
</Project>
|