NoSoliciting/NoSoliciting.CursedWorkaround/FodyWeavers.xml
Anna Clemens 1487863c19
fix: make plugin work on stock Dalamud
Use some horrible, cursed AppDomain shit to load dependencies that break on normal Dalamud in their own environment, then do classification there instead.
2020-12-23 03:52:19 -05:00

10 lines
306 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Costura>
<ExcludeAssemblies>
Costura
NoSoliciting.Interface
</ExcludeAssemblies>
</Costura>
</Weavers>