1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="collperf" 6 ProjectGUID="{01807B4A-E3B5-4B97-A7F3-207746DCD71E}" 7 TargetFrameworkVersion="131072" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 <Platform 14 Name="x64" 15 /> 16 </Platforms> 17 <ToolFiles> 18 </ToolFiles> 19 <Configurations> 20 <Configuration 21 Name="Debug|Win32" 22 OutputDirectory=".\x86\Debug" 23 IntermediateDirectory=".\x86\Debug" 24 ConfigurationType="1" 25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 26 UseOfMFC="0" 27 ATLMinimizesCRunTimeLibraryUsage="false" 28 CharacterSet="2" 29 > 30 <Tool 31 Name="VCPreBuildEventTool" 32 /> 33 <Tool 34 Name="VCCustomBuildTool" 35 /> 36 <Tool 37 Name="VCXMLDataGeneratorTool" 38 /> 39 <Tool 40 Name="VCWebServiceProxyGeneratorTool" 41 /> 42 <Tool 43 Name="VCMIDLTool" 44 TypeLibraryName=".\x86\Debug/collperf.tlb" 45 HeaderFileName="" 46 /> 47 <Tool 48 Name="VCCLCompilerTool" 49 Optimization="0" 50 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" 51 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 52 BasicRuntimeChecks="3" 53 RuntimeLibrary="3" 54 PrecompiledHeaderFile=".\x86\Debug/collperf.pch" 55 AssemblerListingLocation=".\x86\Debug/" 56 ObjectFile=".\x86\Debug/" 57 ProgramDataBaseFileName=".\x86\Debug/" 58 BrowseInformation="1" 59 WarningLevel="3" 60 SuppressStartupBanner="true" 61 DebugInformationFormat="3" 62 CompileAs="0" 63 /> 64 <Tool 65 Name="VCManagedResourceCompilerTool" 66 /> 67 <Tool 68 Name="VCResourceCompilerTool" 69 PreprocessorDefinitions="_DEBUG" 70 Culture="1033" 71 /> 72 <Tool 73 Name="VCPreLinkEventTool" 74 /> 75 <Tool 76 Name="VCLinkerTool" 77 AdditionalDependencies="icuucd.lib icuind.lib icutud.lib winmm.lib icutestd.lib" 78 OutputFile=".\x86\Debug/collperf.exe" 79 LinkIncremental="1" 80 SuppressStartupBanner="true" 81 AdditionalLibraryDirectories="..\..\..\..\lib\" 82 GenerateDebugInformation="true" 83 ProgramDatabaseFile=".\x86\Debug/collperf.pdb" 84 SubSystem="1" 85 RandomizedBaseAddress="1" 86 DataExecutionPrevention="0" 87 /> 88 <Tool 89 Name="VCALinkTool" 90 /> 91 <Tool 92 Name="VCManifestTool" 93 /> 94 <Tool 95 Name="VCXDCMakeTool" 96 /> 97 <Tool 98 Name="VCBscMakeTool" 99 /> 100 <Tool 101 Name="VCFxCopTool" 102 /> 103 <Tool 104 Name="VCAppVerifierTool" 105 /> 106 <Tool 107 Name="VCPostBuildEventTool" 108 /> 109 </Configuration> 110 <Configuration 111 Name="Debug|x64" 112 OutputDirectory=".\x64\Debug" 113 IntermediateDirectory=".\x64\Debug" 114 ConfigurationType="1" 115 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 116 UseOfMFC="0" 117 ATLMinimizesCRunTimeLibraryUsage="false" 118 CharacterSet="2" 119 > 120 <Tool 121 Name="VCPreBuildEventTool" 122 /> 123 <Tool 124 Name="VCCustomBuildTool" 125 /> 126 <Tool 127 Name="VCXMLDataGeneratorTool" 128 /> 129 <Tool 130 Name="VCWebServiceProxyGeneratorTool" 131 /> 132 <Tool 133 Name="VCMIDLTool" 134 TargetEnvironment="3" 135 TypeLibraryName=".\x64\Debug/collperf.tlb" 136 HeaderFileName="" 137 /> 138 <Tool 139 Name="VCCLCompilerTool" 140 Optimization="0" 141 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" 142 PreprocessorDefinitions="WIN64;WIN32;_DEBUG;_CONSOLE" 143 BasicRuntimeChecks="3" 144 RuntimeLibrary="3" 145 PrecompiledHeaderFile=".\x64\Debug/collperf.pch" 146 AssemblerListingLocation=".\x64\Debug/" 147 ObjectFile=".\x64\Debug/" 148 ProgramDataBaseFileName=".\x64\Debug/" 149 BrowseInformation="1" 150 WarningLevel="3" 151 SuppressStartupBanner="true" 152 DebugInformationFormat="3" 153 CompileAs="0" 154 /> 155 <Tool 156 Name="VCManagedResourceCompilerTool" 157 /> 158 <Tool 159 Name="VCResourceCompilerTool" 160 PreprocessorDefinitions="_DEBUG" 161 Culture="1033" 162 /> 163 <Tool 164 Name="VCPreLinkEventTool" 165 /> 166 <Tool 167 Name="VCLinkerTool" 168 AdditionalDependencies="icuucd.lib icuind.lib icutud.lib winmm.lib icutestd.lib" 169 OutputFile=".\x64\Debug/collperf.exe" 170 LinkIncremental="1" 171 SuppressStartupBanner="true" 172 AdditionalLibraryDirectories="..\..\..\..\lib64\" 173 GenerateDebugInformation="true" 174 ProgramDatabaseFile=".\x64\Debug/collperf.pdb" 175 SubSystem="1" 176 RandomizedBaseAddress="1" 177 DataExecutionPrevention="0" 178 TargetMachine="17" 179 /> 180 <Tool 181 Name="VCALinkTool" 182 /> 183 <Tool 184 Name="VCManifestTool" 185 /> 186 <Tool 187 Name="VCXDCMakeTool" 188 /> 189 <Tool 190 Name="VCBscMakeTool" 191 /> 192 <Tool 193 Name="VCFxCopTool" 194 /> 195 <Tool 196 Name="VCAppVerifierTool" 197 /> 198 <Tool 199 Name="VCPostBuildEventTool" 200 /> 201 </Configuration> 202 <Configuration 203 Name="Release|Win32" 204 OutputDirectory=".\x86\Release" 205 IntermediateDirectory=".\x86\Release" 206 ConfigurationType="1" 207 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 208 UseOfMFC="0" 209 ATLMinimizesCRunTimeLibraryUsage="false" 210 CharacterSet="2" 211 > 212 <Tool 213 Name="VCPreBuildEventTool" 214 /> 215 <Tool 216 Name="VCCustomBuildTool" 217 /> 218 <Tool 219 Name="VCXMLDataGeneratorTool" 220 /> 221 <Tool 222 Name="VCWebServiceProxyGeneratorTool" 223 /> 224 <Tool 225 Name="VCMIDLTool" 226 TypeLibraryName=".\x86\Release/collperf.tlb" 227 HeaderFileName="" 228 /> 229 <Tool 230 Name="VCCLCompilerTool" 231 Optimization="2" 232 InlineFunctionExpansion="2" 233 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" 234 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 235 StringPooling="true" 236 RuntimeLibrary="2" 237 EnableFunctionLevelLinking="true" 238 PrecompiledHeaderFile=".\x86\Release/collperf.pch" 239 AssemblerListingLocation=".\x86\Release/" 240 ObjectFile=".\x86\Release/" 241 ProgramDataBaseFileName=".\x86\Release/" 242 WarningLevel="3" 243 SuppressStartupBanner="true" 244 CompileAs="0" 245 /> 246 <Tool 247 Name="VCManagedResourceCompilerTool" 248 /> 249 <Tool 250 Name="VCResourceCompilerTool" 251 PreprocessorDefinitions="NDEBUG" 252 Culture="1033" 253 /> 254 <Tool 255 Name="VCPreLinkEventTool" 256 /> 257 <Tool 258 Name="VCLinkerTool" 259 AdditionalDependencies="icuuc.lib icuin.lib icutest.lib icutu.lib winmm.lib" 260 OutputFile=".\x86\Release/collperf.exe" 261 LinkIncremental="1" 262 SuppressStartupBanner="true" 263 AdditionalLibraryDirectories="..\..\..\..\lib\" 264 ProgramDatabaseFile=".\x86\Release/collperf.pdb" 265 SubSystem="1" 266 RandomizedBaseAddress="1" 267 DataExecutionPrevention="0" 268 TargetMachine="1" 269 /> 270 <Tool 271 Name="VCALinkTool" 272 /> 273 <Tool 274 Name="VCManifestTool" 275 /> 276 <Tool 277 Name="VCXDCMakeTool" 278 /> 279 <Tool 280 Name="VCBscMakeTool" 281 /> 282 <Tool 283 Name="VCFxCopTool" 284 /> 285 <Tool 286 Name="VCAppVerifierTool" 287 /> 288 <Tool 289 Name="VCPostBuildEventTool" 290 /> 291 </Configuration> 292 <Configuration 293 Name="Release|x64" 294 OutputDirectory=".\x64\Release" 295 IntermediateDirectory=".\x64\Release" 296 ConfigurationType="1" 297 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 298 UseOfMFC="0" 299 ATLMinimizesCRunTimeLibraryUsage="false" 300 CharacterSet="2" 301 > 302 <Tool 303 Name="VCPreBuildEventTool" 304 /> 305 <Tool 306 Name="VCCustomBuildTool" 307 /> 308 <Tool 309 Name="VCXMLDataGeneratorTool" 310 /> 311 <Tool 312 Name="VCWebServiceProxyGeneratorTool" 313 /> 314 <Tool 315 Name="VCMIDLTool" 316 TargetEnvironment="3" 317 TypeLibraryName=".\x64\Release/collperf.tlb" 318 HeaderFileName="" 319 /> 320 <Tool 321 Name="VCCLCompilerTool" 322 Optimization="2" 323 InlineFunctionExpansion="2" 324 AdditionalIncludeDirectories="..\..\..\..\include;..\..\..\tools\toolutil;..\..\..\common;..\..\..\tools\ctestfw" 325 PreprocessorDefinitions="WIN64;WIN32;NDEBUG;_CONSOLE" 326 StringPooling="true" 327 RuntimeLibrary="2" 328 EnableFunctionLevelLinking="true" 329 PrecompiledHeaderFile=".\x64\Release/collperf.pch" 330 AssemblerListingLocation=".\x64\Release/" 331 ObjectFile=".\x64\Release/" 332 ProgramDataBaseFileName=".\x64\Release/" 333 WarningLevel="3" 334 SuppressStartupBanner="true" 335 CompileAs="0" 336 /> 337 <Tool 338 Name="VCManagedResourceCompilerTool" 339 /> 340 <Tool 341 Name="VCResourceCompilerTool" 342 PreprocessorDefinitions="NDEBUG" 343 Culture="1033" 344 /> 345 <Tool 346 Name="VCPreLinkEventTool" 347 /> 348 <Tool 349 Name="VCLinkerTool" 350 AdditionalDependencies="icuuc.lib icuin.lib icutest.lib icutu.lib winmm.lib" 351 OutputFile=".\x64\Release/collperf.exe" 352 LinkIncremental="1" 353 SuppressStartupBanner="true" 354 AdditionalLibraryDirectories="..\..\..\..\lib64\" 355 ProgramDatabaseFile=".\x64\Release/collperf.pdb" 356 SubSystem="1" 357 RandomizedBaseAddress="1" 358 DataExecutionPrevention="0" 359 TargetMachine="17" 360 /> 361 <Tool 362 Name="VCALinkTool" 363 /> 364 <Tool 365 Name="VCManifestTool" 366 /> 367 <Tool 368 Name="VCXDCMakeTool" 369 /> 370 <Tool 371 Name="VCBscMakeTool" 372 /> 373 <Tool 374 Name="VCFxCopTool" 375 /> 376 <Tool 377 Name="VCAppVerifierTool" 378 /> 379 <Tool 380 Name="VCPostBuildEventTool" 381 /> 382 </Configuration> 383 </Configurations> 384 <References> 385 </References> 386 <Files> 387 <Filter 388 Name="Source Files" 389 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 390 > 391 <File 392 RelativePath="collperf.cpp" 393 > 394 <FileConfiguration 395 Name="Debug|Win32" 396 > 397 <Tool 398 Name="VCCLCompilerTool" 399 Optimization="0" 400 AdditionalIncludeDirectories="" 401 PreprocessorDefinitions="" 402 BasicRuntimeChecks="3" 403 BrowseInformation="1" 404 /> 405 </FileConfiguration> 406 <FileConfiguration 407 Name="Debug|x64" 408 > 409 <Tool 410 Name="VCCLCompilerTool" 411 Optimization="0" 412 AdditionalIncludeDirectories="" 413 PreprocessorDefinitions="" 414 BasicRuntimeChecks="3" 415 BrowseInformation="1" 416 /> 417 </FileConfiguration> 418 <FileConfiguration 419 Name="Release|Win32" 420 > 421 <Tool 422 Name="VCCLCompilerTool" 423 Optimization="2" 424 AdditionalIncludeDirectories="" 425 PreprocessorDefinitions="" 426 /> 427 </FileConfiguration> 428 <FileConfiguration 429 Name="Release|x64" 430 > 431 <Tool 432 Name="VCCLCompilerTool" 433 Optimization="2" 434 AdditionalIncludeDirectories="" 435 PreprocessorDefinitions="" 436 /> 437 </FileConfiguration> 438 </File> 439 </Filter> 440 <Filter 441 Name="Header Files" 442 Filter="h;hpp;hxx;hm;inl" 443 > 444 </Filter> 445 <Filter 446 Name="Resource Files" 447 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 448 > 449 </Filter> 450 </Files> 451 <Globals> 452 </Globals> 453</VisualStudioProject> 454