Supporting BuildGraph to use with the Universal Foundry Horde platform.
Copy the contents of this repo to ./UniversalFoundry/. The UniversalFoundry folder should be a sibling of Engine.
Include the following XML early in your BuildGraph immediately after the <BuildGraph> element:
<Include Script="$(RootDir)/UniversalFoundry/Support/AgentTypes.xml" />
<Include Script="$(RootDir)/UniversalFoundry/Support/CommonProperties.xml" />See the Quickstart for a complete example.