1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="_alloc_lib" 6 ProjectGUID="{685AC59C-E667-4096-9DAA-AB76083C7092}" 7 Keyword="Win32Proj"> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Debug|Win32" 15 OutputDirectory="..\..\Bin\Debug" 16 IntermediateDirectory="Debug" 17 ConfigurationType="4" 18 CharacterSet="2"> 19 <Tool 20 Name="VCCLCompilerTool" 21 Optimization="0" 22 AdditionalIncludeDirectories="..\..\..\.." 23 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 24 MinimalRebuild="TRUE" 25 BasicRuntimeChecks="3" 26 RuntimeLibrary="3" 27 UsePrecompiledHeader="0" 28 WarningLevel="3" 29 Detect64BitPortabilityProblems="FALSE" 30 DebugInformationFormat="4"/> 31 <Tool 32 Name="VCCustomBuildTool"/> 33 <Tool 34 Name="VCLibrarianTool" 35 OutputFile="$(OutDir)/alloc_lib.lib"/> 36 <Tool 37 Name="VCMIDLTool"/> 38 <Tool 39 Name="VCPostBuildEventTool"/> 40 <Tool 41 Name="VCPreBuildEventTool"/> 42 <Tool 43 Name="VCPreLinkEventTool"/> 44 <Tool 45 Name="VCResourceCompilerTool"/> 46 <Tool 47 Name="VCWebServiceProxyGeneratorTool"/> 48 <Tool 49 Name="VCXMLDataGeneratorTool"/> 50 <Tool 51 Name="VCManagedWrapperGeneratorTool"/> 52 <Tool 53 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 54 </Configuration> 55 <Configuration 56 Name="Release|Win32" 57 OutputDirectory="..\..\Bin\Release" 58 IntermediateDirectory="Release" 59 ConfigurationType="4" 60 CharacterSet="2"> 61 <Tool 62 Name="VCCLCompilerTool" 63 AdditionalIncludeDirectories="..\..\..\.." 64 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 65 RuntimeLibrary="2" 66 UsePrecompiledHeader="0" 67 WarningLevel="3" 68 Detect64BitPortabilityProblems="FALSE" 69 DebugInformationFormat="3"/> 70 <Tool 71 Name="VCCustomBuildTool"/> 72 <Tool 73 Name="VCLibrarianTool" 74 OutputFile="$(OutDir)/alloc_lib.lib"/> 75 <Tool 76 Name="VCMIDLTool"/> 77 <Tool 78 Name="VCPostBuildEventTool"/> 79 <Tool 80 Name="VCPreBuildEventTool"/> 81 <Tool 82 Name="VCPreLinkEventTool"/> 83 <Tool 84 Name="VCResourceCompilerTool"/> 85 <Tool 86 Name="VCWebServiceProxyGeneratorTool"/> 87 <Tool 88 Name="VCXMLDataGeneratorTool"/> 89 <Tool 90 Name="VCManagedWrapperGeneratorTool"/> 91 <Tool 92 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 93 </Configuration> 94 </Configurations> 95 <References> 96 </References> 97 <Files> 98 <Filter 99 Name="Source Files" 100 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 101 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 102 <File 103 RelativePath="..\..\src\alloc_lib.c"> 104 </File> 105 <File 106 RelativePath="..\..\src\dlmalloc.cpp"> 107 </File> 108 <File 109 RelativePath="..\..\src\global_resource.cpp"> 110 </File> 111 <File 112 RelativePath="..\..\src\monotonic_buffer_resource.cpp"> 113 </File> 114 <File 115 RelativePath="..\..\src\pool_resource.cpp"> 116 </File> 117 <File 118 RelativePath="..\..\src\synchronized_pool_resource.cpp"> 119 </File> 120 <File 121 RelativePath="..\..\src\unsynchronized_pool_resource.cpp"> 122 </File> 123 </Filter> 124 <Filter 125 Name="Header Files" 126 Filter="h;hpp;hxx;hm;inl;inc;xsd" 127 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 128 <Filter 129 Name="Included Sources" 130 Filter=""> 131 <File 132 RelativePath="..\..\src\dlmalloc_2_8_6.c"> 133 <FileConfiguration 134 Name="Debug|Win32" 135 ExcludedFromBuild="TRUE"> 136 <Tool 137 Name="VCCLCompilerTool"/> 138 </FileConfiguration> 139 <FileConfiguration 140 Name="Release|Win32" 141 ExcludedFromBuild="TRUE"> 142 <Tool 143 Name="VCCLCompilerTool"/> 144 </FileConfiguration> 145 </File> 146 </Filter> 147 </Filter> 148 <Filter 149 Name="test" 150 Filter=""> 151 <File 152 RelativePath="..\..\test\allocator_argument_tester.hpp"> 153 </File> 154 <File 155 RelativePath="..\..\test\check_equal_containers.hpp"> 156 </File> 157 <File 158 RelativePath="..\..\test\container_common_tests.hpp"> 159 </File> 160 <File 161 RelativePath="..\..\test\default_init_test.hpp"> 162 </File> 163 <File 164 RelativePath="..\..\test\derived_from_memory_resource.hpp"> 165 </File> 166 <File 167 RelativePath="..\..\src\dlmalloc_ext_2_8_6.c"> 168 <FileConfiguration 169 Name="Debug|Win32" 170 ExcludedFromBuild="TRUE"> 171 <Tool 172 Name="VCCLCompilerTool"/> 173 </FileConfiguration> 174 <FileConfiguration 175 Name="Release|Win32" 176 ExcludedFromBuild="TRUE"> 177 <Tool 178 Name="VCCLCompilerTool"/> 179 </FileConfiguration> 180 </File> 181 <File 182 RelativePath="..\..\test\dummy_test_allocator.hpp"> 183 </File> 184 <File 185 RelativePath="..\..\test\emplace_test.hpp"> 186 </File> 187 <File 188 RelativePath="..\..\test\expand_bwd_test_allocator.hpp"> 189 </File> 190 <File 191 RelativePath="..\..\test\expand_bwd_test_template.hpp"> 192 </File> 193 <File 194 RelativePath="..\..\test\input_from_forward_iterator.hpp"> 195 </File> 196 <File 197 RelativePath="..\..\test\insert_test.hpp"> 198 </File> 199 <File 200 RelativePath="..\..\test\Jamfile.v2"> 201 </File> 202 <File 203 RelativePath="..\..\test\list_test.hpp"> 204 </File> 205 <File 206 RelativePath="..\..\test\map_test.hpp"> 207 </File> 208 <File 209 RelativePath="..\..\test\memory_resource_logger.hpp"> 210 </File> 211 <File 212 RelativePath="..\..\test\movable_int.hpp"> 213 </File> 214 <File 215 RelativePath="..\..\test\pool_resource_test.hpp"> 216 </File> 217 <File 218 RelativePath="..\..\test\print_container.hpp"> 219 </File> 220 <File 221 RelativePath="..\..\test\propagate_allocator_test.hpp"> 222 </File> 223 <File 224 RelativePath="..\..\test\propagation_test_allocator.hpp"> 225 </File> 226 <File 227 RelativePath="..\..\test\set_test.hpp"> 228 </File> 229 <File 230 RelativePath="..\..\test\static_vector_test.hpp"> 231 </File> 232 <File 233 RelativePath="..\..\test\vector_test.hpp"> 234 </File> 235 </Filter> 236 <Filter 237 Name="doc" 238 Filter=""> 239 <File 240 RelativePath="..\..\doc\Applying classic memory allocation improvements to C++ containers.html"> 241 </File> 242 </Filter> 243 </Files> 244 <Globals> 245 </Globals> 246</VisualStudioProject> 247