Files
UnrealEngineUWP/Samples/StarterContent/Build/DistillInstalled.xml
buildmachine ce42430211 Code documentation from CL#2636592
[CL 2636758 by buildmachine in Main branch]
2015-07-29 07:47:34 -04:00

44 lines
1.1 KiB
XML

<DistillSettings>
<!-- A list of known platforms -->
<KnownPlatforms>
<PlatformInfo Name="Windows" />
<PlatformInfo Name="Win32" />
<PlatformInfo Name="Win64" />
<PlatformInfo Name="PS4" bCaseSensitiveFileSystem="true"/>
<PlatformInfo Name="Dingo" />
<PlatformInfo Name="XboxOne" />
<PlatformInfo Name="WinRT" />
<PlatformInfo Name="Mac" />
<PlatformInfo Name="IOS" />
<PlatformInfo Name="HTML5" />
<PlatformInfo Name="Android" />
<PlatformInfo Name="Linux" />
</KnownPlatforms>
<!-- The sets of tags used to copy builds -->
<TagSets>
<TagSet Name="StarterContent">
<Tags>
<string>Content</string>
<string>DDC</string>
</Tags>
</TagSet>
</TagSets>
<FileGroups>
<FileGroup Tag="Content" Platform="Windows Win64 Mac Android IOS">
<Files>
<FileSet Path="Content\*" bIsRecursive="true">
</FileSet>
</Files>
</FileGroup>
<FileGroup Tag="Content" Platform="Windows Win64 Mac Android IOS">
<Files>
<FileSet Path="DerivedDataCache\DDC.ddp" bIsRecursive="false" />
</Files>
</FileGroup>
</FileGroups>
</DistillSettings>