1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="collperf" 6 ProjectGUID="{01807B4A-E3B5-4B97-A7F3-207746DCD71E}" 7 > 8 <Platforms> 9 <Platform 10 Name="Win32" 11 /> 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 15 <Configurations> 16 <Configuration 17 Name="Debug|Win32" 18 OutputDirectory=".\Debug" 19 IntermediateDirectory=".\Debug" 20 ConfigurationType="1" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 22 UseOfMFC="0" 23 ATLMinimizesCRunTimeLibraryUsage="false" 24 CharacterSet="2" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 TypeLibraryName=".\Debug/collperf.tlb" 41 HeaderFileName="" 42 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 Optimization="0" 46 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" 47 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 48 BasicRuntimeChecks="3" 49 RuntimeLibrary="3" 50 PrecompiledHeaderFile=".\Debug/collperf.pch" 51 AssemblerListingLocation=".\Debug/" 52 ObjectFile=".\Debug/" 53 ProgramDataBaseFileName=".\Debug/" 54 BrowseInformation="1" 55 WarningLevel="3" 56 SuppressStartupBanner="true" 57 DebugInformationFormat="3" 58 CompileAs="0" 59 /> 60 <Tool 61 Name="VCManagedResourceCompilerTool" 62 /> 63 <Tool 64 Name="VCResourceCompilerTool" 65 PreprocessorDefinitions="_DEBUG" 66 Culture="1033" 67 /> 68 <Tool 69 Name="VCPreLinkEventTool" 70 /> 71 <Tool 72 Name="VCLinkerTool" 73 AdditionalDependencies="icuucd.lib icuind.lib icutud.lib winmm.lib icutestd.lib" 74 OutputFile=".\Debug/collperf.exe" 75 LinkIncremental="1" 76 SuppressStartupBanner="true" 77 AdditionalLibraryDirectories="..\..\..\..\lib\" 78 GenerateDebugInformation="true" 79 ProgramDatabaseFile=".\Debug/collperf.pdb" 80 SubSystem="1" 81 /> 82 <Tool 83 Name="VCALinkTool" 84 /> 85 <Tool 86 Name="VCManifestTool" 87 /> 88 <Tool 89 Name="VCXDCMakeTool" 90 /> 91 <Tool 92 Name="VCBscMakeTool" 93 /> 94 <Tool 95 Name="VCFxCopTool" 96 /> 97 <Tool 98 Name="VCAppVerifierTool" 99 /> 100 <Tool 101 Name="VCWebDeploymentTool" 102 /> 103 <Tool 104 Name="VCPostBuildEventTool" 105 /> 106 </Configuration> 107 <Configuration 108 Name="Release|Win32" 109 OutputDirectory=".\Release" 110 IntermediateDirectory=".\Release" 111 ConfigurationType="1" 112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 113 UseOfMFC="0" 114 ATLMinimizesCRunTimeLibraryUsage="false" 115 CharacterSet="2" 116 > 117 <Tool 118 Name="VCPreBuildEventTool" 119 /> 120 <Tool 121 Name="VCCustomBuildTool" 122 /> 123 <Tool 124 Name="VCXMLDataGeneratorTool" 125 /> 126 <Tool 127 Name="VCWebServiceProxyGeneratorTool" 128 /> 129 <Tool 130 Name="VCMIDLTool" 131 TypeLibraryName=".\Release/collperf.tlb" 132 HeaderFileName="" 133 /> 134 <Tool 135 Name="VCCLCompilerTool" 136 Optimization="2" 137 InlineFunctionExpansion="2" 138 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" 139 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 140 StringPooling="true" 141 RuntimeLibrary="2" 142 EnableFunctionLevelLinking="true" 143 PrecompiledHeaderFile=".\Release/collperf.pch" 144 AssemblerListingLocation=".\Release/" 145 ObjectFile=".\Release/" 146 ProgramDataBaseFileName=".\Release/" 147 WarningLevel="3" 148 SuppressStartupBanner="true" 149 CompileAs="0" 150 /> 151 <Tool 152 Name="VCManagedResourceCompilerTool" 153 /> 154 <Tool 155 Name="VCResourceCompilerTool" 156 PreprocessorDefinitions="NDEBUG" 157 Culture="1033" 158 /> 159 <Tool 160 Name="VCPreLinkEventTool" 161 /> 162 <Tool 163 Name="VCLinkerTool" 164 AdditionalDependencies="icuuc.lib icuin.lib icutest.lib icutu.lib winmm.lib" 165 OutputFile=".\Release/collperf.exe" 166 LinkIncremental="1" 167 SuppressStartupBanner="true" 168 AdditionalLibraryDirectories="..\..\..\..\lib\" 169 ProgramDatabaseFile=".\Release/collperf.pdb" 170 SubSystem="1" 171 TargetMachine="1" 172 /> 173 <Tool 174 Name="VCALinkTool" 175 /> 176 <Tool 177 Name="VCManifestTool" 178 /> 179 <Tool 180 Name="VCXDCMakeTool" 181 /> 182 <Tool 183 Name="VCBscMakeTool" 184 /> 185 <Tool 186 Name="VCFxCopTool" 187 /> 188 <Tool 189 Name="VCAppVerifierTool" 190 /> 191 <Tool 192 Name="VCWebDeploymentTool" 193 /> 194 <Tool 195 Name="VCPostBuildEventTool" 196 /> 197 </Configuration> 198 </Configurations> 199 <References> 200 </References> 201 <Files> 202 <Filter 203 Name="Source Files" 204 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 205 > 206 <File 207 RelativePath="collperf.cpp" 208 > 209 <FileConfiguration 210 Name="Debug|Win32" 211 > 212 <Tool 213 Name="VCCLCompilerTool" 214 Optimization="0" 215 AdditionalIncludeDirectories="" 216 PreprocessorDefinitions="" 217 BasicRuntimeChecks="3" 218 BrowseInformation="1" 219 /> 220 </FileConfiguration> 221 <FileConfiguration 222 Name="Release|Win32" 223 > 224 <Tool 225 Name="VCCLCompilerTool" 226 Optimization="2" 227 AdditionalIncludeDirectories="" 228 PreprocessorDefinitions="" 229 /> 230 </FileConfiguration> 231 </File> 232 </Filter> 233 <Filter 234 Name="Header Files" 235 Filter="h;hpp;hxx;hm;inl" 236 > 237 </Filter> 238 <Filter 239 Name="Resource Files" 240 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 241 > 242 </Filter> 243 </Files> 244 <Globals> 245 </Globals> 246</VisualStudioProject> 247