26 lines
944 B
XML
Executable File
26 lines
944 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
File: shortcuts_tools.xml
|
|
Description: Links to common tools; idea here is that tools within this file
|
|
will be shown in the Shortcut Menu and also the Start Menu
|
|
(when the Installer has support). Only add tools that are
|
|
fully project agnostic here.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 3 November 2014
|
|
-->
|
|
<ShortcutMenu xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
<ItemGroup name="Studio">
|
|
<Items>
|
|
<ItemGroup name="New York">
|
|
<Items>
|
|
<ExecutableTask name="Run Deploy Package Helper" command="$(toolsroot)/techart/standalone/BuildDeployer/BuildDeployer.exe" args="" standalone="true"/>
|
|
|
|
</Items>
|
|
</ItemGroup>
|
|
<ItemGroup name="North">
|
|
</ItemGroup>
|
|
</Items>
|
|
</ItemGroup>
|
|
</ShortcutMenu>
|