2
0

xml.vcproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="xml"
  6. ProjectGUID="{155844C3-EC5F-407F-97A4-A2DDADED9B2F}"
  7. RootNamespace="xml"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory="$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="4"
  22. UseOfMFC="0"
  23. ATLMinimizesCRunTimeLibraryUsage="false"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="2"
  44. InlineFunctionExpansion="1"
  45. AdditionalIncludeDirectories="$(ProjectDir)..\..\apr-util\xml\expat\lib\"
  46. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;VERSION=\&quot;expat_1.95.2\&quot;"
  47. StringPooling="true"
  48. RuntimeLibrary="2"
  49. EnableFunctionLevelLinking="true"
  50. PrecompiledHeaderFile=".\LibR/xml.pch"
  51. AssemblerListingLocation=".\LibR/"
  52. ObjectFile=".\LibR/"
  53. ProgramDataBaseFileName="LibR\xml_src"
  54. WarningLevel="3"
  55. SuppressStartupBanner="true"
  56. DebugInformationFormat="3"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. Culture="1033"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLibrarianTool"
  70. OutputFile="$(OutDir)\$(ProjectName).lib"
  71. SuppressStartupBanner="true"
  72. />
  73. <Tool
  74. Name="VCALinkTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. SuppressStartupBanner="true"
  82. OutputFile=".\LibR/xml.bsc"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCPostBuildEventTool"
  89. />
  90. </Configuration>
  91. <Configuration
  92. Name="Debug|Win32"
  93. OutputDirectory="$(ConfigurationName)"
  94. IntermediateDirectory="$(ConfigurationName)"
  95. ConfigurationType="4"
  96. UseOfMFC="0"
  97. ATLMinimizesCRunTimeLibraryUsage="false"
  98. CharacterSet="2"
  99. >
  100. <Tool
  101. Name="VCPreBuildEventTool"
  102. />
  103. <Tool
  104. Name="VCCustomBuildTool"
  105. />
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCMIDLTool"
  114. />
  115. <Tool
  116. Name="VCCLCompilerTool"
  117. AdditionalOptions="/EHsc "
  118. Optimization="0"
  119. AdditionalIncludeDirectories="$(ProjectDir)..\..\apr-util\xml\expat\lib\"
  120. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;VERSION=\&quot;expat_1.95.2\&quot;"
  121. RuntimeLibrary="3"
  122. PrecompiledHeaderFile=".\LibD/xml.pch"
  123. AssemblerListingLocation=".\LibD/"
  124. ObjectFile=".\LibD/"
  125. ProgramDataBaseFileName="LibD\xml_src"
  126. WarningLevel="3"
  127. SuppressStartupBanner="true"
  128. DebugInformationFormat="3"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. Culture="1033"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLibrarianTool"
  142. OutputFile="$(OutDir)\$(ProjectName).lib"
  143. SuppressStartupBanner="true"
  144. />
  145. <Tool
  146. Name="VCALinkTool"
  147. />
  148. <Tool
  149. Name="VCXDCMakeTool"
  150. />
  151. <Tool
  152. Name="VCBscMakeTool"
  153. SuppressStartupBanner="true"
  154. OutputFile=".\LibD/xml.bsc"
  155. />
  156. <Tool
  157. Name="VCFxCopTool"
  158. />
  159. <Tool
  160. Name="VCPostBuildEventTool"
  161. />
  162. </Configuration>
  163. </Configurations>
  164. <References>
  165. </References>
  166. <Files>
  167. <Filter
  168. Name="Source Files"
  169. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  170. >
  171. <File
  172. RelativePath="..\..\apr-util\xml\expat\lib\xmlparse.c"
  173. >
  174. <FileConfiguration
  175. Name="Release|Win32"
  176. >
  177. <Tool
  178. Name="VCCLCompilerTool"
  179. AdditionalIncludeDirectories=""
  180. PreprocessorDefinitions=""
  181. />
  182. </FileConfiguration>
  183. <FileConfiguration
  184. Name="Debug|Win32"
  185. >
  186. <Tool
  187. Name="VCCLCompilerTool"
  188. AdditionalIncludeDirectories=""
  189. PreprocessorDefinitions=""
  190. />
  191. </FileConfiguration>
  192. </File>
  193. <File
  194. RelativePath="..\..\apr-util\xml\expat\lib\xmlrole.c"
  195. >
  196. <FileConfiguration
  197. Name="Release|Win32"
  198. >
  199. <Tool
  200. Name="VCCLCompilerTool"
  201. AdditionalIncludeDirectories=""
  202. PreprocessorDefinitions=""
  203. />
  204. </FileConfiguration>
  205. <FileConfiguration
  206. Name="Debug|Win32"
  207. >
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. AdditionalIncludeDirectories=""
  211. PreprocessorDefinitions=""
  212. />
  213. </FileConfiguration>
  214. </File>
  215. <File
  216. RelativePath="..\..\apr-util\xml\expat\lib\xmltok.c"
  217. >
  218. <FileConfiguration
  219. Name="Release|Win32"
  220. >
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. AdditionalIncludeDirectories=""
  224. PreprocessorDefinitions=""
  225. />
  226. </FileConfiguration>
  227. <FileConfiguration
  228. Name="Debug|Win32"
  229. >
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. AdditionalIncludeDirectories=""
  233. PreprocessorDefinitions=""
  234. />
  235. </FileConfiguration>
  236. </File>
  237. <File
  238. RelativePath="..\..\apr-util\xml\expat\lib\xmltok_impl.c"
  239. >
  240. <FileConfiguration
  241. Name="Release|Win32"
  242. ExcludedFromBuild="true"
  243. >
  244. <Tool
  245. Name="VCCLCompilerTool"
  246. AdditionalIncludeDirectories=""
  247. PreprocessorDefinitions=""
  248. />
  249. </FileConfiguration>
  250. <FileConfiguration
  251. Name="Debug|Win32"
  252. ExcludedFromBuild="true"
  253. >
  254. <Tool
  255. Name="VCCLCompilerTool"
  256. AdditionalIncludeDirectories=""
  257. PreprocessorDefinitions=""
  258. />
  259. </FileConfiguration>
  260. </File>
  261. <File
  262. RelativePath="..\..\apr-util\xml\expat\lib\xmltok_ns.c"
  263. >
  264. <FileConfiguration
  265. Name="Release|Win32"
  266. ExcludedFromBuild="true"
  267. >
  268. <Tool
  269. Name="VCCLCompilerTool"
  270. AdditionalIncludeDirectories=""
  271. PreprocessorDefinitions=""
  272. />
  273. </FileConfiguration>
  274. <FileConfiguration
  275. Name="Debug|Win32"
  276. ExcludedFromBuild="true"
  277. >
  278. <Tool
  279. Name="VCCLCompilerTool"
  280. AdditionalIncludeDirectories=""
  281. PreprocessorDefinitions=""
  282. />
  283. </FileConfiguration>
  284. </File>
  285. </Filter>
  286. <Filter
  287. Name="Header Files"
  288. Filter="h;hpp;hxx;hm;inl"
  289. >
  290. <File
  291. RelativePath="..\..\apr-util\xml\expat\lib\ascii.h"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\..\apr-util\xml\expat\lib\asciitab.h"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\..\apr-util\xml\expat\lib\config.h"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\..\apr-util\xml\expat\lib\expat.h"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\..\apr-util\xml\expat\lib\iasciitab.h"
  308. >
  309. </File>
  310. <File
  311. RelativePath="..\..\apr-util\xml\expat\lib\latin1tab.h"
  312. >
  313. </File>
  314. <File
  315. RelativePath="..\..\apr-util\xml\expat\lib\nametab.h"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\..\apr-util\xml\expat\lib\utf8tab.h"
  320. >
  321. </File>
  322. <File
  323. RelativePath="..\..\apr-util\xml\expat\lib\xmlrole.h"
  324. >
  325. </File>
  326. <File
  327. RelativePath="..\..\apr-util\xml\expat\lib\xmltok.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath="..\..\apr-util\xml\expat\lib\xmltok_impl.h"
  332. >
  333. </File>
  334. </Filter>
  335. <Filter
  336. Name="Generated Header Files"
  337. >
  338. <File
  339. RelativePath="..\..\apr-util\xml\expat\lib\expat.h.in"
  340. >
  341. <FileConfiguration
  342. Name="Release|Win32"
  343. >
  344. <Tool
  345. Name="VCCustomBuildTool"
  346. Description="Creating expat.h from expat.h.in"
  347. CommandLine="if not exist &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\expat.h&quot; type &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\expat.h.in&quot; &gt; &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\expat.h&quot;&#x0D;&#x0A;"
  348. Outputs="$(ProjectDir)..\..\apr-util\xml\expat\lib\expat.h"
  349. />
  350. </FileConfiguration>
  351. <FileConfiguration
  352. Name="Debug|Win32"
  353. >
  354. <Tool
  355. Name="VCCustomBuildTool"
  356. Description="Creating expat.h from expat.h.in"
  357. CommandLine="if not exist &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\expat.h&quot; type &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\expat.h.in&quot; &gt; &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\expat.h&quot;&#x0D;&#x0A;"
  358. Outputs="$(ProjectDir)..\..\apr-util\xml\expat\lib\expat.h"
  359. />
  360. </FileConfiguration>
  361. </File>
  362. <File
  363. RelativePath="..\..\apr-util\xml\expat\lib\winconfig.h"
  364. >
  365. <FileConfiguration
  366. Name="Release|Win32"
  367. >
  368. <Tool
  369. Name="VCCustomBuildTool"
  370. Description="Creating config.h from winconfig.h"
  371. CommandLine="if not exist &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\config.h&quot; type &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\winconfig.h&quot; &gt; &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\config.h&quot;&#x0D;&#x0A;"
  372. Outputs="$(ProjectDir)..\..\apr-util\xml\expat\lib\config.h"
  373. />
  374. </FileConfiguration>
  375. <FileConfiguration
  376. Name="Debug|Win32"
  377. >
  378. <Tool
  379. Name="VCCustomBuildTool"
  380. Description="Creating config.h from winconfig.h"
  381. CommandLine="if not exist &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\config.h&quot; type &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\winconfig.h&quot; &gt; &quot;$(ProjectDir)..\..\apr-util\xml\expat\lib\config.h&quot;&#x0D;&#x0A;"
  382. Outputs="$(ProjectDir)..\..\apr-util\xml\expat\lib\config.h"
  383. />
  384. </FileConfiguration>
  385. </File>
  386. </Filter>
  387. <File
  388. RelativePath="..\..\apr-util\xml\expat\lib\ReadMe.txt"
  389. >
  390. </File>
  391. </Files>
  392. <Globals>
  393. </Globals>
  394. </VisualStudioProject>