30 lines
1.8 KiB
XML
Executable File
30 lines
1.8 KiB
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.
|
|
|
|
Note: When a start menu shortcut is pinned it seems to create a copy of that shortcut.
|
|
Any changes made to existing entries in this file like adding arguments to an ExecutableTask will not
|
|
automatically be reflected in peoples pinned shortcuts.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 3 November 2014
|
|
-->
|
|
<ShortcutMenu xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
<ItemGroup name="Tools">
|
|
<Items>
|
|
<ExecutableTask name="Automation Monitor" command="$(toolsroot)/bin/AutomationMonitor/AutomationMonitor.exe" args=""/>
|
|
<ExecutableTask name="Content-Tree Wizard" command="$(toolsroot)/bin/ContentTreeWizard/ContentTreeWizard.exe" args=""/>
|
|
<ExecutableTask name="DialogueStar" command="$(toolsroot)/bin/DialogueStar/DialogueStar.exe" args=""/>
|
|
<ExecutableTask name="Hash Computer" command="$(toolsroot)/bin/HashComputer/HashComputer.exe" args=""/>
|
|
<ExecutableTask name="Map Viewer" command="$(toolsroot)/bin/MapViewer/MapViewer.exe" args=""/>
|
|
<ExecutableTask name="Material Toolkit" command="$(toolsroot)/bin/MaterialToolkit/MaterialToolkit.exe" args=""/>
|
|
<ExecutableTask name="Metadata Editor" command="$(toolsroot)/bin/MetadataEditor/MetadataEditor.exe" args=""/>
|
|
<ExecutableTask name="Remote Console Viewer" command="$(toolsroot)/bin/RemoteConsoleViewer/RemoteConsoleViewer.exe" args=""/>
|
|
</Items>
|
|
</ItemGroup>
|
|
</ShortcutMenu>
|