20 lines
863 B
XML
Executable File
20 lines
863 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/MapExport.xml
|
|
Description: Core Map Export Configuration Data.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 13 August 2012
|
|
|
|
This configuration file details all the core WCF service URIs that applications
|
|
can use to connect.
|
|
-->
|
|
<Automation>
|
|
<Studio name="north">
|
|
<Parameter name="Friendly Name" type="string" value="Map Export" />
|
|
<Parameter name="Workbench Visible" type="bool" value="true" />
|
|
<Parameter name="Automation Service" type="string" value="net.tcp://RSGEDIAXP1:7000/automation.svc" />
|
|
<Parameter name="Automation Admin Service" type="string" value="net.tcp://RSGEDIAXP1:7000/automation.svc" />
|
|
<Parameter name="File Transfer Service" type="string" value="net.tcp://RSGEDIAXP1:7000/FileTransfer.svc" />
|
|
</Studio>
|
|
</Automation> |