mirror of https://gitee.com/bigwinds/arangodb
20 lines
2.5 KiB
XML
20 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LocalDebuggerCommandArguments>--server.endpoint tcp://127.0.0.1:9000 --database.directory "c:\local2\learning\c++\vc++\data2" --server.disable-authentication true --server.disable-admin-interface true --log.level info --javascript.action-directory "Z:\local2\arango\dev\js\actions\system" --javascript.modules-path "Z:\local2\arango\dev\js\server\modules;Z:\local2\arango\dev\js\common\modules"</LocalDebuggerCommandArguments>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LocalDebuggerCommandArguments>--server.endpoint tcp://127.0.0.1:8529 --database.directory "c:\local2\arango-triagens\1.2\data2" --server.disable-authentication true --log.level info --log.severity human --javascript.startup-directory "z:\local2\arango\1.2\js" --javascript.action-directory "z:\local2\arango\1.2\js\actions\system" --javascript.modules-path "z:\local2\arango\1.2\js\server\modules;z:\local2\arango\1.2\js\common\modules" --server.threads 1 --server.admin-directory "z:\local2\arango\1.2\html\admin" --server.disable-admin-interface false --scheduler.threads 1 --database.maximal-journal-size 1048576</LocalDebuggerCommandArguments>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
|
<LocalDebuggerDebuggerType>Auto</LocalDebuggerDebuggerType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LocalDebuggerCommandArguments>--javascript.startup-directory $(SolutionDir)..\js --log.level info --database.directory "c:\local2\arango-triagens\dev\data2" --server.disable-admin-interface true --javascript.action-directory "$(SolutionDir)..\js\actions\system" --javascript.modules-path "$(SolutionDir)..\js\server\modules;$(SolutionDir)..\js\common\modules" --server.threads 1 --scheduler.threads 1 --server.endpoint tcp://127.0.0.1:8529 --server.disable-authentication true</LocalDebuggerCommandArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
|
|
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
</Project> |