Changeset 2638 for pjproject/trunk/pjlib-util/build/pjlib_util.vcproj
- Timestamp:
- Apr 22, 2009 2:27:55 PM (16 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
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 >
Note: See TracChangeset
for help on using the changeset viewer.