1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="null_iterator" 6 ProjectGUID="{32A79B10-B2A0-C1B8-9458-9456152413B5}" 7 RootNamespace="virtual_base" 8 Keyword="Win32Proj"> 9 <Platforms> 10 <Platform 11 Name="Win32"/> 12 </Platforms> 13 <Configurations> 14 <Configuration 15 Name="Debug|Win32" 16 OutputDirectory="Debug" 17 IntermediateDirectory="Debug" 18 ConfigurationType="1" 19 CharacterSet="2"> 20 <Tool 21 Name="VCCLCompilerTool" 22 Optimization="0" 23 AdditionalIncludeDirectories="../../../../../" 24 PreprocessorDefinitions="BOOST_DATE_TIME_NO_LIB" 25 GeneratePreprocessedFile="0" 26 KeepComments="FALSE" 27 MinimalRebuild="TRUE" 28 BasicRuntimeChecks="3" 29 RuntimeLibrary="1" 30 DisableLanguageExtensions="FALSE" 31 TreatWChar_tAsBuiltInType="TRUE" 32 ForceConformanceInForLoopScope="TRUE" 33 UsePrecompiledHeader="0" 34 WarningLevel="4" 35 Detect64BitPortabilityProblems="TRUE" 36 DebugInformationFormat="4"/> 37 <Tool 38 Name="VCCustomBuildTool"/> 39 <Tool 40 Name="VCLinkerTool" 41 OutputFile="$(OutDir)/null_iterator.exe" 42 LinkIncremental="2" 43 GenerateDebugInformation="TRUE" 44 ProgramDatabaseFile="$(OutDir)/null_iterator.pdb" 45 GenerateMapFile="TRUE" 46 SubSystem="1" 47 TargetMachine="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="Release" 72 IntermediateDirectory="Release" 73 ConfigurationType="1" 74 CharacterSet="2"> 75 <Tool 76 Name="VCCLCompilerTool" 77 AdditionalIncludeDirectories="../../../../../" 78 PreprocessorDefinitions="BOOST_DATE_TIME_NO_LIB" 79 RuntimeLibrary="0" 80 DisableLanguageExtensions="FALSE" 81 ForceConformanceInForLoopScope="TRUE" 82 UsePrecompiledHeader="0" 83 WarningLevel="3" 84 Detect64BitPortabilityProblems="TRUE" 85 DebugInformationFormat="3"/> 86 <Tool 87 Name="VCCustomBuildTool"/> 88 <Tool 89 Name="VCLinkerTool" 90 OutputFile="$(OutDir)/null_iterator.exe" 91 LinkIncremental="1" 92 GenerateDebugInformation="TRUE" 93 SubSystem="1" 94 OptimizeReferences="2" 95 EnableCOMDATFolding="2" 96 TargetMachine="1"/> 97 <Tool 98 Name="VCMIDLTool"/> 99 <Tool 100 Name="VCPostBuildEventTool"/> 101 <Tool 102 Name="VCPreBuildEventTool"/> 103 <Tool 104 Name="VCPreLinkEventTool"/> 105 <Tool 106 Name="VCResourceCompilerTool"/> 107 <Tool 108 Name="VCWebServiceProxyGeneratorTool"/> 109 <Tool 110 Name="VCXMLDataGeneratorTool"/> 111 <Tool 112 Name="VCWebDeploymentTool"/> 113 <Tool 114 Name="VCManagedWrapperGeneratorTool"/> 115 <Tool 116 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 117 </Configuration> 118 </Configurations> 119 <References> 120 </References> 121 <Files> 122 <File 123 RelativePath="..\..\..\test\null_iterator_test.cpp"> 124 </File> 125 </Files> 126 <Globals> 127 </Globals> 128</VisualStudioProject> 129