-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibs.xml
19 lines (19 loc) · 944 Bytes
/
libs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<!--@non-debug@
<Script file="LibStub\LibStub.lua" />
<Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml" />
<Include file="AceAddon-3.0\AceAddon-3.0.xml" />
<Include file="AceGUI-3.0\AceGUI-3.0.xml" />
<Include file="AceConfig-3.0\AceConfig-3.0.xml" />
<Include file="AceLocale-3.0\AceLocale-3.0.xml" />
<Include file="AceConsole-3.0\AceConsole-3.0.xml" />
<Include file="AceDB-3.0\AceDB-3.0.xml" />
<Include file="AceEvent-3.0\AceEvent-3.0.xml" />
<Include file="AceTimer-3.0\AceTimer-3.0.xml" />
<Include file="AceComm-3.0\AceComm-3.0.xml" />
<Include file="LibSharedMedia-3.0\lib.xml" />
<Include file="AceGUI-3.0-SharedMediaWidgets\widget.xml" />
<Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml" />
@end-non-debug@-->
</Ui>