2
0

libapr.vcproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="libapr"
  6. ProjectGUID="{F6C55D93-B927-4483-BB69-15AEF3DD2DFF}"
  7. RootNamespace="libapr"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="$(SolutionDir)Debug"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="2"
  22. UseOfMFC="0"
  23. ATLMinimizesCRunTimeLibraryUsage="false"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. CommandLine="if not exist &quot;$(ProjectDir)..\..\include\&quot; md &quot;$(ProjectDir)..\..\include\&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\..\apr\include\apr.h&quot; type &quot;$(ProjectDir)apr.hw&quot; &gt; &quot;$(ProjectDir)..\..\apr\include\apr.h&quot;&#x0D;&#x0A;xcopy &quot;$(ProjectDir)..\..\apr\include\*.h&quot; &quot;$(ProjectDir)..\..\include\&quot; /C /D /Y&#x0D;&#x0A;"
  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. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="true"
  42. SuppressStartupBanner="true"
  43. TargetEnvironment="1"
  44. TypeLibraryName=".\Debug/libapr.tlb"
  45. HeaderFileName=""
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. AdditionalOptions="/EHsc "
  50. Optimization="0"
  51. AdditionalIncludeDirectories="&quot;..\..\apr\include&quot;;&quot;..\..\apr\include/arch&quot;;&quot;..\..\apr\include/arch/win32&quot;;&quot;..\..\apr\include/arch/unix&quot;"
  52. PreprocessorDefinitions="_DEBUG;APR_DECLARE_EXPORT;WIN32;_WINDOWS"
  53. RuntimeLibrary="3"
  54. PrecompiledHeaderFile=".\Debug/libapr.pch"
  55. AssemblerListingLocation=".\Debug/"
  56. ObjectFile=".\Debug/"
  57. ProgramDataBaseFileName="Debug\libapr_src"
  58. WarningLevel="3"
  59. SuppressStartupBanner="true"
  60. DebugInformationFormat="3"
  61. />
  62. <Tool
  63. Name="VCManagedResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. PreprocessorDefinitions="_DEBUG,APR_VERSION_ONLY"
  68. Culture="1033"
  69. AdditionalIncludeDirectories="..\..\apr\include"
  70. />
  71. <Tool
  72. Name="VCPreLinkEventTool"
  73. />
  74. <Tool
  75. Name="VCLinkerTool"
  76. AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
  77. OutputFile="$(OutDir)\$(ProjectName).dll"
  78. LinkIncremental="1"
  79. SuppressStartupBanner="true"
  80. GenerateDebugInformation="true"
  81. ProgramDatabaseFile=".\Debug/libapr-1.pdb"
  82. SubSystem="2"
  83. BaseAddress="0x6EEC0000"
  84. ImportLibrary=".\Debug/libapr-1.lib"
  85. TargetMachine="1"
  86. />
  87. <Tool
  88. Name="VCALinkTool"
  89. />
  90. <Tool
  91. Name="VCManifestTool"
  92. />
  93. <Tool
  94. Name="VCXDCMakeTool"
  95. />
  96. <Tool
  97. Name="VCBscMakeTool"
  98. SuppressStartupBanner="true"
  99. OutputFile=".\Debug/libapr.bsc"
  100. />
  101. <Tool
  102. Name="VCFxCopTool"
  103. />
  104. <Tool
  105. Name="VCAppVerifierTool"
  106. />
  107. <Tool
  108. Name="VCWebDeploymentTool"
  109. />
  110. <Tool
  111. Name="VCPostBuildEventTool"
  112. CommandLine=""
  113. />
  114. </Configuration>
  115. <Configuration
  116. Name="Release|Win32"
  117. OutputDirectory="$(SolutionDir)Release"
  118. IntermediateDirectory="$(ConfigurationName)"
  119. ConfigurationType="2"
  120. UseOfMFC="0"
  121. ATLMinimizesCRunTimeLibraryUsage="false"
  122. >
  123. <Tool
  124. Name="VCPreBuildEventTool"
  125. CommandLine="if not exist &quot;$(ProjectDir)..\..\include\&quot; md &quot;$(ProjectDir)..\..\include\&quot;&#x0D;&#x0A;if not exist &quot;$(ProjectDir)..\..\apr\include\apr.h&quot; type &quot;$(ProjectDir)apr.hw&quot; &gt; &quot;$(ProjectDir)..\..\apr\include\apr.h&quot;&#x0D;&#x0A;xcopy &quot;$(ProjectDir)..\..\apr\include\*.h&quot; &quot;$(ProjectDir)..\..\include\&quot; /C /D /Y&#x0D;&#x0A;"
  126. />
  127. <Tool
  128. Name="VCCustomBuildTool"
  129. />
  130. <Tool
  131. Name="VCXMLDataGeneratorTool"
  132. />
  133. <Tool
  134. Name="VCWebServiceProxyGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCMIDLTool"
  138. PreprocessorDefinitions="NDEBUG"
  139. MkTypLibCompatible="true"
  140. SuppressStartupBanner="true"
  141. TargetEnvironment="1"
  142. TypeLibraryName=".\Release/libapr.tlb"
  143. HeaderFileName=""
  144. />
  145. <Tool
  146. Name="VCCLCompilerTool"
  147. Optimization="2"
  148. InlineFunctionExpansion="1"
  149. AdditionalIncludeDirectories="&quot;..\..\apr\include&quot;;&quot;..\..\apr\include/arch&quot;;&quot;..\..\apr\include/arch/win32&quot;;&quot;..\..\apr\include/arch/unix&quot;"
  150. PreprocessorDefinitions="NDEBUG;APR_DECLARE_EXPORT;WIN32;_WINDOWS"
  151. StringPooling="true"
  152. RuntimeLibrary="2"
  153. EnableFunctionLevelLinking="true"
  154. PrecompiledHeaderFile=".\Release/libapr.pch"
  155. AssemblerListingLocation=".\Release/"
  156. ObjectFile=".\Release/"
  157. ProgramDataBaseFileName="Release\libapr_src"
  158. WarningLevel="3"
  159. SuppressStartupBanner="true"
  160. DebugInformationFormat="3"
  161. />
  162. <Tool
  163. Name="VCManagedResourceCompilerTool"
  164. />
  165. <Tool
  166. Name="VCResourceCompilerTool"
  167. PreprocessorDefinitions="NDEBUG,APR_VERSION_ONLY"
  168. Culture="1033"
  169. AdditionalIncludeDirectories="..\..\apr\"
  170. />
  171. <Tool
  172. Name="VCPreLinkEventTool"
  173. />
  174. <Tool
  175. Name="VCLinkerTool"
  176. AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
  177. OutputFile="$(OutDir)\$(ProjectName).dll"
  178. LinkIncremental="1"
  179. SuppressStartupBanner="true"
  180. GenerateDebugInformation="true"
  181. ProgramDatabaseFile=".\Release/libapr-1.pdb"
  182. SubSystem="2"
  183. OptimizeReferences="2"
  184. BaseAddress="0x6EEC0000"
  185. ImportLibrary=".\Release/libapr-1.lib"
  186. TargetMachine="1"
  187. />
  188. <Tool
  189. Name="VCALinkTool"
  190. />
  191. <Tool
  192. Name="VCManifestTool"
  193. />
  194. <Tool
  195. Name="VCXDCMakeTool"
  196. />
  197. <Tool
  198. Name="VCBscMakeTool"
  199. SuppressStartupBanner="true"
  200. OutputFile=".\Release/libapr.bsc"
  201. />
  202. <Tool
  203. Name="VCFxCopTool"
  204. />
  205. <Tool
  206. Name="VCAppVerifierTool"
  207. />
  208. <Tool
  209. Name="VCWebDeploymentTool"
  210. />
  211. <Tool
  212. Name="VCPostBuildEventTool"
  213. CommandLine=""
  214. />
  215. </Configuration>
  216. </Configurations>
  217. <References>
  218. </References>
  219. <Files>
  220. <Filter
  221. Name="Source Files"
  222. Filter=".c"
  223. >
  224. <Filter
  225. Name="atomic"
  226. >
  227. <File
  228. RelativePath="..\..\apr\atomic\win32\apr_atomic.c"
  229. >
  230. </File>
  231. </Filter>
  232. <Filter
  233. Name="dso"
  234. >
  235. <File
  236. RelativePath="..\..\apr\dso\win32\dso.c"
  237. >
  238. </File>
  239. </Filter>
  240. <Filter
  241. Name="file_io"
  242. >
  243. <File
  244. RelativePath="..\..\apr\file_io\unix\copy.c"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\..\apr\file_io\win32\dir.c"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\..\apr\file_io\unix\fileacc.c"
  253. >
  254. </File>
  255. <File
  256. RelativePath="..\..\apr\file_io\win32\filedup.c"
  257. >
  258. </File>
  259. <File
  260. RelativePath="..\..\apr\file_io\win32\filepath.c"
  261. >
  262. </File>
  263. <File
  264. RelativePath="..\..\apr\file_io\unix\filepath_util.c"
  265. >
  266. </File>
  267. <File
  268. RelativePath="..\..\apr\file_io\win32\filestat.c"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\..\apr\file_io\win32\filesys.c"
  273. >
  274. </File>
  275. <File
  276. RelativePath="..\..\apr\file_io\win32\flock.c"
  277. >
  278. </File>
  279. <File
  280. RelativePath="..\..\apr\file_io\unix\fullrw.c"
  281. >
  282. </File>
  283. <File
  284. RelativePath="..\..\apr\file_io\unix\mktemp.c"
  285. >
  286. </File>
  287. <File
  288. RelativePath="..\..\apr\file_io\win32\open.c"
  289. >
  290. </File>
  291. <File
  292. RelativePath="..\..\apr\file_io\win32\pipe.c"
  293. >
  294. </File>
  295. <File
  296. RelativePath="..\..\apr\file_io\win32\readwrite.c"
  297. >
  298. </File>
  299. <File
  300. RelativePath="..\..\apr\file_io\win32\seek.c"
  301. >
  302. </File>
  303. <File
  304. RelativePath="..\..\apr\file_io\unix\tempdir.c"
  305. >
  306. </File>
  307. </Filter>
  308. <Filter
  309. Name="locks"
  310. >
  311. <File
  312. RelativePath="..\..\apr\locks\win32\proc_mutex.c"
  313. >
  314. </File>
  315. <File
  316. RelativePath="..\..\apr\locks\win32\thread_cond.c"
  317. >
  318. </File>
  319. <File
  320. RelativePath="..\..\apr\locks\win32\thread_mutex.c"
  321. >
  322. </File>
  323. <File
  324. RelativePath="..\..\apr\locks\win32\thread_rwlock.c"
  325. >
  326. </File>
  327. </Filter>
  328. <Filter
  329. Name="memory"
  330. >
  331. <File
  332. RelativePath="..\..\apr\memory\unix\apr_pools.c"
  333. >
  334. </File>
  335. </Filter>
  336. <Filter
  337. Name="misc"
  338. >
  339. <File
  340. RelativePath="..\..\apr\misc\win32\charset.c"
  341. >
  342. </File>
  343. <File
  344. RelativePath="..\..\apr\misc\win32\env.c"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\..\apr\misc\unix\errorcodes.c"
  349. >
  350. </File>
  351. <File
  352. RelativePath="..\..\apr\misc\unix\getopt.c"
  353. >
  354. </File>
  355. <File
  356. RelativePath="..\..\apr\misc\win32\internal.c"
  357. >
  358. </File>
  359. <File
  360. RelativePath="..\..\apr\misc\win32\misc.c"
  361. >
  362. </File>
  363. <File
  364. RelativePath="..\..\apr\misc\unix\otherchild.c"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\..\apr\misc\win32\rand.c"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\..\apr\misc\win32\start.c"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\..\apr\misc\win32\utf8.c"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\..\apr\misc\unix\version.c"
  381. >
  382. </File>
  383. </Filter>
  384. <Filter
  385. Name="mmap"
  386. >
  387. <File
  388. RelativePath="..\..\apr\mmap\unix\common.c"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\..\apr\mmap\win32\mmap.c"
  393. >
  394. </File>
  395. </Filter>
  396. <Filter
  397. Name="network_io"
  398. >
  399. <File
  400. RelativePath="..\..\apr\network_io\unix\inet_ntop.c"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\..\apr\network_io\unix\inet_pton.c"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\..\apr\network_io\unix\multicast.c"
  409. >
  410. </File>
  411. <File
  412. RelativePath="..\..\apr\poll\unix\select.c"
  413. >
  414. </File>
  415. <File
  416. RelativePath="..\..\apr\network_io\win32\sendrecv.c"
  417. >
  418. </File>
  419. <File
  420. RelativePath="..\..\apr\network_io\unix\sockaddr.c"
  421. >
  422. </File>
  423. <File
  424. RelativePath="..\..\apr\network_io\win32\sockets.c"
  425. >
  426. </File>
  427. <File
  428. RelativePath="..\..\apr\network_io\win32\sockopt.c"
  429. >
  430. </File>
  431. </Filter>
  432. <Filter
  433. Name="passwd"
  434. >
  435. <File
  436. RelativePath="..\..\apr\passwd\apr_getpass.c"
  437. >
  438. </File>
  439. </Filter>
  440. <Filter
  441. Name="random"
  442. >
  443. <File
  444. RelativePath="..\..\apr\random\unix\apr_random.c"
  445. >
  446. </File>
  447. <File
  448. RelativePath="..\..\apr\random\unix\sha2.c"
  449. >
  450. </File>
  451. <File
  452. RelativePath="..\..\apr\random\unix\sha2_glue.c"
  453. >
  454. </File>
  455. </Filter>
  456. <Filter
  457. Name="shmem"
  458. >
  459. <File
  460. RelativePath="..\..\apr\shmem\win32\shm.c"
  461. >
  462. </File>
  463. </Filter>
  464. <Filter
  465. Name="strings"
  466. >
  467. <File
  468. RelativePath="..\..\apr\strings\apr_cpystrn.c"
  469. >
  470. </File>
  471. <File
  472. RelativePath="..\..\apr\strings\apr_fnmatch.c"
  473. >
  474. </File>
  475. <File
  476. RelativePath="..\..\apr\strings\apr_snprintf.c"
  477. >
  478. </File>
  479. <File
  480. RelativePath="..\..\apr\strings\apr_strings.c"
  481. >
  482. </File>
  483. <File
  484. RelativePath="..\..\apr\strings\apr_strnatcmp.c"
  485. >
  486. </File>
  487. <File
  488. RelativePath="..\..\apr\strings\apr_strtok.c"
  489. >
  490. </File>
  491. </Filter>
  492. <Filter
  493. Name="tables"
  494. >
  495. <File
  496. RelativePath="..\..\apr\tables\apr_hash.c"
  497. >
  498. </File>
  499. <File
  500. RelativePath="..\..\apr\tables\apr_tables.c"
  501. >
  502. </File>
  503. </Filter>
  504. <Filter
  505. Name="threadproc"
  506. >
  507. <File
  508. RelativePath="..\..\apr\threadproc\win32\proc.c"
  509. >
  510. </File>
  511. <File
  512. RelativePath="..\..\apr\threadproc\win32\signals.c"
  513. >
  514. </File>
  515. <File
  516. RelativePath="..\..\apr\threadproc\win32\thread.c"
  517. >
  518. </File>
  519. <File
  520. RelativePath="..\..\apr\threadproc\win32\threadpriv.c"
  521. >
  522. </File>
  523. </Filter>
  524. <Filter
  525. Name="time"
  526. >
  527. <File
  528. RelativePath="..\..\apr\time\win32\access.c"
  529. >
  530. </File>
  531. <File
  532. RelativePath="..\..\apr\time\win32\time.c"
  533. >
  534. </File>
  535. <File
  536. RelativePath="..\..\apr\time\win32\timestr.c"
  537. >
  538. </File>
  539. </Filter>
  540. <Filter
  541. Name="user"
  542. >
  543. <File
  544. RelativePath="..\..\apr\user\win32\groupinfo.c"
  545. >
  546. </File>
  547. <File
  548. RelativePath="..\..\apr\user\win32\userinfo.c"
  549. >
  550. </File>
  551. </Filter>
  552. </Filter>
  553. <Filter
  554. Name="Private Header Files"
  555. >
  556. <File
  557. RelativePath="..\..\apr\include\arch\win32\apr_arch_atime.h"
  558. >
  559. </File>
  560. <File
  561. RelativePath="..\..\apr\include\arch\win32\apr_arch_dso.h"
  562. >
  563. </File>
  564. <File
  565. RelativePath="..\..\apr\include\arch\win32\apr_arch_file_io.h"
  566. >
  567. </File>
  568. <File
  569. RelativePath="..\..\apr\include\arch\win32\apr_arch_inherit.h"
  570. >
  571. </File>
  572. <File
  573. RelativePath="..\..\apr\include\arch\win32\apr_arch_misc.h"
  574. >
  575. </File>
  576. <File
  577. RelativePath="..\..\apr\include\arch\win32\apr_arch_networkio.h"
  578. >
  579. </File>
  580. <File
  581. RelativePath="..\..\apr\include\arch\win32\apr_arch_thread_mutex.h"
  582. >
  583. </File>
  584. <File
  585. RelativePath="..\..\apr\include\arch\win32\apr_arch_thread_rwlock.h"
  586. >
  587. </File>
  588. <File
  589. RelativePath="..\..\apr\include\arch\win32\apr_arch_threadproc.h"
  590. >
  591. </File>
  592. <File
  593. RelativePath="..\..\apr\include\arch\win32\apr_arch_utf8.h"
  594. >
  595. </File>
  596. <File
  597. RelativePath="..\..\apr\include\arch\win32\apr_private.h"
  598. >
  599. </File>
  600. <File
  601. RelativePath="..\..\apr\include\arch\apr_private_common.h"
  602. >
  603. </File>
  604. </Filter>
  605. <Filter
  606. Name="Public Header Files"
  607. >
  608. <File
  609. RelativePath="..\..\apr\include\apr_allocator.h"
  610. >
  611. </File>
  612. <File
  613. RelativePath="..\..\apr\include\apr_atomic.h"
  614. >
  615. </File>
  616. <File
  617. RelativePath="..\..\apr\include\apr_dso.h"
  618. >
  619. </File>
  620. <File
  621. RelativePath="..\..\apr\include\apr_env.h"
  622. >
  623. </File>
  624. <File
  625. RelativePath="..\..\apr\include\apr_errno.h"
  626. >
  627. </File>
  628. <File
  629. RelativePath="..\..\apr\include\apr_file_info.h"
  630. >
  631. </File>
  632. <File
  633. RelativePath="..\..\apr\include\apr_file_io.h"
  634. >
  635. </File>
  636. <File
  637. RelativePath="..\..\apr\include\apr_fnmatch.h"
  638. >
  639. </File>
  640. <File
  641. RelativePath="..\..\apr\include\apr_general.h"
  642. >
  643. </File>
  644. <File
  645. RelativePath="..\..\apr\include\apr_getopt.h"
  646. >
  647. </File>
  648. <File
  649. RelativePath="..\..\apr\include\apr_global_mutex.h"
  650. >
  651. </File>
  652. <File
  653. RelativePath="..\..\apr\include\apr_hash.h"
  654. >
  655. </File>
  656. <File
  657. RelativePath="..\..\apr\include\apr_inherit.h"
  658. >
  659. </File>
  660. <File
  661. RelativePath="..\..\apr\include\apr_lib.h"
  662. >
  663. </File>
  664. <File
  665. RelativePath="..\..\apr\include\apr_mmap.h"
  666. >
  667. </File>
  668. <File
  669. RelativePath="..\..\apr\include\apr_network_io.h"
  670. >
  671. </File>
  672. <File
  673. RelativePath="..\..\apr\include\apr_poll.h"
  674. >
  675. </File>
  676. <File
  677. RelativePath="..\..\apr\include\apr_pools.h"
  678. >
  679. </File>
  680. <File
  681. RelativePath="..\..\apr\include\apr_portable.h"
  682. >
  683. </File>
  684. <File
  685. RelativePath="..\..\apr\include\apr_proc_mutex.h"
  686. >
  687. </File>
  688. <File
  689. RelativePath="..\..\apr\include\apr_ring.h"
  690. >
  691. </File>
  692. <File
  693. RelativePath="..\..\apr\include\apr_shm.h"
  694. >
  695. </File>
  696. <File
  697. RelativePath="..\..\apr\include\apr_signal.h"
  698. >
  699. </File>
  700. <File
  701. RelativePath="..\..\apr\include\apr_strings.h"
  702. >
  703. </File>
  704. <File
  705. RelativePath="..\..\apr\include\apr_support.h"
  706. >
  707. </File>
  708. <File
  709. RelativePath="..\..\apr\include\apr_tables.h"
  710. >
  711. </File>
  712. <File
  713. RelativePath="..\..\apr\include\apr_thread_cond.h"
  714. >
  715. </File>
  716. <File
  717. RelativePath="..\..\apr\include\apr_thread_mutex.h"
  718. >
  719. </File>
  720. <File
  721. RelativePath="..\..\apr\include\apr_thread_proc.h"
  722. >
  723. </File>
  724. <File
  725. RelativePath="..\..\apr\include\apr_thread_rwlock.h"
  726. >
  727. </File>
  728. <File
  729. RelativePath="..\..\apr\include\apr_time.h"
  730. >
  731. </File>
  732. <File
  733. RelativePath="..\..\apr\include\apr_user.h"
  734. >
  735. </File>
  736. <File
  737. RelativePath="..\..\apr\include\apr_version.h"
  738. >
  739. </File>
  740. <File
  741. RelativePath="..\..\apr\include\apr_want.h"
  742. >
  743. </File>
  744. </Filter>
  745. <File
  746. RelativePath="..\..\apr\libapr.rc"
  747. >
  748. <FileConfiguration
  749. Name="Release|Win32"
  750. >
  751. <Tool
  752. Name="VCResourceCompilerTool"
  753. AdditionalIncludeDirectories="..\..\apr\include"
  754. />
  755. </FileConfiguration>
  756. </File>
  757. </Files>
  758. <Globals>
  759. </Globals>
  760. </VisualStudioProject>