<?xml version="1.0" encoding="utf-8"?>
<PackagingLayout xmlns="http://schemas.microsoft.com/appx/makeappx/2017">
    <PackageFamily ID="%ID" FlatBundle="true" ManifestPath="%WORKDIR/AppxManifest.xml" ResourceManager="false">
        <Package ID="%ID.%ARCH" ProcessorArchitecture="%ARCH" ManifestPath="%WORKDIR/AppxManifest.%ARCH.xml">
            <Files>
                <File DestinationPath="**" SourcePath="%FILES/**"/>
                <File ExcludePath="%FILES/program/bootstrap.ini"/>
                <File DestinationPath="program/bootstrap.ini" SourcePath="%BOOTSTRAP"/>
                <File DestinationPath="Assets/*" SourcePath="%ASSETS/*"/>
                <File DestinationPath="resources.pri" SourcePath="%PRI"/>
            </Files>
        </Package>
    </PackageFamily>
</PackagingLayout>
