2
0

libapr.2008.vcproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libapr"
  6. ProjectGUID="{F6C55D93-B927-4483-BB69-15AEF3DD2DFF}"
  7. RootNamespace="libapr"
  8. TargetFrameworkVersion="131072"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="$(SolutionDir)Debug"
  24. IntermediateDirectory="$(ConfigurationName)"
  25. ConfigurationType="2"
  26. UseOfMFC="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. 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;"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. PreprocessorDefinitions="_DEBUG"
  45. MkTypLibCompatible="true"
  46. SuppressStartupBanner="true"
  47. TargetEnvironment="1"
  48. TypeLibraryName="$(IntDir)/libapr.tlb"
  49. HeaderFileName=""
  50. />
  51. <Tool
  52. Name="VCCLCompilerTool"
  53. AdditionalOptions="/EHsc "
  54. Optimization="0"
  55. AdditionalIncludeDirectories="&quot;..\..\apr\include&quot;;&quot;..\..\apr\include/arch&quot;;&quot;..\..\apr\include/arch/win32&quot;;&quot;..\..\apr\include/arch/unix&quot;"
  56. PreprocessorDefinitions="_DEBUG;APR_DECLARE_EXPORT;WIN32;_WINDOWS"
  57. RuntimeLibrary="3"
  58. PrecompiledHeaderFile="$(IntDir)/libapr.pch"
  59. AssemblerListingLocation="$(IntDir)/"
  60. ObjectFile=".\Debug/"
  61. ProgramDataBaseFileName="$(IntDir)/libapr_src"
  62. WarningLevel="3"
  63. SuppressStartupBanner="true"
  64. DebugInformationFormat="3"
  65. />
  66. <Tool
  67. Name="VCManagedResourceCompilerTool"
  68. />
  69. <Tool
  70. Name="VCResourceCompilerTool"
  71. PreprocessorDefinitions="_DEBUG,APR_VERSION_ONLY"
  72. Culture="1033"
  73. AdditionalIncludeDirectories="..\..\apr\include"
  74. />
  75. <Tool
  76. Name="VCPreLinkEventTool"
  77. />
  78. <Tool
  79. Name="VCLinkerTool"
  80. AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
  81. OutputFile="$(OutDir)\$(ProjectName).dll"
  82. LinkIncremental="1"
  83. SuppressStartupBanner="true"
  84. GenerateDebugInformation="true"
  85. ProgramDatabaseFile="$(IntDir)/libapr-1.pdb"
  86. SubSystem="2"
  87. BaseAddress="0x6EEC0000"
  88. RandomizedBaseAddress="1"
  89. DataExecutionPrevention="0"
  90. ImportLibrary="$(IntDir)/libapr-1.lib"
  91. TargetMachine="1"
  92. />
  93. <Tool
  94. Name="VCALinkTool"
  95. />
  96. <Tool
  97. Name="VCManifestTool"
  98. />
  99. <Tool
  100. Name="VCXDCMakeTool"
  101. />
  102. <Tool
  103. Name="VCBscMakeTool"
  104. SuppressStartupBanner="true"
  105. OutputFile="$(IntDir)/libapr.bsc"
  106. />
  107. <Tool
  108. Name="VCFxCopTool"
  109. />
  110. <Tool
  111. Name="VCAppVerifierTool"
  112. />
  113. <Tool
  114. Name="VCPostBuildEventTool"
  115. CommandLine=""
  116. />
  117. </Configuration>
  118. <Configuration
  119. Name="Debug|x64"
  120. OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)"
  121. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  122. ConfigurationType="2"
  123. UseOfMFC="0"
  124. ATLMinimizesCRunTimeLibraryUsage="false"
  125. >
  126. <Tool
  127. Name="VCPreBuildEventTool"
  128. 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;"
  129. />
  130. <Tool
  131. Name="VCCustomBuildTool"
  132. />
  133. <Tool
  134. Name="VCXMLDataGeneratorTool"
  135. />
  136. <Tool
  137. Name="VCWebServiceProxyGeneratorTool"
  138. />
  139. <Tool
  140. Name="VCMIDLTool"
  141. PreprocessorDefinitions="_DEBUG"
  142. MkTypLibCompatible="true"
  143. SuppressStartupBanner="true"
  144. TargetEnvironment="3"
  145. TypeLibraryName="$(IntDir)/libapr.tlb"
  146. HeaderFileName=""
  147. />
  148. <Tool
  149. Name="VCCLCompilerTool"
  150. AdditionalOptions="/EHsc "
  151. Optimization="0"
  152. AdditionalIncludeDirectories="&quot;..\..\apr\include&quot;;&quot;..\..\apr\include/arch&quot;;&quot;..\..\apr\include/arch/win32&quot;;&quot;..\..\apr\include/arch/unix&quot;"
  153. PreprocessorDefinitions="_DEBUG;APR_DECLARE_EXPORT;WIN32;_WINDOWS"
  154. RuntimeLibrary="3"
  155. PrecompiledHeaderFile="$(IntDir)/libapr.pch"
  156. ProgramDataBaseFileName="$(IntDir)\libapr_src"
  157. WarningLevel="3"
  158. SuppressStartupBanner="true"
  159. DebugInformationFormat="3"
  160. />
  161. <Tool
  162. Name="VCManagedResourceCompilerTool"
  163. />
  164. <Tool
  165. Name="VCResourceCompilerTool"
  166. PreprocessorDefinitions="_DEBUG,APR_VERSION_ONLY"
  167. Culture="1033"
  168. AdditionalIncludeDirectories="..\..\apr\include"
  169. />
  170. <Tool
  171. Name="VCPreLinkEventTool"
  172. />
  173. <Tool
  174. Name="VCLinkerTool"
  175. AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
  176. OutputFile="$(OutDir)\$(ProjectName).dll"
  177. LinkIncremental="1"
  178. SuppressStartupBanner="true"
  179. GenerateDebugInformation="true"
  180. ProgramDatabaseFile="$(IntDir)/libapr-1.pdb"
  181. SubSystem="2"
  182. BaseAddress="0x6EEC0000"
  183. RandomizedBaseAddress="1"
  184. DataExecutionPrevention="0"
  185. ImportLibrary="$(TargetDir)libapr-1.lib"
  186. TargetMachine="17"
  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="$(IntDir)/libapr.bsc"
  201. />
  202. <Tool
  203. Name="VCFxCopTool"
  204. />
  205. <Tool
  206. Name="VCAppVerifierTool"
  207. />
  208. <Tool
  209. Name="VCPostBuildEventTool"
  210. CommandLine=""
  211. />
  212. </Configuration>
  213. <Configuration
  214. Name="Release|Win32"
  215. OutputDirectory="$(SolutionDir)Release"
  216. IntermediateDirectory="$(ConfigurationName)"
  217. ConfigurationType="2"
  218. UseOfMFC="0"
  219. ATLMinimizesCRunTimeLibraryUsage="false"
  220. >
  221. <Tool
  222. Name="VCPreBuildEventTool"
  223. 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;"
  224. />
  225. <Tool
  226. Name="VCCustomBuildTool"
  227. />
  228. <Tool
  229. Name="VCXMLDataGeneratorTool"
  230. />
  231. <Tool
  232. Name="VCWebServiceProxyGeneratorTool"
  233. />
  234. <Tool
  235. Name="VCMIDLTool"
  236. PreprocessorDefinitions="NDEBUG"
  237. MkTypLibCompatible="true"
  238. SuppressStartupBanner="true"
  239. TargetEnvironment="1"
  240. TypeLibraryName="$(IntDir)/libapr.tlb"
  241. HeaderFileName=""
  242. />
  243. <Tool
  244. Name="VCCLCompilerTool"
  245. Optimization="2"
  246. InlineFunctionExpansion="1"
  247. AdditionalIncludeDirectories="&quot;..\..\apr\include&quot;;&quot;..\..\apr\include/arch&quot;;&quot;..\..\apr\include/arch/win32&quot;;&quot;..\..\apr\include/arch/unix&quot;"
  248. PreprocessorDefinitions="NDEBUG;APR_DECLARE_EXPORT;WIN32;_WINDOWS"
  249. StringPooling="true"
  250. RuntimeLibrary="2"
  251. EnableFunctionLevelLinking="true"
  252. PrecompiledHeaderFile="$(IntDir)/libapr.pch"
  253. AssemblerListingLocation="$(IntDir)/"
  254. ObjectFile=".\Release/"
  255. ProgramDataBaseFileName="$(IntDir)/libapr_src"
  256. WarningLevel="3"
  257. SuppressStartupBanner="true"
  258. DebugInformationFormat="3"
  259. />
  260. <Tool
  261. Name="VCManagedResourceCompilerTool"
  262. />
  263. <Tool
  264. Name="VCResourceCompilerTool"
  265. PreprocessorDefinitions="NDEBUG,APR_VERSION_ONLY"
  266. Culture="1033"
  267. AdditionalIncludeDirectories="..\..\apr\"
  268. />
  269. <Tool
  270. Name="VCPreLinkEventTool"
  271. />
  272. <Tool
  273. Name="VCLinkerTool"
  274. AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
  275. OutputFile="$(OutDir)\$(ProjectName).dll"
  276. LinkIncremental="1"
  277. SuppressStartupBanner="true"
  278. GenerateDebugInformation="true"
  279. ProgramDatabaseFile="$(IntDir)/libapr-1.pdb"
  280. SubSystem="2"
  281. OptimizeReferences="2"
  282. BaseAddress="0x6EEC0000"
  283. RandomizedBaseAddress="1"
  284. DataExecutionPrevention="0"
  285. ImportLibrary="$(IntDir)/libapr-1.lib"
  286. TargetMachine="1"
  287. />
  288. <Tool
  289. Name="VCALinkTool"
  290. />
  291. <Tool
  292. Name="VCManifestTool"
  293. />
  294. <Tool
  295. Name="VCXDCMakeTool"
  296. />
  297. <Tool
  298. Name="VCBscMakeTool"
  299. SuppressStartupBanner="true"
  300. OutputFile="$(IntDir)/libapr.bsc"
  301. />
  302. <Tool
  303. Name="VCFxCopTool"
  304. />
  305. <Tool
  306. Name="VCAppVerifierTool"
  307. />
  308. <Tool
  309. Name="VCPostBuildEventTool"
  310. CommandLine=""
  311. />
  312. </Configuration>
  313. <Configuration
  314. Name="Release|x64"
  315. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  316. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  317. ConfigurationType="2"
  318. UseOfMFC="0"
  319. ATLMinimizesCRunTimeLibraryUsage="false"
  320. >
  321. <Tool
  322. Name="VCPreBuildEventTool"
  323. 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;"
  324. />
  325. <Tool
  326. Name="VCCustomBuildTool"
  327. />
  328. <Tool
  329. Name="VCXMLDataGeneratorTool"
  330. />
  331. <Tool
  332. Name="VCWebServiceProxyGeneratorTool"
  333. />
  334. <Tool
  335. Name="VCMIDLTool"
  336. PreprocessorDefinitions="NDEBUG"
  337. MkTypLibCompatible="true"
  338. SuppressStartupBanner="true"
  339. TargetEnvironment="3"
  340. TypeLibraryName="$(IntDir)/libapr.tlb"
  341. HeaderFileName=""
  342. />
  343. <Tool
  344. Name="VCCLCompilerTool"
  345. Optimization="2"
  346. InlineFunctionExpansion="1"
  347. AdditionalIncludeDirectories="&quot;..\..\apr\include&quot;;&quot;..\..\apr\include/arch&quot;;&quot;..\..\apr\include/arch/win32&quot;;&quot;..\..\apr\include/arch/unix&quot;"
  348. PreprocessorDefinitions="NDEBUG;APR_DECLARE_EXPORT;WIN32;_WINDOWS"
  349. StringPooling="true"
  350. RuntimeLibrary="2"
  351. EnableFunctionLevelLinking="true"
  352. PrecompiledHeaderFile="$(IntDir)/libapr.pch"
  353. ProgramDataBaseFileName="$(IntDir)/libapr_src"
  354. WarningLevel="3"
  355. SuppressStartupBanner="true"
  356. DebugInformationFormat="3"
  357. />
  358. <Tool
  359. Name="VCManagedResourceCompilerTool"
  360. />
  361. <Tool
  362. Name="VCResourceCompilerTool"
  363. PreprocessorDefinitions="NDEBUG,APR_VERSION_ONLY"
  364. Culture="1033"
  365. AdditionalIncludeDirectories="..\..\apr\"
  366. />
  367. <Tool
  368. Name="VCPreLinkEventTool"
  369. />
  370. <Tool
  371. Name="VCLinkerTool"
  372. AdditionalDependencies="ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib"
  373. OutputFile="$(OutDir)\$(ProjectName).dll"
  374. LinkIncremental="1"
  375. SuppressStartupBanner="true"
  376. GenerateDebugInformation="true"
  377. ProgramDatabaseFile="$(IntDir)/libapr-1.pdb"
  378. SubSystem="2"
  379. OptimizeReferences="2"
  380. BaseAddress="0x6EEC0000"
  381. RandomizedBaseAddress="1"
  382. DataExecutionPrevention="0"
  383. ImportLibrary="$(TargetDir)libapr-1.lib"
  384. TargetMachine="17"
  385. />
  386. <Tool
  387. Name="VCALinkTool"
  388. />
  389. <Tool
  390. Name="VCManifestTool"
  391. />
  392. <Tool
  393. Name="VCXDCMakeTool"
  394. />
  395. <Tool
  396. Name="VCBscMakeTool"
  397. SuppressStartupBanner="true"
  398. OutputFile="$(IntDir)/libapr.bsc"
  399. />
  400. <Tool
  401. Name="VCFxCopTool"
  402. />
  403. <Tool
  404. Name="VCAppVerifierTool"
  405. />
  406. <Tool
  407. Name="VCPostBuildEventTool"
  408. CommandLine=""
  409. />
  410. </Configuration>
  411. </Configurations>
  412. <References>
  413. </References>
  414. <Files>
  415. <Filter
  416. Name="Source Files"
  417. Filter=".c"
  418. >
  419. <Filter
  420. Name="atomic"
  421. >
  422. <File
  423. RelativePath="..\..\apr\atomic\win32\apr_atomic.c"
  424. >
  425. </File>
  426. </Filter>
  427. <Filter
  428. Name="dso"
  429. >
  430. <File
  431. RelativePath="..\..\apr\dso\win32\dso.c"
  432. >
  433. </File>
  434. </Filter>
  435. <Filter
  436. Name="file_io"
  437. >
  438. <File
  439. RelativePath="..\..\apr\file_io\unix\copy.c"
  440. >
  441. </File>
  442. <File
  443. RelativePath="..\..\apr\file_io\win32\dir.c"
  444. >
  445. </File>
  446. <File
  447. RelativePath="..\..\apr\file_io\unix\fileacc.c"
  448. >
  449. </File>
  450. <File
  451. RelativePath="..\..\apr\file_io\win32\filedup.c"
  452. >
  453. </File>
  454. <File
  455. RelativePath="..\..\apr\file_io\win32\filepath.c"
  456. >
  457. </File>
  458. <File
  459. RelativePath="..\..\apr\file_io\unix\filepath_util.c"
  460. >
  461. </File>
  462. <File
  463. RelativePath="..\..\apr\file_io\win32\filestat.c"
  464. >
  465. </File>
  466. <File
  467. RelativePath="..\..\apr\file_io\win32\filesys.c"
  468. >
  469. </File>
  470. <File
  471. RelativePath="..\..\apr\file_io\win32\flock.c"
  472. >
  473. </File>
  474. <File
  475. RelativePath="..\..\apr\file_io\unix\fullrw.c"
  476. >
  477. </File>
  478. <File
  479. RelativePath="..\..\apr\file_io\unix\mktemp.c"
  480. >
  481. </File>
  482. <File
  483. RelativePath="..\..\apr\file_io\win32\open.c"
  484. >
  485. </File>
  486. <File
  487. RelativePath="..\..\apr\file_io\win32\pipe.c"
  488. >
  489. </File>
  490. <File
  491. RelativePath="..\..\apr\file_io\win32\readwrite.c"
  492. >
  493. </File>
  494. <File
  495. RelativePath="..\..\apr\file_io\win32\seek.c"
  496. >
  497. </File>
  498. <File
  499. RelativePath="..\..\apr\file_io\unix\tempdir.c"
  500. >
  501. </File>
  502. </Filter>
  503. <Filter
  504. Name="locks"
  505. >
  506. <File
  507. RelativePath="..\..\apr\locks\win32\proc_mutex.c"
  508. >
  509. </File>
  510. <File
  511. RelativePath="..\..\apr\locks\win32\thread_cond.c"
  512. >
  513. </File>
  514. <File
  515. RelativePath="..\..\apr\locks\win32\thread_mutex.c"
  516. >
  517. </File>
  518. <File
  519. RelativePath="..\..\apr\locks\win32\thread_rwlock.c"
  520. >
  521. </File>
  522. </Filter>
  523. <Filter
  524. Name="memory"
  525. >
  526. <File
  527. RelativePath="..\..\apr\memory\unix\apr_pools.c"
  528. >
  529. </File>
  530. </Filter>
  531. <Filter
  532. Name="misc"
  533. >
  534. <File
  535. RelativePath="..\..\apr\misc\win32\charset.c"
  536. >
  537. </File>
  538. <File
  539. RelativePath="..\..\apr\misc\win32\env.c"
  540. >
  541. </File>
  542. <File
  543. RelativePath="..\..\apr\misc\unix\errorcodes.c"
  544. >
  545. </File>
  546. <File
  547. RelativePath="..\..\apr\misc\unix\getopt.c"
  548. >
  549. </File>
  550. <File
  551. RelativePath="..\..\apr\misc\win32\internal.c"
  552. >
  553. </File>
  554. <File
  555. RelativePath="..\..\apr\misc\win32\misc.c"
  556. >
  557. </File>
  558. <File
  559. RelativePath="..\..\apr\misc\unix\otherchild.c"
  560. >
  561. </File>
  562. <File
  563. RelativePath="..\..\apr\misc\win32\rand.c"
  564. >
  565. </File>
  566. <File
  567. RelativePath="..\..\apr\misc\win32\start.c"
  568. >
  569. </File>
  570. <File
  571. RelativePath="..\..\apr\misc\win32\utf8.c"
  572. >
  573. </File>
  574. <File
  575. RelativePath="..\..\apr\misc\unix\version.c"
  576. >
  577. </File>
  578. </Filter>
  579. <Filter
  580. Name="mmap"
  581. >
  582. <File
  583. RelativePath="..\..\apr\mmap\unix\common.c"
  584. >
  585. </File>
  586. <File
  587. RelativePath="..\..\apr\mmap\win32\mmap.c"
  588. >
  589. </File>
  590. </Filter>
  591. <Filter
  592. Name="network_io"
  593. >
  594. <File
  595. RelativePath="..\..\apr\network_io\unix\inet_ntop.c"
  596. >
  597. </File>
  598. <File
  599. RelativePath="..\..\apr\network_io\unix\inet_pton.c"
  600. >
  601. </File>
  602. <File
  603. RelativePath="..\..\apr\network_io\unix\multicast.c"
  604. >
  605. </File>
  606. <File
  607. RelativePath="..\..\apr\poll\unix\select.c"
  608. >
  609. </File>
  610. <File
  611. RelativePath="..\..\apr\network_io\win32\sendrecv.c"
  612. >
  613. </File>
  614. <File
  615. RelativePath="..\..\apr\network_io\unix\sockaddr.c"
  616. >
  617. </File>
  618. <File
  619. RelativePath="..\..\apr\network_io\win32\sockets.c"
  620. >
  621. </File>
  622. <File
  623. RelativePath="..\..\apr\network_io\win32\sockopt.c"
  624. >
  625. </File>
  626. </Filter>
  627. <Filter
  628. Name="passwd"
  629. >
  630. <File
  631. RelativePath="..\..\apr\passwd\apr_getpass.c"
  632. >
  633. </File>
  634. </Filter>
  635. <Filter
  636. Name="random"
  637. >
  638. <File
  639. RelativePath="..\..\apr\random\unix\apr_random.c"
  640. >
  641. </File>
  642. <File
  643. RelativePath="..\..\apr\random\unix\sha2.c"
  644. >
  645. </File>
  646. <File
  647. RelativePath="..\..\apr\random\unix\sha2_glue.c"
  648. >
  649. </File>
  650. </Filter>
  651. <Filter
  652. Name="shmem"
  653. >
  654. <File
  655. RelativePath="..\..\apr\shmem\win32\shm.c"
  656. >
  657. </File>
  658. </Filter>
  659. <Filter
  660. Name="strings"
  661. >
  662. <File
  663. RelativePath="..\..\apr\strings\apr_cpystrn.c"
  664. >
  665. </File>
  666. <File
  667. RelativePath="..\..\apr\strings\apr_fnmatch.c"
  668. >
  669. </File>
  670. <File
  671. RelativePath="..\..\apr\strings\apr_snprintf.c"
  672. >
  673. </File>
  674. <File
  675. RelativePath="..\..\apr\strings\apr_strings.c"
  676. >
  677. </File>
  678. <File
  679. RelativePath="..\..\apr\strings\apr_strnatcmp.c"
  680. >
  681. </File>
  682. <File
  683. RelativePath="..\..\apr\strings\apr_strtok.c"
  684. >
  685. </File>
  686. </Filter>
  687. <Filter
  688. Name="tables"
  689. >
  690. <File
  691. RelativePath="..\..\apr\tables\apr_hash.c"
  692. >
  693. </File>
  694. <File
  695. RelativePath="..\..\apr\tables\apr_tables.c"
  696. >
  697. </File>
  698. </Filter>
  699. <Filter
  700. Name="threadproc"
  701. >
  702. <File
  703. RelativePath="..\..\apr\threadproc\win32\proc.c"
  704. >
  705. </File>
  706. <File
  707. RelativePath="..\..\apr\threadproc\win32\signals.c"
  708. >
  709. </File>
  710. <File
  711. RelativePath="..\..\apr\threadproc\win32\thread.c"
  712. >
  713. </File>
  714. <File
  715. RelativePath="..\..\apr\threadproc\win32\threadpriv.c"
  716. >
  717. </File>
  718. </Filter>
  719. <Filter
  720. Name="time"
  721. >
  722. <File
  723. RelativePath="..\..\apr\time\win32\access.c"
  724. >
  725. </File>
  726. <File
  727. RelativePath="..\..\apr\time\win32\time.c"
  728. >
  729. </File>
  730. <File
  731. RelativePath="..\..\apr\time\win32\timestr.c"
  732. >
  733. </File>
  734. </Filter>
  735. <Filter
  736. Name="user"
  737. >
  738. <File
  739. RelativePath="..\..\apr\user\win32\groupinfo.c"
  740. >
  741. </File>
  742. <File
  743. RelativePath="..\..\apr\user\win32\userinfo.c"
  744. >
  745. </File>
  746. </Filter>
  747. </Filter>
  748. <Filter
  749. Name="Private Header Files"
  750. >
  751. <File
  752. RelativePath="..\..\apr\include\arch\win32\apr_arch_atime.h"
  753. >
  754. </File>
  755. <File
  756. RelativePath="..\..\apr\include\arch\win32\apr_arch_dso.h"
  757. >
  758. </File>
  759. <File
  760. RelativePath="..\..\apr\include\arch\win32\apr_arch_file_io.h"
  761. >
  762. </File>
  763. <File
  764. RelativePath="..\..\apr\include\arch\win32\apr_arch_inherit.h"
  765. >
  766. </File>
  767. <File
  768. RelativePath="..\..\apr\include\arch\win32\apr_arch_misc.h"
  769. >
  770. </File>
  771. <File
  772. RelativePath="..\..\apr\include\arch\win32\apr_arch_networkio.h"
  773. >
  774. </File>
  775. <File
  776. RelativePath="..\..\apr\include\arch\win32\apr_arch_thread_mutex.h"
  777. >
  778. </File>
  779. <File
  780. RelativePath="..\..\apr\include\arch\win32\apr_arch_thread_rwlock.h"
  781. >
  782. </File>
  783. <File
  784. RelativePath="..\..\apr\include\arch\win32\apr_arch_threadproc.h"
  785. >
  786. </File>
  787. <File
  788. RelativePath="..\..\apr\include\arch\win32\apr_arch_utf8.h"
  789. >
  790. </File>
  791. <File
  792. RelativePath="..\..\apr\include\arch\win32\apr_private.h"
  793. >
  794. </File>
  795. <File
  796. RelativePath="..\..\apr\include\arch\apr_private_common.h"
  797. >
  798. </File>
  799. </Filter>
  800. <Filter
  801. Name="Public Header Files"
  802. >
  803. <File
  804. RelativePath="..\..\apr\include\apr_allocator.h"
  805. >
  806. </File>
  807. <File
  808. RelativePath="..\..\apr\include\apr_atomic.h"
  809. >
  810. </File>
  811. <File
  812. RelativePath="..\..\apr\include\apr_dso.h"
  813. >
  814. </File>
  815. <File
  816. RelativePath="..\..\apr\include\apr_env.h"
  817. >
  818. </File>
  819. <File
  820. RelativePath="..\..\apr\include\apr_errno.h"
  821. >
  822. </File>
  823. <File
  824. RelativePath="..\..\apr\include\apr_file_info.h"
  825. >
  826. </File>
  827. <File
  828. RelativePath="..\..\apr\include\apr_file_io.h"
  829. >
  830. </File>
  831. <File
  832. RelativePath="..\..\apr\include\apr_fnmatch.h"
  833. >
  834. </File>
  835. <File
  836. RelativePath="..\..\apr\include\apr_general.h"
  837. >
  838. </File>
  839. <File
  840. RelativePath="..\..\apr\include\apr_getopt.h"
  841. >
  842. </File>
  843. <File
  844. RelativePath="..\..\apr\include\apr_global_mutex.h"
  845. >
  846. </File>
  847. <File
  848. RelativePath="..\..\apr\include\apr_hash.h"
  849. >
  850. </File>
  851. <File
  852. RelativePath="..\..\apr\include\apr_inherit.h"
  853. >
  854. </File>
  855. <File
  856. RelativePath="..\..\apr\include\apr_lib.h"
  857. >
  858. </File>
  859. <File
  860. RelativePath="..\..\apr\include\apr_mmap.h"
  861. >
  862. </File>
  863. <File
  864. RelativePath="..\..\apr\include\apr_network_io.h"
  865. >
  866. </File>
  867. <File
  868. RelativePath="..\..\apr\include\apr_poll.h"
  869. >
  870. </File>
  871. <File
  872. RelativePath="..\..\apr\include\apr_pools.h"
  873. >
  874. </File>
  875. <File
  876. RelativePath="..\..\apr\include\apr_portable.h"
  877. >
  878. </File>
  879. <File
  880. RelativePath="..\..\apr\include\apr_proc_mutex.h"
  881. >
  882. </File>
  883. <File
  884. RelativePath="..\..\apr\include\apr_ring.h"
  885. >
  886. </File>
  887. <File
  888. RelativePath="..\..\apr\include\apr_shm.h"
  889. >
  890. </File>
  891. <File
  892. RelativePath="..\..\apr\include\apr_signal.h"
  893. >
  894. </File>
  895. <File
  896. RelativePath="..\..\apr\include\apr_strings.h"
  897. >
  898. </File>
  899. <File
  900. RelativePath="..\..\apr\include\apr_support.h"
  901. >
  902. </File>
  903. <File
  904. RelativePath="..\..\apr\include\apr_tables.h"
  905. >
  906. </File>
  907. <File
  908. RelativePath="..\..\apr\include\apr_thread_cond.h"
  909. >
  910. </File>
  911. <File
  912. RelativePath="..\..\apr\include\apr_thread_mutex.h"
  913. >
  914. </File>
  915. <File
  916. RelativePath="..\..\apr\include\apr_thread_proc.h"
  917. >
  918. </File>
  919. <File
  920. RelativePath="..\..\apr\include\apr_thread_rwlock.h"
  921. >
  922. </File>
  923. <File
  924. RelativePath="..\..\apr\include\apr_time.h"
  925. >
  926. </File>
  927. <File
  928. RelativePath="..\..\apr\include\apr_user.h"
  929. >
  930. </File>
  931. <File
  932. RelativePath="..\..\apr\include\apr_version.h"
  933. >
  934. </File>
  935. <File
  936. RelativePath="..\..\apr\include\apr_want.h"
  937. >
  938. </File>
  939. </Filter>
  940. <File
  941. RelativePath="..\..\apr\libapr.rc"
  942. >
  943. <FileConfiguration
  944. Name="Release|Win32"
  945. >
  946. <Tool
  947. Name="VCResourceCompilerTool"
  948. AdditionalIncludeDirectories="..\..\apr\include"
  949. />
  950. </FileConfiguration>
  951. <FileConfiguration
  952. Name="Release|x64"
  953. >
  954. <Tool
  955. Name="VCResourceCompilerTool"
  956. AdditionalIncludeDirectories="..\..\apr\include"
  957. />
  958. </FileConfiguration>
  959. </File>
  960. </Files>
  961. <Globals>
  962. </Globals>
  963. </VisualStudioProject>