mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
This commit is contained in:
parent
88cdbb98fe
commit
7d18ff59d0
3 changed files with 9 additions and 1 deletions
|
@ -911,7 +911,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cl /TC /EP -D USE_MSXML ..\vs7\ArabicaConfig.S > ..\include\SAX\ArabicaConfig.hpp
"
|
||||
CommandLine="cl /TC /EP -D USE_EXPAT ..\vs7\ArabicaConfig.S > ..\include\SAX\ArabicaConfig.hpp
"
|
||||
Outputs="..\include\SAX\ArabicaConfig.hpp"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
|
|
|
@ -214,6 +214,10 @@
|
|||
RelativePath="..\tests\Utils\test_uri.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\Utils\test_xml_strings.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\Utils\util_test_suite.hpp"
|
||||
>
|
||||
|
|
|
@ -283,6 +283,10 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\tests\XSLT\testsuite\TESTS\arabica-catalog.xml"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\tests\Xslt\testsuite\Tests\arabica-expected-fails.xml"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue