You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
16 lines
641 B
XML
16 lines
641 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" >
|
||
|
|
|
||
|
|
<Agent Name="Properties Agent" Type="CompileWin64">
|
||
|
|
|
||
|
|
<!-- Compile UnrealHeaderTool -->
|
||
|
|
<Node Name="Compile UnrealHeaderTool">
|
||
|
|
<Compile Target="UnrealHeaderTool" Platform="Win64" Configuration="Development" Tag="#UHTFiles"/>
|
||
|
|
<Log Message="The following files are part of UnrealHeaderTool:" Files="#UHTFiles"/>
|
||
|
|
</Node>
|
||
|
|
|
||
|
|
</Agent>
|
||
|
|
|
||
|
|
<Aggregate Name="Building Examples" Requires="Compile UnrealHeaderTool"/>
|
||
|
|
</BuildGraph>
|