Update quickbook version to 1.7 and fix detected errors in qbk

This commit is contained in:
Ion Gaztañaga
2024-03-18 00:01:22 +01:00
parent 6e697d7968
commit 6291e6c1bd
4 changed files with 125 additions and 285 deletions

120
.gitignore vendored Normal file
View File

@@ -0,0 +1,120 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/proj/vs/.vs
/proj/vs/x64
/proj/vs/Win32
/proj/vs/allocator_traits_test.vcxproj.user
/proj/vs/alloc_basic_test.vcxproj.user
/proj/vs/alloc_full_test.vcxproj.user
/proj/vs/alloc_lib.vcxproj.user
/proj/vs/bench_adaptive_node_pool.vcxproj.user
/proj/vs/bench_alloc.vcxproj.user
/proj/vs/bench_alloc_expand_bwd.vcxproj.user
/proj/vs/bench_alloc_expand_fwd.vcxproj.user
/proj/vs/bench_alloc_shrink_to_fit.vcxproj.user
/proj/vs/bench_alloc_stable_vector_burst.vcxproj.user
/proj/vs/bench_flat_multiset.vcxproj.user
/proj/vs/bench_flat_set.vcxproj.user
/proj/vs/bench_hash_map_string_test.vcxproj
/proj/vs/bench_hash_map_string_test.vcxproj.user
/proj/vs/bench_hash_map_test.vcxproj
/proj/vs/bench_hash_map_test.vcxproj.user
/proj/vs/bench_hash_map_uint32_test.vcxproj
/proj/vs/bench_hash_map_uint32_test.vcxproj.user
/proj/vs/bench_hash_map_uint64_test.vcxproj
/proj/vs/bench_hash_map_uint64_test.vcxproj.user
/proj/vs/bench_hash_set_test.vcxproj
/proj/vs/bench_set.vcxproj.user
/proj/vs/bench_set_adaptive_pool.vcxproj.user
/proj/vs/bench_set_alloc_v2.vcxproj.user
/proj/vs/bench_set_avl.vcxproj.user
/proj/vs/bench_set_multi.vcxproj.user
/proj/vs/bench_set_sg.vcxproj.user
/proj/vs/bench_set_sp.vcxproj.user
/proj/vs/bench_static_vector.vcxproj.user
/proj/vs/bench_vectors.vcxproj.user
/proj/vs/boost_iterator_comp_test.vcxproj.user
/proj/vs/common_iterator_test.vcxproj.user
/proj/vs/container.vcxproj
/proj/vs/container.vcxproj.filters
/proj/vs/container.vcxproj.user
/proj/vs/copy_move_algo_test.vcxproj.user
/proj/vs/deque_options_test.vcxproj.user
/proj/vs/deque_test.vcxproj.user
/proj/vs/devector_options_test.vcxproj.user
/proj/vs/devector_test.vcxproj.user
/proj/vs/doc_custom_deque.vcxproj.user
/proj/vs/doc_custom_devector.vcxproj.user
/proj/vs/doc_custom_small_vector.vcxproj.user
/proj/vs/doc_custom_static_vector.vcxproj.user
/proj/vs/doc_custom_tree.vcxproj.user
/proj/vs/doc_custom_vector.vcxproj.user
/proj/vs/doc_emplace.vcxproj.user
/proj/vs/doc_extended_allocators.vcxproj.user
/proj/vs/doc_move_containers.vcxproj.user
/proj/vs/doc_pmr.vcxproj.user
/proj/vs/doc_recursive_containers.vcxproj.user
/proj/vs/doc_type_erasure.vcxproj.user
/proj/vs/explicit_inst_deque_test.vcxproj.user
/proj/vs/explicit_inst_devector_test.vcxproj.user
/proj/vs/explicit_inst_flat_map_test.vcxproj.user
/proj/vs/explicit_inst_flat_set_test.vcxproj.user
/proj/vs/explicit_inst_list_test.vcxproj.user
/proj/vs/explicit_inst_map_test.vcxproj.user
/proj/vs/explicit_inst_set_test.vcxproj.user
/proj/vs/explicit_inst_slist_test.vcxproj.user
/proj/vs/explicit_inst_small_vector_test.vcxproj.user
/proj/vs/explicit_inst_stable_vector_test.vcxproj.user
/proj/vs/explicit_inst_static_vector_test.vcxproj.user
/proj/vs/explicit_inst_string_test.vcxproj.user
/proj/vs/explicit_inst_vector_test.vcxproj.user
/proj/vs/flat_map_adaptor_test.vcxproj.user
/proj/vs/flat_map_test.vcxproj.user
/proj/vs/flat_set_adaptor_test.vcxproj.user
/proj/vs/flat_set_test.vcxproj.user
/proj/vs/flat_tree_test.vcxproj.user
/proj/vs/global_resource.vcxproj.user
/proj/vs/insert_vs_emplace_test.vcxproj.user
/proj/vs/list_test.vcxproj.user
/proj/vs/map_test.vcxproj.user
/proj/vs/memory_resource_test.vcxproj.user
/proj/vs/monotonic_buffer_resource_test.vcxproj.user
/proj/vs/node_handle_test.vcxproj.user
/proj/vs/null_iterators_test.vcxproj.user
/proj/vs/pair_test.vcxproj.user
/proj/vs/pmr_deque_test.vcxproj.user
/proj/vs/pmr_devector_test.vcxproj.user
/proj/vs/pmr_flat_map_test.vcxproj.user
/proj/vs/pmr_flat_set_test.vcxproj.user
/proj/vs/pmr_list_test.vcxproj.user
/proj/vs/pmr_map_test.vcxproj.user
/proj/vs/pmr_set_test.vcxproj.user
/proj/vs/pmr_slist_test.vcxproj.user
/proj/vs/pmr_small_vector_test.vcxproj.user
/proj/vs/pmr_stable_vector_test.vcxproj.user
/proj/vs/pmr_string_test.vcxproj.user
/proj/vs/pmr_vector_test.vcxproj.user
/proj/vs/polymorphic_allocator_test.vcxproj.user
/proj/vs/resource_adaptor.vcxproj.user
/proj/vs/scoped_allocator_adaptor_test.vcxproj.user
/proj/vs/scoped_allocator_usage_test.vcxproj.user
/proj/vs/set_test.vcxproj.user
/proj/vs/slist_test.vcxproj.user
/proj/vs/small_vector_options_test.vcxproj.user
/proj/vs/small_vector_test.vcxproj.user
/proj/vs/stable_vector_test.vcxproj.user
/proj/vs/static_vector_options_test.vcxproj.user
/proj/vs/static_vector_test.vcxproj.user
/proj/vs/string_test.vcxproj.user
/proj/vs/string_view_compat_test.vcxproj.user
/proj/vs/synchronized_pool_resource_test.vcxproj.user
/proj/vs/throw_exception_test.vcxproj.user
/proj/vs/tree_test.vcxproj.user
/proj/vs/unsynchronized_pool_resource_test.vcxproj.user
/proj/vs/uses_allocator_test.vcxproj.user
/proj/vs/vector_options_test.vcxproj.user
/proj/vs/vector_test.vcxproj.user
/doc/html
/doc/autodoc.xml

View File

@@ -22,6 +22,7 @@ doxygen autodoc
:
<doxygen:param>EXTRACT_ALL=NO
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
<doxygen:param>HIDE_UNDOC_CLASSES=YES
<doxygen:param>EXTRACT_PRIVATE=NO
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES

View File

@@ -6,7 +6,7 @@
/]
[library Boost.Container
[quickbook 1.5]
[quickbook 1.7]
[authors [Gaztanaga, Ion]]
[copyright 2009-2018 Ion Gaztanaga]
[id container]
@@ -662,9 +662,9 @@ implementations could achieve O(1) range splice when the range size was known to
[: `void splice(iterator position, list& x, iterator first, iterator last, size_type n);`
[*Effects]: Inserts elements in the range [first, last) before position and removes the elements from x.
[*Effects]: Inserts elements in the range `[first, last)` before position and removes the elements from x.
[*Requires]: [first, last) is a valid range in x. The result is undefined if position is an iterator in the range [first, last). Invalidates only the iterators and references to the spliced elements. n == distance(first, last).
[*Requires]: `[first, last)` is a valid range in x. The result is undefined if position is an iterator in the range `[first, last)`. Invalidates only the iterators and references to the spliced elements. `n == distance(first, last)`.
[*Throws]: Nothing.
@@ -1363,7 +1363,7 @@ use [*Boost.Container]? There are several reasons for that:
[endsect]
[include auto_index_helpers.qbk]
[import ../../../tools/auto_index/include/auto_index_helpers.qbk]
[section:index Indexes]

View File

@@ -1,281 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\bench\bench_hash_common.hpp" />
<ClInclude Include="..\..\include\boost\container\adaptive_pool.hpp" />
<ClInclude Include="..\..\include\boost\container\allocator.hpp" />
<ClInclude Include="..\..\include\boost\container\allocator_traits.hpp" />
<ClInclude Include="..\..\include\boost\container\container_fwd.hpp" />
<ClInclude Include="..\..\include\boost\container\deque.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\adaptive_node_pool.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\adaptive_node_pool_impl.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\addressof.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\advanced_insert_int.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\algorithm.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\allocation_type.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\allocator_version_traits.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\alloc_helpers.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\alloc_lib.h" />
<ClInclude Include="..\..\include\boost\container\detail\auto_link.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\block_list.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\block_slist.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\compare_functors.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\config_begin.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\config_end.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\construct_in_place.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\container_or_allocator_rebind.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\container_rebind.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\copy_move_algo.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\destroyers.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\dispatch_uses_allocator.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\dlmalloc.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\flat_tree.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\function_detector.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\guards_dended.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\hash_table.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\is_container.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\is_contiguous_container.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\is_sorted.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\iterator.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\iterators.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\iterator_to_raw_pointer.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\math_functions.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\minimal_char_traits_header.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\min_max.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\mpl.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\multiallocation_chain.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\mutex.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\next_capacity.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\node_alloc_holder.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\node_pool.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\node_pool_impl.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\pair.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\pair_key_mapped_of_value.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\placement_new.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\pool_common.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\pool_common_alloc.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\pool_resource.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\singleton.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\std_fwd.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\thread_mutex.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\transform_iterator.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\tree.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\type_traits.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\value_functors.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\value_init.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\variadic_templates_tools.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\version_type.hpp" />
<ClInclude Include="..\..\include\boost\container\detail\workaround.hpp" />
<ClInclude Include="..\..\include\boost\container\devector.hpp" />
<ClInclude Include="..\..\include\boost\container\flat_map.hpp" />
<ClInclude Include="..\..\include\boost\container\flat_set.hpp" />
<ClInclude Include="..\..\include\boost\container\list.hpp" />
<ClInclude Include="..\..\include\boost\container\map.hpp" />
<ClInclude Include="..\..\include\boost\container\new_allocator.hpp" />
<ClInclude Include="..\..\include\boost\container\node_allocator.hpp" />
<ClInclude Include="..\..\include\boost\container\node_handle.hpp" />
<ClInclude Include="..\..\include\boost\container\options.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\deque.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\devector.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\flat_map.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\flat_set.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\global_resource.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\list.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\map.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\memory_resource.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\monotonic_buffer_resource.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\polymorphic_allocator.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\pool_options.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\resource_adaptor.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\set.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\slist.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\small_vector.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\stable_vector.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\string.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\synchronized_pool_resource.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\unsynchronized_pool_resource.hpp" />
<ClInclude Include="..\..\include\boost\container\pmr\vector.hpp" />
<ClInclude Include="..\..\include\boost\container\scoped_allocator.hpp" />
<ClInclude Include="..\..\include\boost\container\scoped_allocator_fwd.hpp" />
<ClInclude Include="..\..\include\boost\container\set.hpp" />
<ClInclude Include="..\..\include\boost\container\slist.hpp" />
<ClInclude Include="..\..\include\boost\container\small_vector.hpp" />
<ClInclude Include="..\..\include\boost\container\stable_vector.hpp" />
<ClInclude Include="..\..\include\boost\container\static_vector.hpp" />
<ClInclude Include="..\..\include\boost\container\string.hpp" />
<ClInclude Include="..\..\include\boost\container\throw_exception.hpp" />
<ClInclude Include="..\..\include\boost\container\uses_allocator.hpp" />
<ClInclude Include="..\..\include\boost\container\uses_allocator_fwd.hpp" />
<ClInclude Include="..\..\include\boost\container\vector.hpp" />
<ClInclude Include="..\..\test\allocator_argument_tester.hpp" />
<ClInclude Include="..\..\test\check_equal_containers.hpp" />
<ClInclude Include="..\..\test\comparison_test.hpp" />
<ClInclude Include="..\..\test\container_common_tests.hpp" />
<ClInclude Include="..\..\test\default_init_test.hpp" />
<ClInclude Include="..\..\test\derived_from_memory_resource.hpp" />
<ClInclude Include="..\..\test\dummy_test_allocator.hpp" />
<ClInclude Include="..\..\test\emplace_test.hpp" />
<ClInclude Include="..\..\test\expand_bwd_test_allocator.hpp" />
<ClInclude Include="..\..\test\expand_bwd_test_template.hpp" />
<ClInclude Include="..\..\test\fca_simple_unordered.hpp" />
<ClInclude Include="..\..\test\fca_unordered.hpp" />
<ClInclude Include="..\..\test\fxa_common.hpp" />
<ClInclude Include="..\..\test\input_from_forward_iterator.hpp" />
<ClInclude Include="..\..\test\input_iterator.hpp" />
<ClInclude Include="..\..\test\insert_test.hpp" />
<ClInclude Include="..\..\test\list_test.hpp" />
<ClInclude Include="..\..\test\map_test.hpp" />
<ClInclude Include="..\..\test\memory_resource_logger.hpp" />
<ClInclude Include="..\..\test\movable_int.hpp" />
<ClInclude Include="..\..\test\pool_resource_test.hpp" />
<ClInclude Include="..\..\test\print_container.hpp" />
<ClInclude Include="..\..\test\propagate_allocator_test.hpp" />
<ClInclude Include="..\..\test\propagation_test_allocator.hpp" />
<ClInclude Include="..\..\test\set_test.hpp" />
<ClInclude Include="..\..\test\static_vector_test.hpp" />
<ClInclude Include="..\..\test\test_elem.hpp" />
<ClInclude Include="..\..\test\test_util.hpp" />
<ClInclude Include="..\..\test\vector_test.hpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\.github\workflows\ci.yml" />
<None Include="..\..\doc\container.qbk" />
<None Include="..\..\doc\index.idx" />
<None Include="..\..\doc\Jamfile.v2" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>_containerlib</ProjectName>
<ProjectGuid>{FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>15.0.27625.0</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>../../Bin/Win32\</OutDir>
<IntDir>Debug\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>../../Bin/Win32\</OutDir>
<IntDir>Release\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader />
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Lib>
<OutputFile>$(OutDir)d.lib</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Lib>
<OutputFile>$(OutDir)d.lib</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>../../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader />
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat />
</ClCompile>
<Lib>
<OutputFile>$(OutDir)container.lib</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalIncludeDirectories>../../../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>
</DebugInformationFormat>
</ClCompile>
<Lib>
<OutputFile>$(OutDir)container.lib</OutputFile>
</Lib>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>