1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="_containerlib"
6	ProjectGUID="{FF56BAF1-32EC-4B22-B6BD-95A3A67C3135}"
7	Keyword="Win32Proj">
8	<Platforms>
9		<Platform
10			Name="Win32"/>
11	</Platforms>
12	<Configurations>
13		<Configuration
14			Name="Debug|Win32"
15			OutputDirectory="../../Bin/Win32"
16			IntermediateDirectory="Debug"
17			ConfigurationType="4"
18			CharacterSet="2">
19			<Tool
20				Name="VCCLCompilerTool"
21				Optimization="0"
22				AdditionalIncludeDirectories="../../../.."
23				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24				MinimalRebuild="TRUE"
25				BasicRuntimeChecks="3"
26				RuntimeLibrary="3"
27				UsePrecompiledHeader="0"
28				WarningLevel="3"
29				Detect64BitPortabilityProblems="TRUE"
30				DebugInformationFormat="3"/>
31			<Tool
32				Name="VCCustomBuildTool"/>
33			<Tool
34				Name="VCLibrarianTool"
35				OutputFile="$(OutDir)/d.lib"/>
36			<Tool
37				Name="VCMIDLTool"/>
38			<Tool
39				Name="VCPostBuildEventTool"/>
40			<Tool
41				Name="VCPreBuildEventTool"/>
42			<Tool
43				Name="VCPreLinkEventTool"/>
44			<Tool
45				Name="VCResourceCompilerTool"/>
46			<Tool
47				Name="VCWebServiceProxyGeneratorTool"/>
48			<Tool
49				Name="VCXMLDataGeneratorTool"/>
50			<Tool
51				Name="VCManagedWrapperGeneratorTool"/>
52			<Tool
53				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
54		</Configuration>
55		<Configuration
56			Name="Release|Win32"
57			OutputDirectory="../../Bin/Win32"
58			IntermediateDirectory="Release"
59			ConfigurationType="4"
60			CharacterSet="2">
61			<Tool
62				Name="VCCLCompilerTool"
63				AdditionalIncludeDirectories="../../../.."
64				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
65				RuntimeLibrary="2"
66				UsePrecompiledHeader="0"
67				WarningLevel="3"
68				Detect64BitPortabilityProblems="TRUE"
69				DebugInformationFormat="0"/>
70			<Tool
71				Name="VCCustomBuildTool"/>
72			<Tool
73				Name="VCLibrarianTool"
74				OutputFile="$(OutDir)/container.lib"/>
75			<Tool
76				Name="VCMIDLTool"/>
77			<Tool
78				Name="VCPostBuildEventTool"/>
79			<Tool
80				Name="VCPreBuildEventTool"/>
81			<Tool
82				Name="VCPreLinkEventTool"/>
83			<Tool
84				Name="VCResourceCompilerTool"/>
85			<Tool
86				Name="VCWebServiceProxyGeneratorTool"/>
87			<Tool
88				Name="VCXMLDataGeneratorTool"/>
89			<Tool
90				Name="VCManagedWrapperGeneratorTool"/>
91			<Tool
92				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
93		</Configuration>
94	</Configurations>
95	<References>
96	</References>
97	<Files>
98		<Filter
99			Name="container"
100			Filter="">
101			<File
102				RelativePath="..\..\..\..\boost\container\adaptive_pool.hpp">
103			</File>
104			<File
105				RelativePath="..\..\..\..\boost\container\allocator.hpp">
106			</File>
107			<File
108				RelativePath="..\..\..\..\boost\container\allocator_traits.hpp">
109			</File>
110			<File
111				RelativePath="..\..\..\..\boost\container\container_fwd.hpp">
112			</File>
113			<File
114				RelativePath="..\..\..\..\boost\container\deque.hpp">
115			</File>
116			<File
117				RelativePath="..\..\..\..\boost\container\flat_map.hpp">
118			</File>
119			<File
120				RelativePath="..\..\..\..\boost\container\flat_set.hpp">
121			</File>
122			<File
123				RelativePath="..\..\..\..\boost\container\list.hpp">
124			</File>
125			<File
126				RelativePath="..\..\..\..\boost\container\map.hpp">
127			</File>
128			<File
129				RelativePath="..\..\..\..\boost\container\new_allocator.hpp">
130			</File>
131			<File
132				RelativePath="..\..\..\..\boost\container\node_allocator.hpp">
133			</File>
134			<File
135				RelativePath="..\..\..\..\boost\container\options.hpp">
136			</File>
137			<File
138				RelativePath="..\..\..\..\boost\container\scoped_allocator.hpp">
139			</File>
140			<File
141				RelativePath="..\..\..\..\boost\container\scoped_allocator_fwd.hpp">
142			</File>
143			<File
144				RelativePath="..\..\..\..\boost\container\set.hpp">
145			</File>
146			<File
147				RelativePath="..\..\..\..\boost\container\slist.hpp">
148			</File>
149			<File
150				RelativePath="..\..\..\..\boost\container\small_vector.hpp">
151			</File>
152			<File
153				RelativePath="..\..\..\..\boost\container\stable_vector.hpp">
154			</File>
155			<File
156				RelativePath="..\..\..\..\boost\container\static_vector.hpp">
157			</File>
158			<File
159				RelativePath="..\..\..\..\boost\container\string.hpp">
160			</File>
161			<File
162				RelativePath="..\..\..\..\boost\container\throw_exception.hpp">
163			</File>
164			<File
165				RelativePath="..\to-do.txt">
166			</File>
167			<File
168				RelativePath="..\..\..\..\boost\container\vector.hpp">
169			</File>
170			<Filter
171				Name="detail"
172				Filter="">
173				<File
174					RelativePath="..\..\..\..\boost\container\detail\adaptive_node_pool.hpp">
175				</File>
176				<File
177					RelativePath="..\..\..\..\boost\container\detail\adaptive_node_pool_impl.hpp">
178				</File>
179				<File
180					RelativePath="..\..\..\..\boost\container\detail\addressof.hpp">
181				</File>
182				<File
183					RelativePath="..\..\..\..\boost\container\detail\advanced_insert_int.hpp">
184				</File>
185				<File
186					RelativePath="..\..\..\..\boost\container\detail\algorithm.hpp">
187				</File>
188				<File
189					RelativePath="..\..\..\..\boost\container\detail\alloc_helpers.hpp">
190				</File>
191				<File
192					RelativePath="..\..\..\..\boost\container\detail\alloc_lib.h">
193				</File>
194				<File
195					RelativePath="..\..\..\..\boost\container\detail\alloc_lib_auto_link.hpp">
196				</File>
197				<File
198					RelativePath="..\..\..\..\boost\container\detail\allocation_type.hpp">
199				</File>
200				<File
201					RelativePath="..\..\..\..\boost\container\detail\allocator_version_traits.hpp">
202				</File>
203				<File
204					RelativePath="..\..\..\..\boost\container\detail\auto_link.hpp">
205				</File>
206				<File
207					RelativePath="..\..\..\..\boost\container\detail\compare_functors.hpp">
208				</File>
209				<File
210					RelativePath="..\..\..\..\boost\container\detail\config_begin.hpp">
211				</File>
212				<File
213					RelativePath="..\..\..\..\boost\container\detail\config_end.hpp">
214				</File>
215				<File
216					RelativePath="..\..\..\..\boost\container\detail\construct_in_place.hpp">
217				</File>
218				<File
219					RelativePath="..\..\..\..\boost\container\detail\copy_move_algo.hpp">
220				</File>
221				<File
222					RelativePath="..\..\..\..\boost\container\detail\destroyers.hpp">
223				</File>
224				<File
225					RelativePath="..\..\..\..\boost\container\detail\flat_tree.hpp">
226				</File>
227				<File
228					RelativePath="..\..\..\..\boost\container\detail\function_detector.hpp">
229				</File>
230				<File
231					RelativePath="..\..\..\..\boost\container\detail\hash_table.hpp">
232				</File>
233				<File
234					RelativePath="..\..\..\..\boost\container\detail\iterator.hpp">
235				</File>
236				<File
237					RelativePath="..\..\..\..\boost\container\detail\iterator_to_raw_pointer.hpp">
238				</File>
239				<File
240					RelativePath="..\..\..\..\boost\container\detail\iterators.hpp">
241				</File>
242				<File
243					RelativePath="..\..\..\..\boost\container\detail\math_functions.hpp">
244				</File>
245				<File
246					RelativePath="..\..\..\..\boost\container\detail\min_max.hpp">
247				</File>
248				<File
249					RelativePath="..\..\..\..\boost\container\detail\minimal_char_traits_header.hpp">
250				</File>
251				<File
252					RelativePath="..\..\..\..\boost\container\detail\mpl.hpp">
253				</File>
254				<File
255					RelativePath="..\..\..\..\boost\container\detail\multiallocation_chain.hpp">
256				</File>
257				<File
258					RelativePath="..\..\..\..\boost\container\detail\mutex.hpp">
259				</File>
260				<File
261					RelativePath="..\..\..\..\boost\container\detail\next_capacity.hpp">
262				</File>
263				<File
264					RelativePath="..\..\..\..\boost\container\detail\node_alloc_holder.hpp">
265				</File>
266				<File
267					RelativePath="..\..\..\..\boost\container\detail\node_pool.hpp">
268				</File>
269				<File
270					RelativePath="..\..\..\..\boost\container\detail\node_pool_impl.hpp">
271				</File>
272				<File
273					RelativePath="..\..\..\..\boost\container\detail\pair.hpp">
274				</File>
275				<File
276					RelativePath="..\..\..\..\boost\container\detail\placement_new.hpp">
277				</File>
278				<File
279					RelativePath="..\..\..\..\boost\container\detail\pool_common.hpp">
280				</File>
281				<File
282					RelativePath="..\..\..\..\boost\container\detail\pool_common_alloc.hpp">
283				</File>
284				<File
285					RelativePath="..\..\..\..\boost\container\detail\singleton.hpp">
286				</File>
287				<File
288					RelativePath="..\..\..\..\boost\container\detail\std_fwd.hpp">
289				</File>
290				<File
291					RelativePath="..\..\..\..\boost\container\detail\to_raw_pointer.hpp">
292				</File>
293				<File
294					RelativePath="..\..\..\..\boost\container\detail\transform_iterator.hpp">
295				</File>
296				<File
297					RelativePath="..\..\..\..\boost\container\detail\tree.hpp">
298				</File>
299				<File
300					RelativePath="..\..\..\..\boost\container\detail\type_traits.hpp">
301				</File>
302				<File
303					RelativePath="..\..\..\..\boost\container\detail\value_init.hpp">
304				</File>
305				<File
306					RelativePath="..\..\..\..\boost\container\detail\variadic_templates_tools.hpp">
307				</File>
308				<File
309					RelativePath="..\..\..\..\boost\container\detail\version_type.hpp">
310				</File>
311				<File
312					RelativePath="..\..\..\..\boost\container\detail\workaround.hpp">
313				</File>
314			</Filter>
315		</Filter>
316		<Filter
317			Name="doc"
318			Filter="">
319			<File
320				RelativePath="..\..\doc\container.qbk">
321			</File>
322			<File
323				RelativePath="..\..\doc\index.idx">
324			</File>
325			<File
326				RelativePath="..\..\doc\Jamfile.v2">
327			</File>
328		</Filter>
329		<Filter
330			Name="example"
331			Filter="">
332			<File
333				RelativePath="..\..\example\doc_emplace.cpp">
334			</File>
335			<File
336				RelativePath="..\..\example\doc_move_containers.cpp">
337			</File>
338			<File
339				RelativePath="..\..\example\doc_recursive_containers.cpp">
340			</File>
341			<File
342				RelativePath="..\..\example\doc_type_erasure.cpp">
343			</File>
344			<File
345				RelativePath="..\..\example\Jamfile.v2">
346			</File>
347		</Filter>
348		<Filter
349			Name="test"
350			Filter="">
351			<File
352				RelativePath="..\..\test\check_equal_containers.hpp">
353			</File>
354			<File
355				RelativePath="..\..\test\default_init_test.hpp">
356			</File>
357			<File
358				RelativePath="..\..\test\dummy_test_allocator.hpp">
359			</File>
360			<File
361				RelativePath="..\..\test\emplace_test.hpp">
362			</File>
363			<File
364				RelativePath="..\..\test\expand_bwd_test_allocator.hpp">
365			</File>
366			<File
367				RelativePath="..\..\test\expand_bwd_test_template.hpp">
368			</File>
369			<File
370				RelativePath="..\..\test\forward_to_input_iterator.hpp">
371			</File>
372			<File
373				RelativePath="..\..\test\heap_version_1.hpp">
374			</File>
375			<File
376				RelativePath="..\..\test\input_from_forward_iterator.hpp">
377			</File>
378			<File
379				RelativePath="..\..\test\insert_test.hpp">
380			</File>
381			<File
382				RelativePath="..\..\test\Jamfile.v2">
383			</File>
384			<File
385				RelativePath="..\..\test\list_test.hpp">
386			</File>
387			<File
388				RelativePath="..\..\test\map_test.hpp">
389			</File>
390			<File
391				RelativePath="..\..\test\movable_int.hpp">
392			</File>
393			<File
394				RelativePath="..\..\test\print_container.hpp">
395			</File>
396			<File
397				RelativePath="..\..\test\propagate_allocator_test.hpp">
398			</File>
399			<File
400				RelativePath="..\..\test\set_test.hpp">
401			</File>
402			<File
403				RelativePath="..\..\test\static_vector_test.hpp">
404			</File>
405			<File
406				RelativePath="..\..\test\util.hpp">
407			</File>
408			<File
409				RelativePath="..\..\test\vector_test.hpp">
410			</File>
411		</Filter>
412		<Filter
413			Name="bench"
414			Filter="">
415			<File
416				RelativePath="..\..\bench\Jamfile.v2">
417			</File>
418			<File
419				RelativePath="..\..\bench\varray.hpp">
420			</File>
421			<Filter
422				Name="detail"
423				Filter="">
424				<File
425					RelativePath="..\..\bench\detail\varray.hpp">
426				</File>
427				<File
428					RelativePath="..\..\bench\detail\varray_concept.hpp">
429				</File>
430				<File
431					RelativePath="..\..\bench\detail\varray_util.hpp">
432				</File>
433			</Filter>
434		</Filter>
435	</Files>
436	<Globals>
437	</Globals>
438</VisualStudioProject>
439