9 lines
791 B
XML
9 lines
791 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Fraun|Win32'">
|
|
<LocalDebuggerWorkingDirectory>C:\Client</LocalDebuggerWorkingDirectory>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
<LocalDebuggerCommandArguments>/auth_ip:127.0.0.1 /auth_port:4500 /help_url_w:611 /help_url_h:625 /locale:Windows-1250 /country:EN /cash /gift /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /skipintro /allow_double_exec:1 /imbclogin /notenc /account:admin /password:test</LocalDebuggerCommandArguments>
|
|
<LocalDebuggerCommand>C:\Client\SFrame.exe</LocalDebuggerCommand>
|
|
</PropertyGroup>
|
|
</Project> |