You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
11 lines
511 B
XML
11 lines
511 B
XML
|
|
<?xml version='1.0' ?>
|
||
|
|
<BuildGraph xmlns="http://www.epicgames.com/BuildGraph" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.epicgames.com/BuildGraph ../Schema.xsd" >
|
||
|
|
<!-- Include all the example scripts -->
|
||
|
|
<Include Script="Properties.xml"/>
|
||
|
|
<Include Script="TagsAndFiles.xml"/>
|
||
|
|
<Include Script="Building.xml"/>
|
||
|
|
|
||
|
|
<!-- Aggregate for all examples -->
|
||
|
|
<Aggregate Name="All Examples" Requires="Property Examples;Tag and File Examples;Building Examples"/>
|
||
|
|
</BuildGraph>
|