xml.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <ItemGroup Label="ProjectConfigurations">
  3. <ProjectConfiguration Include="Debug|Win32">
  4. <Configuration>Debug</Configuration>
  5. <Platform>Win32</Platform>
  6. </ProjectConfiguration>
  7. <ProjectConfiguration Include="Release|Win32">
  8. <Configuration>Release</Configuration>
  9. <Platform>Win32</Platform>
  10. </ProjectConfiguration>
  11. </ItemGroup>
  12. <PropertyGroup Label="Globals">
  13. <ProjectGuid>{c1949314-bf17-551a-a7a5-8c1e2b999681}</ProjectGuid>
  14. <Keyword>Win32Proj</Keyword>
  15. <RootNamespace>xml</RootNamespace>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>StaticLibrary</ConfigurationType>
  20. <UseDebugLibraries>true</UseDebugLibraries>
  21. <CharacterSet>Unicode</CharacterSet>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  24. <ConfigurationType>StaticLibrary</ConfigurationType>
  25. <UseDebugLibraries>false</UseDebugLibraries>
  26. <WholeProgramOptimization>true</WholeProgramOptimization>
  27. <CharacterSet>Unicode</CharacterSet>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  30. <ImportGroup Label="ExtensionSettings" />
  31. <ImportGroup Label="PropertySheets" />
  32. <PropertyGroup Label="UserMacros" />
  33. <PropertyGroup />
  34. <ItemDefinitionGroup>
  35. <ClCompile>
  36. <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  37. <AdditionalIncludeDirectories>..\..\config\win32-msvc\libxml2-2.7.7;..\..\third_party\libxml2-2.7.7\include;..\..\third_party\libxml2-2.7.7\include;..\..\third_party\libxml2-2.7.7;..\..\config\win32-msvc\zlib-1.2.5;..\..\third_party\zlib-1.2.5;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  38. </ClCompile>
  39. </ItemDefinitionGroup>
  40. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  41. <ClCompile>
  42. <WarningLevel>Level3</WarningLevel>
  43. <Optimization>Disabled</Optimization>
  44. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  45. </ClCompile>
  46. </ItemDefinitionGroup>
  47. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  48. <ClCompile>
  49. <Optimization>MaxSpeed</Optimization>
  50. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  51. <FunctionLevelLinking>true</FunctionLevelLinking>
  52. <IntrinsicFunctions>true</IntrinsicFunctions>
  53. </ClCompile>
  54. </ItemDefinitionGroup>
  55. <ItemGroup>
  56. <ClInclude Include="..\..\config\win32-msvc\libxml2-2.7.7\config.h"/>
  57. <ClInclude Include="..\..\config\win32-msvc\libxml2-2.7.7\libxml\xmlversion.h"/>
  58. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\DOCBparser.h"/>
  59. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\HTMLparser.h"/>
  60. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\HTMLtree.h"/>
  61. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\SAX.h"/>
  62. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\SAX2.h"/>
  63. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\c14n.h"/>
  64. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\catalog.h"/>
  65. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\chvalid.h"/>
  66. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\debugXML.h"/>
  67. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\dict.h"/>
  68. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\encoding.h"/>
  69. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\entities.h"/>
  70. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\globals.h"/>
  71. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\hash.h"/>
  72. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\list.h"/>
  73. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\nanoftp.h"/>
  74. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\nanohttp.h"/>
  75. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\parser.h"/>
  76. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\parserInternals.h"/>
  77. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\pattern.h"/>
  78. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\relaxng.h"/>
  79. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\schemasInternals.h"/>
  80. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\schematron.h"/>
  81. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\threads.h"/>
  82. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\tree.h"/>
  83. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\uri.h"/>
  84. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\valid.h"/>
  85. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xinclude.h"/>
  86. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xlink.h"/>
  87. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlIO.h"/>
  88. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlautomata.h"/>
  89. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlerror.h"/>
  90. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlexports.h"/>
  91. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlmemory.h"/>
  92. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlmodule.h"/>
  93. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlreader.h"/>
  94. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlregexp.h"/>
  95. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlsave.h"/>
  96. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlschemas.h"/>
  97. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlschemastypes.h"/>
  98. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlstring.h"/>
  99. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlunicode.h"/>
  100. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xmlwriter.h"/>
  101. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xpath.h"/>
  102. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xpathInternals.h"/>
  103. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\libxml\xpointer.h"/>
  104. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\win32config.h"/>
  105. <ClInclude Include="..\..\third_party\libxml2-2.7.7\include\wsockcompat.h"/>
  106. <ClInclude Include="..\..\third_party\libxml2-2.7.7\acconfig.h"/>
  107. <ClInclude Include="..\..\third_party\libxml2-2.7.7\elfgcchack.h"/>
  108. <ClInclude Include="..\..\third_party\libxml2-2.7.7\libxml.h"/>
  109. <ClInclude Include="..\..\third_party\libxml2-2.7.7\trio.h"/>
  110. <ClInclude Include="..\..\third_party\libxml2-2.7.7\triodef.h"/>
  111. <ClInclude Include="..\..\third_party\libxml2-2.7.7\trionan.h"/>
  112. <ClInclude Include="..\..\third_party\libxml2-2.7.7\triop.h"/>
  113. <ClInclude Include="..\..\third_party\libxml2-2.7.7\triostr.h"/>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ClCompile Include="..\..\third_party\libxml2-2.7.7\DOCBparser.c">
  117. </ClCompile>
  118. <ClCompile Include="..\..\third_party\libxml2-2.7.7\HTMLparser.c">
  119. </ClCompile>
  120. <ClCompile Include="..\..\third_party\libxml2-2.7.7\HTMLtree.c">
  121. </ClCompile>
  122. <ClCompile Include="..\..\third_party\libxml2-2.7.7\SAX.c">
  123. </ClCompile>
  124. <ClCompile Include="..\..\third_party\libxml2-2.7.7\SAX2.c">
  125. </ClCompile>
  126. <ClCompile Include="..\..\third_party\libxml2-2.7.7\c14n.c">
  127. </ClCompile>
  128. <ClCompile Include="..\..\third_party\libxml2-2.7.7\catalog.c">
  129. </ClCompile>
  130. <ClCompile Include="..\..\third_party\libxml2-2.7.7\chvalid.c">
  131. </ClCompile>
  132. <ClCompile Include="..\..\third_party\libxml2-2.7.7\debugXML.c">
  133. </ClCompile>
  134. <ClCompile Include="..\..\third_party\libxml2-2.7.7\dict.c">
  135. </ClCompile>
  136. <ClCompile Include="..\..\third_party\libxml2-2.7.7\encoding.c">
  137. </ClCompile>
  138. <ClCompile Include="..\..\third_party\libxml2-2.7.7\entities.c">
  139. </ClCompile>
  140. <ClCompile Include="..\..\third_party\libxml2-2.7.7\error.c">
  141. </ClCompile>
  142. <ClCompile Include="..\..\third_party\libxml2-2.7.7\globals.c">
  143. </ClCompile>
  144. <ClCompile Include="..\..\third_party\libxml2-2.7.7\hash.c">
  145. </ClCompile>
  146. <ClCompile Include="..\..\third_party\libxml2-2.7.7\legacy.c">
  147. </ClCompile>
  148. <ClCompile Include="..\..\third_party\libxml2-2.7.7\list.c">
  149. </ClCompile>
  150. <ClCompile Include="..\..\third_party\libxml2-2.7.7\nanoftp.c">
  151. </ClCompile>
  152. <ClCompile Include="..\..\third_party\libxml2-2.7.7\nanohttp.c">
  153. </ClCompile>
  154. <ClCompile Include="..\..\third_party\libxml2-2.7.7\parser.c">
  155. </ClCompile>
  156. <ClCompile Include="..\..\third_party\libxml2-2.7.7\parserInternals.c">
  157. </ClCompile>
  158. <ClCompile Include="..\..\third_party\libxml2-2.7.7\pattern.c">
  159. </ClCompile>
  160. <ClCompile Include="..\..\third_party\libxml2-2.7.7\relaxng.c">
  161. </ClCompile>
  162. <ClCompile Include="..\..\third_party\libxml2-2.7.7\schematron.c">
  163. </ClCompile>
  164. <ClCompile Include="..\..\third_party\libxml2-2.7.7\threads.c">
  165. </ClCompile>
  166. <ClCompile Include="..\..\third_party\libxml2-2.7.7\tree.c">
  167. </ClCompile>
  168. <ClCompile Include="..\..\third_party\libxml2-2.7.7\trionan.c">
  169. </ClCompile>
  170. <ClCompile Include="..\..\third_party\libxml2-2.7.7\triostr.c">
  171. </ClCompile>
  172. <ClCompile Include="..\..\third_party\libxml2-2.7.7\uri.c">
  173. </ClCompile>
  174. <ClCompile Include="..\..\third_party\libxml2-2.7.7\valid.c">
  175. </ClCompile>
  176. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xinclude.c">
  177. </ClCompile>
  178. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xlink.c">
  179. </ClCompile>
  180. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlIO.c">
  181. </ClCompile>
  182. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlcatalog.c">
  183. </ClCompile>
  184. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlmemory.c">
  185. </ClCompile>
  186. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlmodule.c">
  187. </ClCompile>
  188. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlreader.c">
  189. </ClCompile>
  190. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlregexp.c">
  191. </ClCompile>
  192. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlsave.c">
  193. </ClCompile>
  194. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlschemas.c">
  195. </ClCompile>
  196. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlschemastypes.c">
  197. </ClCompile>
  198. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlstring.c">
  199. </ClCompile>
  200. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlunicode.c">
  201. </ClCompile>
  202. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xmlwriter.c">
  203. </ClCompile>
  204. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xpath.c">
  205. </ClCompile>
  206. <ClCompile Include="..\..\third_party\libxml2-2.7.7\xpointer.c">
  207. </ClCompile>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <ProjectReference Include="../zlib/zlib.vcxproj">
  211. <Project>{e49ff4af-766a-598f-91a2-99f255aad4a8}</Project>
  212. </ProjectReference>
  213. </ItemGroup>
  214. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  215. <ImportGroup Label="ExtensionTargets" />
  216. </Project>