1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="_containerlib" 6 ProjectGUID="{FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}" 7 Keyword="Win32Proj"> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Debug|Win32" 15 OutputDirectory="../../Bin/Win32" 16 IntermediateDirectory="Debug" 17 ConfigurationType="4" 18 CharacterSet="2"> 19 <Tool 20 Name="VCCLCompilerTool" 21 Optimization="0" 22 AdditionalIncludeDirectories="../../../.." 23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 24 MinimalRebuild="TRUE" 25 BasicRuntimeChecks="3" 26 RuntimeLibrary="3" 27 UsePrecompiledHeader="0" 28 WarningLevel="3" 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat="3"/> 31 <Tool 32 Name="VCCustomBuildTool"/> 33 <Tool 34 Name="VCLibrarianTool" 35 OutputFile="$(OutDir)/d.lib"/> 36 <Tool 37 Name="VCMIDLTool"/> 38 <Tool 39 Name="VCPostBuildEventTool"/> 40 <Tool 41 Name="VCPreBuildEventTool"/> 42 <Tool 43 Name="VCPreLinkEventTool"/> 44 <Tool 45 Name="VCResourceCompilerTool"/> 46 <Tool 47 Name="VCWebServiceProxyGeneratorTool"/> 48 <Tool 49 Name="VCXMLDataGeneratorTool"/> 50 <Tool 51 Name="VCManagedWrapperGeneratorTool"/> 52 <Tool 53 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 54 </Configuration> 55 <Configuration 56 Name="Release|Win32" 57 OutputDirectory="../../Bin/Win32" 58 IntermediateDirectory="Release" 59 ConfigurationType="4" 60 CharacterSet="2"> 61 <Tool 62 Name="VCCLCompilerTool" 63 AdditionalIncludeDirectories="../../../.." 64 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 65 RuntimeLibrary="2" 66 UsePrecompiledHeader="0" 67 WarningLevel="3" 68 Detect64BitPortabilityProblems="TRUE" 69 DebugInformationFormat="0"/> 70 <Tool 71 Name="VCCustomBuildTool"/> 72 <Tool 73 Name="VCLibrarianTool" 74 OutputFile="$(OutDir)/container.lib"/> 75 <Tool 76 Name="VCMIDLTool"/> 77 <Tool 78 Name="VCPostBuildEventTool"/> 79 <Tool 80 Name="VCPreBuildEventTool"/> 81 <Tool 82 Name="VCPreLinkEventTool"/> 83 <Tool 84 Name="VCResourceCompilerTool"/> 85 <Tool 86 Name="VCWebServiceProxyGeneratorTool"/> 87 <Tool 88 Name="VCXMLDataGeneratorTool"/> 89 <Tool 90 Name="VCManagedWrapperGeneratorTool"/> 91 <Tool 92 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 93 </Configuration> 94 </Configurations> 95 <References> 96 </References> 97 <Files> 98 <Filter 99 Name="container" 100 Filter=""> 101 <File 102 RelativePath="..\..\..\..\boost\container\adaptive_pool.hpp"> 103 </File> 104 <File 105 RelativePath="..\..\..\..\boost\container\allocator.hpp"> 106 </File> 107 <File 108 RelativePath="..\..\..\..\boost\container\allocator_traits.hpp"> 109 </File> 110 <File 111 RelativePath="..\..\..\..\boost\container\container_fwd.hpp"> 112 </File> 113 <File 114 RelativePath="..\..\..\..\boost\container\deque.hpp"> 115 </File> 116 <File 117 RelativePath="..\..\..\..\boost\container\flat_map.hpp"> 118 </File> 119 <File 120 RelativePath="..\..\..\..\boost\container\flat_set.hpp"> 121 </File> 122 <File 123 RelativePath="..\..\..\..\boost\container\list.hpp"> 124 </File> 125 <File 126 RelativePath="..\..\..\..\boost\container\map.hpp"> 127 </File> 128 <File 129 RelativePath="..\..\..\..\boost\container\new_allocator.hpp"> 130 </File> 131 <File 132 RelativePath="..\..\..\..\boost\container\node_allocator.hpp"> 133 </File> 134 <File 135 RelativePath="..\..\..\..\boost\container\node_handle.hpp"> 136 </File> 137 <File 138 RelativePath="..\..\..\..\boost\container\options.hpp"> 139 </File> 140 <File 141 RelativePath="..\..\..\..\boost\container\scoped_allocator.hpp"> 142 </File> 143 <File 144 RelativePath="..\..\..\..\boost\container\scoped_allocator_fwd.hpp"> 145 </File> 146 <File 147 RelativePath="..\..\..\..\boost\container\set.hpp"> 148 </File> 149 <File 150 RelativePath="..\..\..\..\boost\container\slist.hpp"> 151 </File> 152 <File 153 RelativePath="..\..\..\..\boost\container\small_vector.hpp"> 154 </File> 155 <File 156 RelativePath="..\..\..\..\boost\container\stable_vector.hpp"> 157 </File> 158 <File 159 RelativePath="..\..\..\..\boost\container\static_vector.hpp"> 160 </File> 161 <File 162 RelativePath="..\..\..\..\boost\container\string.hpp"> 163 </File> 164 <File 165 RelativePath="..\..\..\..\boost\container\throw_exception.hpp"> 166 </File> 167 <File 168 RelativePath="..\..\..\..\boost\container\uses_allocator.hpp"> 169 </File> 170 <File 171 RelativePath="..\..\..\..\boost\container\uses_allocator_fwd.hpp"> 172 </File> 173 <File 174 RelativePath="..\..\..\..\boost\container\vector.hpp"> 175 </File> 176 <Filter 177 Name="detail" 178 Filter=""> 179 <File 180 RelativePath="..\..\..\..\boost\container\detail\adaptive_node_pool.hpp"> 181 </File> 182 <File 183 RelativePath="..\..\..\..\boost\container\detail\adaptive_node_pool_impl.hpp"> 184 </File> 185 <File 186 RelativePath="..\..\..\..\boost\container\detail\addressof.hpp"> 187 </File> 188 <File 189 RelativePath="..\..\..\..\boost\container\detail\advanced_insert_int.hpp"> 190 </File> 191 <File 192 RelativePath="..\..\..\..\boost\container\detail\algorithm.hpp"> 193 </File> 194 <File 195 RelativePath="..\..\..\..\boost\container\detail\alloc_helpers.hpp"> 196 </File> 197 <File 198 RelativePath="..\..\..\..\boost\container\detail\alloc_lib.h"> 199 </File> 200 <File 201 RelativePath="..\..\..\..\boost\container\detail\alloc_lib.hpp"> 202 </File> 203 <File 204 RelativePath="..\..\..\..\boost\container\detail\allocation_type.hpp"> 205 </File> 206 <File 207 RelativePath="..\..\..\..\boost\container\detail\allocator_version_traits.hpp"> 208 </File> 209 <File 210 RelativePath="..\..\..\..\boost\container\detail\auto_link.hpp"> 211 </File> 212 <File 213 RelativePath="..\..\..\..\boost\container\detail\block_list.hpp"> 214 </File> 215 <File 216 RelativePath="..\..\..\..\boost\container\detail\block_slist.hpp"> 217 </File> 218 <File 219 RelativePath="..\..\..\..\boost\container\detail\compare_functors.hpp"> 220 </File> 221 <File 222 RelativePath="..\..\..\..\boost\container\detail\config_begin.hpp"> 223 </File> 224 <File 225 RelativePath="..\..\..\..\boost\container\detail\config_end.hpp"> 226 </File> 227 <File 228 RelativePath="..\..\..\..\boost\container\detail\construct_in_place.hpp"> 229 </File> 230 <File 231 RelativePath="..\..\..\..\boost\container\detail\copy_move_algo.hpp"> 232 </File> 233 <File 234 RelativePath="..\..\..\..\boost\container\detail\destroyers.hpp"> 235 </File> 236 <File 237 RelativePath="..\..\..\..\boost\container\detail\dispatch_uses_allocator.hpp"> 238 </File> 239 <File 240 RelativePath="..\..\..\..\boost\container\detail\dlmalloc.hpp"> 241 </File> 242 <File 243 RelativePath="..\..\..\..\boost\container\detail\flat_tree.hpp"> 244 </File> 245 <File 246 RelativePath="..\..\..\..\boost\container\detail\function_detector.hpp"> 247 </File> 248 <File 249 RelativePath="..\..\..\..\boost\container\detail\is_container.hpp"> 250 </File> 251 <File 252 RelativePath="..\..\..\..\boost\container\detail\is_contiguous_container.hpp"> 253 </File> 254 <File 255 RelativePath="..\..\..\..\boost\container\detail\is_sorted.hpp"> 256 </File> 257 <File 258 RelativePath="..\..\..\..\boost\container\detail\iterator.hpp"> 259 </File> 260 <File 261 RelativePath="..\..\..\..\boost\container\detail\iterator_to_raw_pointer.hpp"> 262 </File> 263 <File 264 RelativePath="..\..\..\..\boost\container\detail\iterators.hpp"> 265 </File> 266 <File 267 RelativePath="..\..\..\..\boost\container\detail\math_functions.hpp"> 268 </File> 269 <File 270 RelativePath="..\..\..\..\boost\container\detail\min_max.hpp"> 271 </File> 272 <File 273 RelativePath="..\..\..\..\boost\container\detail\minimal_char_traits_header.hpp"> 274 </File> 275 <File 276 RelativePath="..\..\..\..\boost\container\detail\mpl.hpp"> 277 </File> 278 <File 279 RelativePath="..\..\..\..\boost\container\detail\multiallocation_chain.hpp"> 280 </File> 281 <File 282 RelativePath="..\..\..\..\boost\container\detail\mutex.hpp"> 283 </File> 284 <File 285 RelativePath="..\..\..\..\boost\container\detail\next_capacity.hpp"> 286 </File> 287 <File 288 RelativePath="..\..\..\..\boost\container\detail\node_alloc_holder.hpp"> 289 </File> 290 <File 291 RelativePath="..\..\..\..\boost\container\detail\node_pool.hpp"> 292 </File> 293 <File 294 RelativePath="..\..\..\..\boost\container\detail\node_pool_impl.hpp"> 295 </File> 296 <File 297 RelativePath="..\..\..\..\boost\container\detail\pair.hpp"> 298 </File> 299 <File 300 RelativePath="..\..\..\..\boost\container\detail\placement_new.hpp"> 301 </File> 302 <File 303 RelativePath="..\..\..\..\boost\container\detail\pool_common.hpp"> 304 </File> 305 <File 306 RelativePath="..\..\..\..\boost\container\detail\pool_common_alloc.hpp"> 307 </File> 308 <File 309 RelativePath="..\..\..\..\boost\container\detail\pool_resource.hpp"> 310 </File> 311 <File 312 RelativePath="..\..\..\..\boost\container\detail\singleton.hpp"> 313 </File> 314 <File 315 RelativePath="..\..\..\..\boost\container\detail\std_fwd.hpp"> 316 </File> 317 <File 318 RelativePath="..\..\..\..\boost\container\detail\thread_mutex.hpp"> 319 </File> 320 <File 321 RelativePath="..\to-do.txt"> 322 </File> 323 <File 324 RelativePath="..\..\..\..\boost\container\detail\to_raw_pointer.hpp"> 325 </File> 326 <File 327 RelativePath="..\..\..\..\boost\container\detail\transform_iterator.hpp"> 328 </File> 329 <File 330 RelativePath="..\..\..\..\boost\container\detail\tree.hpp"> 331 </File> 332 <File 333 RelativePath="..\..\..\..\boost\container\detail\type_traits.hpp"> 334 </File> 335 <File 336 RelativePath="..\..\..\..\boost\container\detail\value_init.hpp"> 337 </File> 338 <File 339 RelativePath="..\..\..\..\boost\container\detail\variadic_templates_tools.hpp"> 340 </File> 341 <File 342 RelativePath="..\..\..\..\boost\container\detail\version_type.hpp"> 343 </File> 344 <File 345 RelativePath="..\..\..\..\boost\container\detail\workaround.hpp"> 346 </File> 347 </Filter> 348 <Filter 349 Name="pmr" 350 Filter=""> 351 <File 352 RelativePath="..\..\..\..\boost\container\pmr\deque.hpp"> 353 </File> 354 <File 355 RelativePath="..\..\..\..\boost\container\pmr\flat_map.hpp"> 356 </File> 357 <File 358 RelativePath="..\..\..\..\boost\container\pmr\flat_set.hpp"> 359 </File> 360 <File 361 RelativePath="..\..\..\..\boost\container\pmr\global_resource.hpp"> 362 </File> 363 <File 364 RelativePath="..\..\..\..\boost\container\pmr\list.hpp"> 365 </File> 366 <File 367 RelativePath="..\..\..\..\boost\container\pmr\map.hpp"> 368 </File> 369 <File 370 RelativePath="..\..\..\..\boost\container\pmr\memory_resource.hpp"> 371 </File> 372 <File 373 RelativePath="..\..\..\..\boost\container\pmr\monotonic_buffer_resource.hpp"> 374 </File> 375 <File 376 RelativePath="..\..\..\..\boost\container\pmr\polymorphic_allocator.hpp"> 377 </File> 378 <File 379 RelativePath="..\..\..\..\boost\container\pmr\pool_options.hpp"> 380 </File> 381 <File 382 RelativePath="..\..\..\..\boost\container\pmr\resource_adaptor.hpp"> 383 </File> 384 <File 385 RelativePath="..\..\..\..\boost\container\pmr\set.hpp"> 386 </File> 387 <File 388 RelativePath="..\..\..\..\boost\container\pmr\slist.hpp"> 389 </File> 390 <File 391 RelativePath="..\..\..\..\boost\container\pmr\small_vector.hpp"> 392 </File> 393 <File 394 RelativePath="..\..\..\..\boost\container\pmr\stable_vector.hpp"> 395 </File> 396 <File 397 RelativePath="..\..\..\..\boost\container\pmr\string.hpp"> 398 </File> 399 <File 400 RelativePath="..\..\..\..\boost\container\pmr\synchronized_pool_resource.hpp"> 401 </File> 402 <File 403 RelativePath="..\..\..\..\boost\container\pmr\unsynchronized_pool_resource.hpp"> 404 </File> 405 <File 406 RelativePath="..\..\..\..\boost\container\pmr\vector.hpp"> 407 </File> 408 </Filter> 409 </Filter> 410 <Filter 411 Name="doc" 412 Filter=""> 413 <File 414 RelativePath="..\..\doc\container.qbk"> 415 </File> 416 <File 417 RelativePath="..\..\doc\index.idx"> 418 </File> 419 <File 420 RelativePath="..\..\doc\Jamfile.v2"> 421 </File> 422 </Filter> 423 <Filter 424 Name="example" 425 Filter=""> 426 <File 427 RelativePath="..\..\example\doc_custom_tree.cpp"> 428 <FileConfiguration 429 Name="Debug|Win32" 430 ExcludedFromBuild="TRUE"> 431 <Tool 432 Name="VCCLCompilerTool"/> 433 </FileConfiguration> 434 </File> 435 <File 436 RelativePath="..\..\example\doc_emplace.cpp"> 437 </File> 438 <File 439 RelativePath="..\..\example\doc_extended_allocators.cpp"> 440 <FileConfiguration 441 Name="Debug|Win32" 442 ExcludedFromBuild="TRUE"> 443 <Tool 444 Name="VCCLCompilerTool"/> 445 </FileConfiguration> 446 </File> 447 <File 448 RelativePath="..\..\example\doc_move_containers.cpp"> 449 </File> 450 <File 451 RelativePath="..\..\example\doc_pmr.cpp"> 452 <FileConfiguration 453 Name="Debug|Win32" 454 ExcludedFromBuild="TRUE"> 455 <Tool 456 Name="VCCLCompilerTool"/> 457 </FileConfiguration> 458 </File> 459 <File 460 RelativePath="..\..\example\doc_recursive_containers.cpp"> 461 </File> 462 <File 463 RelativePath="..\..\example\doc_type_erasure.cpp"> 464 </File> 465 <File 466 RelativePath="..\..\example\Jamfile.v2"> 467 </File> 468 </Filter> 469 <Filter 470 Name="test" 471 Filter=""> 472 <File 473 RelativePath="..\..\test\allocator_argument_tester.hpp"> 474 </File> 475 <File 476 RelativePath="..\..\test\check_equal_containers.hpp"> 477 </File> 478 <File 479 RelativePath="..\..\test\container_common_tests.hpp"> 480 </File> 481 <File 482 RelativePath="..\..\test\default_init_test.hpp"> 483 </File> 484 <File 485 RelativePath="..\..\test\dummy_test_allocator.hpp"> 486 </File> 487 <File 488 RelativePath="..\..\test\emplace_test.hpp"> 489 </File> 490 <File 491 RelativePath="..\..\test\expand_bwd_test_allocator.hpp"> 492 </File> 493 <File 494 RelativePath="..\..\test\expand_bwd_test_template.hpp"> 495 </File> 496 <File 497 RelativePath="..\..\test\forward_to_input_iterator.hpp"> 498 </File> 499 <File 500 RelativePath="..\..\test\heap_version_1.hpp"> 501 </File> 502 <File 503 RelativePath="..\..\test\input_from_forward_iterator.hpp"> 504 </File> 505 <File 506 RelativePath="..\..\test\insert_test.hpp"> 507 </File> 508 <File 509 RelativePath="..\..\test\Jamfile.v2"> 510 </File> 511 <File 512 RelativePath="..\..\test\list_test.hpp"> 513 </File> 514 <File 515 RelativePath="..\..\test\map_test.hpp"> 516 </File> 517 <File 518 RelativePath="..\..\test\movable_int.hpp"> 519 </File> 520 <File 521 RelativePath="..\..\test\print_container.hpp"> 522 </File> 523 <File 524 RelativePath="..\..\test\propagate_allocator_test.hpp"> 525 </File> 526 <File 527 RelativePath="..\..\test\propagation_test_allocator.hpp"> 528 </File> 529 <File 530 RelativePath="..\..\test\set_test.hpp"> 531 </File> 532 <File 533 RelativePath="..\..\test\static_vector_test.hpp"> 534 </File> 535 <File 536 RelativePath="..\..\test\vector_test.hpp"> 537 </File> 538 </Filter> 539 <Filter 540 Name="bench" 541 Filter=""> 542 <File 543 RelativePath="..\..\bench\bench_set.hpp"> 544 </File> 545 <File 546 RelativePath="..\..\bench\Jamfile.v2"> 547 </File> 548 <File 549 RelativePath="..\..\bench\varray.hpp"> 550 </File> 551 <Filter 552 Name="detail" 553 Filter=""> 554 <File 555 RelativePath="..\..\bench\detail\varray.hpp"> 556 </File> 557 <File 558 RelativePath="..\..\bench\detail\varray_concept.hpp"> 559 </File> 560 <File 561 RelativePath="..\..\bench\detail\varray_util.hpp"> 562 </File> 563 </Filter> 564 </Filter> 565 </Files> 566 <Globals> 567 </Globals> 568</VisualStudioProject> 569