1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-17 23:57:14 +02:00

Update the XML module to work with the modified API.

Separate the XML handles into their own source files.
This commit is contained in:
Sandu Liviu Catalin
2016-06-03 21:31:34 +03:00
parent 4d77386b21
commit a792ae525e
17 changed files with 539 additions and 785 deletions

View File

@ -417,12 +417,19 @@
<Unit filename="../modules/xml/Common.hpp" />
<Unit filename="../modules/xml/Document.cpp" />
<Unit filename="../modules/xml/Document.hpp" />
<Unit filename="../modules/xml/Handle/Document.cpp" />
<Unit filename="../modules/xml/Handle/Document.hpp" />
<Unit filename="../modules/xml/Module.cpp" />
<Unit filename="../modules/xml/Module.hpp" />
<Unit filename="../modules/xml/Node.cpp" />
<Unit filename="../modules/xml/Node.hpp" />
<Unit filename="../modules/xml/Text.cpp" />
<Unit filename="../modules/xml/Text.hpp" />
<Unit filename="../modules/xml/Wrapper/ParseResult.cpp" />
<Unit filename="../modules/xml/Wrapper/ParseResult.hpp" />
<Unit filename="../shared/Base/Buffer.cpp" />
<Unit filename="../shared/Base/Buffer.hpp" />
<Unit filename="../shared/Base/Utility.cpp" />
<Unit filename="../shared/Base/Utility.hpp" />
<Unit filename="../shared/SqMod.cpp" />
<Extensions>
<code_completion />