4298d1984b
* Simplify select1st
247 lines
5.8 KiB
XML
247 lines
5.8 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="_alloc_lib"
|
|
ProjectGUID="{685AC59C-E667-4096-9DAA-AB76083C7092}"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\..\Bin\Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\..\.."
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="4"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/alloc_lib.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\..\Bin\Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="4"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\..\.."
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="FALSE"
|
|
DebugInformationFormat="3"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/alloc_lib.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
<File
|
|
RelativePath="..\..\src\alloc_lib.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\dlmalloc.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\global_resource.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\monotonic_buffer_resource.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\pool_resource.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\synchronized_pool_resource.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\unsynchronized_pool_resource.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
<Filter
|
|
Name="Included Sources"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\src\dlmalloc_2_8_6.c">
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="test"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\test\allocator_argument_tester.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\check_equal_containers.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\container_common_tests.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\default_init_test.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\derived_from_memory_resource.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\src\dlmalloc_ext_2_8_6.c">
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="TRUE">
|
|
<Tool
|
|
Name="VCCLCompilerTool"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\dummy_test_allocator.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\emplace_test.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\expand_bwd_test_allocator.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\expand_bwd_test_template.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\input_from_forward_iterator.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\insert_test.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\Jamfile.v2">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\list_test.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\map_test.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\memory_resource_logger.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\movable_int.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\pool_resource_test.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\print_container.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\propagate_allocator_test.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\propagation_test_allocator.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\set_test.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\static_vector_test.hpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\test\vector_test.hpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="doc"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\..\doc\Applying classic memory allocation improvements to C++ containers.html">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|