Changeset 2638
- Timestamp:
- Apr 22, 2009 2:27:55 PM (15 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 deleted
- 36 edited
- 37 copied
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/projects/vs-reorg (added) merged: 2588,2595,2598,2606,2608-2612,2618-2619,2621-2622,2624-2637
- Property svn:mergeinfo changed
-
pjproject/trunk/pjlib-util/build/pjlib_util.vcproj
r2584 r2638 14 14 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 15 15 /> 16 <Platform 17 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 18 /> 16 19 </Platforms> 17 20 <ToolFiles> … … 20 23 <Configuration 21 24 Name="Release|Win32" 22 OutputDirectory="./output/pjlib-util-i386-win32-vc8-release" 23 IntermediateDirectory="$(OutDir)" 25 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 26 27 ATLMinimizesCRunTimeLibraryUsage="false" 28 29 CharacterSet="2" 30 24 31 ConfigurationType="4" 25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"26 32 UseOfMFC="0" 27 ATLMinimizesCRunTimeLibraryUsage="false"28 CharacterSet="2"29 33 > 30 34 <Tool … … 45 49 <Tool 46 50 Name="VCCLCompilerTool" 47 Optimization="2" 48 InlineFunctionExpansion="2" 51 PrecompiledHeaderFile="" 52 53 PreprocessorDefinitions="_LIB;" 54 49 55 AdditionalIncludeDirectories="../include,../../pjlib/include" 50 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"51 StringPooling="true"52 RuntimeLibrary="2"53 EnableFunctionLevelLinking="true"54 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.pch"55 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-release/"56 ObjectFile="./output/pjlib-util-i386-win32-vc8-release/"57 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-release/"58 BrowseInformation="1"59 WarningLevel="4"60 SuppressStartupBanner="true"61 DebugInformationFormat="3"62 56 /> 63 57 <Tool … … 66 60 <Tool 67 61 Name="VCResourceCompilerTool" 68 PreprocessorDefinitions="NDEBUG"69 Culture="1033"70 62 /> 71 63 <Tool … … 74 66 <Tool 75 67 Name="VCLibrarianTool" 76 OutputFile=".. /lib/pjlib-util-i386-win32-vc8-release.lib"77 SuppressStartupBanner="true" 68 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 69 78 70 /> 79 71 <Tool … … 85 77 <Tool 86 78 Name="VCBscMakeTool" 87 SuppressStartupBanner="true"88 OutputFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.bsc"89 79 /> 90 80 <Tool … … 97 87 <Configuration 98 88 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 99 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 100 IntermediateDirectory="$(OutDir)" 89 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 90 91 ATLMinimizesCRunTimeLibraryUsage="false" 92 93 CharacterSet="1" 94 101 95 ConfigurationType="4" 102 CharacterSet="1"103 96 > 104 97 <Tool … … 119 112 <Tool 120 113 Name="VCCLCompilerTool" 121 ExecutionBucket="7" 114 PrecompiledHeaderFile="" 115 116 PreprocessorDefinitions="_LIB;" 117 122 118 AdditionalIncludeDirectories="../include,../../pjlib/include" 123 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"124 ExceptionHandling="0"125 WarningLevel="3"126 CompileAs="0"127 119 /> 128 120 <Tool … … 137 129 <Tool 138 130 Name="VCLibrarianTool" 139 AdditionalOptions="" 131 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 132 140 133 /> 141 134 <Tool … … 164 157 </Configuration> 165 158 <Configuration 166 Name="Debug|Win32" 167 OutputDirectory="./output/pjlib-util-i386-win32-vc8-debug" 168 IntermediateDirectory="./output/pjlib-util-i386-win32-vc8-debug" 159 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 160 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 161 162 ATLMinimizesCRunTimeLibraryUsage="false" 163 164 CharacterSet="1" 165 169 166 ConfigurationType="4" 170 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"171 UseOfMFC="0"172 ATLMinimizesCRunTimeLibraryUsage="false"173 CharacterSet="2"174 167 > 175 168 <Tool … … 190 183 <Tool 191 184 Name="VCCLCompilerTool" 192 Optimization="0" 185 PrecompiledHeaderFile="" 186 187 PreprocessorDefinitions="_LIB;" 188 193 189 AdditionalIncludeDirectories="../include,../../pjlib/include" 194 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"195 MinimalRebuild="true"196 BasicRuntimeChecks="3"197 RuntimeLibrary="1"198 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.pch"199 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-debug/"200 ObjectFile="./output/pjlib-util-i386-win32-vc8-debug/"201 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-debug/"202 BrowseInformation="1"203 WarningLevel="4"204 SuppressStartupBanner="true"205 DebugInformationFormat="4"206 190 /> 207 191 <Tool … … 210 194 <Tool 211 195 Name="VCResourceCompilerTool" 212 PreprocessorDefinitions="_DEBUG"213 Culture="1033"214 196 /> 215 197 <Tool … … 218 200 <Tool 219 201 Name="VCLibrarianTool" 220 OutputFile="../lib/pjlib-util-i386-win32-vc8-debug.lib" 221 SuppressStartupBanner="true" 222 /> 223 <Tool 224 Name="VCALinkTool" 225 /> 226 <Tool 227 Name="VCXDCMakeTool" 228 /> 229 <Tool 230 Name="VCBscMakeTool" 231 SuppressStartupBanner="true" 232 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc" 233 /> 234 <Tool 235 Name="VCFxCopTool" 236 /> 237 <Tool 238 Name="VCPostBuildEventTool" 239 /> 240 </Configuration> 241 <Configuration 242 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 243 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 244 IntermediateDirectory="$(OutDir)" 245 ConfigurationType="4" 246 CharacterSet="1" 247 > 248 <Tool 249 Name="VCPreBuildEventTool" 250 /> 251 <Tool 252 Name="VCCustomBuildTool" 253 /> 254 <Tool 255 Name="VCXMLDataGeneratorTool" 256 /> 257 <Tool 258 Name="VCWebServiceProxyGeneratorTool" 259 /> 260 <Tool 261 Name="VCMIDLTool" 262 /> 263 <Tool 264 Name="VCCLCompilerTool" 265 ExecutionBucket="7" 266 Optimization="0" 267 FavorSizeOrSpeed="0" 268 AdditionalIncludeDirectories="../include,../../pjlib/include" 269 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 270 ExceptionHandling="0" 271 RuntimeLibrary="1" 272 WarningLevel="3" 273 DebugInformationFormat="3" 274 CompileAs="0" 275 CompileForArchitecture="0" 276 /> 277 <Tool 278 Name="VCManagedResourceCompilerTool" 279 /> 280 <Tool 281 Name="VCResourceCompilerTool" 282 /> 283 <Tool 284 Name="VCPreLinkEventTool" 285 /> 286 <Tool 287 Name="VCLibrarianTool" 288 AdditionalOptions="" 202 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 203 289 204 /> 290 205 <Tool … … 313 228 </Configuration> 314 229 <Configuration 315 Name="Debug-Static|Win32" 316 OutputDirectory="$(ConfigurationName)" 317 IntermediateDirectory="$(ConfigurationName)" 230 Name="Debug|Win32" 231 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 232 233 ATLMinimizesCRunTimeLibraryUsage="false" 234 235 CharacterSet="2" 236 318 237 ConfigurationType="4" 319 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"320 238 UseOfMFC="0" 321 ATLMinimizesCRunTimeLibraryUsage="false"322 CharacterSet="2"323 239 > 324 240 <Tool … … 339 255 <Tool 340 256 Name="VCCLCompilerTool" 341 Optimization="0" 257 PrecompiledHeaderFile="" 258 259 PreprocessorDefinitions="_LIB;" 260 342 261 AdditionalIncludeDirectories="../include,../../pjlib/include" 343 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"344 MinimalRebuild="true"345 BasicRuntimeChecks="3"346 RuntimeLibrary="1"347 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.pch"348 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-debug/"349 ObjectFile="./output/pjlib-util-i386-win32-vc8-debug/"350 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-debug/"351 BrowseInformation="1"352 WarningLevel="4"353 SuppressStartupBanner="true"354 DebugInformationFormat="4"355 262 /> 356 263 <Tool … … 359 266 <Tool 360 267 Name="VCResourceCompilerTool" 361 PreprocessorDefinitions="_DEBUG"362 Culture="1033"363 268 /> 364 269 <Tool … … 367 272 <Tool 368 273 Name="VCLibrarianTool" 369 OutputFile=".. /lib/pjlib-util-i386-win32-vc8-debug.lib"370 SuppressStartupBanner="true" 274 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 275 371 276 /> 372 277 <Tool … … 378 283 <Tool 379 284 Name="VCBscMakeTool" 380 SuppressStartupBanner="true"381 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc"382 285 /> 383 286 <Tool … … 389 292 </Configuration> 390 293 <Configuration 391 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 392 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 393 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 294 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 295 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 296 297 ATLMinimizesCRunTimeLibraryUsage="false" 298 299 CharacterSet="1" 300 394 301 ConfigurationType="4" 395 CharacterSet="1"396 302 > 397 303 <Tool … … 409 315 <Tool 410 316 Name="VCMIDLTool" 411 TargetEnvironment="1"412 317 /> 413 318 <Tool 414 319 Name="VCCLCompilerTool" 415 ExecutionBucket="7" 416 Optimization="0" 417 FavorSizeOrSpeed="0" 320 PrecompiledHeaderFile="" 321 322 PreprocessorDefinitions="_LIB;" 323 418 324 AdditionalIncludeDirectories="../include,../../pjlib/include" 419 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"420 ExceptionHandling="0"421 RuntimeLibrary="1"422 WarningLevel="3"423 DebugInformationFormat="3"424 CompileAs="0"425 CompileForArchitecture="0"426 325 /> 427 326 <Tool … … 436 335 <Tool 437 336 Name="VCLibrarianTool" 438 AdditionalOptions="" 337 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 338 439 339 /> 440 340 <Tool … … 463 363 </Configuration> 464 364 <Configuration 465 Name="Release-Dynamic|Win32" 466 OutputDirectory="$(ConfigurationName)" 467 IntermediateDirectory="$(OutDir)" 365 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 366 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 367 368 ATLMinimizesCRunTimeLibraryUsage="false" 369 370 CharacterSet="1" 371 468 372 ConfigurationType="4" 469 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"470 UseOfMFC="0"471 ATLMinimizesCRunTimeLibraryUsage="false"472 CharacterSet="2"473 373 > 474 374 <Tool … … 489 389 <Tool 490 390 Name="VCCLCompilerTool" 491 Optimization="2" 492 InlineFunctionExpansion="2" 391 PrecompiledHeaderFile="" 392 393 PreprocessorDefinitions="_LIB;" 394 493 395 AdditionalIncludeDirectories="../include,../../pjlib/include" 494 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"495 StringPooling="true"496 RuntimeLibrary="2"497 EnableFunctionLevelLinking="true"498 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.pch"499 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-release/"500 ObjectFile="./output/pjlib-util-i386-win32-vc8-release/"501 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-release/"502 BrowseInformation="1"503 WarningLevel="4"504 SuppressStartupBanner="true"505 DebugInformationFormat="3"506 396 /> 507 397 <Tool … … 510 400 <Tool 511 401 Name="VCResourceCompilerTool" 512 PreprocessorDefinitions="NDEBUG"513 Culture="1033"514 402 /> 515 403 <Tool … … 518 406 <Tool 519 407 Name="VCLibrarianTool" 520 OutputFile="../lib/pjlib-util-i386-win32-vc8-release.lib" 521 SuppressStartupBanner="true" 522 /> 523 <Tool 524 Name="VCALinkTool" 525 /> 526 <Tool 527 Name="VCXDCMakeTool" 528 /> 529 <Tool 530 Name="VCBscMakeTool" 531 SuppressStartupBanner="true" 532 OutputFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.bsc" 533 /> 534 <Tool 535 Name="VCFxCopTool" 536 /> 537 <Tool 538 Name="VCPostBuildEventTool" 539 /> 540 </Configuration> 541 <Configuration 542 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 543 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 544 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 545 ConfigurationType="4" 546 CharacterSet="1" 547 > 548 <Tool 549 Name="VCPreBuildEventTool" 550 /> 551 <Tool 552 Name="VCCustomBuildTool" 553 /> 554 <Tool 555 Name="VCXMLDataGeneratorTool" 556 /> 557 <Tool 558 Name="VCWebServiceProxyGeneratorTool" 559 /> 560 <Tool 561 Name="VCMIDLTool" 562 TargetEnvironment="1" 563 /> 564 <Tool 565 Name="VCCLCompilerTool" 566 ExecutionBucket="7" 567 AdditionalIncludeDirectories="../include,../../pjlib/include" 568 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 569 ExceptionHandling="0" 570 WarningLevel="3" 571 CompileAs="0" 572 /> 573 <Tool 574 Name="VCManagedResourceCompilerTool" 575 /> 576 <Tool 577 Name="VCResourceCompilerTool" 578 /> 579 <Tool 580 Name="VCPreLinkEventTool" 581 /> 582 <Tool 583 Name="VCLibrarianTool" 584 AdditionalOptions="" 408 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 409 585 410 /> 586 411 <Tool … … 609 434 </Configuration> 610 435 <Configuration 611 Name="Debug-Dynamic|Win32" 612 OutputDirectory="$(ConfigurationName)" 613 IntermediateDirectory="$(ConfigurationName)" 436 Name="Debug-Static|Win32" 437 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 438 439 ATLMinimizesCRunTimeLibraryUsage="false" 440 441 CharacterSet="2" 442 614 443 ConfigurationType="4" 615 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"616 444 UseOfMFC="0" 617 ATLMinimizesCRunTimeLibraryUsage="false"618 CharacterSet="2"619 445 > 620 446 <Tool … … 635 461 <Tool 636 462 Name="VCCLCompilerTool" 637 Optimization="0" 463 PrecompiledHeaderFile="" 464 465 PreprocessorDefinitions="_LIB;" 466 638 467 AdditionalIncludeDirectories="../include,../../pjlib/include" 639 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"640 MinimalRebuild="true"641 BasicRuntimeChecks="3"642 RuntimeLibrary="3"643 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.pch"644 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-debug/"645 ObjectFile="./output/pjlib-util-i386-win32-vc8-debug/"646 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-debug/"647 BrowseInformation="1"648 WarningLevel="4"649 SuppressStartupBanner="true"650 DebugInformationFormat="4"651 468 /> 652 469 <Tool … … 655 472 <Tool 656 473 Name="VCResourceCompilerTool" 657 PreprocessorDefinitions="_DEBUG"658 Culture="1033"659 474 /> 660 475 <Tool … … 663 478 <Tool 664 479 Name="VCLibrarianTool" 665 OutputFile=".. /lib/pjlib-util-i386-win32-vc8-debug.lib"666 SuppressStartupBanner="true" 480 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 481 667 482 /> 668 483 <Tool … … 674 489 <Tool 675 490 Name="VCBscMakeTool" 676 SuppressStartupBanner="true"677 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc"678 491 /> 679 492 <Tool … … 685 498 </Configuration> 686 499 <Configuration 687 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 688 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 689 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 500 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 501 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 502 503 ATLMinimizesCRunTimeLibraryUsage="false" 504 505 CharacterSet="1" 506 690 507 ConfigurationType="4" 691 CharacterSet="1"692 508 > 693 509 <Tool … … 705 521 <Tool 706 522 Name="VCMIDLTool" 707 TargetEnvironment="1"708 523 /> 709 524 <Tool 710 525 Name="VCCLCompilerTool" 711 ExecutionBucket="7" 712 Optimization="0" 713 FavorSizeOrSpeed="0" 526 PrecompiledHeaderFile="" 527 528 PreprocessorDefinitions="_LIB;" 529 714 530 AdditionalIncludeDirectories="../include,../../pjlib/include" 715 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"716 ExceptionHandling="0"717 RuntimeLibrary="1"718 WarningLevel="3"719 DebugInformationFormat="3"720 CompileAs="0"721 CompileForArchitecture="0"722 531 /> 723 532 <Tool … … 732 541 <Tool 733 542 Name="VCLibrarianTool" 734 AdditionalOptions="" 543 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 544 735 545 /> 736 546 <Tool … … 759 569 </Configuration> 760 570 <Configuration 571 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 572 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 573 574 ATLMinimizesCRunTimeLibraryUsage="false" 575 576 CharacterSet="1" 577 578 ConfigurationType="4" 579 > 580 <Tool 581 Name="VCPreBuildEventTool" 582 /> 583 <Tool 584 Name="VCCustomBuildTool" 585 /> 586 <Tool 587 Name="VCXMLDataGeneratorTool" 588 /> 589 <Tool 590 Name="VCWebServiceProxyGeneratorTool" 591 /> 592 <Tool 593 Name="VCMIDLTool" 594 /> 595 <Tool 596 Name="VCCLCompilerTool" 597 PrecompiledHeaderFile="" 598 599 PreprocessorDefinitions="_LIB;" 600 601 AdditionalIncludeDirectories="../include,../../pjlib/include" 602 /> 603 <Tool 604 Name="VCManagedResourceCompilerTool" 605 /> 606 <Tool 607 Name="VCResourceCompilerTool" 608 /> 609 <Tool 610 Name="VCPreLinkEventTool" 611 /> 612 <Tool 613 Name="VCLibrarianTool" 614 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 615 616 /> 617 <Tool 618 Name="VCALinkTool" 619 /> 620 <Tool 621 Name="VCXDCMakeTool" 622 /> 623 <Tool 624 Name="VCBscMakeTool" 625 /> 626 <Tool 627 Name="VCCodeSignTool" 628 /> 629 <Tool 630 Name="VCPostBuildEventTool" 631 /> 632 <DeploymentTool 633 ForceDirty="-1" 634 RemoteDirectory="" 635 RegisterOutput="0" 636 AdditionalFiles="" 637 /> 638 <DebuggerTool 639 /> 640 </Configuration> 641 <Configuration 642 Name="Release-Dynamic|Win32" 643 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 644 645 ATLMinimizesCRunTimeLibraryUsage="false" 646 647 CharacterSet="2" 648 649 ConfigurationType="4" 650 UseOfMFC="0" 651 > 652 <Tool 653 Name="VCPreBuildEventTool" 654 /> 655 <Tool 656 Name="VCCustomBuildTool" 657 /> 658 <Tool 659 Name="VCXMLDataGeneratorTool" 660 /> 661 <Tool 662 Name="VCWebServiceProxyGeneratorTool" 663 /> 664 <Tool 665 Name="VCMIDLTool" 666 /> 667 <Tool 668 Name="VCCLCompilerTool" 669 PrecompiledHeaderFile="" 670 671 PreprocessorDefinitions="_LIB;" 672 673 AdditionalIncludeDirectories="../include,../../pjlib/include" 674 /> 675 <Tool 676 Name="VCManagedResourceCompilerTool" 677 /> 678 <Tool 679 Name="VCResourceCompilerTool" 680 /> 681 <Tool 682 Name="VCPreLinkEventTool" 683 /> 684 <Tool 685 Name="VCLibrarianTool" 686 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 687 688 /> 689 <Tool 690 Name="VCALinkTool" 691 /> 692 <Tool 693 Name="VCXDCMakeTool" 694 /> 695 <Tool 696 Name="VCBscMakeTool" 697 /> 698 <Tool 699 Name="VCFxCopTool" 700 /> 701 <Tool 702 Name="VCPostBuildEventTool" 703 /> 704 </Configuration> 705 <Configuration 706 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 707 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 708 709 ATLMinimizesCRunTimeLibraryUsage="false" 710 711 CharacterSet="1" 712 713 ConfigurationType="4" 714 > 715 <Tool 716 Name="VCPreBuildEventTool" 717 /> 718 <Tool 719 Name="VCCustomBuildTool" 720 /> 721 <Tool 722 Name="VCXMLDataGeneratorTool" 723 /> 724 <Tool 725 Name="VCWebServiceProxyGeneratorTool" 726 /> 727 <Tool 728 Name="VCMIDLTool" 729 /> 730 <Tool 731 Name="VCCLCompilerTool" 732 PrecompiledHeaderFile="" 733 734 PreprocessorDefinitions="_LIB;" 735 736 AdditionalIncludeDirectories="../include,../../pjlib/include" 737 /> 738 <Tool 739 Name="VCManagedResourceCompilerTool" 740 /> 741 <Tool 742 Name="VCResourceCompilerTool" 743 /> 744 <Tool 745 Name="VCPreLinkEventTool" 746 /> 747 <Tool 748 Name="VCLibrarianTool" 749 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 750 751 /> 752 <Tool 753 Name="VCALinkTool" 754 /> 755 <Tool 756 Name="VCXDCMakeTool" 757 /> 758 <Tool 759 Name="VCBscMakeTool" 760 /> 761 <Tool 762 Name="VCCodeSignTool" 763 /> 764 <Tool 765 Name="VCPostBuildEventTool" 766 /> 767 <DeploymentTool 768 ForceDirty="-1" 769 RemoteDirectory="" 770 RegisterOutput="0" 771 AdditionalFiles="" 772 /> 773 <DebuggerTool 774 /> 775 </Configuration> 776 <Configuration 777 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 778 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 779 780 ATLMinimizesCRunTimeLibraryUsage="false" 781 782 CharacterSet="1" 783 784 ConfigurationType="4" 785 > 786 <Tool 787 Name="VCPreBuildEventTool" 788 /> 789 <Tool 790 Name="VCCustomBuildTool" 791 /> 792 <Tool 793 Name="VCXMLDataGeneratorTool" 794 /> 795 <Tool 796 Name="VCWebServiceProxyGeneratorTool" 797 /> 798 <Tool 799 Name="VCMIDLTool" 800 /> 801 <Tool 802 Name="VCCLCompilerTool" 803 PrecompiledHeaderFile="" 804 805 PreprocessorDefinitions="_LIB;" 806 807 AdditionalIncludeDirectories="../include,../../pjlib/include" 808 /> 809 <Tool 810 Name="VCManagedResourceCompilerTool" 811 /> 812 <Tool 813 Name="VCResourceCompilerTool" 814 /> 815 <Tool 816 Name="VCPreLinkEventTool" 817 /> 818 <Tool 819 Name="VCLibrarianTool" 820 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 821 822 /> 823 <Tool 824 Name="VCALinkTool" 825 /> 826 <Tool 827 Name="VCXDCMakeTool" 828 /> 829 <Tool 830 Name="VCBscMakeTool" 831 /> 832 <Tool 833 Name="VCCodeSignTool" 834 /> 835 <Tool 836 Name="VCPostBuildEventTool" 837 /> 838 <DeploymentTool 839 ForceDirty="-1" 840 RemoteDirectory="" 841 RegisterOutput="0" 842 AdditionalFiles="" 843 /> 844 <DebuggerTool 845 /> 846 </Configuration> 847 <Configuration 848 Name="Debug-Dynamic|Win32" 849 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 850 851 ATLMinimizesCRunTimeLibraryUsage="false" 852 853 CharacterSet="2" 854 855 ConfigurationType="4" 856 UseOfMFC="0" 857 > 858 <Tool 859 Name="VCPreBuildEventTool" 860 /> 861 <Tool 862 Name="VCCustomBuildTool" 863 /> 864 <Tool 865 Name="VCXMLDataGeneratorTool" 866 /> 867 <Tool 868 Name="VCWebServiceProxyGeneratorTool" 869 /> 870 <Tool 871 Name="VCMIDLTool" 872 /> 873 <Tool 874 Name="VCCLCompilerTool" 875 PrecompiledHeaderFile="" 876 877 PreprocessorDefinitions="_LIB;" 878 879 AdditionalIncludeDirectories="../include,../../pjlib/include" 880 /> 881 <Tool 882 Name="VCManagedResourceCompilerTool" 883 /> 884 <Tool 885 Name="VCResourceCompilerTool" 886 /> 887 <Tool 888 Name="VCPreLinkEventTool" 889 /> 890 <Tool 891 Name="VCLibrarianTool" 892 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 893 894 /> 895 <Tool 896 Name="VCALinkTool" 897 /> 898 <Tool 899 Name="VCXDCMakeTool" 900 /> 901 <Tool 902 Name="VCBscMakeTool" 903 /> 904 <Tool 905 Name="VCFxCopTool" 906 /> 907 <Tool 908 Name="VCPostBuildEventTool" 909 /> 910 </Configuration> 911 <Configuration 912 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 913 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 914 915 ATLMinimizesCRunTimeLibraryUsage="false" 916 917 CharacterSet="1" 918 919 ConfigurationType="4" 920 > 921 <Tool 922 Name="VCPreBuildEventTool" 923 /> 924 <Tool 925 Name="VCCustomBuildTool" 926 /> 927 <Tool 928 Name="VCXMLDataGeneratorTool" 929 /> 930 <Tool 931 Name="VCWebServiceProxyGeneratorTool" 932 /> 933 <Tool 934 Name="VCMIDLTool" 935 /> 936 <Tool 937 Name="VCCLCompilerTool" 938 PrecompiledHeaderFile="" 939 940 PreprocessorDefinitions="_LIB;" 941 942 AdditionalIncludeDirectories="../include,../../pjlib/include" 943 /> 944 <Tool 945 Name="VCManagedResourceCompilerTool" 946 /> 947 <Tool 948 Name="VCResourceCompilerTool" 949 /> 950 <Tool 951 Name="VCPreLinkEventTool" 952 /> 953 <Tool 954 Name="VCLibrarianTool" 955 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 956 957 /> 958 <Tool 959 Name="VCALinkTool" 960 /> 961 <Tool 962 Name="VCXDCMakeTool" 963 /> 964 <Tool 965 Name="VCBscMakeTool" 966 /> 967 <Tool 968 Name="VCCodeSignTool" 969 /> 970 <Tool 971 Name="VCPostBuildEventTool" 972 /> 973 <DeploymentTool 974 ForceDirty="-1" 975 RemoteDirectory="" 976 RegisterOutput="0" 977 AdditionalFiles="" 978 /> 979 <DebuggerTool 980 /> 981 </Configuration> 982 <Configuration 983 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 984 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 985 986 ATLMinimizesCRunTimeLibraryUsage="false" 987 988 CharacterSet="1" 989 990 ConfigurationType="4" 991 > 992 <Tool 993 Name="VCPreBuildEventTool" 994 /> 995 <Tool 996 Name="VCCustomBuildTool" 997 /> 998 <Tool 999 Name="VCXMLDataGeneratorTool" 1000 /> 1001 <Tool 1002 Name="VCWebServiceProxyGeneratorTool" 1003 /> 1004 <Tool 1005 Name="VCMIDLTool" 1006 /> 1007 <Tool 1008 Name="VCCLCompilerTool" 1009 PrecompiledHeaderFile="" 1010 1011 PreprocessorDefinitions="_LIB;" 1012 1013 AdditionalIncludeDirectories="../include,../../pjlib/include" 1014 /> 1015 <Tool 1016 Name="VCManagedResourceCompilerTool" 1017 /> 1018 <Tool 1019 Name="VCResourceCompilerTool" 1020 /> 1021 <Tool 1022 Name="VCPreLinkEventTool" 1023 /> 1024 <Tool 1025 Name="VCLibrarianTool" 1026 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 1027 1028 /> 1029 <Tool 1030 Name="VCALinkTool" 1031 /> 1032 <Tool 1033 Name="VCXDCMakeTool" 1034 /> 1035 <Tool 1036 Name="VCBscMakeTool" 1037 /> 1038 <Tool 1039 Name="VCCodeSignTool" 1040 /> 1041 <Tool 1042 Name="VCPostBuildEventTool" 1043 /> 1044 <DeploymentTool 1045 ForceDirty="-1" 1046 RemoteDirectory="" 1047 RegisterOutput="0" 1048 AdditionalFiles="" 1049 /> 1050 <DebuggerTool 1051 /> 1052 </Configuration> 1053 <Configuration 761 1054 Name="Release-Static|Win32" 762 OutputDirectory="$(ConfigurationName)" 763 IntermediateDirectory="$(OutDir)" 1055 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1056 1057 ATLMinimizesCRunTimeLibraryUsage="false" 1058 1059 CharacterSet="2" 1060 764 1061 ConfigurationType="4" 765 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"766 1062 UseOfMFC="0" 767 ATLMinimizesCRunTimeLibraryUsage="false"768 CharacterSet="2"769 1063 > 770 1064 <Tool … … 785 1079 <Tool 786 1080 Name="VCCLCompilerTool" 787 Optimization="2" 788 InlineFunctionExpansion="2" 1081 PrecompiledHeaderFile="" 1082 1083 PreprocessorDefinitions="_LIB;" 1084 789 1085 AdditionalIncludeDirectories="../include,../../pjlib/include" 790 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"791 StringPooling="true"792 RuntimeLibrary="0"793 EnableFunctionLevelLinking="true"794 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.pch"795 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-release/"796 ObjectFile="./output/pjlib-util-i386-win32-vc8-release/"797 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-release/"798 BrowseInformation="1"799 WarningLevel="4"800 SuppressStartupBanner="true"801 DebugInformationFormat="3"802 1086 /> 803 1087 <Tool … … 806 1090 <Tool 807 1091 Name="VCResourceCompilerTool" 808 PreprocessorDefinitions="NDEBUG"809 Culture="1033"810 1092 /> 811 1093 <Tool … … 814 1096 <Tool 815 1097 Name="VCLibrarianTool" 816 OutputFile=".. /lib/pjlib-util-i386-win32-vc8-release.lib"817 SuppressStartupBanner="true" 1098 OutputFile="..\lib\pjlib-util-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 1099 818 1100 /> 819 1101 <Tool … … 825 1107 <Tool 826 1108 Name="VCBscMakeTool" 827 SuppressStartupBanner="true"828 OutputFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.bsc"829 1109 /> 830 1110 <Tool … … 837 1117 <Configuration 838 1118 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 839 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 840 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 1119 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1120 1121 ATLMinimizesCRunTimeLibraryUsage="false" 1122 1123 CharacterSet="1" 1124 841 1125 ConfigurationType="4" 1126 > 1127 <Tool 1128 Name="VCPreBuildEventTool" 1129 /> 1130 <Tool 1131 Name="VCCustomBuildTool" 1132 /> 1133 <Tool 1134 Name="VCXMLDataGeneratorTool" 1135 /> 1136 <Tool 1137 Name="VCWebServiceProxyGeneratorTool" 1138 /> 1139 <Tool 1140 Name="VCMIDLTool" 1141 /> 1142 <Tool 1143 Name="VCCLCompilerTool" 1144 PrecompiledHeaderFile="" 1145 1146 PreprocessorDefinitions="_LIB;" 1147 1148 AdditionalIncludeDirectories="../include,../../pjlib/include" 1149 /> 1150 <Tool 1151 Name="VCManagedResourceCompilerTool" 1152 /> 1153 <Tool 1154 Name="VCResourceCompilerTool" 1155 /> 1156 <Tool 1157 Name="VCPreLinkEventTool" 1158 /> 1159 <Tool 1160 Name="VCLibrarianTool" 1161 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 1162 1163 /> 1164 <Tool 1165 Name="VCALinkTool" 1166 /> 1167 <Tool 1168 Name="VCXDCMakeTool" 1169 /> 1170 <Tool 1171 Name="VCBscMakeTool" 1172 /> 1173 <Tool 1174 Name="VCCodeSignTool" 1175 /> 1176 <Tool 1177 Name="VCPostBuildEventTool" 1178 /> 1179 <DeploymentTool 1180 ForceDirty="-1" 1181 RemoteDirectory="" 1182 RegisterOutput="0" 1183 AdditionalFiles="" 1184 /> 1185 <DebuggerTool 1186 /> 1187 </Configuration> 1188 <Configuration 1189 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1190 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1191 1192 ATLMinimizesCRunTimeLibraryUsage="false" 1193 842 1194 CharacterSet="1" 1195 1196 ConfigurationType="4" 843 1197 > 844 1198 <Tool … … 856 1210 <Tool 857 1211 Name="VCMIDLTool" 858 TargetEnvironment="1"859 1212 /> 860 1213 <Tool 861 1214 Name="VCCLCompilerTool" 862 ExecutionBucket="7" 1215 PrecompiledHeaderFile="" 1216 1217 PreprocessorDefinitions="_LIB;" 1218 863 1219 AdditionalIncludeDirectories="../include,../../pjlib/include" 864 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"865 ExceptionHandling="0"866 WarningLevel="3"867 CompileAs="0"868 1220 /> 869 1221 <Tool … … 878 1230 <Tool 879 1231 Name="VCLibrarianTool" 880 AdditionalOptions="" 1232 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 1233 881 1234 /> 882 1235 <Tool … … 1526 1879 </FileConfiguration> 1527 1880 <FileConfiguration 1881 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1882 ExcludedFromBuild="true" 1883 > 1884 <Tool 1885 Name="VCCLCompilerTool" 1886 /> 1887 </FileConfiguration> 1888 <FileConfiguration 1528 1889 Name="Debug|Win32" 1529 1890 ExcludedFromBuild="true" … … 1544 1905 </FileConfiguration> 1545 1906 <FileConfiguration 1907 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1908 ExcludedFromBuild="true" 1909 > 1910 <Tool 1911 Name="VCCLCompilerTool" 1912 /> 1913 </FileConfiguration> 1914 <FileConfiguration 1546 1915 Name="Debug-Static|Win32" 1547 1916 ExcludedFromBuild="true" … … 1562 1931 </FileConfiguration> 1563 1932 <FileConfiguration 1933 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1934 ExcludedFromBuild="true" 1935 > 1936 <Tool 1937 Name="VCCLCompilerTool" 1938 /> 1939 </FileConfiguration> 1940 <FileConfiguration 1564 1941 Name="Release-Dynamic|Win32" 1565 1942 ExcludedFromBuild="true" … … 1580 1957 </FileConfiguration> 1581 1958 <FileConfiguration 1959 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1960 ExcludedFromBuild="true" 1961 > 1962 <Tool 1963 Name="VCCLCompilerTool" 1964 /> 1965 </FileConfiguration> 1966 <FileConfiguration 1582 1967 Name="Debug-Dynamic|Win32" 1583 1968 ExcludedFromBuild="true" … … 1598 1983 </FileConfiguration> 1599 1984 <FileConfiguration 1985 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1986 ExcludedFromBuild="true" 1987 > 1988 <Tool 1989 Name="VCCLCompilerTool" 1990 /> 1991 </FileConfiguration> 1992 <FileConfiguration 1600 1993 Name="Release-Static|Win32" 1601 1994 ExcludedFromBuild="true" … … 1615 2008 /> 1616 2009 </FileConfiguration> 2010 <FileConfiguration 2011 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2012 ExcludedFromBuild="true" 2013 > 2014 <Tool 2015 Name="VCCLCompilerTool" 2016 /> 2017 </FileConfiguration> 1617 2018 </File> 1618 2019 <File … … 1638 2039 </FileConfiguration> 1639 2040 <FileConfiguration 2041 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2042 ExcludedFromBuild="true" 2043 > 2044 <Tool 2045 Name="VCCLCompilerTool" 2046 /> 2047 </FileConfiguration> 2048 <FileConfiguration 1640 2049 Name="Debug|Win32" 1641 2050 ExcludedFromBuild="true" … … 1656 2065 </FileConfiguration> 1657 2066 <FileConfiguration 2067 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2068 ExcludedFromBuild="true" 2069 > 2070 <Tool 2071 Name="VCCLCompilerTool" 2072 /> 2073 </FileConfiguration> 2074 <FileConfiguration 1658 2075 Name="Debug-Static|Win32" 1659 2076 ExcludedFromBuild="true" … … 1674 2091 </FileConfiguration> 1675 2092 <FileConfiguration 2093 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2094 ExcludedFromBuild="true" 2095 > 2096 <Tool 2097 Name="VCCLCompilerTool" 2098 /> 2099 </FileConfiguration> 2100 <FileConfiguration 1676 2101 Name="Release-Dynamic|Win32" 1677 2102 ExcludedFromBuild="true" … … 1692 2117 </FileConfiguration> 1693 2118 <FileConfiguration 2119 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2120 ExcludedFromBuild="true" 2121 > 2122 <Tool 2123 Name="VCCLCompilerTool" 2124 /> 2125 </FileConfiguration> 2126 <FileConfiguration 1694 2127 Name="Debug-Dynamic|Win32" 1695 2128 ExcludedFromBuild="true" … … 1710 2143 </FileConfiguration> 1711 2144 <FileConfiguration 2145 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2146 ExcludedFromBuild="true" 2147 > 2148 <Tool 2149 Name="VCCLCompilerTool" 2150 /> 2151 </FileConfiguration> 2152 <FileConfiguration 1712 2153 Name="Release-Static|Win32" 1713 2154 ExcludedFromBuild="true" … … 1727 2168 /> 1728 2169 </FileConfiguration> 2170 <FileConfiguration 2171 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2172 ExcludedFromBuild="true" 2173 > 2174 <Tool 2175 Name="VCCLCompilerTool" 2176 /> 2177 </FileConfiguration> 1729 2178 </File> 1730 2179 <File … … 1985 2434 </FileConfiguration> 1986 2435 <FileConfiguration 2436 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2437 ExcludedFromBuild="true" 2438 > 2439 <Tool 2440 Name="VCCLCompilerTool" 2441 /> 2442 </FileConfiguration> 2443 <FileConfiguration 1987 2444 Name="Debug|Win32" 1988 2445 > … … 2002 2459 </FileConfiguration> 2003 2460 <FileConfiguration 2461 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2462 ExcludedFromBuild="true" 2463 > 2464 <Tool 2465 Name="VCCLCompilerTool" 2466 /> 2467 </FileConfiguration> 2468 <FileConfiguration 2004 2469 Name="Debug-Static|Win32" 2005 2470 > … … 2019 2484 </FileConfiguration> 2020 2485 <FileConfiguration 2486 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2487 ExcludedFromBuild="true" 2488 > 2489 <Tool 2490 Name="VCCLCompilerTool" 2491 /> 2492 </FileConfiguration> 2493 <FileConfiguration 2021 2494 Name="Release-Dynamic|Win32" 2022 2495 > … … 2036 2509 </FileConfiguration> 2037 2510 <FileConfiguration 2511 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2512 ExcludedFromBuild="true" 2513 > 2514 <Tool 2515 Name="VCCLCompilerTool" 2516 /> 2517 </FileConfiguration> 2518 <FileConfiguration 2038 2519 Name="Debug-Dynamic|Win32" 2039 2520 > … … 2053 2534 </FileConfiguration> 2054 2535 <FileConfiguration 2536 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2537 ExcludedFromBuild="true" 2538 > 2539 <Tool 2540 Name="VCCLCompilerTool" 2541 /> 2542 </FileConfiguration> 2543 <FileConfiguration 2055 2544 Name="Release-Static|Win32" 2056 2545 > … … 2063 2552 <FileConfiguration 2064 2553 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2554 ExcludedFromBuild="true" 2555 > 2556 <Tool 2557 Name="VCCLCompilerTool" 2558 /> 2559 </FileConfiguration> 2560 <FileConfiguration 2561 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2065 2562 ExcludedFromBuild="true" 2066 2563 > -
pjproject/trunk/pjlib-util/build/pjlib_util_test.vcproj
r2584 r2638 5 5 Name="pjlib_util_test" 6 6 ProjectGUID="{ED02BE13-8297-4770-8097-27DC2CCABF9A}" 7 RootNamespace="pjlib_util_test" 7 8 > 8 9 <Platforms> … … 13 14 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 14 15 /> 16 <Platform 17 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 18 /> 15 19 </Platforms> 16 20 <ToolFiles> … … 19 23 <Configuration 20 24 Name="Release|Win32" 21 OutputDirectory="./output/pjlib-util-test-i386-win32-vc8-release" 22 IntermediateDirectory="$(OutDir)" 23 ConfigurationType="1" 24 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 25 ConfigurationType="1" 26 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 25 27 UseOfMFC="0" 26 28 ATLMinimizesCRunTimeLibraryUsage="false" … … 41 43 <Tool 42 44 Name="VCMIDLTool" 43 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.tlb" 44 HeaderFileName="" 45 /> 46 <Tool 47 Name="VCCLCompilerTool" 48 Optimization="2" 49 InlineFunctionExpansion="1" 50 AdditionalIncludeDirectories="../include,../../pjlib/include" 51 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 52 StringPooling="true" 53 RuntimeLibrary="2" 54 EnableFunctionLevelLinking="true" 55 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.pch" 56 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-release/" 57 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-release/" 58 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-release/" 59 BrowseInformation="1" 60 WarningLevel="3" 61 SuppressStartupBanner="true" 62 /> 63 <Tool 64 Name="VCManagedResourceCompilerTool" 65 /> 66 <Tool 67 Name="VCResourceCompilerTool" 68 PreprocessorDefinitions="NDEBUG" 69 Culture="1033" 45 /> 46 <Tool 47 Name="VCCLCompilerTool" 48 AdditionalIncludeDirectories="../include,../../pjlib/include" 49 PreprocessorDefinitions="_CONSOLE;" 50 PrecompiledHeaderFile="" 51 /> 52 <Tool 53 Name="VCManagedResourceCompilerTool" 54 /> 55 <Tool 56 Name="VCResourceCompilerTool" 70 57 /> 71 58 <Tool … … 75 62 Name="VCLinkerTool" 76 63 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 77 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-release.exe" 78 LinkIncremental="1" 79 SuppressStartupBanner="true" 80 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib-util-test-i386-win32-vc8-release.pdb" 81 SubSystem="1" 82 TargetMachine="1" 64 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 65 83 66 /> 84 67 <Tool … … 93 76 <Tool 94 77 Name="VCBscMakeTool" 95 SuppressStartupBanner="true"96 OutputFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.bsc"97 78 /> 98 79 <Tool … … 111 92 <Configuration 112 93 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 113 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)"114 In termediateDirectory="$(OutDir)"115 ConfigurationType="1"94 ConfigurationType="1" 95 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 96 ATLMinimizesCRunTimeLibraryUsage="false" 116 97 CharacterSet="1" 117 98 > … … 135 116 ExecutionBucket="7" 136 117 AdditionalIncludeDirectories="../include,../../pjlib/include" 137 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 138 ExceptionHandling="0" 139 WarningLevel="3" 140 CompileAs="0" 141 CompileForArchitecture="0" 118 PreprocessorDefinitions="" 119 PrecompiledHeaderFile="" 142 120 /> 143 121 <Tool … … 153 131 Name="VCLinkerTool" 154 132 AdditionalDependencies="ws2.lib" 155 OptimizeReferences="2" 156 EnableCOMDATFolding="2" 157 TargetMachine="0" 133 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 134 158 135 /> 159 136 <Tool … … 183 160 <Configuration 184 161 Name="Debug|Win32" 185 OutputDirectory="./output/pjlib-util-test-i386-win32-vc8-debug" 186 IntermediateDirectory="./output/pjlib-util-test-i386-win32-vc8-debug" 187 ConfigurationType="1" 188 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 162 ConfigurationType="1" 163 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 189 164 UseOfMFC="0" 190 165 ATLMinimizesCRunTimeLibraryUsage="false" … … 205 180 <Tool 206 181 Name="VCMIDLTool" 207 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.tlb" 208 HeaderFileName="" 209 /> 210 <Tool 211 Name="VCCLCompilerTool" 212 Optimization="0" 213 AdditionalIncludeDirectories="../include,../../pjlib/include" 214 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 215 MinimalRebuild="true" 216 BasicRuntimeChecks="3" 217 RuntimeLibrary="1" 218 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.pch" 219 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-debug/" 220 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-debug/" 221 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-debug/" 222 BrowseInformation="1" 223 WarningLevel="3" 224 SuppressStartupBanner="true" 225 DebugInformationFormat="4" 226 /> 227 <Tool 228 Name="VCManagedResourceCompilerTool" 229 /> 230 <Tool 231 Name="VCResourceCompilerTool" 232 PreprocessorDefinitions="_DEBUG" 233 Culture="1033" 182 /> 183 <Tool 184 Name="VCCLCompilerTool" 185 AdditionalIncludeDirectories="../include,../../pjlib/include" 186 PreprocessorDefinitions="_CONSOLE;" 187 PrecompiledHeaderFile="" 188 /> 189 <Tool 190 Name="VCManagedResourceCompilerTool" 191 /> 192 <Tool 193 Name="VCResourceCompilerTool" 234 194 /> 235 195 <Tool … … 239 199 Name="VCLinkerTool" 240 200 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 241 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-debug.exe" 242 LinkIncremental="2" 243 SuppressStartupBanner="true" 244 GenerateDebugInformation="true" 245 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib-util-test-i386-win32-vc8-debug.pdb" 246 SubSystem="1" 247 TargetMachine="1" 201 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 202 248 203 /> 249 204 <Tool … … 258 213 <Tool 259 214 Name="VCBscMakeTool" 260 SuppressStartupBanner="true"261 OutputFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.bsc"262 215 /> 263 216 <Tool … … 276 229 <Configuration 277 230 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 278 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)"279 In termediateDirectory="$(OutDir)"280 ConfigurationType="1"231 ConfigurationType="1" 232 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 233 ATLMinimizesCRunTimeLibraryUsage="false" 281 234 CharacterSet="1" 282 235 > … … 299 252 Name="VCCLCompilerTool" 300 253 ExecutionBucket="7" 301 Optimization="0" 302 FavorSizeOrSpeed="0" 303 AdditionalIncludeDirectories="../include,../../pjlib/include" 304 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 305 ExceptionHandling="0" 306 RuntimeLibrary="1" 307 WarningLevel="3" 308 DebugInformationFormat="3" 309 CompileAs="0" 310 CompileForArchitecture="0" 254 AdditionalIncludeDirectories="../include,../../pjlib/include" 255 PreprocessorDefinitions="" 256 PrecompiledHeaderFile="" 311 257 /> 312 258 <Tool … … 322 268 Name="VCLinkerTool" 323 269 AdditionalDependencies="ws2.lib" 324 GenerateDebugInformation="true" 325 OptimizeReferences="2" 326 EnableCOMDATFolding="2" 327 TargetMachine="0" 270 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 271 328 272 /> 329 273 <Tool … … 353 297 <Configuration 354 298 Name="Debug-Static|Win32" 355 OutputDirectory="$(ConfigurationName)" 356 IntermediateDirectory="$(ConfigurationName)" 357 ConfigurationType="1" 358 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 299 ConfigurationType="1" 300 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 359 301 UseOfMFC="0" 360 302 ATLMinimizesCRunTimeLibraryUsage="false" … … 375 317 <Tool 376 318 Name="VCMIDLTool" 377 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.tlb" 378 HeaderFileName="" 379 /> 380 <Tool 381 Name="VCCLCompilerTool" 382 Optimization="0" 383 AdditionalIncludeDirectories="../include,../../pjlib/include" 384 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 385 MinimalRebuild="true" 386 BasicRuntimeChecks="3" 387 RuntimeLibrary="1" 388 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.pch" 389 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-debug/" 390 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-debug/" 391 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-debug/" 392 BrowseInformation="1" 393 WarningLevel="3" 394 SuppressStartupBanner="true" 395 DebugInformationFormat="4" 396 /> 397 <Tool 398 Name="VCManagedResourceCompilerTool" 399 /> 400 <Tool 401 Name="VCResourceCompilerTool" 402 PreprocessorDefinitions="_DEBUG" 403 Culture="1033" 319 /> 320 <Tool 321 Name="VCCLCompilerTool" 322 AdditionalIncludeDirectories="../include,../../pjlib/include" 323 PreprocessorDefinitions="_CONSOLE;" 324 PrecompiledHeaderFile="" 325 /> 326 <Tool 327 Name="VCManagedResourceCompilerTool" 328 /> 329 <Tool 330 Name="VCResourceCompilerTool" 404 331 /> 405 332 <Tool … … 409 336 Name="VCLinkerTool" 410 337 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 411 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-debug.exe" 412 LinkIncremental="2" 413 SuppressStartupBanner="true" 414 GenerateDebugInformation="true" 415 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib-util-test-i386-win32-vc8-debug.pdb" 416 SubSystem="1" 417 TargetMachine="1" 338 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 339 418 340 /> 419 341 <Tool … … 428 350 <Tool 429 351 Name="VCBscMakeTool" 430 SuppressStartupBanner="true"431 OutputFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.bsc"432 352 /> 433 353 <Tool … … 446 366 <Configuration 447 367 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 448 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"449 In termediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"450 ConfigurationType="1"368 ConfigurationType="1" 369 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 370 ATLMinimizesCRunTimeLibraryUsage="false" 451 371 CharacterSet="1" 452 372 > … … 465 385 <Tool 466 386 Name="VCMIDLTool" 467 TargetEnvironment="1"468 387 /> 469 388 <Tool 470 389 Name="VCCLCompilerTool" 471 390 ExecutionBucket="7" 472 Optimization="0" 473 FavorSizeOrSpeed="0" 474 AdditionalIncludeDirectories="../include,../../pjlib/include" 475 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 476 ExceptionHandling="0" 477 RuntimeLibrary="1" 478 WarningLevel="3" 479 DebugInformationFormat="3" 480 CompileAs="0" 481 CompileForArchitecture="0" 391 AdditionalIncludeDirectories="../include,../../pjlib/include" 392 PreprocessorDefinitions="" 393 PrecompiledHeaderFile="" 482 394 /> 483 395 <Tool … … 493 405 Name="VCLinkerTool" 494 406 AdditionalDependencies="ws2.lib" 495 GenerateDebugInformation="true" 496 OptimizeReferences="2" 497 EnableCOMDATFolding="2" 498 TargetMachine="0" 407 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 408 499 409 /> 500 410 <Tool … … 524 434 <Configuration 525 435 Name="Release-Dynamic|Win32" 526 OutputDirectory="$(ConfigurationName)" 527 IntermediateDirectory="$(OutDir)" 528 ConfigurationType="1" 529 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 436 ConfigurationType="1" 437 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 530 438 UseOfMFC="0" 531 439 ATLMinimizesCRunTimeLibraryUsage="false" … … 546 454 <Tool 547 455 Name="VCMIDLTool" 548 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.tlb" 549 HeaderFileName="" 550 /> 551 <Tool 552 Name="VCCLCompilerTool" 553 Optimization="2" 554 InlineFunctionExpansion="1" 555 AdditionalIncludeDirectories="../include,../../pjlib/include" 556 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 557 StringPooling="true" 558 RuntimeLibrary="2" 559 EnableFunctionLevelLinking="true" 560 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.pch" 561 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-release/" 562 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-release/" 563 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-release/" 564 BrowseInformation="1" 565 WarningLevel="3" 566 SuppressStartupBanner="true" 567 /> 568 <Tool 569 Name="VCManagedResourceCompilerTool" 570 /> 571 <Tool 572 Name="VCResourceCompilerTool" 573 PreprocessorDefinitions="NDEBUG" 574 Culture="1033" 456 /> 457 <Tool 458 Name="VCCLCompilerTool" 459 AdditionalIncludeDirectories="../include,../../pjlib/include" 460 PreprocessorDefinitions="_CONSOLE;" 461 PrecompiledHeaderFile="" 462 /> 463 <Tool 464 Name="VCManagedResourceCompilerTool" 465 /> 466 <Tool 467 Name="VCResourceCompilerTool" 575 468 /> 576 469 <Tool … … 580 473 Name="VCLinkerTool" 581 474 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 582 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-release.exe" 583 LinkIncremental="1" 584 SuppressStartupBanner="true" 585 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib-util-test-i386-win32-vc8-release.pdb" 586 SubSystem="1" 587 TargetMachine="1" 475 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 476 588 477 /> 589 478 <Tool … … 598 487 <Tool 599 488 Name="VCBscMakeTool" 600 SuppressStartupBanner="true"601 OutputFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.bsc"602 489 /> 603 490 <Tool … … 616 503 <Configuration 617 504 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 618 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"619 In termediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"620 ConfigurationType="1"505 ConfigurationType="1" 506 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 507 ATLMinimizesCRunTimeLibraryUsage="false" 621 508 CharacterSet="1" 622 509 > … … 635 522 <Tool 636 523 Name="VCMIDLTool" 637 TargetEnvironment="1"638 524 /> 639 525 <Tool … … 641 527 ExecutionBucket="7" 642 528 AdditionalIncludeDirectories="../include,../../pjlib/include" 643 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 644 ExceptionHandling="0" 645 WarningLevel="3" 646 CompileAs="0" 647 CompileForArchitecture="0" 529 PreprocessorDefinitions="" 530 PrecompiledHeaderFile="" 648 531 /> 649 532 <Tool … … 659 542 Name="VCLinkerTool" 660 543 AdditionalDependencies="ws2.lib" 661 OptimizeReferences="2" 662 EnableCOMDATFolding="2" 663 TargetMachine="0" 544 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 545 664 546 /> 665 547 <Tool … … 689 571 <Configuration 690 572 Name="Debug-Dynamic|Win32" 691 OutputDirectory="$(ConfigurationName)" 692 IntermediateDirectory="$(ConfigurationName)" 693 ConfigurationType="1" 694 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 573 ConfigurationType="1" 574 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 695 575 UseOfMFC="0" 696 576 ATLMinimizesCRunTimeLibraryUsage="false" … … 711 591 <Tool 712 592 Name="VCMIDLTool" 713 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.tlb" 714 HeaderFileName="" 715 /> 716 <Tool 717 Name="VCCLCompilerTool" 718 Optimization="0" 719 AdditionalIncludeDirectories="../include,../../pjlib/include" 720 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 721 MinimalRebuild="true" 722 BasicRuntimeChecks="3" 723 RuntimeLibrary="3" 724 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.pch" 725 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-debug/" 726 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-debug/" 727 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-debug/" 728 BrowseInformation="1" 729 WarningLevel="3" 730 SuppressStartupBanner="true" 731 DebugInformationFormat="4" 732 /> 733 <Tool 734 Name="VCManagedResourceCompilerTool" 735 /> 736 <Tool 737 Name="VCResourceCompilerTool" 738 PreprocessorDefinitions="_DEBUG" 739 Culture="1033" 593 /> 594 <Tool 595 Name="VCCLCompilerTool" 596 AdditionalIncludeDirectories="../include,../../pjlib/include" 597 PreprocessorDefinitions="_CONSOLE;" 598 PrecompiledHeaderFile="" 599 /> 600 <Tool 601 Name="VCManagedResourceCompilerTool" 602 /> 603 <Tool 604 Name="VCResourceCompilerTool" 740 605 /> 741 606 <Tool … … 745 610 Name="VCLinkerTool" 746 611 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 747 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-debug.exe" 748 LinkIncremental="2" 749 SuppressStartupBanner="true" 750 GenerateDebugInformation="true" 751 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib-util-test-i386-win32-vc8-debug.pdb" 752 SubSystem="1" 753 TargetMachine="1" 612 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 613 754 614 /> 755 615 <Tool … … 764 624 <Tool 765 625 Name="VCBscMakeTool" 766 SuppressStartupBanner="true"767 OutputFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.bsc"768 626 /> 769 627 <Tool … … 782 640 <Configuration 783 641 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 784 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"785 In termediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"786 ConfigurationType="1"642 ConfigurationType="1" 643 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 644 ATLMinimizesCRunTimeLibraryUsage="false" 787 645 CharacterSet="1" 788 646 > … … 801 659 <Tool 802 660 Name="VCMIDLTool" 803 TargetEnvironment="1"804 661 /> 805 662 <Tool 806 663 Name="VCCLCompilerTool" 807 664 ExecutionBucket="7" 808 Optimization="0" 809 FavorSizeOrSpeed="0" 810 AdditionalIncludeDirectories="../include,../../pjlib/include" 811 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 812 ExceptionHandling="0" 813 RuntimeLibrary="1" 814 WarningLevel="3" 815 DebugInformationFormat="3" 816 CompileAs="0" 817 CompileForArchitecture="0" 665 AdditionalIncludeDirectories="../include,../../pjlib/include" 666 PreprocessorDefinitions="" 667 PrecompiledHeaderFile="" 818 668 /> 819 669 <Tool … … 829 679 Name="VCLinkerTool" 830 680 AdditionalDependencies="ws2.lib" 831 GenerateDebugInformation="true" 832 OptimizeReferences="2" 833 EnableCOMDATFolding="2" 834 TargetMachine="0" 681 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 682 835 683 /> 836 684 <Tool … … 860 708 <Configuration 861 709 Name="Release-Static|Win32" 862 OutputDirectory="$(ConfigurationName)" 863 IntermediateDirectory="$(OutDir)" 864 ConfigurationType="1" 865 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 710 ConfigurationType="1" 711 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 866 712 UseOfMFC="0" 867 713 ATLMinimizesCRunTimeLibraryUsage="false" … … 882 728 <Tool 883 729 Name="VCMIDLTool" 884 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.tlb" 885 HeaderFileName="" 886 /> 887 <Tool 888 Name="VCCLCompilerTool" 889 Optimization="2" 890 InlineFunctionExpansion="1" 891 AdditionalIncludeDirectories="../include,../../pjlib/include" 892 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 893 StringPooling="true" 894 RuntimeLibrary="0" 895 EnableFunctionLevelLinking="true" 896 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.pch" 897 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-release/" 898 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-release/" 899 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-release/" 900 BrowseInformation="1" 901 WarningLevel="3" 902 SuppressStartupBanner="true" 903 /> 904 <Tool 905 Name="VCManagedResourceCompilerTool" 906 /> 907 <Tool 908 Name="VCResourceCompilerTool" 909 PreprocessorDefinitions="NDEBUG" 910 Culture="1033" 730 /> 731 <Tool 732 Name="VCCLCompilerTool" 733 AdditionalIncludeDirectories="../include,../../pjlib/include" 734 PreprocessorDefinitions="_CONSOLE;" 735 PrecompiledHeaderFile="" 736 /> 737 <Tool 738 Name="VCManagedResourceCompilerTool" 739 /> 740 <Tool 741 Name="VCResourceCompilerTool" 911 742 /> 912 743 <Tool … … 916 747 Name="VCLinkerTool" 917 748 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 918 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-release.exe" 919 LinkIncremental="1" 920 SuppressStartupBanner="true" 921 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib-util-test-i386-win32-vc8-release.pdb" 922 SubSystem="1" 923 TargetMachine="1" 749 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 750 924 751 /> 925 752 <Tool … … 934 761 <Tool 935 762 Name="VCBscMakeTool" 936 SuppressStartupBanner="true"937 OutputFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.bsc"938 763 /> 939 764 <Tool … … 952 777 <Configuration 953 778 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 954 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"955 In termediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"956 ConfigurationType="1"779 ConfigurationType="1" 780 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 781 ATLMinimizesCRunTimeLibraryUsage="false" 957 782 CharacterSet="1" 958 783 > … … 971 796 <Tool 972 797 Name="VCMIDLTool" 798 /> 799 <Tool 800 Name="VCCLCompilerTool" 801 ExecutionBucket="7" 802 AdditionalIncludeDirectories="../include,../../pjlib/include" 803 PreprocessorDefinitions="" 804 PrecompiledHeaderFile="" 805 /> 806 <Tool 807 Name="VCManagedResourceCompilerTool" 808 /> 809 <Tool 810 Name="VCResourceCompilerTool" 811 /> 812 <Tool 813 Name="VCPreLinkEventTool" 814 /> 815 <Tool 816 Name="VCLinkerTool" 817 AdditionalDependencies="ws2.lib" 818 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 819 820 /> 821 <Tool 822 Name="VCALinkTool" 823 /> 824 <Tool 825 Name="VCXDCMakeTool" 826 /> 827 <Tool 828 Name="VCBscMakeTool" 829 /> 830 <Tool 831 Name="VCCodeSignTool" 832 /> 833 <Tool 834 Name="VCPostBuildEventTool" 835 /> 836 <DeploymentTool 837 ForceDirty="-1" 838 RemoteDirectory="" 839 RegisterOutput="0" 840 AdditionalFiles="" 841 /> 842 <DebuggerTool 843 /> 844 </Configuration> 845 <Configuration 846 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 847 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 848 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 849 ConfigurationType="1" 850 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 851 ATLMinimizesCRunTimeLibraryUsage="false" 852 CharacterSet="1" 853 > 854 <Tool 855 Name="VCPreBuildEventTool" 856 /> 857 <Tool 858 Name="VCCustomBuildTool" 859 /> 860 <Tool 861 Name="VCXMLDataGeneratorTool" 862 /> 863 <Tool 864 Name="VCWebServiceProxyGeneratorTool" 865 /> 866 <Tool 867 Name="VCMIDLTool" 973 868 TargetEnvironment="1" 974 869 /> … … 977 872 ExecutionBucket="7" 978 873 AdditionalIncludeDirectories="../include,../../pjlib/include" 979 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 980 ExceptionHandling="0" 981 WarningLevel="3" 982 CompileAs="0" 983 CompileForArchitecture="0" 874 PreprocessorDefinitions="" 875 PrecompiledHeaderFile="" 984 876 /> 985 877 <Tool … … 995 887 Name="VCLinkerTool" 996 888 AdditionalDependencies="ws2.lib" 997 OptimizeReferences="2"998 EnableCOMDATFolding="2"999 889 TargetMachine="0" 890 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 891 892 /> 893 <Tool 894 Name="VCALinkTool" 895 /> 896 <Tool 897 Name="VCXDCMakeTool" 898 /> 899 <Tool 900 Name="VCBscMakeTool" 901 /> 902 <Tool 903 Name="VCCodeSignTool" 904 /> 905 <Tool 906 Name="VCPostBuildEventTool" 907 /> 908 <DeploymentTool 909 ForceDirty="-1" 910 RemoteDirectory="" 911 RegisterOutput="0" 912 AdditionalFiles="" 913 /> 914 <DebuggerTool 915 /> 916 </Configuration> 917 <Configuration 918 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 919 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 920 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 921 ConfigurationType="1" 922 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 923 ATLMinimizesCRunTimeLibraryUsage="false" 924 CharacterSet="1" 925 > 926 <Tool 927 Name="VCPreBuildEventTool" 928 /> 929 <Tool 930 Name="VCCustomBuildTool" 931 /> 932 <Tool 933 Name="VCXMLDataGeneratorTool" 934 /> 935 <Tool 936 Name="VCWebServiceProxyGeneratorTool" 937 /> 938 <Tool 939 Name="VCMIDLTool" 940 TargetEnvironment="1" 941 /> 942 <Tool 943 Name="VCCLCompilerTool" 944 ExecutionBucket="7" 945 AdditionalIncludeDirectories="../include,../../pjlib/include" 946 PreprocessorDefinitions="" 947 PrecompiledHeaderFile="" 948 /> 949 <Tool 950 Name="VCManagedResourceCompilerTool" 951 /> 952 <Tool 953 Name="VCResourceCompilerTool" 954 /> 955 <Tool 956 Name="VCPreLinkEventTool" 957 /> 958 <Tool 959 Name="VCLinkerTool" 960 AdditionalDependencies="ws2.lib" 961 TargetMachine="0" 962 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 963 964 /> 965 <Tool 966 Name="VCALinkTool" 967 /> 968 <Tool 969 Name="VCXDCMakeTool" 970 /> 971 <Tool 972 Name="VCBscMakeTool" 973 /> 974 <Tool 975 Name="VCCodeSignTool" 976 /> 977 <Tool 978 Name="VCPostBuildEventTool" 979 /> 980 <DeploymentTool 981 ForceDirty="-1" 982 RemoteDirectory="" 983 RegisterOutput="0" 984 AdditionalFiles="" 985 /> 986 <DebuggerTool 987 /> 988 </Configuration> 989 <Configuration 990 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 991 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 992 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 993 ConfigurationType="1" 994 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 995 ATLMinimizesCRunTimeLibraryUsage="false" 996 CharacterSet="1" 997 > 998 <Tool 999 Name="VCPreBuildEventTool" 1000 /> 1001 <Tool 1002 Name="VCCustomBuildTool" 1003 /> 1004 <Tool 1005 Name="VCXMLDataGeneratorTool" 1006 /> 1007 <Tool 1008 Name="VCWebServiceProxyGeneratorTool" 1009 /> 1010 <Tool 1011 Name="VCMIDLTool" 1012 TargetEnvironment="1" 1013 /> 1014 <Tool 1015 Name="VCCLCompilerTool" 1016 ExecutionBucket="7" 1017 AdditionalIncludeDirectories="../include,../../pjlib/include" 1018 PreprocessorDefinitions="" 1019 PrecompiledHeaderFile="" 1020 /> 1021 <Tool 1022 Name="VCManagedResourceCompilerTool" 1023 /> 1024 <Tool 1025 Name="VCResourceCompilerTool" 1026 /> 1027 <Tool 1028 Name="VCPreLinkEventTool" 1029 /> 1030 <Tool 1031 Name="VCLinkerTool" 1032 AdditionalDependencies="ws2.lib" 1033 TargetMachine="0" 1034 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 1035 1036 /> 1037 <Tool 1038 Name="VCALinkTool" 1039 /> 1040 <Tool 1041 Name="VCXDCMakeTool" 1042 /> 1043 <Tool 1044 Name="VCBscMakeTool" 1045 /> 1046 <Tool 1047 Name="VCCodeSignTool" 1048 /> 1049 <Tool 1050 Name="VCPostBuildEventTool" 1051 /> 1052 <DeploymentTool 1053 ForceDirty="-1" 1054 RemoteDirectory="" 1055 RegisterOutput="0" 1056 AdditionalFiles="" 1057 /> 1058 <DebuggerTool 1059 /> 1060 </Configuration> 1061 <Configuration 1062 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1063 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1064 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1065 ConfigurationType="1" 1066 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1067 ATLMinimizesCRunTimeLibraryUsage="false" 1068 CharacterSet="1" 1069 > 1070 <Tool 1071 Name="VCPreBuildEventTool" 1072 /> 1073 <Tool 1074 Name="VCCustomBuildTool" 1075 /> 1076 <Tool 1077 Name="VCXMLDataGeneratorTool" 1078 /> 1079 <Tool 1080 Name="VCWebServiceProxyGeneratorTool" 1081 /> 1082 <Tool 1083 Name="VCMIDLTool" 1084 TargetEnvironment="1" 1085 /> 1086 <Tool 1087 Name="VCCLCompilerTool" 1088 ExecutionBucket="7" 1089 AdditionalIncludeDirectories="../include,../../pjlib/include" 1090 PreprocessorDefinitions="" 1091 PrecompiledHeaderFile="" 1092 /> 1093 <Tool 1094 Name="VCManagedResourceCompilerTool" 1095 /> 1096 <Tool 1097 Name="VCResourceCompilerTool" 1098 /> 1099 <Tool 1100 Name="VCPreLinkEventTool" 1101 /> 1102 <Tool 1103 Name="VCLinkerTool" 1104 AdditionalDependencies="ws2.lib" 1105 TargetMachine="0" 1106 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 1107 1108 /> 1109 <Tool 1110 Name="VCALinkTool" 1111 /> 1112 <Tool 1113 Name="VCXDCMakeTool" 1114 /> 1115 <Tool 1116 Name="VCBscMakeTool" 1117 /> 1118 <Tool 1119 Name="VCCodeSignTool" 1120 /> 1121 <Tool 1122 Name="VCPostBuildEventTool" 1123 /> 1124 <DeploymentTool 1125 ForceDirty="-1" 1126 RemoteDirectory="" 1127 RegisterOutput="0" 1128 AdditionalFiles="" 1129 /> 1130 <DebuggerTool 1131 /> 1132 </Configuration> 1133 <Configuration 1134 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1135 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1136 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1137 ConfigurationType="1" 1138 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1139 ATLMinimizesCRunTimeLibraryUsage="false" 1140 CharacterSet="1" 1141 > 1142 <Tool 1143 Name="VCPreBuildEventTool" 1144 /> 1145 <Tool 1146 Name="VCCustomBuildTool" 1147 /> 1148 <Tool 1149 Name="VCXMLDataGeneratorTool" 1150 /> 1151 <Tool 1152 Name="VCWebServiceProxyGeneratorTool" 1153 /> 1154 <Tool 1155 Name="VCMIDLTool" 1156 TargetEnvironment="1" 1157 /> 1158 <Tool 1159 Name="VCCLCompilerTool" 1160 ExecutionBucket="7" 1161 AdditionalIncludeDirectories="../include,../../pjlib/include" 1162 PreprocessorDefinitions="" 1163 PrecompiledHeaderFile="" 1164 /> 1165 <Tool 1166 Name="VCManagedResourceCompilerTool" 1167 /> 1168 <Tool 1169 Name="VCResourceCompilerTool" 1170 /> 1171 <Tool 1172 Name="VCPreLinkEventTool" 1173 /> 1174 <Tool 1175 Name="VCLinkerTool" 1176 AdditionalDependencies="ws2.lib" 1177 TargetMachine="0" 1178 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 1179 1180 /> 1181 <Tool 1182 Name="VCALinkTool" 1183 /> 1184 <Tool 1185 Name="VCXDCMakeTool" 1186 /> 1187 <Tool 1188 Name="VCBscMakeTool" 1189 /> 1190 <Tool 1191 Name="VCCodeSignTool" 1192 /> 1193 <Tool 1194 Name="VCPostBuildEventTool" 1195 /> 1196 <DeploymentTool 1197 ForceDirty="-1" 1198 RemoteDirectory="" 1199 RegisterOutput="0" 1200 AdditionalFiles="" 1201 /> 1202 <DebuggerTool 1203 /> 1204 </Configuration> 1205 <Configuration 1206 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1207 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1208 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1209 ConfigurationType="1" 1210 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1211 ATLMinimizesCRunTimeLibraryUsage="false" 1212 CharacterSet="1" 1213 > 1214 <Tool 1215 Name="VCPreBuildEventTool" 1216 /> 1217 <Tool 1218 Name="VCCustomBuildTool" 1219 /> 1220 <Tool 1221 Name="VCXMLDataGeneratorTool" 1222 /> 1223 <Tool 1224 Name="VCWebServiceProxyGeneratorTool" 1225 /> 1226 <Tool 1227 Name="VCMIDLTool" 1228 TargetEnvironment="1" 1229 /> 1230 <Tool 1231 Name="VCCLCompilerTool" 1232 ExecutionBucket="7" 1233 AdditionalIncludeDirectories="../include,../../pjlib/include" 1234 PreprocessorDefinitions="" 1235 PrecompiledHeaderFile="" 1236 /> 1237 <Tool 1238 Name="VCManagedResourceCompilerTool" 1239 /> 1240 <Tool 1241 Name="VCResourceCompilerTool" 1242 /> 1243 <Tool 1244 Name="VCPreLinkEventTool" 1245 /> 1246 <Tool 1247 Name="VCLinkerTool" 1248 AdditionalDependencies="ws2.lib" 1249 TargetMachine="0" 1250 OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 1251 1000 1252 /> 1001 1253 <Tool … … 1134 1386 <FileConfiguration 1135 1387 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1388 ExcludedFromBuild="true" 1389 > 1390 <Tool 1391 Name="VCCLCompilerTool" 1392 /> 1393 </FileConfiguration> 1394 <FileConfiguration 1395 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1396 ExcludedFromBuild="true" 1397 > 1398 <Tool 1399 Name="VCCLCompilerTool" 1400 /> 1401 </FileConfiguration> 1402 <FileConfiguration 1403 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1404 ExcludedFromBuild="true" 1405 > 1406 <Tool 1407 Name="VCCLCompilerTool" 1408 /> 1409 </FileConfiguration> 1410 <FileConfiguration 1411 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1412 ExcludedFromBuild="true" 1413 > 1414 <Tool 1415 Name="VCCLCompilerTool" 1416 /> 1417 </FileConfiguration> 1418 <FileConfiguration 1419 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1420 ExcludedFromBuild="true" 1421 > 1422 <Tool 1423 Name="VCCLCompilerTool" 1424 /> 1425 </FileConfiguration> 1426 <FileConfiguration 1427 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1428 ExcludedFromBuild="true" 1429 > 1430 <Tool 1431 Name="VCCLCompilerTool" 1432 /> 1433 </FileConfiguration> 1434 <FileConfiguration 1435 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1136 1436 ExcludedFromBuild="true" 1137 1437 > -
pjproject/trunk/pjlib/build/pjlib.vcproj
r2584 r2638 14 14 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 15 15 /> 16 <Platform 17 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 18 /> 16 19 </Platforms> 17 20 <ToolFiles> … … 20 23 <Configuration 21 24 Name="Debug|Win32" 22 OutputDirectory=".\output\pjlib-i386-win32-vc8-debug" 23 IntermediateDirectory=".\output\pjlib-i386-win32-vc8-debug" 25 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 26 27 ATLMinimizesCRunTimeLibraryUsage="false" 28 29 CharacterSet="2" 30 24 31 ConfigurationType="4" 25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"26 32 UseOfMFC="0" 27 ATLMinimizesCRunTimeLibraryUsage="false"28 CharacterSet="2"29 33 > 30 34 <Tool … … 45 49 <Tool 46 50 Name="VCCLCompilerTool" 47 Optimization="0" 51 PrecompiledHeaderFile="" 52 53 PreprocessorDefinitions="_LIB;" 54 48 55 AdditionalIncludeDirectories="../include" 49 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"50 MinimalRebuild="true"51 BasicRuntimeChecks="3"52 RuntimeLibrary="1"53 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.pch"54 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-debug/"55 ObjectFile=".\output\pjlib-i386-win32-vc8-debug/"56 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-debug/"57 BrowseInformation="1"58 WarningLevel="4"59 SuppressStartupBanner="true"60 DebugInformationFormat="4"61 56 /> 62 57 <Tool … … 65 60 <Tool 66 61 Name="VCResourceCompilerTool" 67 PreprocessorDefinitions="_DEBUG"68 Culture="1033"69 62 /> 70 63 <Tool … … 73 66 <Tool 74 67 Name="VCLibrarianTool" 75 OutputFile="../lib/pjlib-i386-win32-vc8-debug.lib"76 SuppressStartupBanner="true"77 68 /> 78 69 <Tool … … 84 75 <Tool 85 76 Name="VCBscMakeTool" 86 SuppressStartupBanner="true"87 OutputFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.bsc"88 77 /> 89 78 <Tool … … 96 85 <Configuration 97 86 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 98 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 99 IntermediateDirectory="$(OutDir)" 87 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 88 89 ATLMinimizesCRunTimeLibraryUsage="false" 90 91 CharacterSet="1" 92 100 93 ConfigurationType="4" 101 CharacterSet="1"102 94 > 103 95 <Tool … … 118 110 <Tool 119 111 Name="VCCLCompilerTool" 120 ExecutionBucket="7" 121 Optimization="0" 122 FavorSizeOrSpeed="0" 112 PrecompiledHeaderFile="" 113 114 PreprocessorDefinitions="_LIB;" 115 123 116 AdditionalIncludeDirectories="../include" 124 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"125 ExceptionHandling="0"126 RuntimeLibrary="1"127 WarningLevel="3"128 DebugInformationFormat="3"129 CompileAs="0"130 CompileForArchitecture="0"131 117 /> 132 118 <Tool … … 141 127 <Tool 142 128 Name="VCLibrarianTool" 143 AdditionalOptions="" 129 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 130 144 131 /> 145 132 <Tool … … 168 155 </Configuration> 169 156 <Configuration 170 Name="Release|Win32" 171 OutputDirectory=".\output\pjlib-i386-win32-vc8-release" 172 IntermediateDirectory="$(OutDir)" 157 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 158 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 159 160 ATLMinimizesCRunTimeLibraryUsage="false" 161 162 CharacterSet="1" 163 173 164 ConfigurationType="4" 174 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"175 UseOfMFC="0"176 ATLMinimizesCRunTimeLibraryUsage="false"177 CharacterSet="2"178 165 > 179 166 <Tool … … 194 181 <Tool 195 182 Name="VCCLCompilerTool" 196 Optimization="2" 197 InlineFunctionExpansion="2" 183 PrecompiledHeaderFile="" 184 185 PreprocessorDefinitions="_LIB;" 186 198 187 AdditionalIncludeDirectories="../include" 199 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"200 StringPooling="true"201 RuntimeLibrary="2"202 EnableFunctionLevelLinking="true"203 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-release/pjlib.pch"204 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-release/"205 ObjectFile=".\output\pjlib-i386-win32-vc8-release/"206 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-release/"207 BrowseInformation="1"208 WarningLevel="4"209 SuppressStartupBanner="true"210 DebugInformationFormat="3"211 188 /> 212 189 <Tool … … 215 192 <Tool 216 193 Name="VCResourceCompilerTool" 217 PreprocessorDefinitions="NDEBUG"218 Culture="1033"219 194 /> 220 195 <Tool … … 223 198 <Tool 224 199 Name="VCLibrarianTool" 225 OutputFile="../lib/pjlib-i386-win32-vc8-release.lib" 226 SuppressStartupBanner="true" 227 /> 228 <Tool 229 Name="VCALinkTool" 230 /> 231 <Tool 232 Name="VCXDCMakeTool" 233 /> 234 <Tool 235 Name="VCBscMakeTool" 236 SuppressStartupBanner="true" 237 OutputFile=".\output\pjlib-i386-win32-vc8-release/pjlib.bsc" 238 /> 239 <Tool 240 Name="VCFxCopTool" 241 /> 242 <Tool 243 Name="VCPostBuildEventTool" 244 /> 245 </Configuration> 246 <Configuration 247 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 248 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 249 IntermediateDirectory="$(OutDir)" 250 ConfigurationType="4" 251 CharacterSet="1" 252 > 253 <Tool 254 Name="VCPreBuildEventTool" 255 /> 256 <Tool 257 Name="VCCustomBuildTool" 258 /> 259 <Tool 260 Name="VCXMLDataGeneratorTool" 261 /> 262 <Tool 263 Name="VCWebServiceProxyGeneratorTool" 264 /> 265 <Tool 266 Name="VCMIDLTool" 267 /> 268 <Tool 269 Name="VCCLCompilerTool" 270 ExecutionBucket="7" 271 Optimization="2" 272 FavorSizeOrSpeed="2" 273 AdditionalIncludeDirectories="../include" 274 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 275 ExceptionHandling="0" 276 RuntimeLibrary="0" 277 WarningLevel="3" 278 DebugInformationFormat="0" 279 CompileAs="0" 280 /> 281 <Tool 282 Name="VCManagedResourceCompilerTool" 283 /> 284 <Tool 285 Name="VCResourceCompilerTool" 286 /> 287 <Tool 288 Name="VCPreLinkEventTool" 289 /> 290 <Tool 291 Name="VCLibrarianTool" 292 AdditionalOptions="" 200 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 201 293 202 /> 294 203 <Tool … … 317 226 </Configuration> 318 227 <Configuration 319 Name="Debug-Static|Win32" 320 OutputDirectory="$(ConfigurationName)" 321 IntermediateDirectory="$(ConfigurationName)" 228 Name="Release|Win32" 229 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 230 231 ATLMinimizesCRunTimeLibraryUsage="false" 232 233 CharacterSet="2" 234 322 235 ConfigurationType="4" 323 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"324 236 UseOfMFC="0" 325 ATLMinimizesCRunTimeLibraryUsage="false"326 CharacterSet="2"327 237 > 328 238 <Tool … … 343 253 <Tool 344 254 Name="VCCLCompilerTool" 345 Optimization="0" 255 PrecompiledHeaderFile="" 256 257 PreprocessorDefinitions="_LIB;" 258 346 259 AdditionalIncludeDirectories="../include" 347 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"348 MinimalRebuild="true"349 BasicRuntimeChecks="3"350 RuntimeLibrary="1"351 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.pch"352 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-debug/"353 ObjectFile=".\output\pjlib-i386-win32-vc8-debug/"354 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-debug/"355 BrowseInformation="1"356 WarningLevel="4"357 SuppressStartupBanner="true"358 DebugInformationFormat="4"359 260 /> 360 261 <Tool … … 363 264 <Tool 364 265 Name="VCResourceCompilerTool" 365 PreprocessorDefinitions="_DEBUG"366 Culture="1033"367 266 /> 368 267 <Tool … … 371 270 <Tool 372 271 Name="VCLibrarianTool" 373 OutputFile="../lib/pjlib-i386-win32-vc8-debug.lib"374 SuppressStartupBanner="true"375 272 /> 376 273 <Tool … … 382 279 <Tool 383 280 Name="VCBscMakeTool" 384 SuppressStartupBanner="true"385 OutputFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.bsc"386 281 /> 387 282 <Tool … … 393 288 </Configuration> 394 289 <Configuration 395 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 396 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 397 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 290 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 291 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 292 293 ATLMinimizesCRunTimeLibraryUsage="false" 294 295 CharacterSet="1" 296 398 297 ConfigurationType="4" 399 CharacterSet="1"400 298 > 401 299 <Tool … … 413 311 <Tool 414 312 Name="VCMIDLTool" 415 TargetEnvironment="1"416 313 /> 417 314 <Tool 418 315 Name="VCCLCompilerTool" 419 ExecutionBucket="7" 420 Optimization="0" 421 FavorSizeOrSpeed="0" 316 PrecompiledHeaderFile="" 317 318 PreprocessorDefinitions="_LIB;" 319 422 320 AdditionalIncludeDirectories="../include" 423 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"424 ExceptionHandling="0"425 RuntimeLibrary="1"426 WarningLevel="3"427 DebugInformationFormat="3"428 CompileAs="0"429 CompileForArchitecture="0"430 321 /> 431 322 <Tool … … 440 331 <Tool 441 332 Name="VCLibrarianTool" 442 AdditionalOptions="" 333 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 334 443 335 /> 444 336 <Tool … … 467 359 </Configuration> 468 360 <Configuration 469 Name="Release-Dynamic|Win32" 470 OutputDirectory="$(ConfigurationName)" 471 IntermediateDirectory="$(OutDir)" 361 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 362 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 363 364 ATLMinimizesCRunTimeLibraryUsage="false" 365 366 CharacterSet="1" 367 472 368 ConfigurationType="4" 473 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"474 UseOfMFC="0"475 ATLMinimizesCRunTimeLibraryUsage="false"476 CharacterSet="2"477 369 > 478 370 <Tool … … 493 385 <Tool 494 386 Name="VCCLCompilerTool" 495 Optimization="2" 496 InlineFunctionExpansion="2" 387 PrecompiledHeaderFile="" 388 389 PreprocessorDefinitions="_LIB;" 390 497 391 AdditionalIncludeDirectories="../include" 498 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"499 StringPooling="true"500 RuntimeLibrary="2"501 EnableFunctionLevelLinking="true"502 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-release/pjlib.pch"503 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-release/"504 ObjectFile=".\output\pjlib-i386-win32-vc8-release/"505 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-release/"506 BrowseInformation="1"507 WarningLevel="4"508 SuppressStartupBanner="true"509 DebugInformationFormat="3"510 392 /> 511 393 <Tool … … 514 396 <Tool 515 397 Name="VCResourceCompilerTool" 516 PreprocessorDefinitions="NDEBUG"517 Culture="1033"518 398 /> 519 399 <Tool … … 522 402 <Tool 523 403 Name="VCLibrarianTool" 524 OutputFile="../lib/pjlib-i386-win32-vc8-release.lib" 525 SuppressStartupBanner="true" 526 /> 527 <Tool 528 Name="VCALinkTool" 529 /> 530 <Tool 531 Name="VCXDCMakeTool" 532 /> 533 <Tool 534 Name="VCBscMakeTool" 535 SuppressStartupBanner="true" 536 OutputFile=".\output\pjlib-i386-win32-vc8-release/pjlib.bsc" 537 /> 538 <Tool 539 Name="VCFxCopTool" 540 /> 541 <Tool 542 Name="VCPostBuildEventTool" 543 /> 544 </Configuration> 545 <Configuration 546 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 547 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 548 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 549 ConfigurationType="4" 550 CharacterSet="1" 551 > 552 <Tool 553 Name="VCPreBuildEventTool" 554 /> 555 <Tool 556 Name="VCCustomBuildTool" 557 /> 558 <Tool 559 Name="VCXMLDataGeneratorTool" 560 /> 561 <Tool 562 Name="VCWebServiceProxyGeneratorTool" 563 /> 564 <Tool 565 Name="VCMIDLTool" 566 TargetEnvironment="1" 567 /> 568 <Tool 569 Name="VCCLCompilerTool" 570 ExecutionBucket="7" 571 Optimization="2" 572 FavorSizeOrSpeed="2" 573 AdditionalIncludeDirectories="../include" 574 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 575 ExceptionHandling="0" 576 RuntimeLibrary="0" 577 WarningLevel="3" 578 DebugInformationFormat="0" 579 CompileAs="0" 580 /> 581 <Tool 582 Name="VCManagedResourceCompilerTool" 583 /> 584 <Tool 585 Name="VCResourceCompilerTool" 586 /> 587 <Tool 588 Name="VCPreLinkEventTool" 589 /> 590 <Tool 591 Name="VCLibrarianTool" 592 AdditionalOptions="" 404 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 405 593 406 /> 594 407 <Tool … … 617 430 </Configuration> 618 431 <Configuration 619 Name="Debug-Dynamic|Win32" 620 OutputDirectory="$(ConfigurationName)" 621 IntermediateDirectory="$(ConfigurationName)" 432 Name="Debug-Static|Win32" 433 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 434 435 ATLMinimizesCRunTimeLibraryUsage="false" 436 437 CharacterSet="2" 438 622 439 ConfigurationType="4" 623 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"624 440 UseOfMFC="0" 625 ATLMinimizesCRunTimeLibraryUsage="false"626 CharacterSet="2"627 441 > 628 442 <Tool … … 643 457 <Tool 644 458 Name="VCCLCompilerTool" 645 Optimization="0" 459 PrecompiledHeaderFile="" 460 461 PreprocessorDefinitions="_LIB;" 462 646 463 AdditionalIncludeDirectories="../include" 647 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"648 MinimalRebuild="true"649 BasicRuntimeChecks="3"650 RuntimeLibrary="3"651 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.pch"652 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-debug/"653 ObjectFile=".\output\pjlib-i386-win32-vc8-debug/"654 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-debug/"655 BrowseInformation="1"656 WarningLevel="4"657 SuppressStartupBanner="true"658 DebugInformationFormat="4"659 464 /> 660 465 <Tool … … 663 468 <Tool 664 469 Name="VCResourceCompilerTool" 665 PreprocessorDefinitions="_DEBUG"666 Culture="1033"667 470 /> 668 471 <Tool … … 671 474 <Tool 672 475 Name="VCLibrarianTool" 673 OutputFile="../lib/pjlib-i386-win32-vc8-debug.lib"674 SuppressStartupBanner="true"675 476 /> 676 477 <Tool … … 682 483 <Tool 683 484 Name="VCBscMakeTool" 684 SuppressStartupBanner="true"685 OutputFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.bsc"686 485 /> 687 486 <Tool … … 693 492 </Configuration> 694 493 <Configuration 695 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 696 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 697 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 494 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 495 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 496 497 ATLMinimizesCRunTimeLibraryUsage="false" 498 499 CharacterSet="1" 500 698 501 ConfigurationType="4" 699 CharacterSet="1"700 502 > 701 503 <Tool … … 713 515 <Tool 714 516 Name="VCMIDLTool" 715 TargetEnvironment="1"716 517 /> 717 518 <Tool 718 519 Name="VCCLCompilerTool" 719 ExecutionBucket="7" 720 Optimization="0" 721 FavorSizeOrSpeed="0" 520 PrecompiledHeaderFile="" 521 522 PreprocessorDefinitions="_LIB;" 523 722 524 AdditionalIncludeDirectories="../include" 723 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"724 ExceptionHandling="0"725 RuntimeLibrary="1"726 WarningLevel="3"727 DebugInformationFormat="3"728 CompileAs="0"729 CompileForArchitecture="0"730 525 /> 731 526 <Tool … … 740 535 <Tool 741 536 Name="VCLibrarianTool" 742 AdditionalOptions="" 537 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 538 743 539 /> 744 540 <Tool … … 767 563 </Configuration> 768 564 <Configuration 565 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 566 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 567 568 ATLMinimizesCRunTimeLibraryUsage="false" 569 570 CharacterSet="1" 571 572 ConfigurationType="4" 573 > 574 <Tool 575 Name="VCPreBuildEventTool" 576 /> 577 <Tool 578 Name="VCCustomBuildTool" 579 /> 580 <Tool 581 Name="VCXMLDataGeneratorTool" 582 /> 583 <Tool 584 Name="VCWebServiceProxyGeneratorTool" 585 /> 586 <Tool 587 Name="VCMIDLTool" 588 /> 589 <Tool 590 Name="VCCLCompilerTool" 591 PrecompiledHeaderFile="" 592 593 PreprocessorDefinitions="_LIB;" 594 595 AdditionalIncludeDirectories="../include" 596 /> 597 <Tool 598 Name="VCManagedResourceCompilerTool" 599 /> 600 <Tool 601 Name="VCResourceCompilerTool" 602 /> 603 <Tool 604 Name="VCPreLinkEventTool" 605 /> 606 <Tool 607 Name="VCLibrarianTool" 608 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 609 610 /> 611 <Tool 612 Name="VCALinkTool" 613 /> 614 <Tool 615 Name="VCXDCMakeTool" 616 /> 617 <Tool 618 Name="VCBscMakeTool" 619 /> 620 <Tool 621 Name="VCCodeSignTool" 622 /> 623 <Tool 624 Name="VCPostBuildEventTool" 625 /> 626 <DeploymentTool 627 ForceDirty="-1" 628 RemoteDirectory="" 629 RegisterOutput="0" 630 AdditionalFiles="" 631 /> 632 <DebuggerTool 633 /> 634 </Configuration> 635 <Configuration 636 Name="Release-Dynamic|Win32" 637 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 638 639 ATLMinimizesCRunTimeLibraryUsage="false" 640 641 CharacterSet="2" 642 643 ConfigurationType="4" 644 UseOfMFC="0" 645 > 646 <Tool 647 Name="VCPreBuildEventTool" 648 /> 649 <Tool 650 Name="VCCustomBuildTool" 651 /> 652 <Tool 653 Name="VCXMLDataGeneratorTool" 654 /> 655 <Tool 656 Name="VCWebServiceProxyGeneratorTool" 657 /> 658 <Tool 659 Name="VCMIDLTool" 660 /> 661 <Tool 662 Name="VCCLCompilerTool" 663 PrecompiledHeaderFile="" 664 665 PreprocessorDefinitions="_LIB;" 666 667 AdditionalIncludeDirectories="../include" 668 /> 669 <Tool 670 Name="VCManagedResourceCompilerTool" 671 /> 672 <Tool 673 Name="VCResourceCompilerTool" 674 /> 675 <Tool 676 Name="VCPreLinkEventTool" 677 /> 678 <Tool 679 Name="VCLibrarianTool" 680 /> 681 <Tool 682 Name="VCALinkTool" 683 /> 684 <Tool 685 Name="VCXDCMakeTool" 686 /> 687 <Tool 688 Name="VCBscMakeTool" 689 /> 690 <Tool 691 Name="VCFxCopTool" 692 /> 693 <Tool 694 Name="VCPostBuildEventTool" 695 /> 696 </Configuration> 697 <Configuration 698 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 699 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 700 701 ATLMinimizesCRunTimeLibraryUsage="false" 702 703 CharacterSet="1" 704 705 ConfigurationType="4" 706 > 707 <Tool 708 Name="VCPreBuildEventTool" 709 /> 710 <Tool 711 Name="VCCustomBuildTool" 712 /> 713 <Tool 714 Name="VCXMLDataGeneratorTool" 715 /> 716 <Tool 717 Name="VCWebServiceProxyGeneratorTool" 718 /> 719 <Tool 720 Name="VCMIDLTool" 721 /> 722 <Tool 723 Name="VCCLCompilerTool" 724 PrecompiledHeaderFile="" 725 726 PreprocessorDefinitions="_LIB;" 727 728 AdditionalIncludeDirectories="../include" 729 /> 730 <Tool 731 Name="VCManagedResourceCompilerTool" 732 /> 733 <Tool 734 Name="VCResourceCompilerTool" 735 /> 736 <Tool 737 Name="VCPreLinkEventTool" 738 /> 739 <Tool 740 Name="VCLibrarianTool" 741 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 742 743 /> 744 <Tool 745 Name="VCALinkTool" 746 /> 747 <Tool 748 Name="VCXDCMakeTool" 749 /> 750 <Tool 751 Name="VCBscMakeTool" 752 /> 753 <Tool 754 Name="VCCodeSignTool" 755 /> 756 <Tool 757 Name="VCPostBuildEventTool" 758 /> 759 <DeploymentTool 760 ForceDirty="-1" 761 RemoteDirectory="" 762 RegisterOutput="0" 763 AdditionalFiles="" 764 /> 765 <DebuggerTool 766 /> 767 </Configuration> 768 <Configuration 769 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 770 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 771 772 ATLMinimizesCRunTimeLibraryUsage="false" 773 774 CharacterSet="1" 775 776 ConfigurationType="4" 777 > 778 <Tool 779 Name="VCPreBuildEventTool" 780 /> 781 <Tool 782 Name="VCCustomBuildTool" 783 /> 784 <Tool 785 Name="VCXMLDataGeneratorTool" 786 /> 787 <Tool 788 Name="VCWebServiceProxyGeneratorTool" 789 /> 790 <Tool 791 Name="VCMIDLTool" 792 /> 793 <Tool 794 Name="VCCLCompilerTool" 795 PrecompiledHeaderFile="" 796 797 PreprocessorDefinitions="_LIB;" 798 799 AdditionalIncludeDirectories="../include" 800 /> 801 <Tool 802 Name="VCManagedResourceCompilerTool" 803 /> 804 <Tool 805 Name="VCResourceCompilerTool" 806 /> 807 <Tool 808 Name="VCPreLinkEventTool" 809 /> 810 <Tool 811 Name="VCLibrarianTool" 812 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 813 814 /> 815 <Tool 816 Name="VCALinkTool" 817 /> 818 <Tool 819 Name="VCXDCMakeTool" 820 /> 821 <Tool 822 Name="VCBscMakeTool" 823 /> 824 <Tool 825 Name="VCCodeSignTool" 826 /> 827 <Tool 828 Name="VCPostBuildEventTool" 829 /> 830 <DeploymentTool 831 ForceDirty="-1" 832 RemoteDirectory="" 833 RegisterOutput="0" 834 AdditionalFiles="" 835 /> 836 <DebuggerTool 837 /> 838 </Configuration> 839 <Configuration 840 Name="Debug-Dynamic|Win32" 841 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 842 843 ATLMinimizesCRunTimeLibraryUsage="false" 844 845 CharacterSet="2" 846 847 ConfigurationType="4" 848 UseOfMFC="0" 849 > 850 <Tool 851 Name="VCPreBuildEventTool" 852 /> 853 <Tool 854 Name="VCCustomBuildTool" 855 /> 856 <Tool 857 Name="VCXMLDataGeneratorTool" 858 /> 859 <Tool 860 Name="VCWebServiceProxyGeneratorTool" 861 /> 862 <Tool 863 Name="VCMIDLTool" 864 /> 865 <Tool 866 Name="VCCLCompilerTool" 867 PrecompiledHeaderFile="" 868 869 PreprocessorDefinitions="_LIB;" 870 871 AdditionalIncludeDirectories="../include" 872 /> 873 <Tool 874 Name="VCManagedResourceCompilerTool" 875 /> 876 <Tool 877 Name="VCResourceCompilerTool" 878 /> 879 <Tool 880 Name="VCPreLinkEventTool" 881 /> 882 <Tool 883 Name="VCLibrarianTool" 884 /> 885 <Tool 886 Name="VCALinkTool" 887 /> 888 <Tool 889 Name="VCXDCMakeTool" 890 /> 891 <Tool 892 Name="VCBscMakeTool" 893 /> 894 <Tool 895 Name="VCFxCopTool" 896 /> 897 <Tool 898 Name="VCPostBuildEventTool" 899 /> 900 </Configuration> 901 <Configuration 902 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 903 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 904 905 ATLMinimizesCRunTimeLibraryUsage="false" 906 907 CharacterSet="1" 908 909 ConfigurationType="4" 910 > 911 <Tool 912 Name="VCPreBuildEventTool" 913 /> 914 <Tool 915 Name="VCCustomBuildTool" 916 /> 917 <Tool 918 Name="VCXMLDataGeneratorTool" 919 /> 920 <Tool 921 Name="VCWebServiceProxyGeneratorTool" 922 /> 923 <Tool 924 Name="VCMIDLTool" 925 /> 926 <Tool 927 Name="VCCLCompilerTool" 928 PrecompiledHeaderFile="" 929 930 PreprocessorDefinitions="_LIB;" 931 932 AdditionalIncludeDirectories="../include" 933 /> 934 <Tool 935 Name="VCManagedResourceCompilerTool" 936 /> 937 <Tool 938 Name="VCResourceCompilerTool" 939 /> 940 <Tool 941 Name="VCPreLinkEventTool" 942 /> 943 <Tool 944 Name="VCLibrarianTool" 945 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 946 947 /> 948 <Tool 949 Name="VCALinkTool" 950 /> 951 <Tool 952 Name="VCXDCMakeTool" 953 /> 954 <Tool 955 Name="VCBscMakeTool" 956 /> 957 <Tool 958 Name="VCCodeSignTool" 959 /> 960 <Tool 961 Name="VCPostBuildEventTool" 962 /> 963 <DeploymentTool 964 ForceDirty="-1" 965 RemoteDirectory="" 966 RegisterOutput="0" 967 AdditionalFiles="" 968 /> 969 <DebuggerTool 970 /> 971 </Configuration> 972 <Configuration 973 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 974 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 975 976 ATLMinimizesCRunTimeLibraryUsage="false" 977 978 CharacterSet="1" 979 980 ConfigurationType="4" 981 > 982 <Tool 983 Name="VCPreBuildEventTool" 984 /> 985 <Tool 986 Name="VCCustomBuildTool" 987 /> 988 <Tool 989 Name="VCXMLDataGeneratorTool" 990 /> 991 <Tool 992 Name="VCWebServiceProxyGeneratorTool" 993 /> 994 <Tool 995 Name="VCMIDLTool" 996 /> 997 <Tool 998 Name="VCCLCompilerTool" 999 PrecompiledHeaderFile="" 1000 1001 PreprocessorDefinitions="_LIB;" 1002 1003 AdditionalIncludeDirectories="../include" 1004 /> 1005 <Tool 1006 Name="VCManagedResourceCompilerTool" 1007 /> 1008 <Tool 1009 Name="VCResourceCompilerTool" 1010 /> 1011 <Tool 1012 Name="VCPreLinkEventTool" 1013 /> 1014 <Tool 1015 Name="VCLibrarianTool" 1016 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 1017 1018 /> 1019 <Tool 1020 Name="VCALinkTool" 1021 /> 1022 <Tool 1023 Name="VCXDCMakeTool" 1024 /> 1025 <Tool 1026 Name="VCBscMakeTool" 1027 /> 1028 <Tool 1029 Name="VCCodeSignTool" 1030 /> 1031 <Tool 1032 Name="VCPostBuildEventTool" 1033 /> 1034 <DeploymentTool 1035 ForceDirty="-1" 1036 RemoteDirectory="" 1037 RegisterOutput="0" 1038 AdditionalFiles="" 1039 /> 1040 <DebuggerTool 1041 /> 1042 </Configuration> 1043 <Configuration 769 1044 Name="Release-Static|Win32" 770 OutputDirectory="$(ConfigurationName)" 771 IntermediateDirectory="$(OutDir)" 1045 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1046 1047 ATLMinimizesCRunTimeLibraryUsage="false" 1048 1049 CharacterSet="2" 1050 772 1051 ConfigurationType="4" 773 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"774 1052 UseOfMFC="0" 775 ATLMinimizesCRunTimeLibraryUsage="false"776 CharacterSet="2"777 1053 > 778 1054 <Tool … … 793 1069 <Tool 794 1070 Name="VCCLCompilerTool" 795 Optimization="2" 796 InlineFunctionExpansion="2" 1071 PrecompiledHeaderFile="" 1072 1073 PreprocessorDefinitions="_LIB;" 1074 797 1075 AdditionalIncludeDirectories="../include" 798 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386"799 StringPooling="true"800 RuntimeLibrary="0"801 EnableFunctionLevelLinking="true"802 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-release/pjlib.pch"803 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-release/"804 ObjectFile=".\output\pjlib-i386-win32-vc8-release/"805 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-release/"806 BrowseInformation="1"807 WarningLevel="4"808 SuppressStartupBanner="true"809 DebugInformationFormat="3"810 1076 /> 811 1077 <Tool … … 814 1080 <Tool 815 1081 Name="VCResourceCompilerTool" 816 PreprocessorDefinitions="NDEBUG"817 Culture="1033"818 1082 /> 819 1083 <Tool … … 822 1086 <Tool 823 1087 Name="VCLibrarianTool" 824 OutputFile="../lib/pjlib-i386-win32-vc8-release.lib"825 SuppressStartupBanner="true"826 1088 /> 827 1089 <Tool … … 833 1095 <Tool 834 1096 Name="VCBscMakeTool" 835 SuppressStartupBanner="true"836 OutputFile=".\output\pjlib-i386-win32-vc8-release/pjlib.bsc"837 1097 /> 838 1098 <Tool … … 845 1105 <Configuration 846 1106 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 847 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 848 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 1107 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1108 1109 ATLMinimizesCRunTimeLibraryUsage="false" 1110 1111 CharacterSet="1" 1112 849 1113 ConfigurationType="4" 1114 > 1115 <Tool 1116 Name="VCPreBuildEventTool" 1117 /> 1118 <Tool 1119 Name="VCCustomBuildTool" 1120 /> 1121 <Tool 1122 Name="VCXMLDataGeneratorTool" 1123 /> 1124 <Tool 1125 Name="VCWebServiceProxyGeneratorTool" 1126 /> 1127 <Tool 1128 Name="VCMIDLTool" 1129 /> 1130 <Tool 1131 Name="VCCLCompilerTool" 1132 PrecompiledHeaderFile="" 1133 1134 PreprocessorDefinitions="_LIB;" 1135 1136 AdditionalIncludeDirectories="../include" 1137 /> 1138 <Tool 1139 Name="VCManagedResourceCompilerTool" 1140 /> 1141 <Tool 1142 Name="VCResourceCompilerTool" 1143 /> 1144 <Tool 1145 Name="VCPreLinkEventTool" 1146 /> 1147 <Tool 1148 Name="VCLibrarianTool" 1149 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 1150 1151 /> 1152 <Tool 1153 Name="VCALinkTool" 1154 /> 1155 <Tool 1156 Name="VCXDCMakeTool" 1157 /> 1158 <Tool 1159 Name="VCBscMakeTool" 1160 /> 1161 <Tool 1162 Name="VCCodeSignTool" 1163 /> 1164 <Tool 1165 Name="VCPostBuildEventTool" 1166 /> 1167 <DeploymentTool 1168 ForceDirty="-1" 1169 RemoteDirectory="" 1170 RegisterOutput="0" 1171 AdditionalFiles="" 1172 /> 1173 <DebuggerTool 1174 /> 1175 </Configuration> 1176 <Configuration 1177 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1178 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1179 1180 ATLMinimizesCRunTimeLibraryUsage="false" 1181 850 1182 CharacterSet="1" 1183 1184 ConfigurationType="4" 851 1185 > 852 1186 <Tool … … 864 1198 <Tool 865 1199 Name="VCMIDLTool" 866 TargetEnvironment="1"867 1200 /> 868 1201 <Tool 869 1202 Name="VCCLCompilerTool" 870 ExecutionBucket="7" 871 Optimization="2" 872 FavorSizeOrSpeed="2" 1203 PrecompiledHeaderFile="" 1204 1205 PreprocessorDefinitions="_LIB;" 1206 873 1207 AdditionalIncludeDirectories="../include" 874 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"875 ExceptionHandling="0"876 RuntimeLibrary="0"877 WarningLevel="3"878 DebugInformationFormat="0"879 CompileAs="0"880 1208 /> 881 1209 <Tool … … 890 1218 <Tool 891 1219 Name="VCLibrarianTool" 892 AdditionalOptions="" 1220 OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 1221 893 1222 /> 894 1223 <Tool … … 1414 1743 </FileConfiguration> 1415 1744 <FileConfiguration 1745 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1746 ExcludedFromBuild="true" 1747 > 1748 <Tool 1749 Name="VCCLCompilerTool" 1750 /> 1751 </FileConfiguration> 1752 <FileConfiguration 1416 1753 Name="Release|Win32" 1417 1754 ExcludedFromBuild="true" … … 1432 1769 </FileConfiguration> 1433 1770 <FileConfiguration 1771 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1772 ExcludedFromBuild="true" 1773 > 1774 <Tool 1775 Name="VCCLCompilerTool" 1776 /> 1777 </FileConfiguration> 1778 <FileConfiguration 1434 1779 Name="Debug-Static|Win32" 1435 1780 ExcludedFromBuild="true" … … 1450 1795 </FileConfiguration> 1451 1796 <FileConfiguration 1797 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1798 ExcludedFromBuild="true" 1799 > 1800 <Tool 1801 Name="VCCLCompilerTool" 1802 /> 1803 </FileConfiguration> 1804 <FileConfiguration 1452 1805 Name="Release-Dynamic|Win32" 1453 1806 ExcludedFromBuild="true" … … 1468 1821 </FileConfiguration> 1469 1822 <FileConfiguration 1823 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1824 ExcludedFromBuild="true" 1825 > 1826 <Tool 1827 Name="VCCLCompilerTool" 1828 /> 1829 </FileConfiguration> 1830 <FileConfiguration 1470 1831 Name="Debug-Dynamic|Win32" 1471 1832 ExcludedFromBuild="true" … … 1486 1847 </FileConfiguration> 1487 1848 <FileConfiguration 1849 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1850 ExcludedFromBuild="true" 1851 > 1852 <Tool 1853 Name="VCCLCompilerTool" 1854 /> 1855 </FileConfiguration> 1856 <FileConfiguration 1488 1857 Name="Release-Static|Win32" 1489 1858 ExcludedFromBuild="true" … … 1503 1872 /> 1504 1873 </FileConfiguration> 1874 <FileConfiguration 1875 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1876 ExcludedFromBuild="true" 1877 > 1878 <Tool 1879 Name="VCCLCompilerTool" 1880 /> 1881 </FileConfiguration> 1505 1882 </File> 1506 1883 <File … … 1758 2135 </FileConfiguration> 1759 2136 <FileConfiguration 2137 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2138 ExcludedFromBuild="true" 2139 > 2140 <Tool 2141 Name="VCCLCompilerTool" 2142 /> 2143 </FileConfiguration> 2144 <FileConfiguration 1760 2145 Name="Release|Win32" 1761 2146 ExcludedFromBuild="true" … … 1776 2161 </FileConfiguration> 1777 2162 <FileConfiguration 2163 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2164 ExcludedFromBuild="true" 2165 > 2166 <Tool 2167 Name="VCCLCompilerTool" 2168 /> 2169 </FileConfiguration> 2170 <FileConfiguration 1778 2171 Name="Debug-Static|Win32" 1779 2172 ExcludedFromBuild="true" … … 1794 2187 </FileConfiguration> 1795 2188 <FileConfiguration 2189 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2190 ExcludedFromBuild="true" 2191 > 2192 <Tool 2193 Name="VCCLCompilerTool" 2194 /> 2195 </FileConfiguration> 2196 <FileConfiguration 1796 2197 Name="Release-Dynamic|Win32" 1797 2198 ExcludedFromBuild="true" … … 1812 2213 </FileConfiguration> 1813 2214 <FileConfiguration 2215 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2216 ExcludedFromBuild="true" 2217 > 2218 <Tool 2219 Name="VCCLCompilerTool" 2220 /> 2221 </FileConfiguration> 2222 <FileConfiguration 1814 2223 Name="Debug-Dynamic|Win32" 1815 2224 ExcludedFromBuild="true" … … 1830 2239 </FileConfiguration> 1831 2240 <FileConfiguration 2241 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2242 ExcludedFromBuild="true" 2243 > 2244 <Tool 2245 Name="VCCLCompilerTool" 2246 /> 2247 </FileConfiguration> 2248 <FileConfiguration 1832 2249 Name="Release-Static|Win32" 1833 2250 ExcludedFromBuild="true" … … 1847 2264 /> 1848 2265 </FileConfiguration> 2266 <FileConfiguration 2267 &n