2025-09-01 20:15:53 +08:00
|
|
|
<linker>
|
|
|
|
|
<assembly fullname="mscorlib">
|
|
|
|
|
<namespace fullname="System.Collections.Generic" preserve="all"/>
|
|
|
|
|
<namespace fullname="System.Security.Cryptography" preserve="all"/>
|
|
|
|
|
</assembly>
|
|
|
|
|
|
|
|
|
|
<assembly fullname="System">
|
|
|
|
|
<namespace fullname="System.Configuration" preserve="all"/>
|
|
|
|
|
<namespace fullname="System.ComponentModel" preserve="all"/>
|
|
|
|
|
<namespace fullname="System.Net.Configuration" preserve="all"/>
|
|
|
|
|
</assembly>
|
2025-09-09 20:56:32 +08:00
|
|
|
|
|
|
|
|
<!-- 保留 Assembly-CSharp 下的 ToLua 框架 -->
|
|
|
|
|
<assembly fullname="Assembly-CSharp">
|
|
|
|
|
<!-- ToLua 入口类(反射用到的一定要保留) -->
|
|
|
|
|
<type fullname="LuaInterface.LuaState" preserve="all"/>
|
|
|
|
|
<type fullname="LuaInterface.LuaFunction" preserve="all"/>
|
|
|
|
|
<type fullname="LuaInterface.LuaTable" preserve="all"/>
|
|
|
|
|
<type fullname="LuaInterface.LuaDLL" preserve="all"/>
|
|
|
|
|
</assembly>
|
|
|
|
|
|
|
|
|
|
<!-- 保留 FairyGUI 相关(如果你 UI 是 Lua+FairyGUI 绑定的) -->
|
|
|
|
|
<assembly fullname="Assembly-CSharp">
|
|
|
|
|
<namespace fullname="FairyGUI" preserve="all"/>
|
|
|
|
|
</assembly>
|
|
|
|
|
</linker>
|
|
|
|
|
|