Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/serialization/vc7ide/test_optional.vcproj @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 67.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="test_optional"
6        ProjectGUID="{A7D4CC95-F2AC-11D6-9E47-525400E2CF85}"
7        RootNamespace="test_optional"
8        Keyword="Win32Proj">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug runtime-dynamic text_archive|Win32"
16                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_archive.test/vc-7_1/debug/threading-multi/&quot;"
17                        IntermediateDirectory="$(OutDir)"
18                        ConfigurationType="1">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                ImproveFloatingPointConsistency="TRUE"
23                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
24                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_archive.hpp"
25                                RuntimeLibrary="3"
26                                BufferSecurityCheck="FALSE"
27                                EnableFunctionLevelLinking="TRUE"
28                                TreatWChar_tAsBuiltInType="TRUE"
29                                ForceConformanceInForLoopScope="TRUE"
30                                RuntimeTypeInfo="TRUE"
31                                WarningLevel="3"
32                                DebugInformationFormat="1"
33                                CompileAs="0"/>
34                        <Tool
35                                Name="VCCustomBuildTool"/>
36                        <Tool
37                                Name="VCLinkerTool"
38                                IgnoreImportLibrary="TRUE"
39                                AdditionalDependencies="libboost_test_exec_monitor.lib"
40                                LinkIncremental="2"
41                                SuppressStartupBanner="TRUE"
42                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/debug/threading-multi&quot;"
43                                GenerateDebugInformation="TRUE"
44                                SubSystem="1"/>
45                        <Tool
46                                Name="VCMIDLTool"/>
47                        <Tool
48                                Name="VCPostBuildEventTool"
49                                Description="run $(TargetName) with $(ConfigurationName)"
50                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
51                        <Tool
52                                Name="VCPreBuildEventTool"/>
53                        <Tool
54                                Name="VCPreLinkEventTool"/>
55                        <Tool
56                                Name="VCResourceCompilerTool"/>
57                        <Tool
58                                Name="VCWebServiceProxyGeneratorTool"/>
59                        <Tool
60                                Name="VCXMLDataGeneratorTool"/>
61                        <Tool
62                                Name="VCWebDeploymentTool"/>
63                        <Tool
64                                Name="VCManagedWrapperGeneratorTool"/>
65                        <Tool
66                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67                </Configuration>
68                <Configuration
69                        Name="Debug runtime-static text_archive|Win32"
70                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_archive.test/vc-7_1/debug/runtime-link-static/&quot;"
71                        IntermediateDirectory="$(OutDir)"
72                        ConfigurationType="1">
73                        <Tool
74                                Name="VCCLCompilerTool"
75                                Optimization="0"
76                                ImproveFloatingPointConsistency="TRUE"
77                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
78                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_archive.hpp"
79                                RuntimeLibrary="5"
80                                BufferSecurityCheck="FALSE"
81                                EnableFunctionLevelLinking="TRUE"
82                                TreatWChar_tAsBuiltInType="TRUE"
83                                ForceConformanceInForLoopScope="TRUE"
84                                RuntimeTypeInfo="TRUE"
85                                WarningLevel="3"
86                                DebugInformationFormat="1"
87                                CompileAs="0"/>
88                        <Tool
89                                Name="VCCustomBuildTool"/>
90                        <Tool
91                                Name="VCLinkerTool"
92                                IgnoreImportLibrary="TRUE"
93                                AdditionalDependencies="libboost_test_exec_monitor.lib"
94                                LinkIncremental="2"
95                                SuppressStartupBanner="TRUE"
96                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static&quot;"
97                                GenerateDebugInformation="TRUE"
98                                SubSystem="1"/>
99                        <Tool
100                                Name="VCMIDLTool"/>
101                        <Tool
102                                Name="VCPostBuildEventTool"
103                                Description="run $(TargetName) with $(ConfigurationName)"
104                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
105                        <Tool
106                                Name="VCPreBuildEventTool"/>
107                        <Tool
108                                Name="VCPreLinkEventTool"/>
109                        <Tool
110                                Name="VCResourceCompilerTool"/>
111                        <Tool
112                                Name="VCWebServiceProxyGeneratorTool"/>
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"/>
115                        <Tool
116                                Name="VCWebDeploymentTool"/>
117                        <Tool
118                                Name="VCManagedWrapperGeneratorTool"/>
119                        <Tool
120                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
121                </Configuration>
122                <Configuration
123                        Name="Debug runtime-static threading-multi text_archive|Win32"
124                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_archive.test/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
125                        IntermediateDirectory="$(OutDir)"
126                        ConfigurationType="1">
127                        <Tool
128                                Name="VCCLCompilerTool"
129                                Optimization="0"
130                                ImproveFloatingPointConsistency="TRUE"
131                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
132                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_archive.hpp"
133                                RuntimeLibrary="1"
134                                BufferSecurityCheck="FALSE"
135                                EnableFunctionLevelLinking="TRUE"
136                                TreatWChar_tAsBuiltInType="TRUE"
137                                ForceConformanceInForLoopScope="TRUE"
138                                RuntimeTypeInfo="TRUE"
139                                WarningLevel="3"
140                                DebugInformationFormat="1"
141                                CompileAs="0"/>
142                        <Tool
143                                Name="VCCustomBuildTool"/>
144                        <Tool
145                                Name="VCLinkerTool"
146                                IgnoreImportLibrary="TRUE"
147                                AdditionalDependencies="libboost_test_exec_monitor.lib"
148                                LinkIncremental="2"
149                                SuppressStartupBanner="TRUE"
150                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
151                                GenerateDebugInformation="TRUE"
152                                SubSystem="1"/>
153                        <Tool
154                                Name="VCMIDLTool"/>
155                        <Tool
156                                Name="VCPostBuildEventTool"
157                                Description="run $(TargetName) with $(ConfigurationName)"
158                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
159                        <Tool
160                                Name="VCPreBuildEventTool"/>
161                        <Tool
162                                Name="VCPreLinkEventTool"/>
163                        <Tool
164                                Name="VCResourceCompilerTool"/>
165                        <Tool
166                                Name="VCWebServiceProxyGeneratorTool"/>
167                        <Tool
168                                Name="VCXMLDataGeneratorTool"/>
169                        <Tool
170                                Name="VCWebDeploymentTool"/>
171                        <Tool
172                                Name="VCManagedWrapperGeneratorTool"/>
173                        <Tool
174                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
175                </Configuration>
176                <Configuration
177                        Name="Release runtime-dynamic text_archive|Win32"
178                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_archive.test/vc-7_1/release/threading-multi/&quot;"
179                        IntermediateDirectory="$(OutDir)"
180                        ConfigurationType="1">
181                        <Tool
182                                Name="VCCLCompilerTool"
183                                GlobalOptimizations="TRUE"
184                                InlineFunctionExpansion="2"
185                                EnableIntrinsicFunctions="TRUE"
186                                ImproveFloatingPointConsistency="TRUE"
187                                FavorSizeOrSpeed="1"
188                                OmitFramePointers="TRUE"
189                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
190                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_archive.hpp"
191                                RuntimeLibrary="2"
192                                BufferSecurityCheck="FALSE"
193                                EnableFunctionLevelLinking="TRUE"
194                                TreatWChar_tAsBuiltInType="TRUE"
195                                ForceConformanceInForLoopScope="TRUE"
196                                RuntimeTypeInfo="TRUE"
197                                WarningLevel="3"
198                                DebugInformationFormat="1"
199                                CompileAs="0"/>
200                        <Tool
201                                Name="VCCustomBuildTool"/>
202                        <Tool
203                                Name="VCLinkerTool"
204                                IgnoreImportLibrary="TRUE"
205                                AdditionalDependencies="libboost_test_exec_monitor.lib"
206                                LinkIncremental="1"
207                                SuppressStartupBanner="TRUE"
208                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/release/threading-multi&quot;"
209                                SubSystem="1"
210                                TargetMachine="1"/>
211                        <Tool
212                                Name="VCMIDLTool"/>
213                        <Tool
214                                Name="VCPostBuildEventTool"
215                                Description="run $(TargetName) with $(ConfigurationName)"
216                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
217                        <Tool
218                                Name="VCPreBuildEventTool"/>
219                        <Tool
220                                Name="VCPreLinkEventTool"/>
221                        <Tool
222                                Name="VCResourceCompilerTool"/>
223                        <Tool
224                                Name="VCWebServiceProxyGeneratorTool"/>
225                        <Tool
226                                Name="VCXMLDataGeneratorTool"/>
227                        <Tool
228                                Name="VCWebDeploymentTool"/>
229                        <Tool
230                                Name="VCManagedWrapperGeneratorTool"/>
231                        <Tool
232                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
233                </Configuration>
234                <Configuration
235                        Name="Release runtime-static text_archive|Win32"
236                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_archive.test/vc-7_1/release/runtime-link-static/&quot;"
237                        IntermediateDirectory="$(OutDir)"
238                        ConfigurationType="1">
239                        <Tool
240                                Name="VCCLCompilerTool"
241                                GlobalOptimizations="TRUE"
242                                InlineFunctionExpansion="2"
243                                EnableIntrinsicFunctions="TRUE"
244                                ImproveFloatingPointConsistency="TRUE"
245                                FavorSizeOrSpeed="1"
246                                OmitFramePointers="TRUE"
247                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
248                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_archive.hpp"
249                                RuntimeLibrary="4"
250                                BufferSecurityCheck="FALSE"
251                                EnableFunctionLevelLinking="TRUE"
252                                TreatWChar_tAsBuiltInType="TRUE"
253                                ForceConformanceInForLoopScope="TRUE"
254                                RuntimeTypeInfo="TRUE"
255                                WarningLevel="3"
256                                DebugInformationFormat="1"
257                                CompileAs="0"/>
258                        <Tool
259                                Name="VCCustomBuildTool"/>
260                        <Tool
261                                Name="VCLinkerTool"
262                                IgnoreImportLibrary="TRUE"
263                                AdditionalDependencies="libboost_test_exec_monitor.lib"
264                                LinkIncremental="1"
265                                SuppressStartupBanner="TRUE"
266                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static&quot;"
267                                SubSystem="1"
268                                TargetMachine="1"/>
269                        <Tool
270                                Name="VCMIDLTool"/>
271                        <Tool
272                                Name="VCPostBuildEventTool"
273                                Description="run $(TargetName) with $(ConfigurationName)"
274                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
275                        <Tool
276                                Name="VCPreBuildEventTool"/>
277                        <Tool
278                                Name="VCPreLinkEventTool"/>
279                        <Tool
280                                Name="VCResourceCompilerTool"/>
281                        <Tool
282                                Name="VCWebServiceProxyGeneratorTool"/>
283                        <Tool
284                                Name="VCXMLDataGeneratorTool"/>
285                        <Tool
286                                Name="VCWebDeploymentTool"/>
287                        <Tool
288                                Name="VCManagedWrapperGeneratorTool"/>
289                        <Tool
290                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
291                </Configuration>
292                <Configuration
293                        Name="Release runtime-static threading-multi text_archive|Win32"
294                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_archive.test/vc-7_1/release/runtime-link-static/threading-multi/&quot;"
295                        IntermediateDirectory="$(OutDir)"
296                        ConfigurationType="1">
297                        <Tool
298                                Name="VCCLCompilerTool"
299                                GlobalOptimizations="TRUE"
300                                InlineFunctionExpansion="2"
301                                EnableIntrinsicFunctions="TRUE"
302                                ImproveFloatingPointConsistency="TRUE"
303                                FavorSizeOrSpeed="1"
304                                OmitFramePointers="TRUE"
305                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
306                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_archive.hpp"
307                                RuntimeLibrary="0"
308                                BufferSecurityCheck="FALSE"
309                                EnableFunctionLevelLinking="TRUE"
310                                TreatWChar_tAsBuiltInType="TRUE"
311                                ForceConformanceInForLoopScope="TRUE"
312                                RuntimeTypeInfo="TRUE"
313                                WarningLevel="3"
314                                DebugInformationFormat="1"
315                                CompileAs="0"/>
316                        <Tool
317                                Name="VCCustomBuildTool"/>
318                        <Tool
319                                Name="VCLinkerTool"
320                                IgnoreImportLibrary="TRUE"
321                                AdditionalDependencies="libboost_test_exec_monitor.lib"
322                                LinkIncremental="1"
323                                SuppressStartupBanner="TRUE"
324                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;"
325                                SubSystem="1"
326                                TargetMachine="1"/>
327                        <Tool
328                                Name="VCMIDLTool"/>
329                        <Tool
330                                Name="VCPostBuildEventTool"
331                                Description="run $(TargetName) with $(ConfigurationName)"
332                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
333                        <Tool
334                                Name="VCPreBuildEventTool"/>
335                        <Tool
336                                Name="VCPreLinkEventTool"/>
337                        <Tool
338                                Name="VCResourceCompilerTool"/>
339                        <Tool
340                                Name="VCWebServiceProxyGeneratorTool"/>
341                        <Tool
342                                Name="VCXMLDataGeneratorTool"/>
343                        <Tool
344                                Name="VCWebDeploymentTool"/>
345                        <Tool
346                                Name="VCManagedWrapperGeneratorTool"/>
347                        <Tool
348                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
349                </Configuration>
350                <Configuration
351                        Name="Debug runtime-dynamic text_warchive|Win32"
352                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_warchive.test/vc-7_1/debug/threading-multi/&quot;"
353                        IntermediateDirectory="$(OutDir)"
354                        ConfigurationType="1">
355                        <Tool
356                                Name="VCCLCompilerTool"
357                                Optimization="0"
358                                ImproveFloatingPointConsistency="TRUE"
359                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
360                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_warchive.hpp"
361                                RuntimeLibrary="3"
362                                BufferSecurityCheck="FALSE"
363                                EnableFunctionLevelLinking="TRUE"
364                                TreatWChar_tAsBuiltInType="TRUE"
365                                ForceConformanceInForLoopScope="TRUE"
366                                RuntimeTypeInfo="TRUE"
367                                WarningLevel="3"
368                                DebugInformationFormat="1"
369                                CompileAs="0"/>
370                        <Tool
371                                Name="VCCustomBuildTool"/>
372                        <Tool
373                                Name="VCLinkerTool"
374                                IgnoreImportLibrary="TRUE"
375                                AdditionalDependencies="libboost_test_exec_monitor.lib"
376                                LinkIncremental="2"
377                                SuppressStartupBanner="TRUE"
378                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/debug/threading-multi&quot;"
379                                GenerateDebugInformation="TRUE"
380                                SubSystem="1"/>
381                        <Tool
382                                Name="VCMIDLTool"/>
383                        <Tool
384                                Name="VCPostBuildEventTool"
385                                Description="run $(TargetName) with $(ConfigurationName)"
386                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
387                        <Tool
388                                Name="VCPreBuildEventTool"/>
389                        <Tool
390                                Name="VCPreLinkEventTool"/>
391                        <Tool
392                                Name="VCResourceCompilerTool"/>
393                        <Tool
394                                Name="VCWebServiceProxyGeneratorTool"/>
395                        <Tool
396                                Name="VCXMLDataGeneratorTool"/>
397                        <Tool
398                                Name="VCWebDeploymentTool"/>
399                        <Tool
400                                Name="VCManagedWrapperGeneratorTool"/>
401                        <Tool
402                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
403                </Configuration>
404                <Configuration
405                        Name="Debug runtime-static text_warchive|Win32"
406                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_warchive.test/vc-7_1/debug/runtime-link-static/&quot;"
407                        IntermediateDirectory="$(OutDir)"
408                        ConfigurationType="1">
409                        <Tool
410                                Name="VCCLCompilerTool"
411                                Optimization="0"
412                                ImproveFloatingPointConsistency="TRUE"
413                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
414                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_warchive.hpp"
415                                RuntimeLibrary="5"
416                                BufferSecurityCheck="FALSE"
417                                EnableFunctionLevelLinking="TRUE"
418                                TreatWChar_tAsBuiltInType="TRUE"
419                                ForceConformanceInForLoopScope="TRUE"
420                                RuntimeTypeInfo="TRUE"
421                                WarningLevel="3"
422                                DebugInformationFormat="1"
423                                CompileAs="0"/>
424                        <Tool
425                                Name="VCCustomBuildTool"/>
426                        <Tool
427                                Name="VCLinkerTool"
428                                IgnoreImportLibrary="TRUE"
429                                AdditionalDependencies="libboost_test_exec_monitor.lib"
430                                LinkIncremental="2"
431                                SuppressStartupBanner="TRUE"
432                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static&quot;"
433                                GenerateDebugInformation="TRUE"
434                                SubSystem="1"/>
435                        <Tool
436                                Name="VCMIDLTool"/>
437                        <Tool
438                                Name="VCPostBuildEventTool"
439                                Description="run $(TargetName) with $(ConfigurationName)"
440                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
441                        <Tool
442                                Name="VCPreBuildEventTool"/>
443                        <Tool
444                                Name="VCPreLinkEventTool"/>
445                        <Tool
446                                Name="VCResourceCompilerTool"/>
447                        <Tool
448                                Name="VCWebServiceProxyGeneratorTool"/>
449                        <Tool
450                                Name="VCXMLDataGeneratorTool"/>
451                        <Tool
452                                Name="VCWebDeploymentTool"/>
453                        <Tool
454                                Name="VCManagedWrapperGeneratorTool"/>
455                        <Tool
456                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
457                </Configuration>
458                <Configuration
459                        Name="Debug runtime-static threading-multi text_warchive|Win32"
460                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_warchive.test/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
461                        IntermediateDirectory="$(OutDir)"
462                        ConfigurationType="1">
463                        <Tool
464                                Name="VCCLCompilerTool"
465                                Optimization="0"
466                                ImproveFloatingPointConsistency="TRUE"
467                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
468                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_warchive.hpp"
469                                RuntimeLibrary="1"
470                                BufferSecurityCheck="FALSE"
471                                EnableFunctionLevelLinking="TRUE"
472                                TreatWChar_tAsBuiltInType="TRUE"
473                                ForceConformanceInForLoopScope="TRUE"
474                                RuntimeTypeInfo="TRUE"
475                                WarningLevel="3"
476                                DebugInformationFormat="1"
477                                CompileAs="0"/>
478                        <Tool
479                                Name="VCCustomBuildTool"/>
480                        <Tool
481                                Name="VCLinkerTool"
482                                IgnoreImportLibrary="TRUE"
483                                AdditionalDependencies="libboost_test_exec_monitor.lib"
484                                LinkIncremental="2"
485                                SuppressStartupBanner="TRUE"
486                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
487                                GenerateDebugInformation="TRUE"
488                                SubSystem="1"/>
489                        <Tool
490                                Name="VCMIDLTool"/>
491                        <Tool
492                                Name="VCPostBuildEventTool"
493                                Description="run $(TargetName) with $(ConfigurationName)"
494                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
495                        <Tool
496                                Name="VCPreBuildEventTool"/>
497                        <Tool
498                                Name="VCPreLinkEventTool"/>
499                        <Tool
500                                Name="VCResourceCompilerTool"/>
501                        <Tool
502                                Name="VCWebServiceProxyGeneratorTool"/>
503                        <Tool
504                                Name="VCXMLDataGeneratorTool"/>
505                        <Tool
506                                Name="VCWebDeploymentTool"/>
507                        <Tool
508                                Name="VCManagedWrapperGeneratorTool"/>
509                        <Tool
510                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
511                </Configuration>
512                <Configuration
513                        Name="Release runtime-dynamic text_warchive|Win32"
514                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_warchive.test/vc-7_1/release/threading-multi/&quot;"
515                        IntermediateDirectory="$(OutDir)"
516                        ConfigurationType="1">
517                        <Tool
518                                Name="VCCLCompilerTool"
519                                GlobalOptimizations="TRUE"
520                                InlineFunctionExpansion="2"
521                                EnableIntrinsicFunctions="TRUE"
522                                ImproveFloatingPointConsistency="TRUE"
523                                FavorSizeOrSpeed="1"
524                                OmitFramePointers="TRUE"
525                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
526                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_warchive.hpp"
527                                RuntimeLibrary="2"
528                                BufferSecurityCheck="FALSE"
529                                EnableFunctionLevelLinking="TRUE"
530                                TreatWChar_tAsBuiltInType="TRUE"
531                                ForceConformanceInForLoopScope="TRUE"
532                                RuntimeTypeInfo="TRUE"
533                                WarningLevel="3"
534                                DebugInformationFormat="1"
535                                CompileAs="0"/>
536                        <Tool
537                                Name="VCCustomBuildTool"/>
538                        <Tool
539                                Name="VCLinkerTool"
540                                IgnoreImportLibrary="TRUE"
541                                AdditionalDependencies="libboost_test_exec_monitor.lib"
542                                LinkIncremental="1"
543                                SuppressStartupBanner="TRUE"
544                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/release/threading-multi&quot;"
545                                SubSystem="1"
546                                TargetMachine="1"/>
547                        <Tool
548                                Name="VCMIDLTool"/>
549                        <Tool
550                                Name="VCPostBuildEventTool"
551                                Description="run $(TargetName) with $(ConfigurationName)"
552                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
553                        <Tool
554                                Name="VCPreBuildEventTool"/>
555                        <Tool
556                                Name="VCPreLinkEventTool"/>
557                        <Tool
558                                Name="VCResourceCompilerTool"/>
559                        <Tool
560                                Name="VCWebServiceProxyGeneratorTool"/>
561                        <Tool
562                                Name="VCXMLDataGeneratorTool"/>
563                        <Tool
564                                Name="VCWebDeploymentTool"/>
565                        <Tool
566                                Name="VCManagedWrapperGeneratorTool"/>
567                        <Tool
568                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
569                </Configuration>
570                <Configuration
571                        Name="Release runtime-static text_warchive|Win32"
572                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_warchive.test/vc-7_1/release/runtime-link-static/&quot;"
573                        IntermediateDirectory="$(OutDir)"
574                        ConfigurationType="1">
575                        <Tool
576                                Name="VCCLCompilerTool"
577                                GlobalOptimizations="TRUE"
578                                InlineFunctionExpansion="2"
579                                EnableIntrinsicFunctions="TRUE"
580                                ImproveFloatingPointConsistency="TRUE"
581                                FavorSizeOrSpeed="1"
582                                OmitFramePointers="TRUE"
583                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
584                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_warchive.hpp"
585                                RuntimeLibrary="4"
586                                BufferSecurityCheck="FALSE"
587                                EnableFunctionLevelLinking="TRUE"
588                                TreatWChar_tAsBuiltInType="TRUE"
589                                ForceConformanceInForLoopScope="TRUE"
590                                RuntimeTypeInfo="TRUE"
591                                WarningLevel="3"
592                                DebugInformationFormat="1"
593                                CompileAs="0"/>
594                        <Tool
595                                Name="VCCustomBuildTool"/>
596                        <Tool
597                                Name="VCLinkerTool"
598                                IgnoreImportLibrary="TRUE"
599                                AdditionalDependencies="libboost_test_exec_monitor.lib"
600                                LinkIncremental="1"
601                                SuppressStartupBanner="TRUE"
602                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static&quot;"
603                                SubSystem="1"
604                                TargetMachine="1"/>
605                        <Tool
606                                Name="VCMIDLTool"/>
607                        <Tool
608                                Name="VCPostBuildEventTool"
609                                Description="run $(TargetName) with $(ConfigurationName)"
610                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
611                        <Tool
612                                Name="VCPreBuildEventTool"/>
613                        <Tool
614                                Name="VCPreLinkEventTool"/>
615                        <Tool
616                                Name="VCResourceCompilerTool"/>
617                        <Tool
618                                Name="VCWebServiceProxyGeneratorTool"/>
619                        <Tool
620                                Name="VCXMLDataGeneratorTool"/>
621                        <Tool
622                                Name="VCWebDeploymentTool"/>
623                        <Tool
624                                Name="VCManagedWrapperGeneratorTool"/>
625                        <Tool
626                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
627                </Configuration>
628                <Configuration
629                        Name="Release runtime-static threading-multi text_warchive|Win32"
630                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_text_warchive.test/vc-7_1/release/runtime-link-static/threading-multi/&quot;"
631                        IntermediateDirectory="$(OutDir)"
632                        ConfigurationType="1">
633                        <Tool
634                                Name="VCCLCompilerTool"
635                                GlobalOptimizations="TRUE"
636                                InlineFunctionExpansion="2"
637                                EnableIntrinsicFunctions="TRUE"
638                                ImproveFloatingPointConsistency="TRUE"
639                                FavorSizeOrSpeed="1"
640                                OmitFramePointers="TRUE"
641                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
642                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=text_warchive.hpp"
643                                RuntimeLibrary="0"
644                                BufferSecurityCheck="FALSE"
645                                EnableFunctionLevelLinking="TRUE"
646                                TreatWChar_tAsBuiltInType="TRUE"
647                                ForceConformanceInForLoopScope="TRUE"
648                                RuntimeTypeInfo="TRUE"
649                                WarningLevel="3"
650                                DebugInformationFormat="1"
651                                CompileAs="0"/>
652                        <Tool
653                                Name="VCCustomBuildTool"/>
654                        <Tool
655                                Name="VCLinkerTool"
656                                IgnoreImportLibrary="TRUE"
657                                AdditionalDependencies="libboost_test_exec_monitor.lib"
658                                LinkIncremental="1"
659                                SuppressStartupBanner="TRUE"
660                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;"
661                                SubSystem="1"
662                                TargetMachine="1"/>
663                        <Tool
664                                Name="VCMIDLTool"/>
665                        <Tool
666                                Name="VCPostBuildEventTool"
667                                Description="run $(TargetName) with $(ConfigurationName)"
668                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
669                        <Tool
670                                Name="VCPreBuildEventTool"/>
671                        <Tool
672                                Name="VCPreLinkEventTool"/>
673                        <Tool
674                                Name="VCResourceCompilerTool"/>
675                        <Tool
676                                Name="VCWebServiceProxyGeneratorTool"/>
677                        <Tool
678                                Name="VCXMLDataGeneratorTool"/>
679                        <Tool
680                                Name="VCWebDeploymentTool"/>
681                        <Tool
682                                Name="VCManagedWrapperGeneratorTool"/>
683                        <Tool
684                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
685                </Configuration>
686                <Configuration
687                        Name="Debug runtime-dynamic xml_archive|Win32"
688                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_archive.test/vc-7_1/debug/threading-multi/&quot;"
689                        IntermediateDirectory="$(OutDir)"
690                        ConfigurationType="1">
691                        <Tool
692                                Name="VCCLCompilerTool"
693                                Optimization="0"
694                                ImproveFloatingPointConsistency="TRUE"
695                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
696                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_archive.hpp"
697                                RuntimeLibrary="3"
698                                BufferSecurityCheck="FALSE"
699                                EnableFunctionLevelLinking="TRUE"
700                                TreatWChar_tAsBuiltInType="TRUE"
701                                ForceConformanceInForLoopScope="TRUE"
702                                RuntimeTypeInfo="TRUE"
703                                WarningLevel="3"
704                                DebugInformationFormat="1"
705                                CompileAs="0"/>
706                        <Tool
707                                Name="VCCustomBuildTool"/>
708                        <Tool
709                                Name="VCLinkerTool"
710                                IgnoreImportLibrary="TRUE"
711                                AdditionalDependencies="libboost_test_exec_monitor.lib"
712                                LinkIncremental="2"
713                                SuppressStartupBanner="TRUE"
714                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/debug/threading-multi&quot;"
715                                GenerateDebugInformation="TRUE"
716                                SubSystem="1"/>
717                        <Tool
718                                Name="VCMIDLTool"/>
719                        <Tool
720                                Name="VCPostBuildEventTool"
721                                Description="run $(TargetName) with $(ConfigurationName)"
722                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
723                        <Tool
724                                Name="VCPreBuildEventTool"/>
725                        <Tool
726                                Name="VCPreLinkEventTool"/>
727                        <Tool
728                                Name="VCResourceCompilerTool"/>
729                        <Tool
730                                Name="VCWebServiceProxyGeneratorTool"/>
731                        <Tool
732                                Name="VCXMLDataGeneratorTool"/>
733                        <Tool
734                                Name="VCWebDeploymentTool"/>
735                        <Tool
736                                Name="VCManagedWrapperGeneratorTool"/>
737                        <Tool
738                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
739                </Configuration>
740                <Configuration
741                        Name="Debug runtime-static xml_archive|Win32"
742                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_archive.test/vc-7_1/debug/runtime-link-static/&quot;"
743                        IntermediateDirectory="$(OutDir)"
744                        ConfigurationType="1">
745                        <Tool
746                                Name="VCCLCompilerTool"
747                                Optimization="0"
748                                ImproveFloatingPointConsistency="TRUE"
749                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
750                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_archive.hpp"
751                                RuntimeLibrary="5"
752                                BufferSecurityCheck="FALSE"
753                                EnableFunctionLevelLinking="TRUE"
754                                TreatWChar_tAsBuiltInType="TRUE"
755                                ForceConformanceInForLoopScope="TRUE"
756                                RuntimeTypeInfo="TRUE"
757                                WarningLevel="3"
758                                DebugInformationFormat="1"
759                                CompileAs="0"/>
760                        <Tool
761                                Name="VCCustomBuildTool"/>
762                        <Tool
763                                Name="VCLinkerTool"
764                                IgnoreImportLibrary="TRUE"
765                                AdditionalDependencies="libboost_test_exec_monitor.lib"
766                                LinkIncremental="2"
767                                SuppressStartupBanner="TRUE"
768                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static&quot;"
769                                GenerateDebugInformation="TRUE"
770                                SubSystem="1"/>
771                        <Tool
772                                Name="VCMIDLTool"/>
773                        <Tool
774                                Name="VCPostBuildEventTool"
775                                Description="run $(TargetName) with $(ConfigurationName)"
776                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
777                        <Tool
778                                Name="VCPreBuildEventTool"/>
779                        <Tool
780                                Name="VCPreLinkEventTool"/>
781                        <Tool
782                                Name="VCResourceCompilerTool"/>
783                        <Tool
784                                Name="VCWebServiceProxyGeneratorTool"/>
785                        <Tool
786                                Name="VCXMLDataGeneratorTool"/>
787                        <Tool
788                                Name="VCWebDeploymentTool"/>
789                        <Tool
790                                Name="VCManagedWrapperGeneratorTool"/>
791                        <Tool
792                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
793                </Configuration>
794                <Configuration
795                        Name="Debug runtime-static threading-multi xml_archive|Win32"
796                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_archive.test/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
797                        IntermediateDirectory="$(OutDir)"
798                        ConfigurationType="1">
799                        <Tool
800                                Name="VCCLCompilerTool"
801                                Optimization="0"
802                                ImproveFloatingPointConsistency="TRUE"
803                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
804                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_archive.hpp"
805                                RuntimeLibrary="1"
806                                BufferSecurityCheck="FALSE"
807                                EnableFunctionLevelLinking="TRUE"
808                                TreatWChar_tAsBuiltInType="TRUE"
809                                ForceConformanceInForLoopScope="TRUE"
810                                RuntimeTypeInfo="TRUE"
811                                WarningLevel="3"
812                                DebugInformationFormat="1"
813                                CompileAs="0"/>
814                        <Tool
815                                Name="VCCustomBuildTool"/>
816                        <Tool
817                                Name="VCLinkerTool"
818                                IgnoreImportLibrary="TRUE"
819                                AdditionalDependencies="libboost_test_exec_monitor.lib"
820                                LinkIncremental="2"
821                                SuppressStartupBanner="TRUE"
822                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
823                                GenerateDebugInformation="TRUE"
824                                SubSystem="1"/>
825                        <Tool
826                                Name="VCMIDLTool"/>
827                        <Tool
828                                Name="VCPostBuildEventTool"
829                                Description="run $(TargetName) with $(ConfigurationName)"
830                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
831                        <Tool
832                                Name="VCPreBuildEventTool"/>
833                        <Tool
834                                Name="VCPreLinkEventTool"/>
835                        <Tool
836                                Name="VCResourceCompilerTool"/>
837                        <Tool
838                                Name="VCWebServiceProxyGeneratorTool"/>
839                        <Tool
840                                Name="VCXMLDataGeneratorTool"/>
841                        <Tool
842                                Name="VCWebDeploymentTool"/>
843                        <Tool
844                                Name="VCManagedWrapperGeneratorTool"/>
845                        <Tool
846                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
847                </Configuration>
848                <Configuration
849                        Name="Release runtime-dynamic xml_archive|Win32"
850                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_archive.test/vc-7_1/release/threading-multi/&quot;"
851                        IntermediateDirectory="$(OutDir)"
852                        ConfigurationType="1">
853                        <Tool
854                                Name="VCCLCompilerTool"
855                                GlobalOptimizations="TRUE"
856                                InlineFunctionExpansion="2"
857                                EnableIntrinsicFunctions="TRUE"
858                                ImproveFloatingPointConsistency="TRUE"
859                                FavorSizeOrSpeed="1"
860                                OmitFramePointers="TRUE"
861                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
862                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_archive.hpp"
863                                RuntimeLibrary="2"
864                                BufferSecurityCheck="FALSE"
865                                EnableFunctionLevelLinking="TRUE"
866                                TreatWChar_tAsBuiltInType="TRUE"
867                                ForceConformanceInForLoopScope="TRUE"
868                                RuntimeTypeInfo="TRUE"
869                                WarningLevel="3"
870                                DebugInformationFormat="1"
871                                CompileAs="0"/>
872                        <Tool
873                                Name="VCCustomBuildTool"/>
874                        <Tool
875                                Name="VCLinkerTool"
876                                IgnoreImportLibrary="TRUE"
877                                AdditionalDependencies="libboost_test_exec_monitor.lib"
878                                LinkIncremental="1"
879                                SuppressStartupBanner="TRUE"
880                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/release/threading-multi&quot;"
881                                SubSystem="1"
882                                TargetMachine="1"/>
883                        <Tool
884                                Name="VCMIDLTool"/>
885                        <Tool
886                                Name="VCPostBuildEventTool"
887                                Description="run $(TargetName) with $(ConfigurationName)"
888                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
889                        <Tool
890                                Name="VCPreBuildEventTool"/>
891                        <Tool
892                                Name="VCPreLinkEventTool"/>
893                        <Tool
894                                Name="VCResourceCompilerTool"/>
895                        <Tool
896                                Name="VCWebServiceProxyGeneratorTool"/>
897                        <Tool
898                                Name="VCXMLDataGeneratorTool"/>
899                        <Tool
900                                Name="VCWebDeploymentTool"/>
901                        <Tool
902                                Name="VCManagedWrapperGeneratorTool"/>
903                        <Tool
904                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
905                </Configuration>
906                <Configuration
907                        Name="Release runtime-static xml_archive|Win32"
908                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_archive.test/vc-7_1/release/runtime-link-static/&quot;"
909                        IntermediateDirectory="$(OutDir)"
910                        ConfigurationType="1">
911                        <Tool
912                                Name="VCCLCompilerTool"
913                                GlobalOptimizations="TRUE"
914                                InlineFunctionExpansion="2"
915                                EnableIntrinsicFunctions="TRUE"
916                                ImproveFloatingPointConsistency="TRUE"
917                                FavorSizeOrSpeed="1"
918                                OmitFramePointers="TRUE"
919                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
920                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_archive.hpp"
921                                RuntimeLibrary="4"
922                                BufferSecurityCheck="FALSE"
923                                EnableFunctionLevelLinking="TRUE"
924                                TreatWChar_tAsBuiltInType="TRUE"
925                                ForceConformanceInForLoopScope="TRUE"
926                                RuntimeTypeInfo="TRUE"
927                                WarningLevel="3"
928                                DebugInformationFormat="1"
929                                CompileAs="0"/>
930                        <Tool
931                                Name="VCCustomBuildTool"/>
932                        <Tool
933                                Name="VCLinkerTool"
934                                IgnoreImportLibrary="TRUE"
935                                AdditionalDependencies="libboost_test_exec_monitor.lib"
936                                LinkIncremental="1"
937                                SuppressStartupBanner="TRUE"
938                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static&quot;"
939                                SubSystem="1"
940                                TargetMachine="1"/>
941                        <Tool
942                                Name="VCMIDLTool"/>
943                        <Tool
944                                Name="VCPostBuildEventTool"
945                                Description="run $(TargetName) with $(ConfigurationName)"
946                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
947                        <Tool
948                                Name="VCPreBuildEventTool"/>
949                        <Tool
950                                Name="VCPreLinkEventTool"/>
951                        <Tool
952                                Name="VCResourceCompilerTool"/>
953                        <Tool
954                                Name="VCWebServiceProxyGeneratorTool"/>
955                        <Tool
956                                Name="VCXMLDataGeneratorTool"/>
957                        <Tool
958                                Name="VCWebDeploymentTool"/>
959                        <Tool
960                                Name="VCManagedWrapperGeneratorTool"/>
961                        <Tool
962                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
963                </Configuration>
964                <Configuration
965                        Name="Release runtime-static threading-multi xml_archive|Win32"
966                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_archive.test/vc-7_1/release/runtime-link-static/threading-multi/&quot;"
967                        IntermediateDirectory="$(OutDir)"
968                        ConfigurationType="1">
969                        <Tool
970                                Name="VCCLCompilerTool"
971                                GlobalOptimizations="TRUE"
972                                InlineFunctionExpansion="2"
973                                EnableIntrinsicFunctions="TRUE"
974                                ImproveFloatingPointConsistency="TRUE"
975                                FavorSizeOrSpeed="1"
976                                OmitFramePointers="TRUE"
977                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
978                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_archive.hpp"
979                                RuntimeLibrary="0"
980                                BufferSecurityCheck="FALSE"
981                                EnableFunctionLevelLinking="TRUE"
982                                TreatWChar_tAsBuiltInType="TRUE"
983                                ForceConformanceInForLoopScope="TRUE"
984                                RuntimeTypeInfo="TRUE"
985                                WarningLevel="3"
986                                DebugInformationFormat="1"
987                                CompileAs="0"/>
988                        <Tool
989                                Name="VCCustomBuildTool"/>
990                        <Tool
991                                Name="VCLinkerTool"
992                                IgnoreImportLibrary="TRUE"
993                                AdditionalDependencies="libboost_test_exec_monitor.lib"
994                                LinkIncremental="1"
995                                SuppressStartupBanner="TRUE"
996                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;"
997                                SubSystem="1"
998                                TargetMachine="1"/>
999                        <Tool
1000                                Name="VCMIDLTool"/>
1001                        <Tool
1002                                Name="VCPostBuildEventTool"
1003                                Description="run $(TargetName) with $(ConfigurationName)"
1004                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1005                        <Tool
1006                                Name="VCPreBuildEventTool"/>
1007                        <Tool
1008                                Name="VCPreLinkEventTool"/>
1009                        <Tool
1010                                Name="VCResourceCompilerTool"/>
1011                        <Tool
1012                                Name="VCWebServiceProxyGeneratorTool"/>
1013                        <Tool
1014                                Name="VCXMLDataGeneratorTool"/>
1015                        <Tool
1016                                Name="VCWebDeploymentTool"/>
1017                        <Tool
1018                                Name="VCManagedWrapperGeneratorTool"/>
1019                        <Tool
1020                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1021                </Configuration>
1022                <Configuration
1023                        Name="Debug runtime-dynamic xml_warchive|Win32"
1024                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_warchive.test/vc-7_1/debug/threading-multi/&quot;"
1025                        IntermediateDirectory="$(OutDir)"
1026                        ConfigurationType="1">
1027                        <Tool
1028                                Name="VCCLCompilerTool"
1029                                Optimization="0"
1030                                ImproveFloatingPointConsistency="TRUE"
1031                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
1032                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_warchive.hpp"
1033                                RuntimeLibrary="3"
1034                                BufferSecurityCheck="FALSE"
1035                                EnableFunctionLevelLinking="TRUE"
1036                                TreatWChar_tAsBuiltInType="TRUE"
1037                                ForceConformanceInForLoopScope="TRUE"
1038                                RuntimeTypeInfo="TRUE"
1039                                WarningLevel="3"
1040                                DebugInformationFormat="1"
1041                                CompileAs="0"/>
1042                        <Tool
1043                                Name="VCCustomBuildTool"/>
1044                        <Tool
1045                                Name="VCLinkerTool"
1046                                IgnoreImportLibrary="TRUE"
1047                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1048                                LinkIncremental="2"
1049                                SuppressStartupBanner="TRUE"
1050                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/debug/threading-multi&quot;"
1051                                GenerateDebugInformation="TRUE"
1052                                SubSystem="1"/>
1053                        <Tool
1054                                Name="VCMIDLTool"/>
1055                        <Tool
1056                                Name="VCPostBuildEventTool"
1057                                Description="run $(TargetName) with $(ConfigurationName)"
1058                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1059                        <Tool
1060                                Name="VCPreBuildEventTool"/>
1061                        <Tool
1062                                Name="VCPreLinkEventTool"/>
1063                        <Tool
1064                                Name="VCResourceCompilerTool"/>
1065                        <Tool
1066                                Name="VCWebServiceProxyGeneratorTool"/>
1067                        <Tool
1068                                Name="VCXMLDataGeneratorTool"/>
1069                        <Tool
1070                                Name="VCWebDeploymentTool"/>
1071                        <Tool
1072                                Name="VCManagedWrapperGeneratorTool"/>
1073                        <Tool
1074                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1075                </Configuration>
1076                <Configuration
1077                        Name="Debug runtime-static xml_warchive|Win32"
1078                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_warchive.test/vc-7_1/debug/runtime-link-static/&quot;"
1079                        IntermediateDirectory="$(OutDir)"
1080                        ConfigurationType="1">
1081                        <Tool
1082                                Name="VCCLCompilerTool"
1083                                Optimization="0"
1084                                ImproveFloatingPointConsistency="TRUE"
1085                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
1086                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_warchive.hpp"
1087                                RuntimeLibrary="5"
1088                                BufferSecurityCheck="FALSE"
1089                                EnableFunctionLevelLinking="TRUE"
1090                                TreatWChar_tAsBuiltInType="TRUE"
1091                                ForceConformanceInForLoopScope="TRUE"
1092                                RuntimeTypeInfo="TRUE"
1093                                WarningLevel="3"
1094                                DebugInformationFormat="1"
1095                                CompileAs="0"/>
1096                        <Tool
1097                                Name="VCCustomBuildTool"/>
1098                        <Tool
1099                                Name="VCLinkerTool"
1100                                IgnoreImportLibrary="TRUE"
1101                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1102                                LinkIncremental="2"
1103                                SuppressStartupBanner="TRUE"
1104                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static&quot;"
1105                                GenerateDebugInformation="TRUE"
1106                                SubSystem="1"/>
1107                        <Tool
1108                                Name="VCMIDLTool"/>
1109                        <Tool
1110                                Name="VCPostBuildEventTool"
1111                                Description="run $(TargetName) with $(ConfigurationName)"
1112                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1113                        <Tool
1114                                Name="VCPreBuildEventTool"/>
1115                        <Tool
1116                                Name="VCPreLinkEventTool"/>
1117                        <Tool
1118                                Name="VCResourceCompilerTool"/>
1119                        <Tool
1120                                Name="VCWebServiceProxyGeneratorTool"/>
1121                        <Tool
1122                                Name="VCXMLDataGeneratorTool"/>
1123                        <Tool
1124                                Name="VCWebDeploymentTool"/>
1125                        <Tool
1126                                Name="VCManagedWrapperGeneratorTool"/>
1127                        <Tool
1128                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1129                </Configuration>
1130                <Configuration
1131                        Name="Debug runtime-static threading-multi xml_warchive|Win32"
1132                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_warchive.test/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
1133                        IntermediateDirectory="$(OutDir)"
1134                        ConfigurationType="1">
1135                        <Tool
1136                                Name="VCCLCompilerTool"
1137                                Optimization="0"
1138                                ImproveFloatingPointConsistency="TRUE"
1139                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
1140                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_warchive.hpp"
1141                                RuntimeLibrary="1"
1142                                BufferSecurityCheck="FALSE"
1143                                EnableFunctionLevelLinking="TRUE"
1144                                TreatWChar_tAsBuiltInType="TRUE"
1145                                ForceConformanceInForLoopScope="TRUE"
1146                                RuntimeTypeInfo="TRUE"
1147                                WarningLevel="3"
1148                                DebugInformationFormat="1"
1149                                CompileAs="0"/>
1150                        <Tool
1151                                Name="VCCustomBuildTool"/>
1152                        <Tool
1153                                Name="VCLinkerTool"
1154                                IgnoreImportLibrary="TRUE"
1155                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1156                                LinkIncremental="2"
1157                                SuppressStartupBanner="TRUE"
1158                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
1159                                GenerateDebugInformation="TRUE"
1160                                SubSystem="1"/>
1161                        <Tool
1162                                Name="VCMIDLTool"/>
1163                        <Tool
1164                                Name="VCPostBuildEventTool"
1165                                Description="run $(TargetName) with $(ConfigurationName)"
1166                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1167                        <Tool
1168                                Name="VCPreBuildEventTool"/>
1169                        <Tool
1170                                Name="VCPreLinkEventTool"/>
1171                        <Tool
1172                                Name="VCResourceCompilerTool"/>
1173                        <Tool
1174                                Name="VCWebServiceProxyGeneratorTool"/>
1175                        <Tool
1176                                Name="VCXMLDataGeneratorTool"/>
1177                        <Tool
1178                                Name="VCWebDeploymentTool"/>
1179                        <Tool
1180                                Name="VCManagedWrapperGeneratorTool"/>
1181                        <Tool
1182                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1183                </Configuration>
1184                <Configuration
1185                        Name="Release runtime-dynamic xml_warchive|Win32"
1186                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_warchive.test/vc-7_1/release/threading-multi/&quot;"
1187                        IntermediateDirectory="$(OutDir)"
1188                        ConfigurationType="1">
1189                        <Tool
1190                                Name="VCCLCompilerTool"
1191                                GlobalOptimizations="TRUE"
1192                                InlineFunctionExpansion="2"
1193                                EnableIntrinsicFunctions="TRUE"
1194                                ImproveFloatingPointConsistency="TRUE"
1195                                FavorSizeOrSpeed="1"
1196                                OmitFramePointers="TRUE"
1197                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
1198                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_warchive.hpp"
1199                                RuntimeLibrary="2"
1200                                BufferSecurityCheck="FALSE"
1201                                EnableFunctionLevelLinking="TRUE"
1202                                TreatWChar_tAsBuiltInType="TRUE"
1203                                ForceConformanceInForLoopScope="TRUE"
1204                                RuntimeTypeInfo="TRUE"
1205                                WarningLevel="3"
1206                                DebugInformationFormat="1"
1207                                CompileAs="0"/>
1208                        <Tool
1209                                Name="VCCustomBuildTool"/>
1210                        <Tool
1211                                Name="VCLinkerTool"
1212                                IgnoreImportLibrary="TRUE"
1213                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1214                                LinkIncremental="1"
1215                                SuppressStartupBanner="TRUE"
1216                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/release/threading-multi&quot;"
1217                                SubSystem="1"
1218                                TargetMachine="1"/>
1219                        <Tool
1220                                Name="VCMIDLTool"/>
1221                        <Tool
1222                                Name="VCPostBuildEventTool"
1223                                Description="run $(TargetName) with $(ConfigurationName)"
1224                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1225                        <Tool
1226                                Name="VCPreBuildEventTool"/>
1227                        <Tool
1228                                Name="VCPreLinkEventTool"/>
1229                        <Tool
1230                                Name="VCResourceCompilerTool"/>
1231                        <Tool
1232                                Name="VCWebServiceProxyGeneratorTool"/>
1233                        <Tool
1234                                Name="VCXMLDataGeneratorTool"/>
1235                        <Tool
1236                                Name="VCWebDeploymentTool"/>
1237                        <Tool
1238                                Name="VCManagedWrapperGeneratorTool"/>
1239                        <Tool
1240                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1241                </Configuration>
1242                <Configuration
1243                        Name="Release runtime-static xml_warchive|Win32"
1244                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_warchive.test/vc-7_1/release/runtime-link-static/&quot;"
1245                        IntermediateDirectory="$(OutDir)"
1246                        ConfigurationType="1">
1247                        <Tool
1248                                Name="VCCLCompilerTool"
1249                                GlobalOptimizations="TRUE"
1250                                InlineFunctionExpansion="2"
1251                                EnableIntrinsicFunctions="TRUE"
1252                                ImproveFloatingPointConsistency="TRUE"
1253                                FavorSizeOrSpeed="1"
1254                                OmitFramePointers="TRUE"
1255                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
1256                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_warchive.hpp"
1257                                RuntimeLibrary="4"
1258                                BufferSecurityCheck="FALSE"
1259                                EnableFunctionLevelLinking="TRUE"
1260                                TreatWChar_tAsBuiltInType="TRUE"
1261                                ForceConformanceInForLoopScope="TRUE"
1262                                RuntimeTypeInfo="TRUE"
1263                                WarningLevel="3"
1264                                DebugInformationFormat="1"
1265                                CompileAs="0"/>
1266                        <Tool
1267                                Name="VCCustomBuildTool"/>
1268                        <Tool
1269                                Name="VCLinkerTool"
1270                                IgnoreImportLibrary="TRUE"
1271                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1272                                LinkIncremental="1"
1273                                SuppressStartupBanner="TRUE"
1274                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static&quot;"
1275                                SubSystem="1"
1276                                TargetMachine="1"/>
1277                        <Tool
1278                                Name="VCMIDLTool"/>
1279                        <Tool
1280                                Name="VCPostBuildEventTool"
1281                                Description="run $(TargetName) with $(ConfigurationName)"
1282                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1283                        <Tool
1284                                Name="VCPreBuildEventTool"/>
1285                        <Tool
1286                                Name="VCPreLinkEventTool"/>
1287                        <Tool
1288                                Name="VCResourceCompilerTool"/>
1289                        <Tool
1290                                Name="VCWebServiceProxyGeneratorTool"/>
1291                        <Tool
1292                                Name="VCXMLDataGeneratorTool"/>
1293                        <Tool
1294                                Name="VCWebDeploymentTool"/>
1295                        <Tool
1296                                Name="VCManagedWrapperGeneratorTool"/>
1297                        <Tool
1298                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1299                </Configuration>
1300                <Configuration
1301                        Name="Release runtime-static threading-multi xml_warchive|Win32"
1302                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_xml_warchive.test/vc-7_1/release/runtime-link-static/threading-multi/&quot;"
1303                        IntermediateDirectory="$(OutDir)"
1304                        ConfigurationType="1">
1305                        <Tool
1306                                Name="VCCLCompilerTool"
1307                                GlobalOptimizations="TRUE"
1308                                InlineFunctionExpansion="2"
1309                                EnableIntrinsicFunctions="TRUE"
1310                                ImproveFloatingPointConsistency="TRUE"
1311                                FavorSizeOrSpeed="1"
1312                                OmitFramePointers="TRUE"
1313                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
1314                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=xml_warchive.hpp"
1315                                RuntimeLibrary="0"
1316                                BufferSecurityCheck="FALSE"
1317                                EnableFunctionLevelLinking="TRUE"
1318                                TreatWChar_tAsBuiltInType="TRUE"
1319                                ForceConformanceInForLoopScope="TRUE"
1320                                RuntimeTypeInfo="TRUE"
1321                                WarningLevel="3"
1322                                DebugInformationFormat="1"
1323                                CompileAs="0"/>
1324                        <Tool
1325                                Name="VCCustomBuildTool"/>
1326                        <Tool
1327                                Name="VCLinkerTool"
1328                                IgnoreImportLibrary="TRUE"
1329                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1330                                LinkIncremental="1"
1331                                SuppressStartupBanner="TRUE"
1332                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;"
1333                                SubSystem="1"
1334                                TargetMachine="1"/>
1335                        <Tool
1336                                Name="VCMIDLTool"/>
1337                        <Tool
1338                                Name="VCPostBuildEventTool"
1339                                Description="run $(TargetName) with $(ConfigurationName)"
1340                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1341                        <Tool
1342                                Name="VCPreBuildEventTool"/>
1343                        <Tool
1344                                Name="VCPreLinkEventTool"/>
1345                        <Tool
1346                                Name="VCResourceCompilerTool"/>
1347                        <Tool
1348                                Name="VCWebServiceProxyGeneratorTool"/>
1349                        <Tool
1350                                Name="VCXMLDataGeneratorTool"/>
1351                        <Tool
1352                                Name="VCWebDeploymentTool"/>
1353                        <Tool
1354                                Name="VCManagedWrapperGeneratorTool"/>
1355                        <Tool
1356                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1357                </Configuration>
1358                <Configuration
1359                        Name="Debug runtime-dynamic binary_archive|Win32"
1360                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_binary_archive.test/vc-7_1/debug/threading-multi/&quot;"
1361                        IntermediateDirectory="$(OutDir)"
1362                        ConfigurationType="1">
1363                        <Tool
1364                                Name="VCCLCompilerTool"
1365                                Optimization="0"
1366                                ImproveFloatingPointConsistency="TRUE"
1367                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
1368                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=binary_archive.hpp"
1369                                RuntimeLibrary="3"
1370                                BufferSecurityCheck="FALSE"
1371                                EnableFunctionLevelLinking="TRUE"
1372                                TreatWChar_tAsBuiltInType="TRUE"
1373                                ForceConformanceInForLoopScope="TRUE"
1374                                RuntimeTypeInfo="TRUE"
1375                                WarningLevel="3"
1376                                DebugInformationFormat="1"
1377                                CompileAs="0"/>
1378                        <Tool
1379                                Name="VCCustomBuildTool"/>
1380                        <Tool
1381                                Name="VCLinkerTool"
1382                                IgnoreImportLibrary="TRUE"
1383                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1384                                LinkIncremental="2"
1385                                SuppressStartupBanner="TRUE"
1386                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/debug/threading-multi&quot;"
1387                                GenerateDebugInformation="TRUE"
1388                                SubSystem="1"/>
1389                        <Tool
1390                                Name="VCMIDLTool"/>
1391                        <Tool
1392                                Name="VCPostBuildEventTool"
1393                                Description="run $(TargetName) with $(ConfigurationName)"
1394                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1395                        <Tool
1396                                Name="VCPreBuildEventTool"/>
1397                        <Tool
1398                                Name="VCPreLinkEventTool"/>
1399                        <Tool
1400                                Name="VCResourceCompilerTool"/>
1401                        <Tool
1402                                Name="VCWebServiceProxyGeneratorTool"/>
1403                        <Tool
1404                                Name="VCXMLDataGeneratorTool"/>
1405                        <Tool
1406                                Name="VCWebDeploymentTool"/>
1407                        <Tool
1408                                Name="VCManagedWrapperGeneratorTool"/>
1409                        <Tool
1410                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1411                </Configuration>
1412                <Configuration
1413                        Name="Debug runtime-static binary_archive|Win32"
1414                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_binary_archive.test/vc-7_1/debug/runtime-link-static/&quot;"
1415                        IntermediateDirectory="$(OutDir)"
1416                        ConfigurationType="1">
1417                        <Tool
1418                                Name="VCCLCompilerTool"
1419                                Optimization="0"
1420                                ImproveFloatingPointConsistency="TRUE"
1421                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
1422                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=binary_archive.hpp"
1423                                RuntimeLibrary="5"
1424                                BufferSecurityCheck="FALSE"
1425                                EnableFunctionLevelLinking="TRUE"
1426                                TreatWChar_tAsBuiltInType="TRUE"
1427                                ForceConformanceInForLoopScope="TRUE"
1428                                RuntimeTypeInfo="TRUE"
1429                                WarningLevel="3"
1430                                DebugInformationFormat="1"
1431                                CompileAs="0"/>
1432                        <Tool
1433                                Name="VCCustomBuildTool"/>
1434                        <Tool
1435                                Name="VCLinkerTool"
1436                                IgnoreImportLibrary="TRUE"
1437                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1438                                LinkIncremental="2"
1439                                SuppressStartupBanner="TRUE"
1440                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static&quot;"
1441                                GenerateDebugInformation="TRUE"
1442                                SubSystem="1"/>
1443                        <Tool
1444                                Name="VCMIDLTool"/>
1445                        <Tool
1446                                Name="VCPostBuildEventTool"
1447                                Description="run $(TargetName) with $(ConfigurationName)"
1448                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1449                        <Tool
1450                                Name="VCPreBuildEventTool"/>
1451                        <Tool
1452                                Name="VCPreLinkEventTool"/>
1453                        <Tool
1454                                Name="VCResourceCompilerTool"/>
1455                        <Tool
1456                                Name="VCWebServiceProxyGeneratorTool"/>
1457                        <Tool
1458                                Name="VCXMLDataGeneratorTool"/>
1459                        <Tool
1460                                Name="VCWebDeploymentTool"/>
1461                        <Tool
1462                                Name="VCManagedWrapperGeneratorTool"/>
1463                        <Tool
1464                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1465                </Configuration>
1466                <Configuration
1467                        Name="Debug runtime-static threading-multi binary_archive|Win32"
1468                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_binary_archive.test/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
1469                        IntermediateDirectory="$(OutDir)"
1470                        ConfigurationType="1">
1471                        <Tool
1472                                Name="VCCLCompilerTool"
1473                                Optimization="0"
1474                                ImproveFloatingPointConsistency="TRUE"
1475                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\&quot;"
1476                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=binary_archive.hpp"
1477                                RuntimeLibrary="1"
1478                                BufferSecurityCheck="FALSE"
1479                                EnableFunctionLevelLinking="TRUE"
1480                                TreatWChar_tAsBuiltInType="TRUE"
1481                                ForceConformanceInForLoopScope="TRUE"
1482                                RuntimeTypeInfo="TRUE"
1483                                WarningLevel="3"
1484                                DebugInformationFormat="1"
1485                                CompileAs="0"/>
1486                        <Tool
1487                                Name="VCCustomBuildTool"/>
1488                        <Tool
1489                                Name="VCLinkerTool"
1490                                IgnoreImportLibrary="TRUE"
1491                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1492                                LinkIncremental="2"
1493                                SuppressStartupBanner="TRUE"
1494                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static/threading-multi&quot;"
1495                                GenerateDebugInformation="TRUE"
1496                                SubSystem="1"/>
1497                        <Tool
1498                                Name="VCMIDLTool"/>
1499                        <Tool
1500                                Name="VCPostBuildEventTool"
1501                                Description="run $(TargetName) with $(ConfigurationName)"
1502                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1503                        <Tool
1504                                Name="VCPreBuildEventTool"/>
1505                        <Tool
1506                                Name="VCPreLinkEventTool"/>
1507                        <Tool
1508                                Name="VCResourceCompilerTool"/>
1509                        <Tool
1510                                Name="VCWebServiceProxyGeneratorTool"/>
1511                        <Tool
1512                                Name="VCXMLDataGeneratorTool"/>
1513                        <Tool
1514                                Name="VCWebDeploymentTool"/>
1515                        <Tool
1516                                Name="VCManagedWrapperGeneratorTool"/>
1517                        <Tool
1518                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1519                </Configuration>
1520                <Configuration
1521                        Name="Release runtime-dynamic binary_archive|Win32"
1522                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_binary_archive.test/vc-7_1/release/threading-multi/&quot;"
1523                        IntermediateDirectory="$(OutDir)"
1524                        ConfigurationType="1">
1525                        <Tool
1526                                Name="VCCLCompilerTool"
1527                                GlobalOptimizations="TRUE"
1528                                InlineFunctionExpansion="2"
1529                                EnableIntrinsicFunctions="TRUE"
1530                                ImproveFloatingPointConsistency="TRUE"
1531                                FavorSizeOrSpeed="1"
1532                                OmitFramePointers="TRUE"
1533                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
1534                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=binary_archive.hpp"
1535                                RuntimeLibrary="2"
1536                                BufferSecurityCheck="FALSE"
1537                                EnableFunctionLevelLinking="TRUE"
1538                                TreatWChar_tAsBuiltInType="TRUE"
1539                                ForceConformanceInForLoopScope="TRUE"
1540                                RuntimeTypeInfo="TRUE"
1541                                WarningLevel="3"
1542                                DebugInformationFormat="1"
1543                                CompileAs="0"/>
1544                        <Tool
1545                                Name="VCCustomBuildTool"/>
1546                        <Tool
1547                                Name="VCLinkerTool"
1548                                IgnoreImportLibrary="TRUE"
1549                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1550                                LinkIncremental="1"
1551                                SuppressStartupBanner="TRUE"
1552                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_wserialization.dll/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/release/threading-multi&quot;"
1553                                SubSystem="1"
1554                                TargetMachine="1"/>
1555                        <Tool
1556                                Name="VCMIDLTool"/>
1557                        <Tool
1558                                Name="VCPostBuildEventTool"
1559                                Description="run $(TargetName) with $(ConfigurationName)"
1560                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1561                        <Tool
1562                                Name="VCPreBuildEventTool"/>
1563                        <Tool
1564                                Name="VCPreLinkEventTool"/>
1565                        <Tool
1566                                Name="VCResourceCompilerTool"/>
1567                        <Tool
1568                                Name="VCWebServiceProxyGeneratorTool"/>
1569                        <Tool
1570                                Name="VCXMLDataGeneratorTool"/>
1571                        <Tool
1572                                Name="VCWebDeploymentTool"/>
1573                        <Tool
1574                                Name="VCManagedWrapperGeneratorTool"/>
1575                        <Tool
1576                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1577                </Configuration>
1578                <Configuration
1579                        Name="Release runtime-static binary_archive|Win32"
1580                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_binary_archive.test/vc-7_1/release/runtime-link-static/&quot;"
1581                        IntermediateDirectory="$(OutDir)"
1582                        ConfigurationType="1">
1583                        <Tool
1584                                Name="VCCLCompilerTool"
1585                                GlobalOptimizations="TRUE"
1586                                InlineFunctionExpansion="2"
1587                                EnableIntrinsicFunctions="TRUE"
1588                                ImproveFloatingPointConsistency="TRUE"
1589                                FavorSizeOrSpeed="1"
1590                                OmitFramePointers="TRUE"
1591                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
1592                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=binary_archive.hpp"
1593                                RuntimeLibrary="4"
1594                                BufferSecurityCheck="FALSE"
1595                                EnableFunctionLevelLinking="TRUE"
1596                                TreatWChar_tAsBuiltInType="TRUE"
1597                                ForceConformanceInForLoopScope="TRUE"
1598                                RuntimeTypeInfo="TRUE"
1599                                WarningLevel="3"
1600                                DebugInformationFormat="1"
1601                                CompileAs="0"/>
1602                        <Tool
1603                                Name="VCCustomBuildTool"/>
1604                        <Tool
1605                                Name="VCLinkerTool"
1606                                IgnoreImportLibrary="TRUE"
1607                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1608                                LinkIncremental="1"
1609                                SuppressStartupBanner="TRUE"
1610                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static&quot;"
1611                                SubSystem="1"
1612                                TargetMachine="1"/>
1613                        <Tool
1614                                Name="VCMIDLTool"/>
1615                        <Tool
1616                                Name="VCPostBuildEventTool"
1617                                Description="run $(TargetName) with $(ConfigurationName)"
1618                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1619                        <Tool
1620                                Name="VCPreBuildEventTool"/>
1621                        <Tool
1622                                Name="VCPreLinkEventTool"/>
1623                        <Tool
1624                                Name="VCResourceCompilerTool"/>
1625                        <Tool
1626                                Name="VCWebServiceProxyGeneratorTool"/>
1627                        <Tool
1628                                Name="VCXMLDataGeneratorTool"/>
1629                        <Tool
1630                                Name="VCWebDeploymentTool"/>
1631                        <Tool
1632                                Name="VCManagedWrapperGeneratorTool"/>
1633                        <Tool
1634                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1635                </Configuration>
1636                <Configuration
1637                        Name="Release runtime-static threading-multi binary_archive|Win32"
1638                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/test/$(ProjectName)_binary_archive.test/vc-7_1/release/runtime-link-static/threading-multi/&quot;"
1639                        IntermediateDirectory="$(OutDir)"
1640                        ConfigurationType="1">
1641                        <Tool
1642                                Name="VCCLCompilerTool"
1643                                GlobalOptimizations="TRUE"
1644                                InlineFunctionExpansion="2"
1645                                EnableIntrinsicFunctions="TRUE"
1646                                ImproveFloatingPointConsistency="TRUE"
1647                                FavorSizeOrSpeed="1"
1648                                OmitFramePointers="TRUE"
1649                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
1650                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_ARCHIVE_TEST=binary_archive.hpp"
1651                                RuntimeLibrary="0"
1652                                BufferSecurityCheck="FALSE"
1653                                EnableFunctionLevelLinking="TRUE"
1654                                TreatWChar_tAsBuiltInType="TRUE"
1655                                ForceConformanceInForLoopScope="TRUE"
1656                                RuntimeTypeInfo="TRUE"
1657                                WarningLevel="3"
1658                                DebugInformationFormat="1"
1659                                CompileAs="0"/>
1660                        <Tool
1661                                Name="VCCustomBuildTool"/>
1662                        <Tool
1663                                Name="VCLinkerTool"
1664                                IgnoreImportLibrary="TRUE"
1665                                AdditionalDependencies="libboost_test_exec_monitor.lib"
1666                                LinkIncremental="1"
1667                                SuppressStartupBanner="TRUE"
1668                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/test/build/libboost_test_exec_monitor.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_wserialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;"
1669                                SubSystem="1"
1670                                TargetMachine="1"/>
1671                        <Tool
1672                                Name="VCMIDLTool"/>
1673                        <Tool
1674                                Name="VCPostBuildEventTool"
1675                                Description="run $(TargetName) with $(ConfigurationName)"
1676                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
1677                        <Tool
1678                                Name="VCPreBuildEventTool"/>
1679                        <Tool
1680                                Name="VCPreLinkEventTool"/>
1681                        <Tool
1682                                Name="VCResourceCompilerTool"/>
1683                        <Tool
1684                                Name="VCWebServiceProxyGeneratorTool"/>
1685                        <Tool
1686                                Name="VCXMLDataGeneratorTool"/>
1687                        <Tool
1688                                Name="VCWebDeploymentTool"/>
1689                        <Tool
1690                                Name="VCManagedWrapperGeneratorTool"/>
1691                        <Tool
1692                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
1693                </Configuration>
1694        </Configurations>
1695        <References>
1696        </References>
1697        <Files>
1698              <File
1699                     RelativePath="..\test\test_optional.cpp">
1700              </File>
1701        </Files>
1702        <Globals>
1703        </Globals>
1704</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.