You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
44 lines
1.1 KiB
XML
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>
|