1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="flat_tree_test" 6 ProjectGUID="{58CCE183-6092-48FE-A4F7-BA0D3A792637}" 7 Keyword="Win32Proj"> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Debug|Win32" 15 OutputDirectory="../../Bin/Win32/Debug" 16 IntermediateDirectory="Debug/flat_tree_test" 17 ConfigurationType="1" 18 CharacterSet="2"> 19 <Tool 20 Name="VCCLCompilerTool" 21 Optimization="0" 22 AdditionalIncludeDirectories="../../../.." 23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_DATE_TIME_NO_LIB" 24 GeneratePreprocessedFile="0" 25 KeepComments="FALSE" 26 MinimalRebuild="TRUE" 27 BasicRuntimeChecks="3" 28 RuntimeLibrary="3" 29 TreatWChar_tAsBuiltInType="TRUE" 30 ForceConformanceInForLoopScope="FALSE" 31 UsePrecompiledHeader="0" 32 WarningLevel="4" 33 Detect64BitPortabilityProblems="TRUE" 34 DebugInformationFormat="3"/> 35 <Tool 36 Name="VCCustomBuildTool"/> 37 <Tool 38 Name="VCLinkerTool" 39 AdditionalDependencies="winmm.lib" 40 OutputFile="$(OutDir)/flat_tree_test_d.exe" 41 LinkIncremental="1" 42 AdditionalLibraryDirectories="../../../../stage/lib" 43 GenerateDebugInformation="TRUE" 44 ProgramDatabaseFile="$(OutDir)/flat_tree_test.pdb" 45 SubSystem="1" 46 TargetMachine="1" 47 FixedBaseAddress="1"/> 48 <Tool 49 Name="VCMIDLTool"/> 50 <Tool 51 Name="VCPostBuildEventTool"/> 52 <Tool 53 Name="VCPreBuildEventTool"/> 54 <Tool 55 Name="VCPreLinkEventTool"/> 56 <Tool 57 Name="VCResourceCompilerTool"/> 58 <Tool 59 Name="VCWebServiceProxyGeneratorTool"/> 60 <Tool 61 Name="VCXMLDataGeneratorTool"/> 62 <Tool 63 Name="VCWebDeploymentTool"/> 64 <Tool 65 Name="VCManagedWrapperGeneratorTool"/> 66 <Tool 67 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 68 </Configuration> 69 <Configuration 70 Name="Release|Win32" 71 OutputDirectory="../../Bin/Win32/Release" 72 IntermediateDirectory="Release/flat_tree_test" 73 ConfigurationType="1" 74 CharacterSet="2"> 75 <Tool 76 Name="VCCLCompilerTool" 77 AdditionalIncludeDirectories="../../../.." 78 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BOOST_DATE_TIME_NO_LIB" 79 RuntimeLibrary="2" 80 TreatWChar_tAsBuiltInType="TRUE" 81 ForceConformanceInForLoopScope="FALSE" 82 UsePrecompiledHeader="0" 83 WarningLevel="4" 84 Detect64BitPortabilityProblems="TRUE" 85 DebugInformationFormat="3"/> 86 <Tool 87 Name="VCCustomBuildTool"/> 88 <Tool 89 Name="VCLinkerTool" 90 AdditionalDependencies="winmm.lib" 91 OutputFile="$(OutDir)/flat_tree_test.exe" 92 LinkIncremental="1" 93 AdditionalLibraryDirectories="../../../../stage/lib" 94 GenerateDebugInformation="TRUE" 95 SubSystem="1" 96 OptimizeReferences="2" 97 EnableCOMDATFolding="2" 98 TargetMachine="1"/> 99 <Tool 100 Name="VCMIDLTool"/> 101 <Tool 102 Name="VCPostBuildEventTool"/> 103 <Tool 104 Name="VCPreBuildEventTool"/> 105 <Tool 106 Name="VCPreLinkEventTool"/> 107 <Tool 108 Name="VCResourceCompilerTool"/> 109 <Tool 110 Name="VCWebServiceProxyGeneratorTool"/> 111 <Tool 112 Name="VCXMLDataGeneratorTool"/> 113 <Tool 114 Name="VCWebDeploymentTool"/> 115 <Tool 116 Name="VCManagedWrapperGeneratorTool"/> 117 <Tool 118 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 119 </Configuration> 120 </Configurations> 121 <References> 122 </References> 123 <Files> 124 <Filter 125 Name="Source Files" 126 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 127 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 128 <File 129 RelativePath="..\..\test\flat_tree_test.cpp"> 130 </File> 131 </Filter> 132 <Filter 133 Name="Header Files" 134 Filter="h;hpp;hxx;hm;inl;inc;xsd" 135 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 136 </Filter> 137 </Files> 138 <Globals> 139 </Globals> 140</VisualStudioProject> 141