2015-03-28 12:00:29 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2018-09-02 07:28:59 +00:00
|
|
|
<LocalDebuggerCommandArguments>22</LocalDebuggerCommandArguments>
|
2015-03-28 12:00:29 +00:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
2017-05-26 17:54:22 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseInternal|Win32'">
|
2018-09-02 07:28:59 +00:00
|
|
|
<LocalDebuggerCommandArguments>22</LocalDebuggerCommandArguments>
|
2017-05-26 17:54:22 +00:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
2015-03-28 12:00:29 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2018-11-10 09:42:19 +00:00
|
|
|
<LocalDebuggerCommandArguments>
|
|
|
|
</LocalDebuggerCommandArguments>
|
2015-03-28 12:00:29 +00:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
2017-05-26 17:54:22 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseInternal|x64'">
|
2018-11-10 09:42:19 +00:00
|
|
|
<LocalDebuggerCommandArguments>
|
|
|
|
</LocalDebuggerCommandArguments>
|
2017-05-26 17:54:22 +00:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
2015-03-28 12:00:29 +00:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
2018-11-10 09:42:19 +00:00
|
|
|
<LocalDebuggerCommandArguments>52</LocalDebuggerCommandArguments>
|
2015-03-28 12:00:29 +00:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2018-11-13 18:23:31 +00:00
|
|
|
<LocalDebuggerCommandArguments>0</LocalDebuggerCommandArguments>
|
2015-03-28 12:00:29 +00:00
|
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|