24 lines
1.0 KiB
XML
Executable File
24 lines
1.0 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/MapGtxdExportTask.xml
|
|
Description: Timed Task Map GTXD Export Configuration Data.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 10 December 2012
|
|
|
|
This configuration file details all the core WCF service URIs that applications
|
|
can use to connect.
|
|
-->
|
|
<Parameters>
|
|
<!--
|
|
Parameter to point to file which defines out timed task triggers.
|
|
-->
|
|
<Parameter name="Timed Task File" type="string" value="$(toolsconfig)/automation/tasks/timedtasks/MapGtxdTimedTasks.xml" />
|
|
|
|
<!-- Notifications File -->
|
|
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/MapGtxdExportNotifications.xml" />
|
|
|
|
<!-- Parameter for the path to the gtxd.zip for the project
|
|
Note that the path is rooted from the $(root) folder. The Assetbuilder will add the project root. -->
|
|
<Parameter name="GTXD File" type="string" value="assets/export/levels/rdr3/generic/gtxd.zip" />
|
|
</Parameters> |