mirror of
https://github.com/rbmm/SC
synced 2026-06-08 17:03:41 +00:00
13 lines
666 B
XML
13 lines
666 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<LocalDebuggerCommandArguments>?</LocalDebuggerCommandArguments>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LocalDebuggerCommandArgumentsHistory>?|</LocalDebuggerCommandArgumentsHistory>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LocalDebuggerCommandArgumentsHistory>?|</LocalDebuggerCommandArgumentsHistory>
|
|
</PropertyGroup>
|
|
</Project> |