summaryrefslogtreecommitdiff
path: root/apr-util-1.2.12.xcodeproj/project.pbxproj
blob: c0892a55e1f20c7ef36f5a7bd468bdea496c3a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 45;
	objects = {

/* Begin PBXBuildFile section */
		B00B8CF70BD003D1007535DA /* apr_brigade.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C0C0BD003D1007535DA /* apr_brigade.c */; };
		B00B8CF80BD003D1007535DA /* apr_buckets.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C0D0BD003D1007535DA /* apr_buckets.c */; };
		B00B8CF90BD003D1007535DA /* apr_buckets_alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C0E0BD003D1007535DA /* apr_buckets_alloc.c */; };
		B00B8CFA0BD003D1007535DA /* apr_buckets_eos.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C0F0BD003D1007535DA /* apr_buckets_eos.c */; };
		B00B8CFB0BD003D1007535DA /* apr_buckets_file.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C100BD003D1007535DA /* apr_buckets_file.c */; };
		B00B8CFC0BD003D1007535DA /* apr_buckets_flush.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C110BD003D1007535DA /* apr_buckets_flush.c */; };
		B00B8CFD0BD003D1007535DA /* apr_buckets_heap.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C120BD003D1007535DA /* apr_buckets_heap.c */; };
		B00B8CFE0BD003D1007535DA /* apr_buckets_mmap.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C130BD003D1007535DA /* apr_buckets_mmap.c */; };
		B00B8CFF0BD003D1007535DA /* apr_buckets_pipe.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C140BD003D1007535DA /* apr_buckets_pipe.c */; };
		B00B8D000BD003D1007535DA /* apr_buckets_pool.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C150BD003D1007535DA /* apr_buckets_pool.c */; };
		B00B8D010BD003D1007535DA /* apr_buckets_refcount.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C160BD003D1007535DA /* apr_buckets_refcount.c */; };
		B00B8D020BD003D1007535DA /* apr_buckets_simple.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C170BD003D1007535DA /* apr_buckets_simple.c */; };
		B00B8D030BD003D1007535DA /* apr_buckets_socket.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C180BD003D1007535DA /* apr_buckets_socket.c */; };
		B00B8D040BD003D1007535DA /* apr_md4.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C440BD003D1007535DA /* apr_md4.c */; };
		B00B8D050BD003D1007535DA /* apr_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C450BD003D1007535DA /* apr_md5.c */; };
		B00B8D060BD003D1007535DA /* apr_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C460BD003D1007535DA /* apr_sha1.c */; };
		B00B8D070BD003D1007535DA /* getuuid.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C470BD003D1007535DA /* getuuid.c */; };
		B00B8D080BD003D1007535DA /* uuid.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C480BD003D1007535DA /* uuid.c */; };
		B00B8D090BD003D1007535DA /* apr_dbd.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C4A0BD003D1007535DA /* apr_dbd.c */; };
		B00B8D0A0BD003D1007535DA /* apr_dbd_pgsql.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C4B0BD003D1007535DA /* apr_dbd_pgsql.c */; };
		B00B8D0B0BD003D1007535DA /* apr_dbd_sqlite2.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C4C0BD003D1007535DA /* apr_dbd_sqlite2.c */; };
		B00B8D0C0BD003D1007535DA /* apr_dbd_sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C4D0BD003D1007535DA /* apr_dbd_sqlite3.c */; };
		B00B8D0D0BD003D1007535DA /* apr_dbm.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C4F0BD003D1007535DA /* apr_dbm.c */; };
		B00B8D0E0BD003D1007535DA /* apr_dbm_berkeleydb.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C500BD003D1007535DA /* apr_dbm_berkeleydb.c */; };
		B00B8D0F0BD003D1007535DA /* apr_dbm_gdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C510BD003D1007535DA /* apr_dbm_gdbm.c */; };
		B00B8D100BD003D1007535DA /* apr_dbm_ndbm.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C520BD003D1007535DA /* apr_dbm_ndbm.c */; };
		B00B8D110BD003D1007535DA /* apr_dbm_sdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C530BD003D1007535DA /* apr_dbm_sdbm.c */; };
		B00B8D120BD003D1007535DA /* sdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C550BD003D1007535DA /* sdbm.c */; };
		B00B8D130BD003D1007535DA /* sdbm_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C560BD003D1007535DA /* sdbm_hash.c */; };
		B00B8D140BD003D1007535DA /* sdbm_lock.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C570BD003D1007535DA /* sdbm_lock.c */; };
		B00B8D150BD003D1007535DA /* sdbm_pair.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C580BD003D1007535DA /* sdbm_pair.c */; };
		B00B8D160BD003D1007535DA /* sdbm_pair.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C590BD003D1007535DA /* sdbm_pair.h */; };
		B00B8D170BD003D1007535DA /* sdbm_private.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C5A0BD003D1007535DA /* sdbm_private.h */; };
		B00B8D180BD003D1007535DA /* sdbm_tune.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C5B0BD003D1007535DA /* sdbm_tune.h */; };
		B00B8D190BD003D1007535DA /* apr_base64.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C5F0BD003D1007535DA /* apr_base64.c */; };
		B00B8D1A0BD003D1007535DA /* apr_hooks.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C620BD003D1007535DA /* apr_hooks.c */; };
		B00B8D1B0BD003D1007535DA /* apr_anylock.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C640BD003D1007535DA /* apr_anylock.h */; };
		B00B8D1C0BD003D1007535DA /* apr_base64.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C650BD003D1007535DA /* apr_base64.h */; };
		B00B8D1D0BD003D1007535DA /* apr_buckets.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C660BD003D1007535DA /* apr_buckets.h */; };
		B00B8D1E0BD003D1007535DA /* apr_date.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C670BD003D1007535DA /* apr_date.h */; };
		B00B8D1F0BD003D1007535DA /* apr_dbd.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C680BD003D1007535DA /* apr_dbd.h */; };
		B00B8D200BD003D1007535DA /* apr_dbm.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C690BD003D1007535DA /* apr_dbm.h */; };
		B00B8D210BD003D1007535DA /* apr_hooks.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C6A0BD003D1007535DA /* apr_hooks.h */; };
		B00B8D220BD003D1007535DA /* apr_ldap.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C6B0BD003D1007535DA /* apr_ldap.h */; };
		B00B8D230BD003D1007535DA /* apr_ldap_init.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C6F0BD003D1007535DA /* apr_ldap_init.h */; };
		B00B8D240BD003D1007535DA /* apr_ldap_option.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C700BD003D1007535DA /* apr_ldap_option.h */; };
		B00B8D250BD003D1007535DA /* apr_ldap_url.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C710BD003D1007535DA /* apr_ldap_url.h */; };
		B00B8D260BD003D1007535DA /* apr_md4.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C720BD003D1007535DA /* apr_md4.h */; };
		B00B8D270BD003D1007535DA /* apr_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C730BD003D1007535DA /* apr_md5.h */; };
		B00B8D280BD003D1007535DA /* apr_optional.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C740BD003D1007535DA /* apr_optional.h */; };
		B00B8D290BD003D1007535DA /* apr_optional_hooks.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C750BD003D1007535DA /* apr_optional_hooks.h */; };
		B00B8D2A0BD003D1007535DA /* apr_queue.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C760BD003D1007535DA /* apr_queue.h */; };
		B00B8D2B0BD003D1007535DA /* apr_reslist.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C770BD003D1007535DA /* apr_reslist.h */; };
		B00B8D2C0BD003D1007535DA /* apr_rmm.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C780BD003D1007535DA /* apr_rmm.h */; };
		B00B8D2D0BD003D1007535DA /* apr_sdbm.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C790BD003D1007535DA /* apr_sdbm.h */; };
		B00B8D2E0BD003D1007535DA /* apr_sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C7A0BD003D1007535DA /* apr_sha1.h */; };
		B00B8D2F0BD003D1007535DA /* apr_strmatch.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C7B0BD003D1007535DA /* apr_strmatch.h */; };
		B00B8D300BD003D1007535DA /* apr_uri.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C7C0BD003D1007535DA /* apr_uri.h */; };
		B00B8D310BD003D1007535DA /* apr_uuid.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C7D0BD003D1007535DA /* apr_uuid.h */; };
		B00B8D320BD003D1007535DA /* apr_xlate.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C7E0BD003D1007535DA /* apr_xlate.h */; };
		B00B8D330BD003D1007535DA /* apr_xml.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C7F0BD003D1007535DA /* apr_xml.h */; };
		B00B8D340BD003D1007535DA /* apu.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C800BD003D1007535DA /* apu.h */; };
		B00B8D350BD003D1007535DA /* apu_version.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C840BD003D1007535DA /* apu_version.h */; };
		B00B8D360BD003D1007535DA /* apu_want.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C850BD003D1007535DA /* apu_want.h */; };
		B00B8D370BD003D1007535DA /* apr_dbd_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C8A0BD003D1007535DA /* apr_dbd_internal.h */; };
		B00B8D380BD003D1007535DA /* apr_dbm_private.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C8B0BD003D1007535DA /* apr_dbm_private.h */; };
		B00B8D390BD003D1007535DA /* apu_config.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C8C0BD003D1007535DA /* apu_config.h */; };
		B00B8D3A0BD003D1007535DA /* apu_select_dbm.h in Headers */ = {isa = PBXBuildFile; fileRef = B00B8C8F0BD003D1007535DA /* apu_select_dbm.h */; };
		B00B8D3B0BD003D1007535DA /* apr_ldap_init.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C940BD003D1007535DA /* apr_ldap_init.c */; };
		B00B8D3C0BD003D1007535DA /* apr_ldap_option.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C950BD003D1007535DA /* apr_ldap_option.c */; };
		B00B8D3D0BD003D1007535DA /* apr_ldap_url.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C960BD003D1007535DA /* apr_ldap_url.c */; };
		B00B8D3E0BD003D1007535DA /* apr_date.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C9D0BD003D1007535DA /* apr_date.c */; };
		B00B8D3F0BD003D1007535DA /* apr_queue.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C9E0BD003D1007535DA /* apr_queue.c */; };
		B00B8D400BD003D1007535DA /* apr_reslist.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8C9F0BD003D1007535DA /* apr_reslist.c */; };
		B00B8D410BD003D1007535DA /* apr_rmm.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8CA00BD003D1007535DA /* apr_rmm.c */; };
		B00B8D420BD003D1007535DA /* apu_version.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8CA10BD003D1007535DA /* apu_version.c */; };
		B00B8D430BD003D1007535DA /* apr_strmatch.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8CA60BD003D1007535DA /* apr_strmatch.c */; };
		B00B8D5C0BD003D1007535DA /* apr_uri.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8CC60BD003D1007535DA /* apr_uri.c */; };
		B00B8D5D0BD003D1007535DA /* xlate.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8CC90BD003D1007535DA /* xlate.c */; };
		B00B8D5E0BD003D1007535DA /* apr_xml.c in Sources */ = {isa = PBXBuildFile; fileRef = B00B8CCB0BD003D1007535DA /* apr_xml.c */; };
		B070565F0BD00ABB00D257E3 /* expat.h in Headers */ = {isa = PBXBuildFile; fileRef = B070565E0BD00ABB00D257E3 /* expat.h */; };
		B0B5F4640BD006EC00237B3C /* apr_proc_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F42F0BD006EC00237B3C /* apr_proc_mutex.h */; };
		B0B5F4650BD006EC00237B3C /* sha2.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4300BD006EC00237B3C /* sha2.h */; };
		B0B5F4660BD006EC00237B3C /* apr_hash.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4310BD006EC00237B3C /* apr_hash.h */; };
		B0B5F4670BD006EC00237B3C /* apr_arch_networkio.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4320BD006EC00237B3C /* apr_arch_networkio.h */; };
		B0B5F4680BD006EC00237B3C /* apr_network_io.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4330BD006EC00237B3C /* apr_network_io.h */; };
		B0B5F4690BD006EC00237B3C /* apr_arch_inherit.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4340BD006EC00237B3C /* apr_arch_inherit.h */; };
		B0B5F46A0BD006EC00237B3C /* apr_thread_proc.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4350BD006EC00237B3C /* apr_thread_proc.h */; };
		B0B5F46B0BD006EC00237B3C /* apr_getopt.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4360BD006EC00237B3C /* apr_getopt.h */; };
		B0B5F46C0BD006EC00237B3C /* apr_thread_rwlock.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4370BD006EC00237B3C /* apr_thread_rwlock.h */; };
		B0B5F46D0BD006EC00237B3C /* apr_version.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4380BD006EC00237B3C /* apr_version.h */; };
		B0B5F46E0BD006EC00237B3C /* apr_thread_cond.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4390BD006EC00237B3C /* apr_thread_cond.h */; };
		B0B5F46F0BD006EC00237B3C /* apr_file_info.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F43A0BD006EC00237B3C /* apr_file_info.h */; };
		B0B5F4700BD006EC00237B3C /* apr.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F43B0BD006EC00237B3C /* apr.h */; };
		B0B5F4710BD006EC00237B3C /* apr_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F43C0BD006EC00237B3C /* apr_atomic.h */; };
		B0B5F4720BD006EC00237B3C /* apr_fnmatch.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F43D0BD006EC00237B3C /* apr_fnmatch.h */; };
		B0B5F4730BD006EC00237B3C /* apr_arch_proc_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F43E0BD006EC00237B3C /* apr_arch_proc_mutex.h */; };
		B0B5F4740BD006EC00237B3C /* apr_inherit.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F43F0BD006EC00237B3C /* apr_inherit.h */; };
		B0B5F4750BD006EC00237B3C /* apr_strings.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4400BD006EC00237B3C /* apr_strings.h */; };
		B0B5F4760BD006EC00237B3C /* apr_private_common.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4410BD006EC00237B3C /* apr_private_common.h */; };
		B0B5F4770BD006EC00237B3C /* apr_signal.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4420BD006EC00237B3C /* apr_signal.h */; };
		B0B5F4780BD006EC00237B3C /* apr_random.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4430BD006EC00237B3C /* apr_random.h */; };
		B0B5F4790BD006EC00237B3C /* apr_arch_global_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4440BD006EC00237B3C /* apr_arch_global_mutex.h */; };
		B0B5F47A0BD006EC00237B3C /* apr_file_io.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4450BD006EC00237B3C /* apr_file_io.h */; };
		B0B5F47B0BD006EC00237B3C /* apr_poll.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4460BD006EC00237B3C /* apr_poll.h */; };
		B0B5F47C0BD006EC00237B3C /* apr_errno.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4470BD006EC00237B3C /* apr_errno.h */; };
		B0B5F47D0BD006EC00237B3C /* apr_dso.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4480BD006EC00237B3C /* apr_dso.h */; };
		B0B5F47E0BD006EC00237B3C /* apr_portable.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4490BD006EC00237B3C /* apr_portable.h */; };
		B0B5F47F0BD006EC00237B3C /* apr_allocator.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F44A0BD006EC00237B3C /* apr_allocator.h */; };
		B0B5F4800BD006EC00237B3C /* apr_time.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F44B0BD006EC00237B3C /* apr_time.h */; };
		B0B5F4810BD006EC00237B3C /* apr_arch_threadproc.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F44C0BD006EC00237B3C /* apr_arch_threadproc.h */; };
		B0B5F4820BD006EC00237B3C /* apr_lib.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F44D0BD006EC00237B3C /* apr_lib.h */; };
		B0B5F4830BD006EC00237B3C /* apr_user.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F44E0BD006EC00237B3C /* apr_user.h */; };
		B0B5F4840BD006EC00237B3C /* apr_arch_misc.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F44F0BD006EC00237B3C /* apr_arch_misc.h */; };
		B0B5F4850BD006EC00237B3C /* apr_private.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4500BD006EC00237B3C /* apr_private.h */; };
		B0B5F4860BD006EC00237B3C /* apr_env.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4510BD006EC00237B3C /* apr_env.h */; };
		B0B5F4870BD006EC00237B3C /* apr_arch_thread_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4520BD006EC00237B3C /* apr_arch_thread_mutex.h */; };
		B0B5F4880BD006EC00237B3C /* apr_shm.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4530BD006EC00237B3C /* apr_shm.h */; };
		B0B5F4890BD006EC00237B3C /* apr_general.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4540BD006EC00237B3C /* apr_general.h */; };
		B0B5F48A0BD006EC00237B3C /* apr_support.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4550BD006EC00237B3C /* apr_support.h */; };
		B0B5F48B0BD006EC00237B3C /* apr_thread_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4560BD006EC00237B3C /* apr_thread_mutex.h */; };
		B0B5F48C0BD006EC00237B3C /* apr_pools.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4570BD006EC00237B3C /* apr_pools.h */; };
		B0B5F48D0BD006EC00237B3C /* apr_arch_thread_rwlock.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4580BD006EC00237B3C /* apr_arch_thread_rwlock.h */; };
		B0B5F48E0BD006EC00237B3C /* apr_tables.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4590BD006EC00237B3C /* apr_tables.h */; };
		B0B5F48F0BD006EC00237B3C /* apr_global_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F45A0BD006EC00237B3C /* apr_global_mutex.h */; };
		B0B5F4900BD006EC00237B3C /* apr_arch_shm.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F45B0BD006EC00237B3C /* apr_arch_shm.h */; };
		B0B5F4910BD006EC00237B3C /* apr_arch_file_io.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F45C0BD006EC00237B3C /* apr_arch_file_io.h */; };
		B0B5F4920BD006EC00237B3C /* apr_mmap.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F45D0BD006EC00237B3C /* apr_mmap.h */; };
		B0B5F4930BD006EC00237B3C /* apr_want.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F45E0BD006EC00237B3C /* apr_want.h */; };
		B0B5F4940BD006EC00237B3C /* apr_arch_dso.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F45F0BD006EC00237B3C /* apr_arch_dso.h */; };
		B0B5F4950BD006EC00237B3C /* apr_arch_poll_private.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4600BD006EC00237B3C /* apr_arch_poll_private.h */; };
		B0B5F4960BD006EC00237B3C /* apr_arch_thread_cond.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4610BD006EC00237B3C /* apr_arch_thread_cond.h */; };
		B0B5F4970BD006EC00237B3C /* apr_ring.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4620BD006EC00237B3C /* apr_ring.h */; };
		B0B5F4980BD006EC00237B3C /* apr_arch_internal_time.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B5F4630BD006EC00237B3C /* apr_arch_internal_time.h */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		B00B8C0C0BD003D1007535DA /* apr_brigade.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_brigade.c; path = buckets/apr_brigade.c; sourceTree = "<group>"; };
		B00B8C0D0BD003D1007535DA /* apr_buckets.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets.c; path = buckets/apr_buckets.c; sourceTree = "<group>"; };
		B00B8C0E0BD003D1007535DA /* apr_buckets_alloc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_alloc.c; path = buckets/apr_buckets_alloc.c; sourceTree = "<group>"; };
		B00B8C0F0BD003D1007535DA /* apr_buckets_eos.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_eos.c; path = buckets/apr_buckets_eos.c; sourceTree = "<group>"; };
		B00B8C100BD003D1007535DA /* apr_buckets_file.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_file.c; path = buckets/apr_buckets_file.c; sourceTree = "<group>"; };
		B00B8C110BD003D1007535DA /* apr_buckets_flush.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_flush.c; path = buckets/apr_buckets_flush.c; sourceTree = "<group>"; };
		B00B8C120BD003D1007535DA /* apr_buckets_heap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_heap.c; path = buckets/apr_buckets_heap.c; sourceTree = "<group>"; };
		B00B8C130BD003D1007535DA /* apr_buckets_mmap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_mmap.c; path = buckets/apr_buckets_mmap.c; sourceTree = "<group>"; };
		B00B8C140BD003D1007535DA /* apr_buckets_pipe.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_pipe.c; path = buckets/apr_buckets_pipe.c; sourceTree = "<group>"; };
		B00B8C150BD003D1007535DA /* apr_buckets_pool.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_pool.c; path = buckets/apr_buckets_pool.c; sourceTree = "<group>"; };
		B00B8C160BD003D1007535DA /* apr_buckets_refcount.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_refcount.c; path = buckets/apr_buckets_refcount.c; sourceTree = "<group>"; };
		B00B8C170BD003D1007535DA /* apr_buckets_simple.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_simple.c; path = buckets/apr_buckets_simple.c; sourceTree = "<group>"; };
		B00B8C180BD003D1007535DA /* apr_buckets_socket.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_buckets_socket.c; path = buckets/apr_buckets_socket.c; sourceTree = "<group>"; };
		B00B8C440BD003D1007535DA /* apr_md4.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_md4.c; path = crypto/apr_md4.c; sourceTree = "<group>"; };
		B00B8C450BD003D1007535DA /* apr_md5.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_md5.c; path = crypto/apr_md5.c; sourceTree = "<group>"; };
		B00B8C460BD003D1007535DA /* apr_sha1.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_sha1.c; path = crypto/apr_sha1.c; sourceTree = "<group>"; };
		B00B8C470BD003D1007535DA /* getuuid.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = getuuid.c; path = crypto/getuuid.c; sourceTree = "<group>"; };
		B00B8C480BD003D1007535DA /* uuid.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = uuid.c; path = crypto/uuid.c; sourceTree = "<group>"; };
		B00B8C4A0BD003D1007535DA /* apr_dbd.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_dbd.c; path = dbd/apr_dbd.c; sourceTree = "<group>"; };
		B00B8C4B0BD003D1007535DA /* apr_dbd_pgsql.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_dbd_pgsql.c; path = dbd/apr_dbd_pgsql.c; sourceTree = "<group>"; };
		B00B8C4C0BD003D1007535DA /* apr_dbd_sqlite2.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_dbd_sqlite2.c; path = dbd/apr_dbd_sqlite2.c; sourceTree = "<group>"; };
		B00B8C4D0BD003D1007535DA /* apr_dbd_sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_dbd_sqlite3.c; path = dbd/apr_dbd_sqlite3.c; sourceTree = "<group>"; };
		B00B8C4F0BD003D1007535DA /* apr_dbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_dbm.c; path = dbm/apr_dbm.c; sourceTree = "<group>"; };
		B00B8C500BD003D1007535DA /* apr_dbm_berkeleydb.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_dbm_berkeleydb.c; path = dbm/apr_dbm_berkeleydb.c; sourceTree = "<group>"; };
		B00B8C510BD003D1007535DA /* apr_dbm_gdbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_dbm_gdbm.c; path = dbm/apr_dbm_gdbm.c; sourceTree = "<group>"; };
		B00B8C520BD003D1007535DA /* apr_dbm_ndbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_dbm_ndbm.c; path = dbm/apr_dbm_ndbm.c; sourceTree = "<group>"; };
		B00B8C530BD003D1007535DA /* apr_dbm_sdbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_dbm_sdbm.c; path = dbm/apr_dbm_sdbm.c; sourceTree = "<group>"; };
		B00B8C550BD003D1007535DA /* sdbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sdbm.c; path = dbm/sdbm/sdbm.c; sourceTree = "<group>"; };
		B00B8C560BD003D1007535DA /* sdbm_hash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sdbm_hash.c; path = dbm/sdbm/sdbm_hash.c; sourceTree = "<group>"; };
		B00B8C570BD003D1007535DA /* sdbm_lock.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sdbm_lock.c; path = dbm/sdbm/sdbm_lock.c; sourceTree = "<group>"; };
		B00B8C580BD003D1007535DA /* sdbm_pair.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sdbm_pair.c; path = dbm/sdbm/sdbm_pair.c; sourceTree = "<group>"; };
		B00B8C590BD003D1007535DA /* sdbm_pair.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sdbm_pair.h; path = dbm/sdbm/sdbm_pair.h; sourceTree = "<group>"; };
		B00B8C5A0BD003D1007535DA /* sdbm_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sdbm_private.h; path = dbm/sdbm/sdbm_private.h; sourceTree = "<group>"; };
		B00B8C5B0BD003D1007535DA /* sdbm_tune.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sdbm_tune.h; path = dbm/sdbm/sdbm_tune.h; sourceTree = "<group>"; };
		B00B8C5F0BD003D1007535DA /* apr_base64.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_base64.c; path = encoding/apr_base64.c; sourceTree = "<group>"; };
		B00B8C620BD003D1007535DA /* apr_hooks.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_hooks.c; path = hooks/apr_hooks.c; sourceTree = "<group>"; };
		B00B8C640BD003D1007535DA /* apr_anylock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_anylock.h; path = include/apr_anylock.h; sourceTree = "<group>"; };
		B00B8C650BD003D1007535DA /* apr_base64.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_base64.h; path = include/apr_base64.h; sourceTree = "<group>"; };
		B00B8C660BD003D1007535DA /* apr_buckets.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_buckets.h; path = include/apr_buckets.h; sourceTree = "<group>"; };
		B00B8C670BD003D1007535DA /* apr_date.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_date.h; path = include/apr_date.h; sourceTree = "<group>"; };
		B00B8C680BD003D1007535DA /* apr_dbd.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbd.h; path = include/apr_dbd.h; sourceTree = "<group>"; };
		B00B8C690BD003D1007535DA /* apr_dbm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbm.h; path = include/apr_dbm.h; sourceTree = "<group>"; };
		B00B8C6A0BD003D1007535DA /* apr_hooks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_hooks.h; path = include/apr_hooks.h; sourceTree = "<group>"; };
		B00B8C6B0BD003D1007535DA /* apr_ldap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap.h; path = include/apr_ldap.h; sourceTree = "<group>"; };
		B00B8C6F0BD003D1007535DA /* apr_ldap_init.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap_init.h; path = include/apr_ldap_init.h; sourceTree = "<group>"; };
		B00B8C700BD003D1007535DA /* apr_ldap_option.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap_option.h; path = include/apr_ldap_option.h; sourceTree = "<group>"; };
		B00B8C710BD003D1007535DA /* apr_ldap_url.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap_url.h; path = include/apr_ldap_url.h; sourceTree = "<group>"; };
		B00B8C720BD003D1007535DA /* apr_md4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_md4.h; path = include/apr_md4.h; sourceTree = "<group>"; };
		B00B8C730BD003D1007535DA /* apr_md5.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_md5.h; path = include/apr_md5.h; sourceTree = "<group>"; };
		B00B8C740BD003D1007535DA /* apr_optional.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_optional.h; path = include/apr_optional.h; sourceTree = "<group>"; };
		B00B8C750BD003D1007535DA /* apr_optional_hooks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_optional_hooks.h; path = include/apr_optional_hooks.h; sourceTree = "<group>"; };
		B00B8C760BD003D1007535DA /* apr_queue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_queue.h; path = include/apr_queue.h; sourceTree = "<group>"; };
		B00B8C770BD003D1007535DA /* apr_reslist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_reslist.h; path = include/apr_reslist.h; sourceTree = "<group>"; };
		B00B8C780BD003D1007535DA /* apr_rmm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_rmm.h; path = include/apr_rmm.h; sourceTree = "<group>"; };
		B00B8C790BD003D1007535DA /* apr_sdbm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_sdbm.h; path = include/apr_sdbm.h; sourceTree = "<group>"; };
		B00B8C7A0BD003D1007535DA /* apr_sha1.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_sha1.h; path = include/apr_sha1.h; sourceTree = "<group>"; };
		B00B8C7B0BD003D1007535DA /* apr_strmatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_strmatch.h; path = include/apr_strmatch.h; sourceTree = "<group>"; };
		B00B8C7C0BD003D1007535DA /* apr_uri.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_uri.h; path = include/apr_uri.h; sourceTree = "<group>"; };
		B00B8C7D0BD003D1007535DA /* apr_uuid.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_uuid.h; path = include/apr_uuid.h; sourceTree = "<group>"; };
		B00B8C7E0BD003D1007535DA /* apr_xlate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_xlate.h; path = include/apr_xlate.h; sourceTree = "<group>"; };
		B00B8C7F0BD003D1007535DA /* apr_xml.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_xml.h; path = include/apr_xml.h; sourceTree = "<group>"; };
		B00B8C800BD003D1007535DA /* apu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu.h; path = include/apu.h; sourceTree = "<group>"; };
		B00B8C840BD003D1007535DA /* apu_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_version.h; path = include/apu_version.h; sourceTree = "<group>"; };
		B00B8C850BD003D1007535DA /* apu_want.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_want.h; path = include/apu_want.h; sourceTree = "<group>"; };
		B00B8C8A0BD003D1007535DA /* apr_dbd_internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbd_internal.h; path = include/private/apr_dbd_internal.h; sourceTree = "<group>"; };
		B00B8C8B0BD003D1007535DA /* apr_dbm_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbm_private.h; path = include/private/apr_dbm_private.h; sourceTree = "<group>"; };
		B00B8C8C0BD003D1007535DA /* apu_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_config.h; path = include/private/apu_config.h; sourceTree = "<group>"; };
		B00B8C8F0BD003D1007535DA /* apu_select_dbm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_select_dbm.h; path = include/private/apu_select_dbm.h; sourceTree = "<group>"; };
		B00B8C940BD003D1007535DA /* apr_ldap_init.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_ldap_init.c; path = ldap/apr_ldap_init.c; sourceTree = "<group>"; };
		B00B8C950BD003D1007535DA /* apr_ldap_option.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_ldap_option.c; path = ldap/apr_ldap_option.c; sourceTree = "<group>"; };
		B00B8C960BD003D1007535DA /* apr_ldap_url.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_ldap_url.c; path = ldap/apr_ldap_url.c; sourceTree = "<group>"; };
		B00B8C9D0BD003D1007535DA /* apr_date.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_date.c; path = misc/apr_date.c; sourceTree = "<group>"; };
		B00B8C9E0BD003D1007535DA /* apr_queue.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_queue.c; path = misc/apr_queue.c; sourceTree = "<group>"; };
		B00B8C9F0BD003D1007535DA /* apr_reslist.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_reslist.c; path = misc/apr_reslist.c; sourceTree = "<group>"; };
		B00B8CA00BD003D1007535DA /* apr_rmm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_rmm.c; path = misc/apr_rmm.c; sourceTree = "<group>"; };
		B00B8CA10BD003D1007535DA /* apu_version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apu_version.c; path = misc/apu_version.c; sourceTree = "<group>"; };
		B00B8CA60BD003D1007535DA /* apr_strmatch.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_strmatch.c; path = strmatch/apr_strmatch.c; sourceTree = "<group>"; };
		B00B8CC60BD003D1007535DA /* apr_uri.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_uri.c; path = uri/apr_uri.c; sourceTree = "<group>"; };
		B00B8CC90BD003D1007535DA /* xlate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = xlate.c; path = xlate/xlate.c; sourceTree = "<group>"; };
		B00B8CCB0BD003D1007535DA /* apr_xml.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = apr_xml.c; path = xml/apr_xml.c; sourceTree = "<group>"; };
		B070565E0BD00ABB00D257E3 /* expat.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = expat.h; path = xml/expat/lib/expat.h; sourceTree = SOURCE_ROOT; };
		B0B5F42F0BD006EC00237B3C /* apr_proc_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_proc_mutex.h; path = "../apache-apr/include/apr_proc_mutex.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4300BD006EC00237B3C /* sha2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sha2.h; path = "../apache-apr/random/unix/sha2.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4310BD006EC00237B3C /* apr_hash.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_hash.h; path = "../apache-apr/include/apr_hash.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4320BD006EC00237B3C /* apr_arch_networkio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_networkio.h; path = "../apache-apr/include/arch/unix/apr_arch_networkio.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4330BD006EC00237B3C /* apr_network_io.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_network_io.h; path = "../apache-apr/include/apr_network_io.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4340BD006EC00237B3C /* apr_arch_inherit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_inherit.h; path = "../apache-apr/include/arch/unix/apr_arch_inherit.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4350BD006EC00237B3C /* apr_thread_proc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_thread_proc.h; path = "../apache-apr/include/apr_thread_proc.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4360BD006EC00237B3C /* apr_getopt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_getopt.h; path = "../apache-apr/include/apr_getopt.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4370BD006EC00237B3C /* apr_thread_rwlock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_thread_rwlock.h; path = "../apache-apr/include/apr_thread_rwlock.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4380BD006EC00237B3C /* apr_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_version.h; path = "../apache-apr/include/apr_version.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4390BD006EC00237B3C /* apr_thread_cond.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_thread_cond.h; path = "../apache-apr/include/apr_thread_cond.h"; sourceTree = SOURCE_ROOT; };
		B0B5F43A0BD006EC00237B3C /* apr_file_info.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_file_info.h; path = "../apache-apr/include/apr_file_info.h"; sourceTree = SOURCE_ROOT; };
		B0B5F43B0BD006EC00237B3C /* apr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr.h; path = "../apache-apr/include/apr.h"; sourceTree = SOURCE_ROOT; };
		B0B5F43C0BD006EC00237B3C /* apr_atomic.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_atomic.h; path = "../apache-apr/include/apr_atomic.h"; sourceTree = SOURCE_ROOT; };
		B0B5F43D0BD006EC00237B3C /* apr_fnmatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_fnmatch.h; path = "../apache-apr/include/apr_fnmatch.h"; sourceTree = SOURCE_ROOT; };
		B0B5F43E0BD006EC00237B3C /* apr_arch_proc_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_proc_mutex.h; path = "../apache-apr/include/arch/unix/apr_arch_proc_mutex.h"; sourceTree = SOURCE_ROOT; };
		B0B5F43F0BD006EC00237B3C /* apr_inherit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_inherit.h; path = "../apache-apr/include/apr_inherit.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4400BD006EC00237B3C /* apr_strings.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_strings.h; path = "../apache-apr/include/apr_strings.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4410BD006EC00237B3C /* apr_private_common.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_private_common.h; path = "../apache-apr/include/arch/apr_private_common.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4420BD006EC00237B3C /* apr_signal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_signal.h; path = "../apache-apr/include/apr_signal.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4430BD006EC00237B3C /* apr_random.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_random.h; path = "../apache-apr/include/apr_random.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4440BD006EC00237B3C /* apr_arch_global_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_global_mutex.h; path = "../apache-apr/include/arch/unix/apr_arch_global_mutex.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4450BD006EC00237B3C /* apr_file_io.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_file_io.h; path = "../apache-apr/include/apr_file_io.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4460BD006EC00237B3C /* apr_poll.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_poll.h; path = "../apache-apr/include/apr_poll.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4470BD006EC00237B3C /* apr_errno.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_errno.h; path = "../apache-apr/include/apr_errno.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4480BD006EC00237B3C /* apr_dso.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dso.h; path = "../apache-apr/include/apr_dso.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4490BD006EC00237B3C /* apr_portable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_portable.h; path = "../apache-apr/include/apr_portable.h"; sourceTree = SOURCE_ROOT; };
		B0B5F44A0BD006EC00237B3C /* apr_allocator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_allocator.h; path = "../apache-apr/include/apr_allocator.h"; sourceTree = SOURCE_ROOT; };
		B0B5F44B0BD006EC00237B3C /* apr_time.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_time.h; path = "../apache-apr/include/apr_time.h"; sourceTree = SOURCE_ROOT; };
		B0B5F44C0BD006EC00237B3C /* apr_arch_threadproc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_threadproc.h; path = "../apache-apr/include/arch/unix/apr_arch_threadproc.h"; sourceTree = SOURCE_ROOT; };
		B0B5F44D0BD006EC00237B3C /* apr_lib.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_lib.h; path = "../apache-apr/include/apr_lib.h"; sourceTree = SOURCE_ROOT; };
		B0B5F44E0BD006EC00237B3C /* apr_user.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_user.h; path = "../apache-apr/include/apr_user.h"; sourceTree = SOURCE_ROOT; };
		B0B5F44F0BD006EC00237B3C /* apr_arch_misc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_misc.h; path = "../apache-apr/include/arch/unix/apr_arch_misc.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4500BD006EC00237B3C /* apr_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_private.h; path = "../apache-apr/include/arch/unix/apr_private.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4510BD006EC00237B3C /* apr_env.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_env.h; path = "../apache-apr/include/apr_env.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4520BD006EC00237B3C /* apr_arch_thread_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_thread_mutex.h; path = "../apache-apr/include/arch/unix/apr_arch_thread_mutex.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4530BD006EC00237B3C /* apr_shm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_shm.h; path = "../apache-apr/include/apr_shm.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4540BD006EC00237B3C /* apr_general.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_general.h; path = "../apache-apr/include/apr_general.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4550BD006EC00237B3C /* apr_support.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_support.h; path = "../apache-apr/include/apr_support.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4560BD006EC00237B3C /* apr_thread_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_thread_mutex.h; path = "../apache-apr/include/apr_thread_mutex.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4570BD006EC00237B3C /* apr_pools.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_pools.h; path = "../apache-apr/include/apr_pools.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4580BD006EC00237B3C /* apr_arch_thread_rwlock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_thread_rwlock.h; path = "../apache-apr/include/arch/unix/apr_arch_thread_rwlock.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4590BD006EC00237B3C /* apr_tables.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_tables.h; path = "../apache-apr/include/apr_tables.h"; sourceTree = SOURCE_ROOT; };
		B0B5F45A0BD006EC00237B3C /* apr_global_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_global_mutex.h; path = "../apache-apr/include/apr_global_mutex.h"; sourceTree = SOURCE_ROOT; };
		B0B5F45B0BD006EC00237B3C /* apr_arch_shm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_shm.h; path = "../apache-apr/include/arch/unix/apr_arch_shm.h"; sourceTree = SOURCE_ROOT; };
		B0B5F45C0BD006EC00237B3C /* apr_arch_file_io.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_file_io.h; path = "../apache-apr/include/arch/unix/apr_arch_file_io.h"; sourceTree = SOURCE_ROOT; };
		B0B5F45D0BD006EC00237B3C /* apr_mmap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_mmap.h; path = "../apache-apr/include/apr_mmap.h"; sourceTree = SOURCE_ROOT; };
		B0B5F45E0BD006EC00237B3C /* apr_want.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_want.h; path = "../apache-apr/include/apr_want.h"; sourceTree = SOURCE_ROOT; };
		B0B5F45F0BD006EC00237B3C /* apr_arch_dso.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_dso.h; path = "../apache-apr/include/arch/unix/apr_arch_dso.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4600BD006EC00237B3C /* apr_arch_poll_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_poll_private.h; path = "../apache-apr/include/arch/unix/apr_arch_poll_private.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4610BD006EC00237B3C /* apr_arch_thread_cond.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_thread_cond.h; path = "../apache-apr/include/arch/unix/apr_arch_thread_cond.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4620BD006EC00237B3C /* apr_ring.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ring.h; path = "../apache-apr/include/apr_ring.h"; sourceTree = SOURCE_ROOT; };
		B0B5F4630BD006EC00237B3C /* apr_arch_internal_time.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_arch_internal_time.h; path = "../apache-apr/include/arch/unix/apr_arch_internal_time.h"; sourceTree = SOURCE_ROOT; };
		D2AAC046055464E500DB518D /* libapr-util-1.2.12.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libapr-util-1.2.12.a"; sourceTree = BUILT_PRODUCTS_DIR; };
		D720CB740D98139F003AE8EC /* MacConfigExternalDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalDebug.xcconfig; path = ../MacConfigExternalDebug.xcconfig; sourceTree = SOURCE_ROOT; };
		D720CB750D98139F003AE8EC /* MacConfigExternalRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = MacConfigExternalRelease.xcconfig; path = ../MacConfigExternalRelease.xcconfig; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		D289987405E68DCB004EDB86 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		08FB7794FE84155DC02AAC07 /* apr-util-1.2.12 */ = {
			isa = PBXGroup;
			children = (
				D720CB740D98139F003AE8EC /* MacConfigExternalDebug.xcconfig */,
				D720CB750D98139F003AE8EC /* MacConfigExternalRelease.xcconfig */,
				08FB7795FE84155DC02AAC07 /* Source */,
				C6A0FF2B0290797F04C91782 /* Documentation */,
				1AB674ADFE9D54B511CA2CBB /* Products */,
			);
			name = "apr-util-1.2.12";
			sourceTree = "<group>";
		};
		08FB7795FE84155DC02AAC07 /* Source */ = {
			isa = PBXGroup;
			children = (
				B07056540BD00A9C00D257E3 /* Expat headers */,
				B0B5F42E0BD006C600237B3C /* APR Headers */,
				B00B8C9E0BD003D1007535DA /* apr_queue.c */,
				B00B8C5A0BD003D1007535DA /* sdbm_private.h */,
				B00B8C7D0BD003D1007535DA /* apr_uuid.h */,
				B00B8C170BD003D1007535DA /* apr_buckets_simple.c */,
				B00B8C180BD003D1007535DA /* apr_buckets_socket.c */,
				B00B8C660BD003D1007535DA /* apr_buckets.h */,
				B00B8C840BD003D1007535DA /* apu_version.h */,
				B00B8C4C0BD003D1007535DA /* apr_dbd_sqlite2.c */,
				B00B8C570BD003D1007535DA /* sdbm_lock.c */,
				B00B8C750BD003D1007535DA /* apr_optional_hooks.h */,
				B00B8C4B0BD003D1007535DA /* apr_dbd_pgsql.c */,
				B00B8C130BD003D1007535DA /* apr_buckets_mmap.c */,
				B00B8CC90BD003D1007535DA /* xlate.c */,
				B00B8C670BD003D1007535DA /* apr_date.h */,
				B00B8C0E0BD003D1007535DA /* apr_buckets_alloc.c */,
				B00B8C800BD003D1007535DA /* apu.h */,
				B00B8C8A0BD003D1007535DA /* apr_dbd_internal.h */,
				B00B8C790BD003D1007535DA /* apr_sdbm.h */,
				B00B8C0F0BD003D1007535DA /* apr_buckets_eos.c */,
				B00B8C640BD003D1007535DA /* apr_anylock.h */,
				B00B8C110BD003D1007535DA /* apr_buckets_flush.c */,
				B00B8C8B0BD003D1007535DA /* apr_dbm_private.h */,
				B00B8C5F0BD003D1007535DA /* apr_base64.c */,
				B00B8C0D0BD003D1007535DA /* apr_buckets.c */,
				B00B8C6A0BD003D1007535DA /* apr_hooks.h */,
				B00B8C8F0BD003D1007535DA /* apu_select_dbm.h */,
				B00B8C730BD003D1007535DA /* apr_md5.h */,
				B00B8C940BD003D1007535DA /* apr_ldap_init.c */,
				B00B8C780BD003D1007535DA /* apr_rmm.h */,
				B00B8CA00BD003D1007535DA /* apr_rmm.c */,
				B00B8C580BD003D1007535DA /* sdbm_pair.c */,
				B00B8C8C0BD003D1007535DA /* apu_config.h */,
				B00B8C760BD003D1007535DA /* apr_queue.h */,
				B00B8C460BD003D1007535DA /* apr_sha1.c */,
				B00B8C100BD003D1007535DA /* apr_buckets_file.c */,
				B00B8C160BD003D1007535DA /* apr_buckets_refcount.c */,
				B00B8C560BD003D1007535DA /* sdbm_hash.c */,
				B00B8C150BD003D1007535DA /* apr_buckets_pool.c */,
				B00B8C5B0BD003D1007535DA /* sdbm_tune.h */,
				B00B8C620BD003D1007535DA /* apr_hooks.c */,
				B00B8C710BD003D1007535DA /* apr_ldap_url.h */,
				B00B8C700BD003D1007535DA /* apr_ldap_option.h */,
				B00B8C480BD003D1007535DA /* uuid.c */,
				B00B8C950BD003D1007535DA /* apr_ldap_option.c */,
				B00B8C500BD003D1007535DA /* apr_dbm_berkeleydb.c */,
				B00B8C4F0BD003D1007535DA /* apr_dbm.c */,
				B00B8C450BD003D1007535DA /* apr_md5.c */,
				B00B8C440BD003D1007535DA /* apr_md4.c */,
				B00B8C510BD003D1007535DA /* apr_dbm_gdbm.c */,
				B00B8C850BD003D1007535DA /* apu_want.h */,
				B00B8C4A0BD003D1007535DA /* apr_dbd.c */,
				B00B8C7A0BD003D1007535DA /* apr_sha1.h */,
				B00B8C550BD003D1007535DA /* sdbm.c */,
				B00B8C7C0BD003D1007535DA /* apr_uri.h */,
				B00B8CA60BD003D1007535DA /* apr_strmatch.c */,
				B00B8C7B0BD003D1007535DA /* apr_strmatch.h */,
				B00B8C120BD003D1007535DA /* apr_buckets_heap.c */,
				B00B8CCB0BD003D1007535DA /* apr_xml.c */,
				B00B8C7F0BD003D1007535DA /* apr_xml.h */,
				B00B8C960BD003D1007535DA /* apr_ldap_url.c */,
				B00B8CC60BD003D1007535DA /* apr_uri.c */,
				B00B8C530BD003D1007535DA /* apr_dbm_sdbm.c */,
				B00B8C6B0BD003D1007535DA /* apr_ldap.h */,
				B00B8C0C0BD003D1007535DA /* apr_brigade.c */,
				B00B8C720BD003D1007535DA /* apr_md4.h */,
				B00B8C680BD003D1007535DA /* apr_dbd.h */,
				B00B8C7E0BD003D1007535DA /* apr_xlate.h */,
				B00B8C4D0BD003D1007535DA /* apr_dbd_sqlite3.c */,
				B00B8C590BD003D1007535DA /* sdbm_pair.h */,
				B00B8C6F0BD003D1007535DA /* apr_ldap_init.h */,
				B00B8CA10BD003D1007535DA /* apu_version.c */,
				B00B8C770BD003D1007535DA /* apr_reslist.h */,
				B00B8C690BD003D1007535DA /* apr_dbm.h */,
				B00B8C470BD003D1007535DA /* getuuid.c */,
				B00B8C9D0BD003D1007535DA /* apr_date.c */,
				B00B8C520BD003D1007535DA /* apr_dbm_ndbm.c */,
				B00B8C9F0BD003D1007535DA /* apr_reslist.c */,
				B00B8C740BD003D1007535DA /* apr_optional.h */,
				B00B8C650BD003D1007535DA /* apr_base64.h */,
				B00B8C140BD003D1007535DA /* apr_buckets_pipe.c */,
			);
			name = Source;
			sourceTree = "<group>";
		};
		1AB674ADFE9D54B511CA2CBB /* Products */ = {
			isa = PBXGroup;
			children = (
				D2AAC046055464E500DB518D /* libapr-util-1.2.12.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		B07056540BD00A9C00D257E3 /* Expat headers */ = {
			isa = PBXGroup;
			children = (
				B070565E0BD00ABB00D257E3 /* expat.h */,
			);
			name = "Expat headers";
			sourceTree = "<group>";
		};
		B0B5F42E0BD006C600237B3C /* APR Headers */ = {
			isa = PBXGroup;
			children = (
				B0B5F42F0BD006EC00237B3C /* apr_proc_mutex.h */,
				B0B5F4300BD006EC00237B3C /* sha2.h */,
				B0B5F4310BD006EC00237B3C /* apr_hash.h */,
				B0B5F4320BD006EC00237B3C /* apr_arch_networkio.h */,
				B0B5F4330BD006EC00237B3C /* apr_network_io.h */,
				B0B5F4340BD006EC00237B3C /* apr_arch_inherit.h */,
				B0B5F4350BD006EC00237B3C /* apr_thread_proc.h */,
				B0B5F4360BD006EC00237B3C /* apr_getopt.h */,
				B0B5F4370BD006EC00237B3C /* apr_thread_rwlock.h */,
				B0B5F4380BD006EC00237B3C /* apr_version.h */,
				B0B5F4390BD006EC00237B3C /* apr_thread_cond.h */,
				B0B5F43A0BD006EC00237B3C /* apr_file_info.h */,
				B0B5F43B0BD006EC00237B3C /* apr.h */,
				B0B5F43C0BD006EC00237B3C /* apr_atomic.h */,
				B0B5F43D0BD006EC00237B3C /* apr_fnmatch.h */,
				B0B5F43E0BD006EC00237B3C /* apr_arch_proc_mutex.h */,
				B0B5F43F0BD006EC00237B3C /* apr_inherit.h */,
				B0B5F4400BD006EC00237B3C /* apr_strings.h */,
				B0B5F4410BD006EC00237B3C /* apr_private_common.h */,
				B0B5F4420BD006EC00237B3C /* apr_signal.h */,
				B0B5F4430BD006EC00237B3C /* apr_random.h */,
				B0B5F4440BD006EC00237B3C /* apr_arch_global_mutex.h */,
				B0B5F4450BD006EC00237B3C /* apr_file_io.h */,
				B0B5F4460BD006EC00237B3C /* apr_poll.h */,
				B0B5F4470BD006EC00237B3C /* apr_errno.h */,
				B0B5F4480BD006EC00237B3C /* apr_dso.h */,
				B0B5F4490BD006EC00237B3C /* apr_portable.h */,
				B0B5F44A0BD006EC00237B3C /* apr_allocator.h */,
				B0B5F44B0BD006EC00237B3C /* apr_time.h */,
				B0B5F44C0BD006EC00237B3C /* apr_arch_threadproc.h */,
				B0B5F44D0BD006EC00237B3C /* apr_lib.h */,
				B0B5F44E0BD006EC00237B3C /* apr_user.h */,
				B0B5F44F0BD006EC00237B3C /* apr_arch_misc.h */,
				B0B5F4500BD006EC00237B3C /* apr_private.h */,
				B0B5F4510BD006EC00237B3C /* apr_env.h */,
				B0B5F4520BD006EC00237B3C /* apr_arch_thread_mutex.h */,
				B0B5F4530BD006EC00237B3C /* apr_shm.h */,
				B0B5F4540BD006EC00237B3C /* apr_general.h */,
				B0B5F4550BD006EC00237B3C /* apr_support.h */,
				B0B5F4560BD006EC00237B3C /* apr_thread_mutex.h */,
				B0B5F4570BD006EC00237B3C /* apr_pools.h */,
				B0B5F4580BD006EC00237B3C /* apr_arch_thread_rwlock.h */,
				B0B5F4590BD006EC00237B3C /* apr_tables.h */,
				B0B5F45A0BD006EC00237B3C /* apr_global_mutex.h */,
				B0B5F45B0BD006EC00237B3C /* apr_arch_shm.h */,
				B0B5F45C0BD006EC00237B3C /* apr_arch_file_io.h */,
				B0B5F45D0BD006EC00237B3C /* apr_mmap.h */,
				B0B5F45E0BD006EC00237B3C /* apr_want.h */,
				B0B5F45F0BD006EC00237B3C /* apr_arch_dso.h */,
				B0B5F4600BD006EC00237B3C /* apr_arch_poll_private.h */,
				B0B5F4610BD006EC00237B3C /* apr_arch_thread_cond.h */,
				B0B5F4620BD006EC00237B3C /* apr_ring.h */,
				B0B5F4630BD006EC00237B3C /* apr_arch_internal_time.h */,
			);
			name = "APR Headers";
			sourceTree = "<group>";
		};
		C6A0FF2B0290797F04C91782 /* Documentation */ = {
			isa = PBXGroup;
			children = (
			);
			name = Documentation;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		D2AAC043055464E500DB518D /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				B00B8D160BD003D1007535DA /* sdbm_pair.h in Headers */,
				B00B8D170BD003D1007535DA /* sdbm_private.h in Headers */,
				B00B8D180BD003D1007535DA /* sdbm_tune.h in Headers */,
				B00B8D1B0BD003D1007535DA /* apr_anylock.h in Headers */,
				B00B8D1C0BD003D1007535DA /* apr_base64.h in Headers */,
				B00B8D1D0BD003D1007535DA /* apr_buckets.h in Headers */,
				B00B8D1E0BD003D1007535DA /* apr_date.h in Headers */,
				B00B8D1F0BD003D1007535DA /* apr_dbd.h in Headers */,
				B00B8D200BD003D1007535DA /* apr_dbm.h in Headers */,
				B00B8D210BD003D1007535DA /* apr_hooks.h in Headers */,
				B00B8D220BD003D1007535DA /* apr_ldap.h in Headers */,
				B00B8D230BD003D1007535DA /* apr_ldap_init.h in Headers */,
				B00B8D240BD003D1007535DA /* apr_ldap_option.h in Headers */,
				B00B8D250BD003D1007535DA /* apr_ldap_url.h in Headers */,
				B00B8D260BD003D1007535DA /* apr_md4.h in Headers */,
				B00B8D270BD003D1007535DA /* apr_md5.h in Headers */,
				B00B8D280BD003D1007535DA /* apr_optional.h in Headers */,
				B00B8D290BD003D1007535DA /* apr_optional_hooks.h in Headers */,
				B00B8D2A0BD003D1007535DA /* apr_queue.h in Headers */,
				B00B8D2B0BD003D1007535DA /* apr_reslist.h in Headers */,
				B00B8D2C0BD003D1007535DA /* apr_rmm.h in Headers */,
				B00B8D2D0BD003D1007535DA /* apr_sdbm.h in Headers */,
				B00B8D2E0BD003D1007535DA /* apr_sha1.h in Headers */,
				B00B8D2F0BD003D1007535DA /* apr_strmatch.h in Headers */,
				B00B8D300BD003D1007535DA /* apr_uri.h in Headers */,
				B00B8D310BD003D1007535DA /* apr_uuid.h in Headers */,
				B00B8D320BD003D1007535DA /* apr_xlate.h in Headers */,
				B00B8D330BD003D1007535DA /* apr_xml.h in Headers */,
				B00B8D340BD003D1007535DA /* apu.h in Headers */,
				B00B8D350BD003D1007535DA /* apu_version.h in Headers */,
				B00B8D360BD003D1007535DA /* apu_want.h in Headers */,
				B00B8D370BD003D1007535DA /* apr_dbd_internal.h in Headers */,
				B00B8D380BD003D1007535DA /* apr_dbm_private.h in Headers */,
				B00B8D390BD003D1007535DA /* apu_config.h in Headers */,
				B00B8D3A0BD003D1007535DA /* apu_select_dbm.h in Headers */,
				B0B5F4640BD006EC00237B3C /* apr_proc_mutex.h in Headers */,
				B0B5F4650BD006EC00237B3C /* sha2.h in Headers */,
				B0B5F4660BD006EC00237B3C /* apr_hash.h in Headers */,
				B0B5F4670BD006EC00237B3C /* apr_arch_networkio.h in Headers */,
				B0B5F4680BD006EC00237B3C /* apr_network_io.h in Headers */,
				B0B5F4690BD006EC00237B3C /* apr_arch_inherit.h in Headers */,
				B0B5F46A0BD006EC00237B3C /* apr_thread_proc.h in Headers */,
				B0B5F46B0BD006EC00237B3C /* apr_getopt.h in Headers */,
				B0B5F46C0BD006EC00237B3C /* apr_thread_rwlock.h in Headers */,
				B0B5F46D0BD006EC00237B3C /* apr_version.h in Headers */,
				B0B5F46E0BD006EC00237B3C /* apr_thread_cond.h in Headers */,
				B0B5F46F0BD006EC00237B3C /* apr_file_info.h in Headers */,
				B0B5F4700BD006EC00237B3C /* apr.h in Headers */,
				B0B5F4710BD006EC00237B3C /* apr_atomic.h in Headers */,
				B0B5F4720BD006EC00237B3C /* apr_fnmatch.h in Headers */,
				B0B5F4730BD006EC00237B3C /* apr_arch_proc_mutex.h in Headers */,
				B0B5F4740BD006EC00237B3C /* apr_inherit.h in Headers */,
				B0B5F4750BD006EC00237B3C /* apr_strings.h in Headers */,
				B0B5F4760BD006EC00237B3C /* apr_private_common.h in Headers */,
				B0B5F4770BD006EC00237B3C /* apr_signal.h in Headers */,
				B0B5F4780BD006EC00237B3C /* apr_random.h in Headers */,
				B0B5F4790BD006EC00237B3C /* apr_arch_global_mutex.h in Headers */,
				B0B5F47A0BD006EC00237B3C /* apr_file_io.h in Headers */,
				B0B5F47B0BD006EC00237B3C /* apr_poll.h in Headers */,
				B0B5F47C0BD006EC00237B3C /* apr_errno.h in Headers */,
				B0B5F47D0BD006EC00237B3C /* apr_dso.h in Headers */,
				B0B5F47E0BD006EC00237B3C /* apr_portable.h in Headers */,
				B0B5F47F0BD006EC00237B3C /* apr_allocator.h in Headers */,
				B0B5F4800BD006EC00237B3C /* apr_time.h in Headers */,
				B0B5F4810BD006EC00237B3C /* apr_arch_threadproc.h in Headers */,
				B0B5F4820BD006EC00237B3C /* apr_lib.h in Headers */,
				B0B5F4830BD006EC00237B3C /* apr_user.h in Headers */,
				B0B5F4840BD006EC00237B3C /* apr_arch_misc.h in Headers */,
				B0B5F4850BD006EC00237B3C /* apr_private.h in Headers */,
				B0B5F4860BD006EC00237B3C /* apr_env.h in Headers */,
				B0B5F4870BD006EC00237B3C /* apr_arch_thread_mutex.h in Headers */,
				B0B5F4880BD006EC00237B3C /* apr_shm.h in Headers */,
				B0B5F4890BD006EC00237B3C /* apr_general.h in Headers */,
				B0B5F48A0BD006EC00237B3C /* apr_support.h in Headers */,
				B0B5F48B0BD006EC00237B3C /* apr_thread_mutex.h in Headers */,
				B0B5F48C0BD006EC00237B3C /* apr_pools.h in Headers */,
				B0B5F48D0BD006EC00237B3C /* apr_arch_thread_rwlock.h in Headers */,
				B0B5F48E0BD006EC00237B3C /* apr_tables.h in Headers */,
				B0B5F48F0BD006EC00237B3C /* apr_global_mutex.h in Headers */,
				B0B5F4900BD006EC00237B3C /* apr_arch_shm.h in Headers */,
				B0B5F4910BD006EC00237B3C /* apr_arch_file_io.h in Headers */,
				B0B5F4920BD006EC00237B3C /* apr_mmap.h in Headers */,
				B0B5F4930BD006EC00237B3C /* apr_want.h in Headers */,
				B0B5F4940BD006EC00237B3C /* apr_arch_dso.h in Headers */,
				B0B5F4950BD006EC00237B3C /* apr_arch_poll_private.h in Headers */,
				B0B5F4960BD006EC00237B3C /* apr_arch_thread_cond.h in Headers */,
				B0B5F4970BD006EC00237B3C /* apr_ring.h in Headers */,
				B0B5F4980BD006EC00237B3C /* apr_arch_internal_time.h in Headers */,
				B070565F0BD00ABB00D257E3 /* expat.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		D2AAC045055464E500DB518D /* apr-util-1.2.12 */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "apr-util-1.2.12" */;
			buildPhases = (
				D2AAC043055464E500DB518D /* Headers */,
				D2AAC044055464E500DB518D /* Sources */,
				D289987405E68DCB004EDB86 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "apr-util-1.2.12";
			productName = "apr-util-1.2.12";
			productReference = D2AAC046055464E500DB518D /* libapr-util-1.2.12.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		08FB7793FE84155DC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "apr-util-1.2.12" */;
			compatibilityVersion = "Xcode 3.1";
			developmentRegion = English;
			hasScannedForEncodings = 1;
			knownRegions = (
				English,
				Japanese,
				French,
				German,
			);
			mainGroup = 08FB7794FE84155DC02AAC07 /* apr-util-1.2.12 */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				D2AAC045055464E500DB518D /* apr-util-1.2.12 */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		D2AAC044055464E500DB518D /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				B00B8CF70BD003D1007535DA /* apr_brigade.c in Sources */,
				B00B8CF80BD003D1007535DA /* apr_buckets.c in Sources */,
				B00B8CF90BD003D1007535DA /* apr_buckets_alloc.c in Sources */,
				B00B8CFA0BD003D1007535DA /* apr_buckets_eos.c in Sources */,
				B00B8CFB0BD003D1007535DA /* apr_buckets_file.c in Sources */,
				B00B8CFC0BD003D1007535DA /* apr_buckets_flush.c in Sources */,
				B00B8CFD0BD003D1007535DA /* apr_buckets_heap.c in Sources */,
				B00B8CFE0BD003D1007535DA /* apr_buckets_mmap.c in Sources */,
				B00B8CFF0BD003D1007535DA /* apr_buckets_pipe.c in Sources */,
				B00B8D000BD003D1007535DA /* apr_buckets_pool.c in Sources */,
				B00B8D010BD003D1007535DA /* apr_buckets_refcount.c in Sources */,
				B00B8D020BD003D1007535DA /* apr_buckets_simple.c in Sources */,
				B00B8D030BD003D1007535DA /* apr_buckets_socket.c in Sources */,
				B00B8D040BD003D1007535DA /* apr_md4.c in Sources */,
				B00B8D050BD003D1007535DA /* apr_md5.c in Sources */,
				B00B8D060BD003D1007535DA /* apr_sha1.c in Sources */,
				B00B8D070BD003D1007535DA /* getuuid.c in Sources */,
				B00B8D080BD003D1007535DA /* uuid.c in Sources */,
				B00B8D090BD003D1007535DA /* apr_dbd.c in Sources */,
				B00B8D0A0BD003D1007535DA /* apr_dbd_pgsql.c in Sources */,
				B00B8D0B0BD003D1007535DA /* apr_dbd_sqlite2.c in Sources */,
				B00B8D0C0BD003D1007535DA /* apr_dbd_sqlite3.c in Sources */,
				B00B8D0D0BD003D1007535DA /* apr_dbm.c in Sources */,
				B00B8D0E0BD003D1007535DA /* apr_dbm_berkeleydb.c in Sources */,
				B00B8D0F0BD003D1007535DA /* apr_dbm_gdbm.c in Sources */,
				B00B8D100BD003D1007535DA /* apr_dbm_ndbm.c in Sources */,
				B00B8D110BD003D1007535DA /* apr_dbm_sdbm.c in Sources */,
				B00B8D120BD003D1007535DA /* sdbm.c in Sources */,
				B00B8D130BD003D1007535DA /* sdbm_hash.c in Sources */,
				B00B8D140BD003D1007535DA /* sdbm_lock.c in Sources */,
				B00B8D150BD003D1007535DA /* sdbm_pair.c in Sources */,
				B00B8D190BD003D1007535DA /* apr_base64.c in Sources */,
				B00B8D1A0BD003D1007535DA /* apr_hooks.c in Sources */,
				B00B8D3B0BD003D1007535DA /* apr_ldap_init.c in Sources */,
				B00B8D3C0BD003D1007535DA /* apr_ldap_option.c in Sources */,
				B00B8D3D0BD003D1007535DA /* apr_ldap_url.c in Sources */,
				B00B8D3E0BD003D1007535DA /* apr_date.c in Sources */,
				B00B8D3F0BD003D1007535DA /* apr_queue.c in Sources */,
				B00B8D400BD003D1007535DA /* apr_reslist.c in Sources */,
				B00B8D410BD003D1007535DA /* apr_rmm.c in Sources */,
				B00B8D420BD003D1007535DA /* apu_version.c in Sources */,
				B00B8D430BD003D1007535DA /* apr_strmatch.c in Sources */,
				B00B8D5C0BD003D1007535DA /* apr_uri.c in Sources */,
				B00B8D5D0BD003D1007535DA /* xlate.c in Sources */,
				B00B8D5E0BD003D1007535DA /* apr_xml.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		1DEB91EC08733DB70010E9CD /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = "apr-util-1.2.12";
			};
			name = Debug;
		};
		1DEB91ED08733DB70010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = "apr-util-1.2.12";
			};
			name = Release;
		};
		1DEB91F008733DB70010E9CD /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = D720CB740D98139F003AE8EC /* MacConfigExternalDebug.xcconfig */;
			buildSettings = {
				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
				GCC_SYMBOLS_PRIVATE_EXTERN = YES;
				HEADER_SEARCH_PATHS = (
					"../apache-apr",
					../sqlite,
				);
				OTHER_CFLAGS = (
					"$(inherited)",
					"-DHAVE_CONFIG_H",
					"-DDARWIN",
					"-DSIGPROCMASK_SETS_THREAD_MASK",
					"-no-cpp-precomp",
				);
				PREBINDING = NO;
			};
			name = Debug;
		};
		1DEB91F108733DB70010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = D720CB750D98139F003AE8EC /* MacConfigExternalRelease.xcconfig */;
			buildSettings = {
				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
				GCC_SYMBOLS_PRIVATE_EXTERN = YES;
				HEADER_SEARCH_PATHS = (
					"../apache-apr",
					../sqlite,
				);
				OTHER_CFLAGS = (
					"$(inherited)",
					"-DHAVE_CONFIG_H",
					"-DDARWIN",
					"-DSIGPROCMASK_SETS_THREAD_MASK",
					"-no-cpp-precomp",
				);
				PREBINDING = NO;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "apr-util-1.2.12" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB91EC08733DB70010E9CD /* Debug */,
				1DEB91ED08733DB70010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "apr-util-1.2.12" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB91F008733DB70010E9CD /* Debug */,
				1DEB91F108733DB70010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}