1. Create mods preset, see that `preset2` file contains info about DLC data:
```
<dlcs-appids>
<id>1227700</id>
</dlcs-appids>
```
2. Export preset via "share" functionality, see that HTML file contains DLC data:
```
<!-- ... -->
<div class="dlc-list">
<table>
<tr data-type="DlcContainer">
<td data-type="DisplayName">S.O.G. Prairie Fire</td>
<td>
<a href="https://store.steampowered.com/app/1227700" data-type="Link">https://store.steampowered.com/app/1227700</a>
</td>
</tr>
</table>
</div>
<!-- ... -->
```
3. Import preset back into launcher, see that `preset2` file of imported modlist does not contain DLC data and it was not loaded into launcher:
```
<dlcs-appids />
```