What happens if I decide to merge this files from a single product? How would I do so in a DSX file?
For example I have the following:
<DAZInstallManifest VERSION="0.1">
<GlobalID VALUE="63d889e6-b079-8e38-7027-4540a265d633"/>
<File TARGET="Content" ACTION="Install" VALUE="Content/Lights/SoulessEmpathy/SciFi_Interior/CoolPurple.dsa"/>
<File TARGET="Content" ACTION="Install" VALUE="Content/Lights/SoulessEmpathy/SciFi_Interior/CoolPurple.dsa.png"/>
<File TARGET="Content" ACTION="Install" VALUE="Content/Lights/SoulessEmpathy/SciFi_Interior/OrangeLight.dsa"/>
<File TARGET="Content" ACTION="Install" VALUE="Content/Lights/SoulessEmpathy/SciFi_Interior/OrangeLight.dsa.png"/>
</DAZInstallManifest>
Would I just copy the GlobalID VALUE into different lines?
Is it even necessary to bother with these files at all?
(I realize I would have to copy each DSA/png to the same file...)