From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- .../container/proj/vc7ide/alloc_basic_test.vcproj | 140 +++++ .../container/proj/vc7ide/alloc_full_test.vcproj | 135 ++++ .../libs/container/proj/vc7ide/alloc_lib.vcproj | 246 ++++++++ .../proj/vc7ide/allocator_traits_test.vcproj | 135 ++++ .../proj/vc7ide/bench_adaptive_node_pool.vcproj | 135 ++++ .../libs/container/proj/vc7ide/bench_alloc.vcproj | 135 ++++ .../proj/vc7ide/bench_alloc_expand_bwd.vcproj | 135 ++++ .../proj/vc7ide/bench_alloc_expand_fwd.vcproj | 135 ++++ .../proj/vc7ide/bench_alloc_shrink_to_fit.vcproj | 135 ++++ .../vc7ide/bench_alloc_stable_vector_burst.vcproj | 135 ++++ .../proj/vc7ide/bench_flat_multiset.vcproj | 136 ++++ .../container/proj/vc7ide/bench_flat_set.vcproj | 136 ++++ .../libs/container/proj/vc7ide/bench_set.vcproj | 135 ++++ .../proj/vc7ide/bench_set_adaptive_pool.vcproj | 136 ++++ .../proj/vc7ide/bench_set_alloc_v2.vcproj | 136 ++++ .../container/proj/vc7ide/bench_set_avl.vcproj | 136 ++++ .../container/proj/vc7ide/bench_set_multi.vcproj | 136 ++++ .../libs/container/proj/vc7ide/bench_set_sg.vcproj | 136 ++++ .../libs/container/proj/vc7ide/bench_set_sp.vcproj | 136 ++++ .../proj/vc7ide/bench_static_vector.vcproj | 136 ++++ src/boost/libs/container/proj/vc7ide/container.sln | 685 +++++++++++++++++++++ .../libs/container/proj/vc7ide/container.vcproj | 568 +++++++++++++++++ .../libs/container/proj/vc7ide/deque_test.vcproj | 135 ++++ .../container/proj/vc7ide/doc_custom_tree.vcproj | 136 ++++ .../container/proj/vc7ide/doc_custom_vector.vcproj | 136 ++++ .../libs/container/proj/vc7ide/doc_emplace.vcproj | 136 ++++ .../proj/vc7ide/doc_extended_allocators.vcproj | 136 ++++ .../proj/vc7ide/doc_move_containers.vcproj | 136 ++++ .../libs/container/proj/vc7ide/doc_pmr.vcproj | 136 ++++ .../proj/vc7ide/doc_recursive_containers.vcproj | 136 ++++ .../container/proj/vc7ide/doc_type_erasure.vcproj | 136 ++++ .../proj/vc7ide/explicit_inst_deque_test.vcproj | 136 ++++ .../proj/vc7ide/explicit_inst_flat_map_test.vcproj | 136 ++++ .../proj/vc7ide/explicit_inst_flat_set_test.vcproj | 136 ++++ .../proj/vc7ide/explicit_inst_list_test.vcproj | 136 ++++ .../proj/vc7ide/explicit_inst_map_test.vcproj | 136 ++++ .../proj/vc7ide/explicit_inst_set_test.vcproj | 136 ++++ .../proj/vc7ide/explicit_inst_slist_test.vcproj | 136 ++++ .../vc7ide/explicit_inst_small_vector_test.vcproj | 136 ++++ .../vc7ide/explicit_inst_stable_vector_test.vcproj | 136 ++++ .../vc7ide/explicit_inst_static_vector_test.vcproj | 136 ++++ .../proj/vc7ide/explicit_inst_string_test.vcproj | 136 ++++ .../proj/vc7ide/explicit_inst_vector_test.vcproj | 136 ++++ .../container/proj/vc7ide/flat_map_test.vcproj | 137 +++++ .../container/proj/vc7ide/flat_set_test.vcproj | 137 +++++ .../container/proj/vc7ide/flat_tree_test.vcproj | 135 ++++ .../container/proj/vc7ide/global_resource.vcproj | 135 ++++ .../container/proj/vc7ide/hash_table_test.vcproj | 135 ++++ .../proj/vc7ide/insert_vs_emplace_test.vcproj | 135 ++++ .../libs/container/proj/vc7ide/list_test.vcproj | 135 ++++ .../libs/container/proj/vc7ide/map_test.vcproj | 135 ++++ .../proj/vc7ide/memory_resource_test.vcproj | 135 ++++ .../vc7ide/monotonic_buffer_resource_test.vcproj | 137 +++++ .../container/proj/vc7ide/node_handle_test.vcproj | 135 ++++ .../proj/vc7ide/null_iterators_test.vcproj | 128 ++++ .../libs/container/proj/vc7ide/pair_test.vcproj | 135 ++++ .../container/proj/vc7ide/pmr_deque_test.vcproj | 136 ++++ .../container/proj/vc7ide/pmr_flat_map_test.vcproj | 136 ++++ .../container/proj/vc7ide/pmr_flat_set_test.vcproj | 136 ++++ .../container/proj/vc7ide/pmr_list_test.vcproj | 136 ++++ .../libs/container/proj/vc7ide/pmr_map_test.vcproj | 136 ++++ .../libs/container/proj/vc7ide/pmr_set_test.vcproj | 136 ++++ .../container/proj/vc7ide/pmr_slist_test.vcproj | 136 ++++ .../proj/vc7ide/pmr_small_vector_test.vcproj | 136 ++++ .../proj/vc7ide/pmr_stable_vector_test.vcproj | 136 ++++ .../container/proj/vc7ide/pmr_string_test.vcproj | 136 ++++ .../container/proj/vc7ide/pmr_vector_test.vcproj | 136 ++++ .../proj/vc7ide/polymorphic_allocator_test.vcproj | 135 ++++ .../container/proj/vc7ide/resource_adaptor.vcproj | 136 ++++ .../vc7ide/scoped_allocator_adaptor_test.vcproj | 134 ++++ .../proj/vc7ide/scoped_allocator_usage_test.vcproj | 136 ++++ .../libs/container/proj/vc7ide/set_test.vcproj | 134 ++++ .../libs/container/proj/vc7ide/slist_test.vcproj | 135 ++++ .../container/proj/vc7ide/small_vector_test.vcproj | 135 ++++ .../proj/vc7ide/stable_vector_test.vcproj | 134 ++++ .../proj/vc7ide/static_vector_test.vcproj | 135 ++++ .../libs/container/proj/vc7ide/string_test.vcproj | 136 ++++ .../proj/vc7ide/string_view_compat_test.vcproj | 136 ++++ .../vc7ide/synchronized_pool_resource_test.vcproj | 136 ++++ .../proj/vc7ide/throw_exception_test.vcproj | 136 ++++ .../libs/container/proj/vc7ide/tree_test.vcproj | 135 ++++ .../unsynchronized_pool_resource_test.vcproj | 136 ++++ .../proj/vc7ide/uses_allocator_test.vcproj | 134 ++++ .../proj/vc7ide/vector_options_test.vcproj | 135 ++++ .../libs/container/proj/vc7ide/vector_test.vcproj | 135 ++++ 85 files changed, 12616 insertions(+) create mode 100644 src/boost/libs/container/proj/vc7ide/alloc_basic_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/alloc_full_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/alloc_lib.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/allocator_traits_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_adaptive_node_pool.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_alloc.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_alloc_expand_bwd.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_alloc_expand_fwd.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_alloc_shrink_to_fit.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_alloc_stable_vector_burst.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_flat_multiset.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_flat_set.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_set.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_set_adaptive_pool.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_set_alloc_v2.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_set_avl.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_set_multi.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_set_sg.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_set_sp.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/bench_static_vector.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/container.sln create mode 100644 src/boost/libs/container/proj/vc7ide/container.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/deque_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/doc_custom_tree.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/doc_custom_vector.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/doc_emplace.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/doc_extended_allocators.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/doc_move_containers.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/doc_pmr.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/doc_recursive_containers.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/doc_type_erasure.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_deque_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_flat_map_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_flat_set_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_list_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_map_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_set_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_slist_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_small_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_stable_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_static_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_string_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/explicit_inst_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/flat_map_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/flat_set_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/flat_tree_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/global_resource.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/hash_table_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/insert_vs_emplace_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/list_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/map_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/memory_resource_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/monotonic_buffer_resource_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/node_handle_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/null_iterators_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pair_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_deque_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_flat_map_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_flat_set_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_list_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_map_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_set_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_slist_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_small_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_stable_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_string_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/pmr_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/polymorphic_allocator_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/resource_adaptor.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/scoped_allocator_adaptor_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/scoped_allocator_usage_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/set_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/slist_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/small_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/stable_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/static_vector_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/string_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/string_view_compat_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/synchronized_pool_resource_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/throw_exception_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/tree_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/unsynchronized_pool_resource_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/uses_allocator_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/vector_options_test.vcproj create mode 100644 src/boost/libs/container/proj/vc7ide/vector_test.vcproj (limited to 'src/boost/libs/container/proj/vc7ide') diff --git a/src/boost/libs/container/proj/vc7ide/alloc_basic_test.vcproj b/src/boost/libs/container/proj/vc7ide/alloc_basic_test.vcproj new file mode 100644 index 00000000..cb13a889 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/alloc_basic_test.vcproj @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/alloc_full_test.vcproj b/src/boost/libs/container/proj/vc7ide/alloc_full_test.vcproj new file mode 100644 index 00000000..2508d0e6 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/alloc_full_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/alloc_lib.vcproj b/src/boost/libs/container/proj/vc7ide/alloc_lib.vcproj new file mode 100644 index 00000000..31983cc8 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/alloc_lib.vcproj @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/allocator_traits_test.vcproj b/src/boost/libs/container/proj/vc7ide/allocator_traits_test.vcproj new file mode 100644 index 00000000..fda5d865 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/allocator_traits_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_adaptive_node_pool.vcproj b/src/boost/libs/container/proj/vc7ide/bench_adaptive_node_pool.vcproj new file mode 100644 index 00000000..8749c282 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_adaptive_node_pool.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_alloc.vcproj b/src/boost/libs/container/proj/vc7ide/bench_alloc.vcproj new file mode 100644 index 00000000..90404bcc --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_alloc.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_alloc_expand_bwd.vcproj b/src/boost/libs/container/proj/vc7ide/bench_alloc_expand_bwd.vcproj new file mode 100644 index 00000000..306eeea5 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_alloc_expand_bwd.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_alloc_expand_fwd.vcproj b/src/boost/libs/container/proj/vc7ide/bench_alloc_expand_fwd.vcproj new file mode 100644 index 00000000..e3f14150 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_alloc_expand_fwd.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_alloc_shrink_to_fit.vcproj b/src/boost/libs/container/proj/vc7ide/bench_alloc_shrink_to_fit.vcproj new file mode 100644 index 00000000..cd1fa171 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_alloc_shrink_to_fit.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_alloc_stable_vector_burst.vcproj b/src/boost/libs/container/proj/vc7ide/bench_alloc_stable_vector_burst.vcproj new file mode 100644 index 00000000..3e07acff --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_alloc_stable_vector_burst.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_flat_multiset.vcproj b/src/boost/libs/container/proj/vc7ide/bench_flat_multiset.vcproj new file mode 100644 index 00000000..1c1bb900 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_flat_multiset.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_flat_set.vcproj b/src/boost/libs/container/proj/vc7ide/bench_flat_set.vcproj new file mode 100644 index 00000000..54d2cd4d --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_flat_set.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_set.vcproj b/src/boost/libs/container/proj/vc7ide/bench_set.vcproj new file mode 100644 index 00000000..96b49f4c --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_set.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_set_adaptive_pool.vcproj b/src/boost/libs/container/proj/vc7ide/bench_set_adaptive_pool.vcproj new file mode 100644 index 00000000..fcb8dbe4 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_set_adaptive_pool.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_set_alloc_v2.vcproj b/src/boost/libs/container/proj/vc7ide/bench_set_alloc_v2.vcproj new file mode 100644 index 00000000..160c27e0 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_set_alloc_v2.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_set_avl.vcproj b/src/boost/libs/container/proj/vc7ide/bench_set_avl.vcproj new file mode 100644 index 00000000..e18fa66a --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_set_avl.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_set_multi.vcproj b/src/boost/libs/container/proj/vc7ide/bench_set_multi.vcproj new file mode 100644 index 00000000..166df346 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_set_multi.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_set_sg.vcproj b/src/boost/libs/container/proj/vc7ide/bench_set_sg.vcproj new file mode 100644 index 00000000..751e653d --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_set_sg.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_set_sp.vcproj b/src/boost/libs/container/proj/vc7ide/bench_set_sp.vcproj new file mode 100644 index 00000000..5a123ab0 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_set_sp.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/bench_static_vector.vcproj b/src/boost/libs/container/proj/vc7ide/bench_static_vector.vcproj new file mode 100644 index 00000000..5648015b --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/bench_static_vector.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/container.sln b/src/boost/libs/container/proj/vc7ide/container.sln new file mode 100644 index 00000000..76933485 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/container.sln @@ -0,0 +1,685 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_containerlib", "container.vcproj", "{FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "slist_test", "slist_test.vcproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792608}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stable_vector_test", "stable_vector_test.vcproj", "{5E11C8D3-FA52-760A-84FE-943A6BA05A21}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "static_vector_test", "static_vector_test.vcproj", "{58E1C1C3-096A-84FE-4FA2-D6BA79201C02}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "string_test", "string_test.vcproj", "{58CCE183-6092-48FE-A4F7-BA0D4A792607}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "throw_exception_test", "throw_exception_test.vcproj", "{5A8D91E0-FA57-284F-84FE-D3A6BA792002}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vector_test", "vector_test.vcproj", "{5CE11C83-096A-84FE-4FA2-D3A6BA792002}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deque_test", "deque_test.vcproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792655}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flat_map_test", "flat_map_test.vcproj", "{5188ECE3-6092-8FE0-44A7-BAD3A7926329}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flat_set_test", "flat_set_test.vcproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792637}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hash_table_test", "hash_table_test.vcproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792606}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "list_test", "list_test.vcproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792632}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pair_test", "pair_test.vcproj", "{58CA17C5-A74F-9602-48FE-B06310DA7FA6}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scoped_allocator_usage_test", "scoped_allocator_usage_test.vcproj", "{B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_custom_tree", "doc_custom_tree.vcproj", "{5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_extended_allocators", "doc_extended_allocators.vcproj", "{5CE11C83-FA84-295A-4FA2-D7921A0BAB02}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_avl", "bench_set_avl.vcproj", "{5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_multi", "bench_set_multi.vcproj", "{51E1C2C3-26A9-24FE-24DE-DB271C32332B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_sg", "bench_set_sg.vcproj", "{51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_sp", "bench_set_sp.vcproj", "{5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_flat_set", "bench_flat_set.vcproj", "{5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_flat_multiset", "bench_flat_multiset.vcproj", "{E5C01323-3F2C-D074-F4A9-D16B31CC275B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_alloc_v2", "bench_set_alloc_v2.vcproj", "{5C2D1813-24CE-A826-4FE5-5732251A3FAF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "insert_vs_emplace_test", "insert_vs_emplace_test.vcproj", "{A1C1C223-26A9-A20E-4CE5-D3325271A7CB}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "null_iterators_test", "null_iterators_test.vcproj", "{C90520E3-B8A9-EB54-76E2-25DFA3C7762A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_vector_test", "explicit_inst_vector_test.vcproj", "{CA85EE11-096A-4F8A-4FA2-92DA72020000}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_list_test", "explicit_inst_list_test.vcproj", "{CE1A85E0-096A-42FC-F83A-97A242002DA5}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_deque_test", "explicit_inst_deque_test.vcproj", "{CEE1A855-096A-3AC8-2F5C-9DA2420523A5}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_slist_test", "explicit_inst_slist_test.vcproj", "{CE1A8F65-AC48-096A-2F5C-7A2420D323A1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_stable_vector_test", "explicit_inst_stable_vector_test.vcproj", "{AC285EA1-F8A3-306C-4FA2-A02029D5E720}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_static_vector_test", "explicit_inst_static_vector_test.vcproj", "{E287ACA1-FA42-3F7A-06C2-AC72012209F5}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_string_test", "explicit_inst_string_test.vcproj", "{6A85ECE0-A596-24EA-F83A-9231D72A0217}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_set_test", "explicit_inst_set_test.vcproj", "{C11D9E85-16A9-4A2E-C4F6-92F7E138200D}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_map_test", "explicit_inst_map_test.vcproj", "{CD9E8655-94A3-6C2E-C4F6-97E1382073FC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_flat_map_test", "explicit_inst_flat_map_test.vcproj", "{9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_flat_set_test", "explicit_inst_flat_set_test.vcproj", "{C811D9F8-A27E-1A91-FC44-92F14F73820B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "small_vector_test", "small_vector_test.vcproj", "{5CE8E110-096A-84FE-4A2A-BA7E925A6002}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc_stable_vector_burst", "bench_alloc_stable_vector_burst.vcproj", "{C3AD2582-79BF-2FE1-8612-BD707552A6A1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "memory_resource_test", "memory_resource_test.vcproj", "{5711C8E3-84EE-396A-4FA2-D6B03AA79202}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scoped_allocator_adaptor_test", "scoped_allocator_adaptor_test.vcproj", "{B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uses_allocator_test", "uses_allocator_test.vcproj", "{B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "polymorphic_allocator_test", "polymorphic_allocator_test.vcproj", "{5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "resource_adaptor_test", "resource_adaptor.vcproj", "{5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "monotonic_buffer_resource_test", "monotonic_buffer_resource_test.vcproj", "{531AC82E-41FA-96E3-4F8E-32372DA7C3C2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unsynchronized_pool_resource_test", "unsynchronized_pool_resource_test.vcproj", "{51FC821E-41FA-196E-F8E0-328DA3A37C72}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "synchronized_pool_resource_test", "synchronized_pool_resource_test.vcproj", "{5AC821FE-961F-4FA3-F8E0-38DC72DA3397}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "global_resource_test", "global_resource.vcproj", "{7C85E213-963A-84EE-4FA2-970396BAA802}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_pmr", "doc_pmr.vcproj", "{58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "explicit_inst_small_vector_test", "explicit_inst_small_vector_test.vcproj", "{CA85EE11-4F8A-0F96-A14F-92205A02D723}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_deque_test", "pmr_deque_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7231}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_flat_map_test", "pmr_flat_map_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E723A}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_flat_set_test", "pmr_flat_set_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7239}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_list_test", "pmr_list_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7238}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_map_test", "pmr_map_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7237}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_set_test", "pmr_set_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7236}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_small_vector_test", "pmr_small_vector_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7234}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_stable_vector_test", "pmr_stable_vector_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7230}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_vector_test", "pmr_vector_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7232}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_string_test", "pmr_string_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7233}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "node_handle_test", "node_handle_test.vcproj", "{5A17C6C5-6C29-A74F-48FE-A7FA7A063106}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "string_view_compat_test", "string_view_compat_test.vcproj", "{58CCE183-6092-48FE-A4F7-BA0D4A792607}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tree_test", "tree_test.vcproj", "{5CE185C3-2609-4FA5-FE38-792BA0D3A606}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "flat_tree_test", "flat_tree_test.vcproj", "{DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vector_options_test", "vector_options_test.vcproj", "{3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_custom_vector", "doc_custom_vector.vcproj", "{5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_alloc_lib", "alloc_lib.vcproj", "{685AC59C-E667-4096-9DAA-AB76083C7092}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc", "bench_alloc.vcproj", "{7CC83A22-8612-7BF8-2F4E-BD9493C6A071}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_adaptive_node_pool", "bench_adaptive_node_pool.vcproj", "{C8AD2618-79EB-8612-42FE-2A3AC9667A13}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc_expand_bwd", "bench_alloc_expand_bwd.vcproj", "{C7C283A2-7BF8-8612-42FE-B9D26A0793A1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc_shrink_to_fit", "bench_alloc_shrink_to_fit.vcproj", "{C7C283A2-7BF8-8612-42FE-B9D26A0793A1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_alloc_expand_fwd", "bench_alloc_expand_fwd.vcproj", "{C7C283A2-7BF8-8612-42FE-B9D26A0793A1}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set", "bench_set.vcproj", "{5E1C1C23-26A9-4FE5-A24E-DA735271C32B}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_static_vector", "bench_static_vector.vcproj", "{55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_emplace", "doc_emplace.vcproj", "{5CE11C83-FA84-295A-4FA2-D7921A0BAB02}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_move_containers", "doc_move_containers.vcproj", "{5D1C8E13-255A-FA84-4FA2-DA92100BAD42}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_recursive_containers", "doc_recursive_containers.vcproj", "{1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doc_type_erasure", "doc_type_erasure.vcproj", "{5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "map_test", "map_test.vcproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792606}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pmr_string_test", "pmr_slist_test.vcproj", "{85EADC21-42FA-F8A3-306C-A2029D5E7235}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "set_test", "set_test.vcproj", "{58CCE183-6092-48FE-A4F7-BA0D3A792606}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alloc_basic_test", "alloc_basic_test.vcproj", "{CD57C283-1862-42FE-BF87-B96D3A2A7912}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alloc_full_test", "alloc_full_test.vcproj", "{CD57C283-1862-9FE5-BF87-BA91293A76D3}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allocator_traits_test", "allocator_traits_test.vcproj", "{5CE11C83-096A-84FE-4FA2-D3A6BA792002}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench_set_adaptive_pool", "bench_set_adaptive_pool.vcproj", "{5C2D1813-24CE-A826-4FE5-5732251A3FAF}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Debug.ActiveCfg = Debug|Win32 + {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Debug.Build.0 = Debug|Win32 + {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Release.ActiveCfg = Release|Win32 + {FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}.Release.Build.0 = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Debug.ActiveCfg = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Debug.Build.0 = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Release.ActiveCfg = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792608}.Release.Build.0 = Release|Win32 + {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Debug.ActiveCfg = Debug|Win32 + {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Debug.Build.0 = Debug|Win32 + {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Release.ActiveCfg = Release|Win32 + {5E11C8D3-FA52-760A-84FE-943A6BA05A21}.Release.Build.0 = Release|Win32 + {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Debug.ActiveCfg = Debug|Win32 + {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Debug.Build.0 = Debug|Win32 + {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Release.ActiveCfg = Release|Win32 + {58E1C1C3-096A-84FE-4FA2-D6BA79201C02}.Release.Build.0 = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug.ActiveCfg = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug.Build.0 = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Release.ActiveCfg = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Release.Build.0 = Release|Win32 + {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Debug.ActiveCfg = Debug|Win32 + {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Debug.Build.0 = Debug|Win32 + {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Release.ActiveCfg = Release|Win32 + {5A8D91E0-FA57-284F-84FE-D3A6BA792002}.Release.Build.0 = Release|Win32 + {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug.ActiveCfg = Debug|Win32 + {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug.Build.0 = Debug|Win32 + {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Release.ActiveCfg = Release|Win32 + {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Release.Build.0 = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Debug.ActiveCfg = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Debug.Build.0 = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Release.ActiveCfg = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792655}.Release.Build.0 = Release|Win32 + {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Debug.ActiveCfg = Debug|Win32 + {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Debug.Build.0 = Debug|Win32 + {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Release.ActiveCfg = Release|Win32 + {5188ECE3-6092-8FE0-44A7-BAD3A7926329}.Release.Build.0 = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Debug.ActiveCfg = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Debug.Build.0 = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Release.ActiveCfg = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792637}.Release.Build.0 = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug.ActiveCfg = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug.Build.0 = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release.ActiveCfg = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release.Build.0 = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Debug.ActiveCfg = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Debug.Build.0 = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Release.ActiveCfg = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792632}.Release.Build.0 = Release|Win32 + {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Debug.ActiveCfg = Debug|Win32 + {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Debug.Build.0 = Debug|Win32 + {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Release.ActiveCfg = Release|Win32 + {58CA17C5-A74F-9602-48FE-B06310DA7FA6}.Release.Build.0 = Release|Win32 + {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Debug.ActiveCfg = Debug|Win32 + {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Debug.Build.0 = Debug|Win32 + {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Release.ActiveCfg = Release|Win32 + {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Release.Build.0 = Release|Win32 + {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Debug.ActiveCfg = Debug|Win32 + {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Debug.Build.0 = Debug|Win32 + {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Release.ActiveCfg = Release|Win32 + {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Release.Build.0 = Release|Win32 + {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Debug.ActiveCfg = Debug|Win32 + {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Debug.Build.0 = Debug|Win32 + {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Release.ActiveCfg = Release|Win32 + {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Release.Build.0 = Release|Win32 + {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Debug.ActiveCfg = Debug|Win32 + {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Debug.Build.0 = Debug|Win32 + {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Release.ActiveCfg = Release|Win32 + {5E1C1C23-26A9-AC4E-1FE5-C733DA52712B}.Release.Build.0 = Release|Win32 + {51E1C2C3-26A9-24FE-24DE-DB271C32332B}.Debug.ActiveCfg = Debug|Win32 + {51E1C2C3-26A9-24FE-24DE-DB271C32332B}.Debug.Build.0 = Debug|Win32 + {51E1C2C3-26A9-24FE-24DE-DB271C32332B}.Release.ActiveCfg = Release|Win32 + {51E1C2C3-26A9-24FE-24DE-DB271C32332B}.Release.Build.0 = Release|Win32 + {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Debug.ActiveCfg = Debug|Win32 + {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Debug.Build.0 = Debug|Win32 + {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Release.ActiveCfg = Release|Win32 + {51C2C0E3-6A93-4F4E-4DE1-D25273C32B3B}.Release.Build.0 = Release|Win32 + {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Debug.ActiveCfg = Debug|Win32 + {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Debug.Build.0 = Debug|Win32 + {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Release.ActiveCfg = Release|Win32 + {5C2C01E3-4E4F-6A93-4DE1-D5273C316BBB}.Release.Build.0 = Release|Win32 + {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Debug.ActiveCfg = Debug|Win32 + {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Debug.Build.0 = Debug|Win32 + {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Release.ActiveCfg = Release|Win32 + {5C2C01E3-DE40-F4A9-63F3-D3C316B327AB}.Release.Build.0 = Release|Win32 + {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Debug.ActiveCfg = Debug|Win32 + {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Debug.Build.0 = Debug|Win32 + {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Release.ActiveCfg = Release|Win32 + {E5C01323-3F2C-D074-F4A9-D16B31CC275B}.Release.Build.0 = Release|Win32 + {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Debug.ActiveCfg = Debug|Win32 + {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Debug.Build.0 = Debug|Win32 + {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Release.ActiveCfg = Release|Win32 + {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Release.Build.0 = Release|Win32 + {A1C1C223-26A9-A20E-4CE5-D3325271A7CB}.Debug.ActiveCfg = Debug|Win32 + {A1C1C223-26A9-A20E-4CE5-D3325271A7CB}.Release.ActiveCfg = Release|Win32 + {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Debug.ActiveCfg = Debug|Win32 + {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Debug.Build.0 = Debug|Win32 + {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Release.ActiveCfg = Release|Win32 + {C90520E3-B8A9-EB54-76E2-25DFA3C7762A}.Release.Build.0 = Release|Win32 + {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Debug.ActiveCfg = Debug|Win32 + {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Debug.Build.0 = Debug|Win32 + {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Release.ActiveCfg = Release|Win32 + {CA85EE11-096A-4F8A-4FA2-92DA72020000}.Release.Build.0 = Release|Win32 + {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Debug.ActiveCfg = Debug|Win32 + {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Debug.Build.0 = Debug|Win32 + {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Release.ActiveCfg = Release|Win32 + {CE1A85E0-096A-42FC-F83A-97A242002DA5}.Release.Build.0 = Release|Win32 + {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Debug.ActiveCfg = Debug|Win32 + {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Debug.Build.0 = Debug|Win32 + {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Release.ActiveCfg = Release|Win32 + {CEE1A855-096A-3AC8-2F5C-9DA2420523A5}.Release.Build.0 = Release|Win32 + {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Debug.ActiveCfg = Debug|Win32 + {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Debug.Build.0 = Debug|Win32 + {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Release.ActiveCfg = Release|Win32 + {CE1A8F65-AC48-096A-2F5C-7A2420D323A1}.Release.Build.0 = Release|Win32 + {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Debug.ActiveCfg = Debug|Win32 + {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Debug.Build.0 = Debug|Win32 + {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Release.ActiveCfg = Release|Win32 + {AC285EA1-F8A3-306C-4FA2-A02029D5E720}.Release.Build.0 = Release|Win32 + {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Debug.ActiveCfg = Debug|Win32 + {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Debug.Build.0 = Debug|Win32 + {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Release.ActiveCfg = Release|Win32 + {E287ACA1-FA42-3F7A-06C2-AC72012209F5}.Release.Build.0 = Release|Win32 + {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Debug.ActiveCfg = Debug|Win32 + {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Debug.Build.0 = Debug|Win32 + {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Release.ActiveCfg = Release|Win32 + {6A85ECE0-A596-24EA-F83A-9231D72A0217}.Release.Build.0 = Release|Win32 + {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Debug.ActiveCfg = Debug|Win32 + {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Debug.Build.0 = Debug|Win32 + {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Release.ActiveCfg = Release|Win32 + {C11D9E85-16A9-4A2E-C4F6-92F7E138200D}.Release.Build.0 = Release|Win32 + {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Debug.ActiveCfg = Debug|Win32 + {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Debug.Build.0 = Debug|Win32 + {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Release.ActiveCfg = Release|Win32 + {CD9E8655-94A3-6C2E-C4F6-97E1382073FC}.Release.Build.0 = Release|Win32 + {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Debug.ActiveCfg = Debug|Win32 + {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Debug.Build.0 = Debug|Win32 + {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Release.ActiveCfg = Release|Win32 + {9845ECE5-C27E-4F6C-94A3-9C2E1E7231FC}.Release.Build.0 = Release|Win32 + {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Debug.ActiveCfg = Debug|Win32 + {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Debug.Build.0 = Debug|Win32 + {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Release.ActiveCfg = Release|Win32 + {C811D9F8-A27E-1A91-FC44-92F14F73820B}.Release.Build.0 = Release|Win32 + {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Debug.ActiveCfg = Debug|Win32 + {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Debug.Build.0 = Debug|Win32 + {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Release.ActiveCfg = Release|Win32 + {5CE8E110-096A-84FE-4A2A-BA7E925A6002}.Release.Build.0 = Release|Win32 + {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Debug.ActiveCfg = Debug|Win32 + {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Debug.Build.0 = Debug|Win32 + {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Release.ActiveCfg = Release|Win32 + {C3AD2582-79BF-2FE1-8612-BD707552A6A1}.Release.Build.0 = Release|Win32 + {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Debug.ActiveCfg = Debug|Win32 + {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Debug.Build.0 = Debug|Win32 + {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Release.ActiveCfg = Release|Win32 + {5711C8E3-84EE-396A-4FA2-D6B03AA79202}.Release.Build.0 = Release|Win32 + {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Debug.ActiveCfg = Debug|Win32 + {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Debug.Build.0 = Debug|Win32 + {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Release.ActiveCfg = Release|Win32 + {B4E9FB12-7D7C-4461-83A9-5EB2C78E608F}.Release.Build.0 = Release|Win32 + {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Debug.ActiveCfg = Debug|Win32 + {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Debug.Build.0 = Debug|Win32 + {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Release.ActiveCfg = Release|Win32 + {B9FB0E62-D7C3-3A19-4461-58E6B252FAB7}.Release.Build.0 = Release|Win32 + {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Debug.ActiveCfg = Debug|Win32 + {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Debug.Build.0 = Debug|Win32 + {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Release.ActiveCfg = Release|Win32 + {5411C8E1-36A7-8E4C-4FA2-D0C903AA2072}.Release.Build.0 = Release|Win32 + {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Debug.ActiveCfg = Debug|Win32 + {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Debug.Build.0 = Debug|Win32 + {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Release.ActiveCfg = Release|Win32 + {5111AC8E-396A-4FA2-4F8E-3923DA7C03A2}.Release.Build.0 = Release|Win32 + {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Debug.ActiveCfg = Debug|Win32 + {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Debug.Build.0 = Debug|Win32 + {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Release.ActiveCfg = Release|Win32 + {531AC82E-41FA-96E3-4F8E-32372DA7C3C2}.Release.Build.0 = Release|Win32 + {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Debug.ActiveCfg = Debug|Win32 + {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Debug.Build.0 = Debug|Win32 + {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Release.ActiveCfg = Release|Win32 + {51FC821E-41FA-196E-F8E0-328DA3A37C72}.Release.Build.0 = Release|Win32 + {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Debug.ActiveCfg = Debug|Win32 + {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Debug.Build.0 = Debug|Win32 + {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Release.ActiveCfg = Release|Win32 + {5AC821FE-961F-4FA3-F8E0-38DC72DA3397}.Release.Build.0 = Release|Win32 + {7C85E213-963A-84EE-4FA2-970396BAA802}.Debug.ActiveCfg = Debug|Win32 + {7C85E213-963A-84EE-4FA2-970396BAA802}.Debug.Build.0 = Debug|Win32 + {7C85E213-963A-84EE-4FA2-970396BAA802}.Release.ActiveCfg = Release|Win32 + {7C85E213-963A-84EE-4FA2-970396BAA802}.Release.Build.0 = Release|Win32 + {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Debug.ActiveCfg = Debug|Win32 + {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Debug.Build.0 = Debug|Win32 + {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Release.ActiveCfg = Release|Win32 + {58E1C1F3-1A4F-15C5-4FA2-DA6A904B3041}.Release.Build.0 = Release|Win32 + {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Debug.ActiveCfg = Debug|Win32 + {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Debug.Build.0 = Debug|Win32 + {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Release.ActiveCfg = Release|Win32 + {CA85EE11-4F8A-0F96-A14F-92205A02D723}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7231}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E723A}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7239}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7238}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7237}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7236}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7234}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7230}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7232}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7233}.Release.Build.0 = Release|Win32 + {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Debug.ActiveCfg = Debug|Win32 + {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Debug.Build.0 = Debug|Win32 + {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Release.ActiveCfg = Release|Win32 + {5A17C6C5-6C29-A74F-48FE-A7FA7A063106}.Release.Build.0 = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug.ActiveCfg = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Debug.Build.0 = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Release.ActiveCfg = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D4A792607}.Release.Build.0 = Release|Win32 + {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Debug.ActiveCfg = Debug|Win32 + {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Debug.Build.0 = Debug|Win32 + {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Release.ActiveCfg = Release|Win32 + {5CE185C3-2609-4FA5-FE38-792BA0D3A606}.Release.Build.0 = Release|Win32 + {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Debug.ActiveCfg = Debug|Win32 + {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Debug.Build.0 = Debug|Win32 + {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Release.ActiveCfg = Release|Win32 + {DE1834C3-2609-FE38-4FA5-0BA0D3CD0796}.Release.Build.0 = Release|Win32 + {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Debug.ActiveCfg = Debug|Win32 + {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Debug.Build.0 = Debug|Win32 + {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Release.ActiveCfg = Release|Win32 + {3E10C8C3-4F8E-96A0-4FA2-D032BA7A6092}.Release.Build.0 = Release|Win32 + {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Debug.ActiveCfg = Debug|Win32 + {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Debug.Build.0 = Debug|Win32 + {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Release.ActiveCfg = Release|Win32 + {5E11C8B3-A8C4-4A2F-295A-7951A0EDAA02}.Release.Build.0 = Release|Win32 + {685AC59C-E667-4096-9DAA-AB76083C7092}.Debug.ActiveCfg = Debug|Win32 + {685AC59C-E667-4096-9DAA-AB76083C7092}.Debug.Build.0 = Debug|Win32 + {685AC59C-E667-4096-9DAA-AB76083C7092}.Release.ActiveCfg = Release|Win32 + {685AC59C-E667-4096-9DAA-AB76083C7092}.Release.Build.0 = Release|Win32 + {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Debug.ActiveCfg = Debug|Win32 + {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Debug.Build.0 = Debug|Win32 + {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Release.ActiveCfg = Release|Win32 + {7CC83A22-8612-7BF8-2F4E-BD9493C6A071}.Release.Build.0 = Release|Win32 + {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Debug.ActiveCfg = Debug|Win32 + {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Debug.Build.0 = Debug|Win32 + {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Release.ActiveCfg = Release|Win32 + {C8AD2618-79EB-8612-42FE-2A3AC9667A13}.Release.Build.0 = Release|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug.ActiveCfg = Debug|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug.Build.0 = Debug|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release.ActiveCfg = Release|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release.Build.0 = Release|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug.ActiveCfg = Debug|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug.Build.0 = Debug|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release.ActiveCfg = Release|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release.Build.0 = Release|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug.ActiveCfg = Debug|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Debug.Build.0 = Debug|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release.ActiveCfg = Release|Win32 + {C7C283A2-7BF8-8612-42FE-B9D26A0793A1}.Release.Build.0 = Release|Win32 + {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Debug.ActiveCfg = Debug|Win32 + {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Debug.Build.0 = Debug|Win32 + {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Release.ActiveCfg = Release|Win32 + {5E1C1C23-26A9-4FE5-A24E-DA735271C32B}.Release.Build.0 = Release|Win32 + {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Debug.ActiveCfg = Debug|Win32 + {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Debug.Build.0 = Debug|Win32 + {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Release.ActiveCfg = Release|Win32 + {55E1C1C3-84FE-26A9-4A2E-D7901C32BA02}.Release.Build.0 = Release|Win32 + {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Debug.ActiveCfg = Debug|Win32 + {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Debug.Build.0 = Debug|Win32 + {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Release.ActiveCfg = Release|Win32 + {5CE11C83-FA84-295A-4FA2-D7921A0BAB02}.Release.Build.0 = Release|Win32 + {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Debug.ActiveCfg = Debug|Win32 + {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Debug.Build.0 = Debug|Win32 + {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Release.ActiveCfg = Release|Win32 + {5D1C8E13-255A-FA84-4FA2-DA92100BAD42}.Release.Build.0 = Release|Win32 + {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Debug.ActiveCfg = Debug|Win32 + {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Debug.Build.0 = Debug|Win32 + {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Release.ActiveCfg = Release|Win32 + {1B51C8B2-A832-F55A-4FA2-210AF9D43BD2}.Release.Build.0 = Release|Win32 + {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Debug.ActiveCfg = Debug|Win32 + {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Debug.Build.0 = Debug|Win32 + {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Release.ActiveCfg = Release|Win32 + {5C8E1C13-A4F4-2C55-4FA2-D100BA6A9041}.Release.Build.0 = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug.ActiveCfg = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug.Build.0 = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release.ActiveCfg = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release.Build.0 = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Debug.ActiveCfg = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Debug.Build.0 = Debug|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Release.ActiveCfg = Release|Win32 + {85EADC21-42FA-F8A3-306C-A2029D5E7235}.Release.Build.0 = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug.ActiveCfg = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Debug.Build.0 = Debug|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release.ActiveCfg = Release|Win32 + {58CCE183-6092-48FE-A4F7-BA0D3A792606}.Release.Build.0 = Release|Win32 + {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Debug.ActiveCfg = Debug|Win32 + {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Debug.Build.0 = Debug|Win32 + {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Release.ActiveCfg = Release|Win32 + {CD57C283-1862-42FE-BF87-B96D3A2A7912}.Release.Build.0 = Release|Win32 + {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Debug.ActiveCfg = Debug|Win32 + {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Debug.Build.0 = Debug|Win32 + {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Release.ActiveCfg = Release|Win32 + {CD57C283-1862-9FE5-BF87-BA91293A76D3}.Release.Build.0 = Release|Win32 + {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug.ActiveCfg = Debug|Win32 + {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Debug.Build.0 = Debug|Win32 + {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Release.ActiveCfg = Release|Win32 + {5CE11C83-096A-84FE-4FA2-D3A6BA792002}.Release.Build.0 = Release|Win32 + {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Debug.ActiveCfg = Debug|Win32 + {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Debug.Build.0 = Debug|Win32 + {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Release.ActiveCfg = Release|Win32 + {5C2D1813-24CE-A826-4FE5-5732251A3FAF}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/src/boost/libs/container/proj/vc7ide/container.vcproj b/src/boost/libs/container/proj/vc7ide/container.vcproj new file mode 100644 index 00000000..28db9cdd --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/container.vcproj @@ -0,0 +1,568 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/deque_test.vcproj b/src/boost/libs/container/proj/vc7ide/deque_test.vcproj new file mode 100644 index 00000000..c2344fe9 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/deque_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/doc_custom_tree.vcproj b/src/boost/libs/container/proj/vc7ide/doc_custom_tree.vcproj new file mode 100644 index 00000000..937a294a --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/doc_custom_tree.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/doc_custom_vector.vcproj b/src/boost/libs/container/proj/vc7ide/doc_custom_vector.vcproj new file mode 100644 index 00000000..8faafca8 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/doc_custom_vector.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/doc_emplace.vcproj b/src/boost/libs/container/proj/vc7ide/doc_emplace.vcproj new file mode 100644 index 00000000..8140b54c --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/doc_emplace.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/doc_extended_allocators.vcproj b/src/boost/libs/container/proj/vc7ide/doc_extended_allocators.vcproj new file mode 100644 index 00000000..2ffacc32 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/doc_extended_allocators.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/doc_move_containers.vcproj b/src/boost/libs/container/proj/vc7ide/doc_move_containers.vcproj new file mode 100644 index 00000000..46f4392a --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/doc_move_containers.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/doc_pmr.vcproj b/src/boost/libs/container/proj/vc7ide/doc_pmr.vcproj new file mode 100644 index 00000000..ef0a461a --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/doc_pmr.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/doc_recursive_containers.vcproj b/src/boost/libs/container/proj/vc7ide/doc_recursive_containers.vcproj new file mode 100644 index 00000000..5874d8d0 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/doc_recursive_containers.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/doc_type_erasure.vcproj b/src/boost/libs/container/proj/vc7ide/doc_type_erasure.vcproj new file mode 100644 index 00000000..6f5d3ae6 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/doc_type_erasure.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_deque_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_deque_test.vcproj new file mode 100644 index 00000000..e1e44d9a --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_deque_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_flat_map_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_flat_map_test.vcproj new file mode 100644 index 00000000..a390cefa --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_flat_map_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_flat_set_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_flat_set_test.vcproj new file mode 100644 index 00000000..2af4b870 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_flat_set_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_list_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_list_test.vcproj new file mode 100644 index 00000000..4d24787c --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_list_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_map_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_map_test.vcproj new file mode 100644 index 00000000..8da1429f --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_map_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_set_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_set_test.vcproj new file mode 100644 index 00000000..e61403a6 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_set_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_slist_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_slist_test.vcproj new file mode 100644 index 00000000..33f1d3ca --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_slist_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_small_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_small_vector_test.vcproj new file mode 100644 index 00000000..51e9cbfa --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_small_vector_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_stable_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_stable_vector_test.vcproj new file mode 100644 index 00000000..2227f5a5 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_stable_vector_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_static_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_static_vector_test.vcproj new file mode 100644 index 00000000..6b576039 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_static_vector_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_string_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_string_test.vcproj new file mode 100644 index 00000000..46031afe --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_string_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/explicit_inst_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/explicit_inst_vector_test.vcproj new file mode 100644 index 00000000..236b032c --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/explicit_inst_vector_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/flat_map_test.vcproj b/src/boost/libs/container/proj/vc7ide/flat_map_test.vcproj new file mode 100644 index 00000000..d7f13f2b --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/flat_map_test.vcproj @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/flat_set_test.vcproj b/src/boost/libs/container/proj/vc7ide/flat_set_test.vcproj new file mode 100644 index 00000000..539399fa --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/flat_set_test.vcproj @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/flat_tree_test.vcproj b/src/boost/libs/container/proj/vc7ide/flat_tree_test.vcproj new file mode 100644 index 00000000..566d6980 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/flat_tree_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/global_resource.vcproj b/src/boost/libs/container/proj/vc7ide/global_resource.vcproj new file mode 100644 index 00000000..bc996f5a --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/global_resource.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/hash_table_test.vcproj b/src/boost/libs/container/proj/vc7ide/hash_table_test.vcproj new file mode 100644 index 00000000..fe909777 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/hash_table_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/insert_vs_emplace_test.vcproj b/src/boost/libs/container/proj/vc7ide/insert_vs_emplace_test.vcproj new file mode 100644 index 00000000..320c3b04 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/insert_vs_emplace_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/list_test.vcproj b/src/boost/libs/container/proj/vc7ide/list_test.vcproj new file mode 100644 index 00000000..1aec531c --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/list_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/map_test.vcproj b/src/boost/libs/container/proj/vc7ide/map_test.vcproj new file mode 100644 index 00000000..d7023918 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/map_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/memory_resource_test.vcproj b/src/boost/libs/container/proj/vc7ide/memory_resource_test.vcproj new file mode 100644 index 00000000..45b62ac9 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/memory_resource_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/monotonic_buffer_resource_test.vcproj b/src/boost/libs/container/proj/vc7ide/monotonic_buffer_resource_test.vcproj new file mode 100644 index 00000000..8dea90c0 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/monotonic_buffer_resource_test.vcproj @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/node_handle_test.vcproj b/src/boost/libs/container/proj/vc7ide/node_handle_test.vcproj new file mode 100644 index 00000000..48d4f506 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/node_handle_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/null_iterators_test.vcproj b/src/boost/libs/container/proj/vc7ide/null_iterators_test.vcproj new file mode 100644 index 00000000..db5735f6 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/null_iterators_test.vcproj @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pair_test.vcproj b/src/boost/libs/container/proj/vc7ide/pair_test.vcproj new file mode 100644 index 00000000..0b29eb84 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pair_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_deque_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_deque_test.vcproj new file mode 100644 index 00000000..d34a65ce --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_deque_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_flat_map_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_flat_map_test.vcproj new file mode 100644 index 00000000..141eebca --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_flat_map_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_flat_set_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_flat_set_test.vcproj new file mode 100644 index 00000000..a11d96c5 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_flat_set_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_list_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_list_test.vcproj new file mode 100644 index 00000000..a3c93436 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_list_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_map_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_map_test.vcproj new file mode 100644 index 00000000..93120a4f --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_map_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_set_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_set_test.vcproj new file mode 100644 index 00000000..2935011c --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_set_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_slist_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_slist_test.vcproj new file mode 100644 index 00000000..c8a2d989 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_slist_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_small_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_small_vector_test.vcproj new file mode 100644 index 00000000..6291009c --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_small_vector_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_stable_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_stable_vector_test.vcproj new file mode 100644 index 00000000..56471421 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_stable_vector_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_string_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_string_test.vcproj new file mode 100644 index 00000000..7160fd4a --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_string_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/pmr_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/pmr_vector_test.vcproj new file mode 100644 index 00000000..5c5249f1 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/pmr_vector_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/polymorphic_allocator_test.vcproj b/src/boost/libs/container/proj/vc7ide/polymorphic_allocator_test.vcproj new file mode 100644 index 00000000..607cc9e0 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/polymorphic_allocator_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/resource_adaptor.vcproj b/src/boost/libs/container/proj/vc7ide/resource_adaptor.vcproj new file mode 100644 index 00000000..82679cd1 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/resource_adaptor.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/scoped_allocator_adaptor_test.vcproj b/src/boost/libs/container/proj/vc7ide/scoped_allocator_adaptor_test.vcproj new file mode 100644 index 00000000..e3ad785d --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/scoped_allocator_adaptor_test.vcproj @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/scoped_allocator_usage_test.vcproj b/src/boost/libs/container/proj/vc7ide/scoped_allocator_usage_test.vcproj new file mode 100644 index 00000000..4faf10f4 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/scoped_allocator_usage_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/set_test.vcproj b/src/boost/libs/container/proj/vc7ide/set_test.vcproj new file mode 100644 index 00000000..98ae093a --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/set_test.vcproj @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/slist_test.vcproj b/src/boost/libs/container/proj/vc7ide/slist_test.vcproj new file mode 100644 index 00000000..47c70115 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/slist_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/small_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/small_vector_test.vcproj new file mode 100644 index 00000000..7cb56405 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/small_vector_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/stable_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/stable_vector_test.vcproj new file mode 100644 index 00000000..02cf1764 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/stable_vector_test.vcproj @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/static_vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/static_vector_test.vcproj new file mode 100644 index 00000000..2c3dcc92 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/static_vector_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/string_test.vcproj b/src/boost/libs/container/proj/vc7ide/string_test.vcproj new file mode 100644 index 00000000..f70f7565 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/string_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/string_view_compat_test.vcproj b/src/boost/libs/container/proj/vc7ide/string_view_compat_test.vcproj new file mode 100644 index 00000000..42a184be --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/string_view_compat_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/synchronized_pool_resource_test.vcproj b/src/boost/libs/container/proj/vc7ide/synchronized_pool_resource_test.vcproj new file mode 100644 index 00000000..997e2c19 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/synchronized_pool_resource_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/throw_exception_test.vcproj b/src/boost/libs/container/proj/vc7ide/throw_exception_test.vcproj new file mode 100644 index 00000000..8522325c --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/throw_exception_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/tree_test.vcproj b/src/boost/libs/container/proj/vc7ide/tree_test.vcproj new file mode 100644 index 00000000..6f800567 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/tree_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/unsynchronized_pool_resource_test.vcproj b/src/boost/libs/container/proj/vc7ide/unsynchronized_pool_resource_test.vcproj new file mode 100644 index 00000000..a11d7085 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/unsynchronized_pool_resource_test.vcproj @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/uses_allocator_test.vcproj b/src/boost/libs/container/proj/vc7ide/uses_allocator_test.vcproj new file mode 100644 index 00000000..92f7094f --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/uses_allocator_test.vcproj @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/vector_options_test.vcproj b/src/boost/libs/container/proj/vc7ide/vector_options_test.vcproj new file mode 100644 index 00000000..8d1608f4 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/vector_options_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/boost/libs/container/proj/vc7ide/vector_test.vcproj b/src/boost/libs/container/proj/vc7ide/vector_test.vcproj new file mode 100644 index 00000000..68e9a835 --- /dev/null +++ b/src/boost/libs/container/proj/vc7ide/vector_test.vcproj @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3