Changeset 4660
- Timestamp:
- Nov 27, 2013 10:50:42 AM (11 years ago)
- Location:
- pjproject/branches/projects/pjsua2
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/pjsua2/pjlib-util/build/pjlib_util.vcproj
r4537 r4660 286 286 </Configuration> 287 287 <Configuration 288 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 289 ConfigurationType="4" 290 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 291 ATLMinimizesCRunTimeLibraryUsage="false" 292 CharacterSet="1" 293 > 294 <Tool 295 Name="VCPreBuildEventTool" 296 /> 297 <Tool 298 Name="VCCustomBuildTool" 299 /> 300 <Tool 301 Name="VCXMLDataGeneratorTool" 302 /> 303 <Tool 304 Name="VCWebServiceProxyGeneratorTool" 305 /> 306 <Tool 307 Name="VCMIDLTool" 308 /> 309 <Tool 310 Name="VCCLCompilerTool" 311 ExecutionBucket="7" 312 AdditionalIncludeDirectories="../include,../../pjlib/include" 313 PreprocessorDefinitions="_LIB;" 314 PrecompiledHeaderFile="" 315 /> 316 <Tool 317 Name="VCManagedResourceCompilerTool" 318 /> 319 <Tool 320 Name="VCResourceCompilerTool" 321 /> 322 <Tool 323 Name="VCPreLinkEventTool" 324 /> 325 <Tool 326 Name="VCLibrarianTool" 327 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 328 /> 329 <Tool 330 Name="VCALinkTool" 331 /> 332 <Tool 333 Name="VCXDCMakeTool" 334 /> 335 <Tool 336 Name="VCBscMakeTool" 337 /> 338 <Tool 339 Name="VCCodeSignTool" 340 /> 341 <Tool 342 Name="VCPostBuildEventTool" 343 /> 344 <DeploymentTool 345 ForceDirty="-1" 346 RemoteDirectory="" 347 RegisterOutput="0" 348 AdditionalFiles="" 349 /> 350 <DebuggerTool 351 /> 352 </Configuration> 353 <Configuration 354 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 355 ConfigurationType="4" 356 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 357 ATLMinimizesCRunTimeLibraryUsage="false" 358 CharacterSet="1" 359 > 360 <Tool 361 Name="VCPreBuildEventTool" 362 /> 363 <Tool 364 Name="VCCustomBuildTool" 365 /> 366 <Tool 367 Name="VCXMLDataGeneratorTool" 368 /> 369 <Tool 370 Name="VCWebServiceProxyGeneratorTool" 371 /> 372 <Tool 373 Name="VCMIDLTool" 374 /> 375 <Tool 376 Name="VCCLCompilerTool" 377 ExecutionBucket="7" 378 AdditionalIncludeDirectories="../include,../../pjlib/include" 379 PreprocessorDefinitions="_LIB;" 380 PrecompiledHeaderFile="" 381 /> 382 <Tool 383 Name="VCManagedResourceCompilerTool" 384 /> 385 <Tool 386 Name="VCResourceCompilerTool" 387 /> 388 <Tool 389 Name="VCPreLinkEventTool" 390 /> 391 <Tool 392 Name="VCLibrarianTool" 393 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 394 /> 395 <Tool 396 Name="VCALinkTool" 397 /> 398 <Tool 399 Name="VCXDCMakeTool" 400 /> 401 <Tool 402 Name="VCBscMakeTool" 403 /> 404 <Tool 405 Name="VCCodeSignTool" 406 /> 407 <Tool 408 Name="VCPostBuildEventTool" 409 /> 410 <DeploymentTool 411 ForceDirty="-1" 412 RemoteDirectory="" 413 RegisterOutput="0" 414 AdditionalFiles="" 415 /> 416 <DebuggerTool 417 /> 418 </Configuration> 419 <Configuration 288 420 Name="Debug|Win32" 289 421 ConfigurationType="4" … … 536 668 </Configuration> 537 669 <Configuration 670 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 671 ConfigurationType="4" 672 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 673 ATLMinimizesCRunTimeLibraryUsage="false" 674 CharacterSet="1" 675 > 676 <Tool 677 Name="VCPreBuildEventTool" 678 /> 679 <Tool 680 Name="VCCustomBuildTool" 681 /> 682 <Tool 683 Name="VCXMLDataGeneratorTool" 684 /> 685 <Tool 686 Name="VCWebServiceProxyGeneratorTool" 687 /> 688 <Tool 689 Name="VCMIDLTool" 690 /> 691 <Tool 692 Name="VCCLCompilerTool" 693 ExecutionBucket="7" 694 AdditionalIncludeDirectories="../include,../../pjlib/include" 695 PreprocessorDefinitions="_LIB;" 696 PrecompiledHeaderFile="" 697 /> 698 <Tool 699 Name="VCManagedResourceCompilerTool" 700 /> 701 <Tool 702 Name="VCResourceCompilerTool" 703 /> 704 <Tool 705 Name="VCPreLinkEventTool" 706 /> 707 <Tool 708 Name="VCLibrarianTool" 709 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 710 /> 711 <Tool 712 Name="VCALinkTool" 713 /> 714 <Tool 715 Name="VCXDCMakeTool" 716 /> 717 <Tool 718 Name="VCBscMakeTool" 719 /> 720 <Tool 721 Name="VCCodeSignTool" 722 /> 723 <Tool 724 Name="VCPostBuildEventTool" 725 /> 726 <DeploymentTool 727 ForceDirty="-1" 728 RemoteDirectory="" 729 RegisterOutput="0" 730 AdditionalFiles="" 731 /> 732 <DebuggerTool 733 /> 734 </Configuration> 735 <Configuration 736 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 737 ConfigurationType="4" 738 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 739 ATLMinimizesCRunTimeLibraryUsage="false" 740 CharacterSet="1" 741 > 742 <Tool 743 Name="VCPreBuildEventTool" 744 /> 745 <Tool 746 Name="VCCustomBuildTool" 747 /> 748 <Tool 749 Name="VCXMLDataGeneratorTool" 750 /> 751 <Tool 752 Name="VCWebServiceProxyGeneratorTool" 753 /> 754 <Tool 755 Name="VCMIDLTool" 756 /> 757 <Tool 758 Name="VCCLCompilerTool" 759 ExecutionBucket="7" 760 AdditionalIncludeDirectories="../include,../../pjlib/include" 761 PreprocessorDefinitions="_LIB;" 762 PrecompiledHeaderFile="" 763 /> 764 <Tool 765 Name="VCManagedResourceCompilerTool" 766 /> 767 <Tool 768 Name="VCResourceCompilerTool" 769 /> 770 <Tool 771 Name="VCPreLinkEventTool" 772 /> 773 <Tool 774 Name="VCLibrarianTool" 775 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 776 /> 777 <Tool 778 Name="VCALinkTool" 779 /> 780 <Tool 781 Name="VCXDCMakeTool" 782 /> 783 <Tool 784 Name="VCBscMakeTool" 785 /> 786 <Tool 787 Name="VCCodeSignTool" 788 /> 789 <Tool 790 Name="VCPostBuildEventTool" 791 /> 792 <DeploymentTool 793 ForceDirty="-1" 794 RemoteDirectory="" 795 RegisterOutput="0" 796 AdditionalFiles="" 797 /> 798 <DebuggerTool 799 /> 800 </Configuration> 801 <Configuration 538 802 Name="Debug-Static|Win32" 539 803 ConfigurationType="4" … … 786 1050 </Configuration> 787 1051 <Configuration 1052 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1053 ConfigurationType="4" 1054 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1055 ATLMinimizesCRunTimeLibraryUsage="false" 1056 CharacterSet="1" 1057 > 1058 <Tool 1059 Name="VCPreBuildEventTool" 1060 /> 1061 <Tool 1062 Name="VCCustomBuildTool" 1063 /> 1064 <Tool 1065 Name="VCXMLDataGeneratorTool" 1066 /> 1067 <Tool 1068 Name="VCWebServiceProxyGeneratorTool" 1069 /> 1070 <Tool 1071 Name="VCMIDLTool" 1072 /> 1073 <Tool 1074 Name="VCCLCompilerTool" 1075 ExecutionBucket="7" 1076 AdditionalIncludeDirectories="../include,../../pjlib/include" 1077 PreprocessorDefinitions="_LIB;" 1078 PrecompiledHeaderFile="" 1079 /> 1080 <Tool 1081 Name="VCManagedResourceCompilerTool" 1082 /> 1083 <Tool 1084 Name="VCResourceCompilerTool" 1085 /> 1086 <Tool 1087 Name="VCPreLinkEventTool" 1088 /> 1089 <Tool 1090 Name="VCLibrarianTool" 1091 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1092 /> 1093 <Tool 1094 Name="VCALinkTool" 1095 /> 1096 <Tool 1097 Name="VCXDCMakeTool" 1098 /> 1099 <Tool 1100 Name="VCBscMakeTool" 1101 /> 1102 <Tool 1103 Name="VCCodeSignTool" 1104 /> 1105 <Tool 1106 Name="VCPostBuildEventTool" 1107 /> 1108 <DeploymentTool 1109 ForceDirty="-1" 1110 RemoteDirectory="" 1111 RegisterOutput="0" 1112 AdditionalFiles="" 1113 /> 1114 <DebuggerTool 1115 /> 1116 </Configuration> 1117 <Configuration 1118 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1119 ConfigurationType="4" 1120 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1121 ATLMinimizesCRunTimeLibraryUsage="false" 1122 CharacterSet="1" 1123 > 1124 <Tool 1125 Name="VCPreBuildEventTool" 1126 /> 1127 <Tool 1128 Name="VCCustomBuildTool" 1129 /> 1130 <Tool 1131 Name="VCXMLDataGeneratorTool" 1132 /> 1133 <Tool 1134 Name="VCWebServiceProxyGeneratorTool" 1135 /> 1136 <Tool 1137 Name="VCMIDLTool" 1138 /> 1139 <Tool 1140 Name="VCCLCompilerTool" 1141 ExecutionBucket="7" 1142 AdditionalIncludeDirectories="../include,../../pjlib/include" 1143 PreprocessorDefinitions="_LIB;" 1144 PrecompiledHeaderFile="" 1145 /> 1146 <Tool 1147 Name="VCManagedResourceCompilerTool" 1148 /> 1149 <Tool 1150 Name="VCResourceCompilerTool" 1151 /> 1152 <Tool 1153 Name="VCPreLinkEventTool" 1154 /> 1155 <Tool 1156 Name="VCLibrarianTool" 1157 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1158 /> 1159 <Tool 1160 Name="VCALinkTool" 1161 /> 1162 <Tool 1163 Name="VCXDCMakeTool" 1164 /> 1165 <Tool 1166 Name="VCBscMakeTool" 1167 /> 1168 <Tool 1169 Name="VCCodeSignTool" 1170 /> 1171 <Tool 1172 Name="VCPostBuildEventTool" 1173 /> 1174 <DeploymentTool 1175 ForceDirty="-1" 1176 RemoteDirectory="" 1177 RegisterOutput="0" 1178 AdditionalFiles="" 1179 /> 1180 <DebuggerTool 1181 /> 1182 </Configuration> 1183 <Configuration 788 1184 Name="Release-Dynamic|Win32" 789 1185 ConfigurationType="4" … … 1035 1431 </Configuration> 1036 1432 <Configuration 1433 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1434 ConfigurationType="4" 1435 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1436 ATLMinimizesCRunTimeLibraryUsage="false" 1437 CharacterSet="1" 1438 > 1439 <Tool 1440 Name="VCPreBuildEventTool" 1441 /> 1442 <Tool 1443 Name="VCCustomBuildTool" 1444 /> 1445 <Tool 1446 Name="VCXMLDataGeneratorTool" 1447 /> 1448 <Tool 1449 Name="VCWebServiceProxyGeneratorTool" 1450 /> 1451 <Tool 1452 Name="VCMIDLTool" 1453 /> 1454 <Tool 1455 Name="VCCLCompilerTool" 1456 ExecutionBucket="7" 1457 AdditionalIncludeDirectories="../include,../../pjlib/include" 1458 PreprocessorDefinitions="_LIB;" 1459 PrecompiledHeaderFile="" 1460 /> 1461 <Tool 1462 Name="VCManagedResourceCompilerTool" 1463 /> 1464 <Tool 1465 Name="VCResourceCompilerTool" 1466 /> 1467 <Tool 1468 Name="VCPreLinkEventTool" 1469 /> 1470 <Tool 1471 Name="VCLibrarianTool" 1472 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1473 /> 1474 <Tool 1475 Name="VCALinkTool" 1476 /> 1477 <Tool 1478 Name="VCXDCMakeTool" 1479 /> 1480 <Tool 1481 Name="VCBscMakeTool" 1482 /> 1483 <Tool 1484 Name="VCCodeSignTool" 1485 /> 1486 <Tool 1487 Name="VCPostBuildEventTool" 1488 /> 1489 <DeploymentTool 1490 ForceDirty="-1" 1491 RemoteDirectory="" 1492 RegisterOutput="0" 1493 AdditionalFiles="" 1494 /> 1495 <DebuggerTool 1496 /> 1497 </Configuration> 1498 <Configuration 1499 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1500 ConfigurationType="4" 1501 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1502 ATLMinimizesCRunTimeLibraryUsage="false" 1503 CharacterSet="1" 1504 > 1505 <Tool 1506 Name="VCPreBuildEventTool" 1507 /> 1508 <Tool 1509 Name="VCCustomBuildTool" 1510 /> 1511 <Tool 1512 Name="VCXMLDataGeneratorTool" 1513 /> 1514 <Tool 1515 Name="VCWebServiceProxyGeneratorTool" 1516 /> 1517 <Tool 1518 Name="VCMIDLTool" 1519 /> 1520 <Tool 1521 Name="VCCLCompilerTool" 1522 ExecutionBucket="7" 1523 AdditionalIncludeDirectories="../include,../../pjlib/include" 1524 PreprocessorDefinitions="_LIB;" 1525 PrecompiledHeaderFile="" 1526 /> 1527 <Tool 1528 Name="VCManagedResourceCompilerTool" 1529 /> 1530 <Tool 1531 Name="VCResourceCompilerTool" 1532 /> 1533 <Tool 1534 Name="VCPreLinkEventTool" 1535 /> 1536 <Tool 1537 Name="VCLibrarianTool" 1538 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1539 /> 1540 <Tool 1541 Name="VCALinkTool" 1542 /> 1543 <Tool 1544 Name="VCXDCMakeTool" 1545 /> 1546 <Tool 1547 Name="VCBscMakeTool" 1548 /> 1549 <Tool 1550 Name="VCCodeSignTool" 1551 /> 1552 <Tool 1553 Name="VCPostBuildEventTool" 1554 /> 1555 <DeploymentTool 1556 ForceDirty="-1" 1557 RemoteDirectory="" 1558 RegisterOutput="0" 1559 AdditionalFiles="" 1560 /> 1561 <DebuggerTool 1562 /> 1563 </Configuration> 1564 <Configuration 1037 1565 Name="Debug-Dynamic|Win32" 1038 1566 ConfigurationType="4" … … 1285 1813 </Configuration> 1286 1814 <Configuration 1815 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1816 ConfigurationType="4" 1817 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1818 ATLMinimizesCRunTimeLibraryUsage="false" 1819 CharacterSet="1" 1820 > 1821 <Tool 1822 Name="VCPreBuildEventTool" 1823 /> 1824 <Tool 1825 Name="VCCustomBuildTool" 1826 /> 1827 <Tool 1828 Name="VCXMLDataGeneratorTool" 1829 /> 1830 <Tool 1831 Name="VCWebServiceProxyGeneratorTool" 1832 /> 1833 <Tool 1834 Name="VCMIDLTool" 1835 /> 1836 <Tool 1837 Name="VCCLCompilerTool" 1838 ExecutionBucket="7" 1839 AdditionalIncludeDirectories="../include,../../pjlib/include" 1840 PreprocessorDefinitions="_LIB;" 1841 PrecompiledHeaderFile="" 1842 /> 1843 <Tool 1844 Name="VCManagedResourceCompilerTool" 1845 /> 1846 <Tool 1847 Name="VCResourceCompilerTool" 1848 /> 1849 <Tool 1850 Name="VCPreLinkEventTool" 1851 /> 1852 <Tool 1853 Name="VCLibrarianTool" 1854 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib" 1855 /> 1856 <Tool 1857 Name="VCALinkTool" 1858 /> 1859 <Tool 1860 Name="VCXDCMakeTool" 1861 /> 1862 <Tool 1863 Name="VCBscMakeTool" 1864 /> 1865 <Tool 1866 Name="VCCodeSignTool" 1867 /> 1868 <Tool 1869 Name="VCPostBuildEventTool" 1870 /> 1871 <DeploymentTool 1872 ForceDirty="-1" 1873 RemoteDirectory="" 1874 RegisterOutput="0" 1875 AdditionalFiles="" 1876 /> 1877 <DebuggerTool 1878 /> 1879 </Configuration> 1880 <Configuration 1881 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1882 ConfigurationType="4" 1883 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1884 ATLMinimizesCRunTimeLibraryUsage="false" 1885 CharacterSet="1" 1886 > 1887 <Tool 1888 Name="VCPreBuildEventTool" 1889 /> 1890 <Tool 1891 Name="VCCustomBuildTool" 1892 /> 1893 <Tool 1894 Name="VCXMLDataGeneratorTool" 1895 /> 1896 <Tool 1897 Name="VCWebServiceProxyGeneratorTool" 1898 /> 1899 <Tool 1900 Name="VCMIDLTool" 1901 /> 1902 <Tool 1903 Name="VCCLCompilerTool" 1904 ExecutionBucket="7" 1905 AdditionalIncludeDirectories="../include,../../pjlib/include" 1906 PreprocessorDefinitions="_LIB;" 1907 PrecompiledHeaderFile="" 1908 /> 1909 <Tool 1910 Name="VCManagedResourceCompilerTool" 1911 /> 1912 <Tool 1913 Name="VCResourceCompilerTool" 1914 /> 1915 <Tool 1916 Name="VCPreLinkEventTool" 1917 /> 1918 <Tool 1919 Name="VCLibrarianTool" 1920 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib" 1921 /> 1922 <Tool 1923 Name="VCALinkTool" 1924 /> 1925 <Tool 1926 Name="VCXDCMakeTool" 1927 /> 1928 <Tool 1929 Name="VCBscMakeTool" 1930 /> 1931 <Tool 1932 Name="VCCodeSignTool" 1933 /> 1934 <Tool 1935 Name="VCPostBuildEventTool" 1936 /> 1937 <DeploymentTool 1938 ForceDirty="-1" 1939 RemoteDirectory="" 1940 RegisterOutput="0" 1941 AdditionalFiles="" 1942 /> 1943 <DebuggerTool 1944 /> 1945 </Configuration> 1946 <Configuration 1287 1947 Name="Release-Static|Win32" 1288 1948 ConfigurationType="4" … … 1534 2194 </Configuration> 1535 2195 <Configuration 1536 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 1537 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2196 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2197 ConfigurationType="4" 2198 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1538 2199 ATLMinimizesCRunTimeLibraryUsage="false" 1539 2200 CharacterSet="1" 1540 ConfigurationType="4"1541 2201 > 1542 2202 <Tool … … 1557 2217 <Tool 1558 2218 Name="VCCLCompilerTool" 1559 PreprocessorDefinitions="_LIB;"1560 2219 ExecutionBucket="7" 1561 2220 AdditionalIncludeDirectories="../include,../../pjlib/include" 2221 PreprocessorDefinitions="_LIB;" 1562 2222 PrecompiledHeaderFile="" 1563 2223 /> … … 1600 2260 </Configuration> 1601 2261 <Configuration 1602 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1603 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1604 ATLMinimizesCRunTimeLibraryUsage="false" 1605 CharacterSet="1" 2262 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1606 2263 ConfigurationType="4" 1607 >1608 <Tool1609 Name="VCPreBuildEventTool"1610 />1611 <Tool1612 Name="VCCustomBuildTool"1613 />1614 <Tool1615 Name="VCXMLDataGeneratorTool"1616 />1617 <Tool1618 Name="VCWebServiceProxyGeneratorTool"1619 />1620 <Tool1621 Name="VCMIDLTool"1622 />1623 <Tool1624 Name="VCCLCompilerTool"1625 PreprocessorDefinitions="_LIB;"1626 ExecutionBucket="7"1627 AdditionalIncludeDirectories="../include,../../pjlib/include"1628 PrecompiledHeaderFile=""1629 />1630 <Tool1631 Name="VCManagedResourceCompilerTool"1632 />1633 <Tool1634 Name="VCResourceCompilerTool"1635 />1636 <Tool1637 Name="VCPreLinkEventTool"1638 />1639 <Tool1640 Name="VCLibrarianTool"1641 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"1642 />1643 <Tool1644 Name="VCALinkTool"1645 />1646 <Tool1647 Name="VCXDCMakeTool"1648 />1649 <Tool1650 Name="VCBscMakeTool"1651 />1652 <Tool1653 Name="VCCodeSignTool"1654 />1655 <Tool1656 Name="VCPostBuildEventTool"1657 />1658 <DeploymentTool1659 ForceDirty="-1"1660 RemoteDirectory=""1661 RegisterOutput="0"1662 AdditionalFiles=""1663 />1664 <DebuggerTool1665 />1666 </Configuration>1667 <Configuration1668 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"1669 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"1670 ATLMinimizesCRunTimeLibraryUsage="false"1671 CharacterSet="1"1672 ConfigurationType="4"1673 >1674 <Tool1675 Name="VCPreBuildEventTool"1676 />1677 <Tool1678 Name="VCCustomBuildTool"1679 />1680 <Tool1681 Name="VCXMLDataGeneratorTool"1682 />1683 <Tool1684 Name="VCWebServiceProxyGeneratorTool"1685 />1686 <Tool1687 Name="VCMIDLTool"1688 />1689 <Tool1690 Name="VCCLCompilerTool"1691 PreprocessorDefinitions="_LIB;"1692 ExecutionBucket="7"1693 AdditionalIncludeDirectories="../include,../../pjlib/include"1694 PrecompiledHeaderFile=""1695 />1696 <Tool1697 Name="VCManagedResourceCompilerTool"1698 />1699 <Tool1700 Name="VCResourceCompilerTool"1701 />1702 <Tool1703 Name="VCPreLinkEventTool"1704 />1705 <Tool1706 Name="VCLibrarianTool"1707 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"1708 />1709 <Tool1710 Name="VCALinkTool"1711 />1712 <Tool1713 Name="VCXDCMakeTool"1714 />1715 <Tool1716 Name="VCBscMakeTool"1717 />1718 <Tool1719 Name="VCCodeSignTool"1720 />1721 <Tool1722 Name="VCPostBuildEventTool"1723 />1724 <DeploymentTool1725 ForceDirty="-1"1726 RemoteDirectory=""1727 RegisterOutput="0"1728 AdditionalFiles=""1729 />1730 <DebuggerTool1731 />1732 </Configuration>1733 <Configuration1734 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"1735 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"1736 ATLMinimizesCRunTimeLibraryUsage="false"1737 CharacterSet="1"1738 ConfigurationType="4"1739 >1740 <Tool1741 Name="VCPreBuildEventTool"1742 />1743 <Tool1744 Name="VCCustomBuildTool"1745 />1746 <Tool1747 Name="VCXMLDataGeneratorTool"1748 />1749 <Tool1750 Name="VCWebServiceProxyGeneratorTool"1751 />1752 <Tool1753 Name="VCMIDLTool"1754 />1755 <Tool1756 Name="VCCLCompilerTool"1757 PreprocessorDefinitions="_LIB;"1758 ExecutionBucket="7"1759 AdditionalIncludeDirectories="../include,../../pjlib/include"1760 PrecompiledHeaderFile=""1761 />1762 <Tool1763 Name="VCManagedResourceCompilerTool"1764 />1765 <Tool1766 Name="VCResourceCompilerTool"1767 />1768 <Tool1769 Name="VCPreLinkEventTool"1770 />1771 <Tool1772 Name="VCLibrarianTool"1773 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"1774 />1775 <Tool1776 Name="VCALinkTool"1777 />1778 <Tool1779 Name="VCXDCMakeTool"1780 />1781 <Tool1782 Name="VCBscMakeTool"1783 />1784 <Tool1785 Name="VCCodeSignTool"1786 />1787 <Tool1788 Name="VCPostBuildEventTool"1789 />1790 <DeploymentTool1791 ForceDirty="-1"1792 RemoteDirectory=""1793 RegisterOutput="0"1794 AdditionalFiles=""1795 />1796 <DebuggerTool1797 />1798 </Configuration>1799 <Configuration1800 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"1801 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"1802 ATLMinimizesCRunTimeLibraryUsage="false"1803 CharacterSet="1"1804 ConfigurationType="4"1805 >1806 <Tool1807 Name="VCPreBuildEventTool"1808 />1809 <Tool1810 Name="VCCustomBuildTool"1811 />1812 <Tool1813 Name="VCXMLDataGeneratorTool"1814 />1815 <Tool1816 Name="VCWebServiceProxyGeneratorTool"1817 />1818 <Tool1819 Name="VCMIDLTool"1820 />1821 <Tool1822 Name="VCCLCompilerTool"1823 PreprocessorDefinitions="_LIB;"1824 ExecutionBucket="7"1825 AdditionalIncludeDirectories="../include,../../pjlib/include"1826 PrecompiledHeaderFile=""1827 />1828 <Tool1829 Name="VCManagedResourceCompilerTool"1830 />1831 <Tool1832 Name="VCResourceCompilerTool"1833 />1834 <Tool1835 Name="VCPreLinkEventTool"1836 />1837 <Tool1838 Name="VCLibrarianTool"1839 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"1840 />1841 <Tool1842 Name="VCALinkTool"1843 />1844 <Tool1845 Name="VCXDCMakeTool"1846 />1847 <Tool1848 Name="VCBscMakeTool"1849 />1850 <Tool1851 Name="VCCodeSignTool"1852 />1853 <Tool1854 Name="VCPostBuildEventTool"1855 />1856 <DeploymentTool1857 ForceDirty="-1"1858 RemoteDirectory=""1859 RegisterOutput="0"1860 AdditionalFiles=""1861 />1862 <DebuggerTool1863 />1864 </Configuration>1865 <Configuration1866 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1867 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"1868 ATLMinimizesCRunTimeLibraryUsage="false"1869 CharacterSet="1"1870 ConfigurationType="4"1871 >1872 <Tool1873 Name="VCPreBuildEventTool"1874 />1875 <Tool1876 Name="VCCustomBuildTool"1877 />1878 <Tool1879 Name="VCXMLDataGeneratorTool"1880 />1881 <Tool1882 Name="VCWebServiceProxyGeneratorTool"1883 />1884 <Tool1885 Name="VCMIDLTool"1886 />1887 <Tool1888 Name="VCCLCompilerTool"1889 PreprocessorDefinitions="_LIB;"1890 ExecutionBucket="7"1891 AdditionalIncludeDirectories="../include,../../pjlib/include"1892 PrecompiledHeaderFile=""1893 />1894 <Tool1895 Name="VCManagedResourceCompilerTool"1896 />1897 <Tool1898 Name="VCResourceCompilerTool"1899 />1900 <Tool1901 Name="VCPreLinkEventTool"1902 />1903 <Tool1904 Name="VCLibrarianTool"1905 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"1906 />1907 <Tool1908 Name="VCALinkTool"1909 />1910 <Tool1911 Name="VCXDCMakeTool"1912 />1913 <Tool1914 Name="VCBscMakeTool"1915 />1916 <Tool1917 Name="VCCodeSignTool"1918 />1919 <Tool1920 Name="VCPostBuildEventTool"1921 />1922 <DeploymentTool1923 ForceDirty="-1"1924 RemoteDirectory=""1925 RegisterOutput="0"1926 AdditionalFiles=""1927 />1928 <DebuggerTool1929 />1930 </Configuration>1931 <Configuration1932 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"1933 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1934 ATLMinimizesCRunTimeLibraryUsage="false"1935 CharacterSet="1"1936 ConfigurationType="4"1937 >1938 <Tool1939 Name="VCPreBuildEventTool"1940 />1941 <Tool1942 Name="VCCustomBuildTool"1943 />1944 <Tool1945 Name="VCXMLDataGeneratorTool"1946 />1947 <Tool1948 Name="VCWebServiceProxyGeneratorTool"1949 />1950 <Tool1951 Name="VCMIDLTool"1952 />1953 <Tool1954 Name="VCCLCompilerTool"1955 PreprocessorDefinitions="_LIB;"1956 ExecutionBucket="7"1957 AdditionalIncludeDirectories="../include,../../pjlib/include"1958 PrecompiledHeaderFile=""1959 />1960 <Tool1961 Name="VCManagedResourceCompilerTool"1962 />1963 <Tool1964 Name="VCResourceCompilerTool"1965 />1966 <Tool1967 Name="VCPreLinkEventTool"1968 />1969 <Tool1970 Name="VCLibrarianTool"1971 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"1972 />1973 <Tool1974 Name="VCALinkTool"1975 />1976 <Tool1977 Name="VCXDCMakeTool"1978 />1979 <Tool1980 Name="VCBscMakeTool"1981 />1982 <Tool1983 Name="VCCodeSignTool"1984 />1985 <Tool1986 Name="VCPostBuildEventTool"1987 />1988 <DeploymentTool1989 ForceDirty="-1"1990 RemoteDirectory=""1991 RegisterOutput="0"1992 AdditionalFiles=""1993 />1994 <DebuggerTool1995 />1996 </Configuration>1997 <Configuration1998 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1999 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"2000 ATLMinimizesCRunTimeLibraryUsage="false"2001 CharacterSet="1"2002 ConfigurationType="4"2003 >2004 <Tool2005 Name="VCPreBuildEventTool"2006 />2007 <Tool2008 Name="VCCustomBuildTool"2009 />2010 <Tool2011 Name="VCXMLDataGeneratorTool"2012 />2013 <Tool2014 Name="VCWebServiceProxyGeneratorTool"2015 />2016 <Tool2017 Name="VCMIDLTool"2018 />2019 <Tool2020 Name="VCCLCompilerTool"2021 PreprocessorDefinitions="_LIB;"2022 ExecutionBucket="7"2023 AdditionalIncludeDirectories="../include,../../pjlib/include"2024 PrecompiledHeaderFile=""2025 />2026 <Tool2027 Name="VCManagedResourceCompilerTool"2028 />2029 <Tool2030 Name="VCResourceCompilerTool"2031 />2032 <Tool2033 Name="VCPreLinkEventTool"2034 />2035 <Tool2036 Name="VCLibrarianTool"2037 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"2038 />2039 <Tool2040 Name="VCALinkTool"2041 />2042 <Tool2043 Name="VCXDCMakeTool"2044 />2045 <Tool2046 Name="VCBscMakeTool"2047 />2048 <Tool2049 Name="VCCodeSignTool"2050 />2051 <Tool2052 Name="VCPostBuildEventTool"2053 />2054 <DeploymentTool2055 ForceDirty="-1"2056 RemoteDirectory=""2057 RegisterOutput="0"2058 AdditionalFiles=""2059 />2060 <DebuggerTool2061 />2062 </Configuration>2063 <Configuration2064 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"2065 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"2066 ATLMinimizesCRunTimeLibraryUsage="false"2067 CharacterSet="1"2068 ConfigurationType="4"2069 >2070 <Tool2071 Name="VCPreBuildEventTool"2072 />2073 <Tool2074 Name="VCCustomBuildTool"2075 />2076 <Tool2077 Name="VCXMLDataGeneratorTool"2078 />2079 <Tool2080 Name="VCWebServiceProxyGeneratorTool"2081 />2082 <Tool2083 Name="VCMIDLTool"2084 />2085 <Tool2086 Name="VCCLCompilerTool"2087 PreprocessorDefinitions="_LIB;"2088 ExecutionBucket="7"2089 AdditionalIncludeDirectories="../include,../../pjlib/include"2090 PrecompiledHeaderFile=""2091 />2092 <Tool2093 Name="VCManagedResourceCompilerTool"2094 />2095 <Tool2096 Name="VCResourceCompilerTool"2097 />2098 <Tool2099 Name="VCPreLinkEventTool"2100 />2101 <Tool2102 Name="VCLibrarianTool"2103 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"2104 />2105 <Tool2106 Name="VCALinkTool"2107 />2108 <Tool2109 Name="VCXDCMakeTool"2110 />2111 <Tool2112 Name="VCBscMakeTool"2113 />2114 <Tool2115 Name="VCCodeSignTool"2116 />2117 <Tool2118 Name="VCPostBuildEventTool"2119 />2120 <DeploymentTool2121 ForceDirty="-1"2122 RemoteDirectory=""2123 RegisterOutput="0"2124 AdditionalFiles=""2125 />2126 <DebuggerTool2127 />2128 </Configuration>2129 <Configuration2130 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2131 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"2132 ATLMinimizesCRunTimeLibraryUsage="false"2133 CharacterSet="1"2134 ConfigurationType="4"2135 >2136 <Tool2137 Name="VCPreBuildEventTool"2138 />2139 <Tool2140 Name="VCCustomBuildTool"2141 />2142 <Tool2143 Name="VCXMLDataGeneratorTool"2144 />2145 <Tool2146 Name="VCWebServiceProxyGeneratorTool"2147 />2148 <Tool2149 Name="VCMIDLTool"2150 />2151 <Tool2152 Name="VCCLCompilerTool"2153 PreprocessorDefinitions="_LIB;"2154 ExecutionBucket="7"2155 AdditionalIncludeDirectories="../include,../../pjlib/include"2156 PrecompiledHeaderFile=""2157 />2158 <Tool2159 Name="VCManagedResourceCompilerTool"2160 />2161 <Tool2162 Name="VCResourceCompilerTool"2163 />2164 <Tool2165 Name="VCPreLinkEventTool"2166 />2167 <Tool2168 Name="VCLibrarianTool"2169 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vc$(VSVer)-$(ConfigurationName).lib"2170 />2171 <Tool2172 Name="VCALinkTool"2173 />2174 <Tool2175 Name="VCXDCMakeTool"2176 />2177 <Tool2178 Name="VCBscMakeTool"2179 />2180 <Tool2181 Name="VCCodeSignTool"2182 />2183 <Tool2184 Name="VCPostBuildEventTool"2185 />2186 <DeploymentTool2187 ForceDirty="-1"2188 RemoteDirectory=""2189 RegisterOutput="0"2190 AdditionalFiles=""2191 />2192 <DebuggerTool2193 />2194 </Configuration>2195 <Configuration2196 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)"2197 2264 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 2198 2265 ATLMinimizesCRunTimeLibraryUsage="false" 2199 2266 CharacterSet="1" 2200 ConfigurationType="4"2201 2267 > 2202 2268 <Tool … … 2217 2283 <Tool 2218 2284 Name="VCCLCompilerTool" 2219 PreprocessorDefinitions="_LIB;"2220 2285 ExecutionBucket="7" 2221 2286 AdditionalIncludeDirectories="../include,../../pjlib/include" 2222 PrecompiledHeaderFile=""2223 />2224 <Tool2225 Name="VCManagedResourceCompilerTool"2226 />2227 <Tool2228 Name="VCResourceCompilerTool"2229 />2230 <Tool2231 Name="VCPreLinkEventTool"2232 />2233 <Tool2234 Name="VCLibrarianTool"2235 OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vc$(VSVer)-$(ConfigurationName).lib"2236 />2237 <Tool2238 Name="VCALinkTool"2239 />2240 <Tool2241 Name="VCXDCMakeTool"2242 />2243 <Tool2244 Name="VCBscMakeTool"2245 />2246 <Tool2247 Name="VCCodeSignTool"2248 />2249 <Tool2250 Name="VCPostBuildEventTool"2251 />2252 <DeploymentTool2253 ForceDirty="-1"2254 RemoteDirectory=""2255 RegisterOutput="0"2256 AdditionalFiles=""2257 />2258 <DebuggerTool2259 />2260 </Configuration>2261 <Configuration2262 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2263 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"2264 ATLMinimizesCRunTimeLibraryUsage="false"2265 CharacterSet="1"2266 ConfigurationType="4"2267 >2268 <Tool2269 Name="VCPreBuildEventTool"2270 />2271 <Tool2272 Name="VCCustomBuildTool"2273 />2274 <Tool2275 Name="VCXMLDataGeneratorTool"2276 />2277 <Tool2278 Name="VCWebServiceProxyGeneratorTool"2279 />2280 <Tool2281 Name="VCMIDLTool"2282 />2283 <Tool2284 Name="VCCLCompilerTool"2285 2287 PreprocessorDefinitions="_LIB;" 2286 ExecutionBucket="7"2287 AdditionalIncludeDirectories="../include,../../pjlib/include"2288 2288 PrecompiledHeaderFile="" 2289 2289 /> … … 3934 3934 </File> 3935 3935 <File 3936 RelativePath="..\src\pjlib-util\json.c" 3937 > 3938 </File> 3939 <File 3936 3940 RelativePath="..\src\pjlib-util\md5.c" 3937 3941 > … … 4313 4317 </FileConfiguration> 4314 4318 <FileConfiguration 4319 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 4320 ExcludedFromBuild="true" 4321 > 4322 <Tool 4323 Name="VCCLCompilerTool" 4324 /> 4325 </FileConfiguration> 4326 <FileConfiguration 4327 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 4328 ExcludedFromBuild="true" 4329 > 4330 <Tool 4331 Name="VCCLCompilerTool" 4332 /> 4333 </FileConfiguration> 4334 <FileConfiguration 4315 4335 Name="Debug|Win32" 4316 4336 ExcludedFromBuild="true" … … 4349 4369 </FileConfiguration> 4350 4370 <FileConfiguration 4371 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 4372 ExcludedFromBuild="true" 4373 > 4374 <Tool 4375 Name="VCCLCompilerTool" 4376 /> 4377 </FileConfiguration> 4378 <FileConfiguration 4379 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 4380 ExcludedFromBuild="true" 4381 > 4382 <Tool 4383 Name="VCCLCompilerTool" 4384 /> 4385 </FileConfiguration> 4386 <FileConfiguration 4351 4387 Name="Debug-Static|Win32" 4352 4388 ExcludedFromBuild="true" … … 4385 4421 </FileConfiguration> 4386 4422 <FileConfiguration 4423 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4424 ExcludedFromBuild="true" 4425 > 4426 <Tool 4427 Name="VCCLCompilerTool" 4428 /> 4429 </FileConfiguration> 4430 <FileConfiguration 4431 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4432 ExcludedFromBuild="true" 4433 > 4434 <Tool 4435 Name="VCCLCompilerTool" 4436 /> 4437 </FileConfiguration> 4438 <FileConfiguration 4387 4439 Name="Release-Dynamic|Win32" 4388 4440 ExcludedFromBuild="true" … … 4421 4473 </FileConfiguration> 4422 4474 <FileConfiguration 4475 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4476 ExcludedFromBuild="true" 4477 > 4478 <Tool 4479 Name="VCCLCompilerTool" 4480 /> 4481 </FileConfiguration> 4482 <FileConfiguration 4483 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4484 ExcludedFromBuild="true" 4485 > 4486 <Tool 4487 Name="VCCLCompilerTool" 4488 /> 4489 </FileConfiguration> 4490 <FileConfiguration 4423 4491 Name="Debug-Dynamic|Win32" 4424 4492 ExcludedFromBuild="true" … … 4457 4525 </FileConfiguration> 4458 4526 <FileConfiguration 4527 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4528 ExcludedFromBuild="true" 4529 > 4530 <Tool 4531 Name="VCCLCompilerTool" 4532 /> 4533 </FileConfiguration> 4534 <FileConfiguration 4535 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4536 ExcludedFromBuild="true" 4537 > 4538 <Tool 4539 Name="VCCLCompilerTool" 4540 /> 4541 </FileConfiguration> 4542 <FileConfiguration 4459 4543 Name="Release-Static|Win32" 4460 4544 ExcludedFromBuild="true" … … 4490 4574 AdditionalIncludeDirectories="" 4491 4575 PreprocessorDefinitions="" 4492 />4493 </FileConfiguration>4494 <FileConfiguration4495 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"4496 ExcludedFromBuild="true"4497 >4498 <Tool4499 Name="VCCLCompilerTool"4500 />4501 </FileConfiguration>4502 <FileConfiguration4503 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"4504 ExcludedFromBuild="true"4505 >4506 <Tool4507 Name="VCCLCompilerTool"4508 />4509 </FileConfiguration>4510 <FileConfiguration4511 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"4512 ExcludedFromBuild="true"4513 >4514 <Tool4515 Name="VCCLCompilerTool"4516 />4517 </FileConfiguration>4518 <FileConfiguration4519 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"4520 ExcludedFromBuild="true"4521 >4522 <Tool4523 Name="VCCLCompilerTool"4524 />4525 </FileConfiguration>4526 <FileConfiguration4527 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"4528 ExcludedFromBuild="true"4529 >4530 <Tool4531 Name="VCCLCompilerTool"4532 />4533 </FileConfiguration>4534 <FileConfiguration4535 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"4536 ExcludedFromBuild="true"4537 >4538 <Tool4539 Name="VCCLCompilerTool"4540 />4541 </FileConfiguration>4542 <FileConfiguration4543 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4544 ExcludedFromBuild="true"4545 >4546 <Tool4547 Name="VCCLCompilerTool"4548 />4549 </FileConfiguration>4550 <FileConfiguration4551 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4552 ExcludedFromBuild="true"4553 >4554 <Tool4555 Name="VCCLCompilerTool"4556 />4557 </FileConfiguration>4558 <FileConfiguration4559 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4560 ExcludedFromBuild="true"4561 >4562 <Tool4563 Name="VCCLCompilerTool"4564 />4565 </FileConfiguration>4566 <FileConfiguration4567 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4568 ExcludedFromBuild="true"4569 >4570 <Tool4571 Name="VCCLCompilerTool"4572 4576 /> 4573 4577 </FileConfiguration> … … 4725 4729 </FileConfiguration> 4726 4730 <FileConfiguration 4731 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 4732 ExcludedFromBuild="true" 4733 > 4734 <Tool 4735 Name="VCCLCompilerTool" 4736 /> 4737 </FileConfiguration> 4738 <FileConfiguration 4739 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 4740 ExcludedFromBuild="true" 4741 > 4742 <Tool 4743 Name="VCCLCompilerTool" 4744 /> 4745 </FileConfiguration> 4746 <FileConfiguration 4727 4747 Name="Debug|Win32" 4728 4748 ExcludedFromBuild="true" … … 4761 4781 </FileConfiguration> 4762 4782 <FileConfiguration 4783 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 4784 ExcludedFromBuild="true" 4785 > 4786 <Tool 4787 Name="VCCLCompilerTool" 4788 /> 4789 </FileConfiguration> 4790 <FileConfiguration 4791 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 4792 ExcludedFromBuild="true" 4793 > 4794 <Tool 4795 Name="VCCLCompilerTool" 4796 /> 4797 </FileConfiguration> 4798 <FileConfiguration 4763 4799 Name="Debug-Static|Win32" 4764 4800 ExcludedFromBuild="true" … … 4797 4833 </FileConfiguration> 4798 4834 <FileConfiguration 4835 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4836 ExcludedFromBuild="true" 4837 > 4838 <Tool 4839 Name="VCCLCompilerTool" 4840 /> 4841 </FileConfiguration> 4842 <FileConfiguration 4843 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4844 ExcludedFromBuild="true" 4845 > 4846 <Tool 4847 Name="VCCLCompilerTool" 4848 /> 4849 </FileConfiguration> 4850 <FileConfiguration 4799 4851 Name="Release-Dynamic|Win32" 4800 4852 ExcludedFromBuild="true" … … 4833 4885 </FileConfiguration> 4834 4886 <FileConfiguration 4887 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4888 ExcludedFromBuild="true" 4889 > 4890 <Tool 4891 Name="VCCLCompilerTool" 4892 /> 4893 </FileConfiguration> 4894 <FileConfiguration 4895 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4896 ExcludedFromBuild="true" 4897 > 4898 <Tool 4899 Name="VCCLCompilerTool" 4900 /> 4901 </FileConfiguration> 4902 <FileConfiguration 4835 4903 Name="Debug-Dynamic|Win32" 4836 4904 ExcludedFromBuild="true" … … 4869 4937 </FileConfiguration> 4870 4938 <FileConfiguration 4939 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4940 ExcludedFromBuild="true" 4941 > 4942 <Tool 4943 Name="VCCLCompilerTool" 4944 /> 4945 </FileConfiguration> 4946 <FileConfiguration 4947 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4948 ExcludedFromBuild="true" 4949 > 4950 <Tool 4951 Name="VCCLCompilerTool" 4952 /> 4953 </FileConfiguration> 4954 <FileConfiguration 4871 4955 Name="Release-Static|Win32" 4872 4956 ExcludedFromBuild="true" … … 4902 4986 AdditionalIncludeDirectories="" 4903 4987 PreprocessorDefinitions="" 4904 />4905 </FileConfiguration>4906 <FileConfiguration4907 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"4908 ExcludedFromBuild="true"4909 >4910 <Tool4911 Name="VCCLCompilerTool"4912 />4913 </FileConfiguration>4914 <FileConfiguration4915 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"4916 ExcludedFromBuild="true"4917 >4918 <Tool4919 Name="VCCLCompilerTool"4920 />4921 </FileConfiguration>4922 <FileConfiguration4923 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"4924 ExcludedFromBuild="true"4925 >4926 <Tool4927 Name="VCCLCompilerTool"4928 />4929 </FileConfiguration>4930 <FileConfiguration4931 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"4932 ExcludedFromBuild="true"4933 >4934 <Tool4935 Name="VCCLCompilerTool"4936 />4937 </FileConfiguration>4938 <FileConfiguration4939 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"4940 ExcludedFromBuild="true"4941 >4942 <Tool4943 Name="VCCLCompilerTool"4944 />4945 </FileConfiguration>4946 <FileConfiguration4947 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"4948 ExcludedFromBuild="true"4949 >4950 <Tool4951 Name="VCCLCompilerTool"4952 />4953 </FileConfiguration>4954 <FileConfiguration4955 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4956 ExcludedFromBuild="true"4957 >4958 <Tool4959 Name="VCCLCompilerTool"4960 />4961 </FileConfiguration>4962 <FileConfiguration4963 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4964 ExcludedFromBuild="true"4965 >4966 <Tool4967 Name="VCCLCompilerTool"4968 />4969 </FileConfiguration>4970 <FileConfiguration4971 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4972 ExcludedFromBuild="true"4973 >4974 <Tool4975 Name="VCCLCompilerTool"4976 />4977 </FileConfiguration>4978 <FileConfiguration4979 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4980 ExcludedFromBuild="true"4981 >4982 <Tool4983 Name="VCCLCompilerTool"4984 4988 /> 4985 4989 </FileConfiguration> … … 5587 5591 </FileConfiguration> 5588 5592 <FileConfiguration 5593 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 5594 ExcludedFromBuild="true" 5595 > 5596 <Tool 5597 Name="VCCLCompilerTool" 5598 /> 5599 </FileConfiguration> 5600 <FileConfiguration 5601 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 5602 ExcludedFromBuild="true" 5603 > 5604 <Tool 5605 Name="VCCLCompilerTool" 5606 /> 5607 </FileConfiguration> 5608 <FileConfiguration 5589 5609 Name="Debug|Win32" 5590 5610 > … … 5621 5641 </FileConfiguration> 5622 5642 <FileConfiguration 5643 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 5644 ExcludedFromBuild="true" 5645 > 5646 <Tool 5647 Name="VCCLCompilerTool" 5648 /> 5649 </FileConfiguration> 5650 <FileConfiguration 5651 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 5652 ExcludedFromBuild="true" 5653 > 5654 <Tool 5655 Name="VCCLCompilerTool" 5656 /> 5657 </FileConfiguration> 5658 <FileConfiguration 5623 5659 Name="Debug-Static|Win32" 5624 5660 > … … 5655 5691 </FileConfiguration> 5656 5692 <FileConfiguration 5693 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 5694 ExcludedFromBuild="true" 5695 > 5696 <Tool 5697 Name="VCCLCompilerTool" 5698 /> 5699 </FileConfiguration> 5700 <FileConfiguration 5701 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 5702 ExcludedFromBuild="true" 5703 > 5704 <Tool 5705 Name="VCCLCompilerTool" 5706 /> 5707 </FileConfiguration> 5708 <FileConfiguration 5657 5709 Name="Release-Dynamic|Win32" 5658 5710 > … … 5689 5741 </FileConfiguration> 5690 5742 <FileConfiguration 5743 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5744 ExcludedFromBuild="true" 5745 > 5746 <Tool 5747 Name="VCCLCompilerTool" 5748 /> 5749 </FileConfiguration> 5750 <FileConfiguration 5751 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5752 ExcludedFromBuild="true" 5753 > 5754 <Tool 5755 Name="VCCLCompilerTool" 5756 /> 5757 </FileConfiguration> 5758 <FileConfiguration 5691 5759 Name="Debug-Dynamic|Win32" 5692 5760 > … … 5723 5791 </FileConfiguration> 5724 5792 <FileConfiguration 5793 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5794 ExcludedFromBuild="true" 5795 > 5796 <Tool 5797 Name="VCCLCompilerTool" 5798 /> 5799 </FileConfiguration> 5800 <FileConfiguration 5801 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5802 ExcludedFromBuild="true" 5803 > 5804 <Tool 5805 Name="VCCLCompilerTool" 5806 /> 5807 </FileConfiguration> 5808 <FileConfiguration 5725 5809 Name="Release-Static|Win32" 5726 5810 > … … 5754 5838 AdditionalIncludeDirectories="" 5755 5839 PreprocessorDefinitions="" 5756 />5757 </FileConfiguration>5758 <FileConfiguration5759 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"5760 ExcludedFromBuild="true"5761 >5762 <Tool5763 Name="VCCLCompilerTool"5764 />5765 </FileConfiguration>5766 <FileConfiguration5767 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"5768 ExcludedFromBuild="true"5769 >5770 <Tool5771 Name="VCCLCompilerTool"5772 />5773 </FileConfiguration>5774 <FileConfiguration5775 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"5776 ExcludedFromBuild="true"5777 >5778 <Tool5779 Name="VCCLCompilerTool"5780 />5781 </FileConfiguration>5782 <FileConfiguration5783 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"5784 ExcludedFromBuild="true"5785 >5786 <Tool5787 Name="VCCLCompilerTool"5788 />5789 </FileConfiguration>5790 <FileConfiguration5791 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"5792 ExcludedFromBuild="true"5793 >5794 <Tool5795 Name="VCCLCompilerTool"5796 />5797 </FileConfiguration>5798 <FileConfiguration5799 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"5800 ExcludedFromBuild="true"5801 >5802 <Tool5803 Name="VCCLCompilerTool"5804 />5805 </FileConfiguration>5806 <FileConfiguration5807 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5808 ExcludedFromBuild="true"5809 >5810 <Tool5811 Name="VCCLCompilerTool"5812 />5813 </FileConfiguration>5814 <FileConfiguration5815 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5816 ExcludedFromBuild="true"5817 >5818 <Tool5819 Name="VCCLCompilerTool"5820 />5821 </FileConfiguration>5822 <FileConfiguration5823 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5824 ExcludedFromBuild="true"5825 >5826 <Tool5827 Name="VCCLCompilerTool"5828 />5829 </FileConfiguration>5830 <FileConfiguration5831 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5832 ExcludedFromBuild="true"5833 >5834 <Tool5835 Name="VCCLCompilerTool"5836 5840 /> 5837 5841 </FileConfiguration> … … 6123 6127 </File> 6124 6128 <File 6129 RelativePath="..\include\pjlib-util\json.h" 6130 > 6131 </File> 6132 <File 6125 6133 RelativePath="..\include\pjlib-util\md5.h" 6126 6134 > -
pjproject/branches/projects/pjsua2/pjproject-vs8.sln
r4537 r4660 136 136 EndProject 137 137 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libbaseclasses", "third_party\build\baseclasses\libbaseclasses.vcproj", "{E8A3F6FA-AE1C-4C8E-A0B6-9C8480324EAA}" 138 EndProject 139 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pjsua2_lib", "pjsip\build\pjsua2_lib.vcproj", "{B82CDD25-6903-430E-BD38-D8129A2015C1}" 138 140 EndProject 139 141 Global … … 3173 3175 {E8A3F6FA-AE1C-4C8E-A0B6-9C8480324EAA}.Release-Static|x64.ActiveCfg = Release-Static|x64 3174 3176 {E8A3F6FA-AE1C-4C8E-A0B6-9C8480324EAA}.Release-Static|x64.Build.0 = Release-Static|x64 3177 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Pocket PC 2003 (ARMV4) 3178 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Pocket PC 2003 (ARMV4).Build.0 = Debug|Pocket PC 2003 (ARMV4) 3179 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Pocket PC 2003 (ARMV4).Deploy.0 = Debug|Pocket PC 2003 (ARMV4) 3180 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Smartphone 2003 (ARMV4).ActiveCfg = Debug|Smartphone 2003 (ARMV4) 3181 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Smartphone 2003 (ARMV4).Build.0 = Debug|Smartphone 2003 (ARMV4) 3182 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Smartphone 2003 (ARMV4).Deploy.0 = Debug|Smartphone 2003 (ARMV4) 3183 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Win32.ActiveCfg = Debug|Win32 3184 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Win32.Build.0 = Debug|Win32 3185 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 6 Professional SDK (ARMV4I) 3186 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 6 Professional SDK (ARMV4I) 3187 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 6 Professional SDK (ARMV4I) 3188 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Windows Mobile 6 Professional SDK (ARMV4I).Build.0 = Debug|Windows Mobile 6 Professional SDK (ARMV4I) 3189 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Debug|Windows Mobile 6 Professional SDK (ARMV4I) 3190 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 6 Standard SDK (ARMV4I) 3191 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Debug|Windows Mobile 6 Standard SDK (ARMV4I) 3192 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Debug|Windows Mobile 6 Standard SDK (ARMV4I) 3193 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|x64.ActiveCfg = Debug|x64 3194 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug|x64.Build.0 = Debug|x64 3195 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Pocket PC 2003 (ARMV4).ActiveCfg = Debug-Dynamic|Pocket PC 2003 (ARMV4) 3196 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Pocket PC 2003 (ARMV4).Build.0 = Debug-Dynamic|Pocket PC 2003 (ARMV4) 3197 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Pocket PC 2003 (ARMV4).Deploy.0 = Debug-Dynamic|Pocket PC 2003 (ARMV4) 3198 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Smartphone 2003 (ARMV4).ActiveCfg = Debug-Dynamic|Smartphone 2003 (ARMV4) 3199 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Smartphone 2003 (ARMV4).Build.0 = Debug-Dynamic|Smartphone 2003 (ARMV4) 3200 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Smartphone 2003 (ARMV4).Deploy.0 = Debug-Dynamic|Smartphone 2003 (ARMV4) 3201 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Win32.ActiveCfg = Debug-Dynamic|Win32 3202 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Win32.Build.0 = Debug-Dynamic|Win32 3203 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3204 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I).ActiveCfg = Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3205 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3206 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I).Build.0 = Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3207 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3208 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I) 3209 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I) 3210 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I) 3211 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|x64.ActiveCfg = Debug-Dynamic|x64 3212 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Dynamic|x64.Build.0 = Debug-Dynamic|x64 3213 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Pocket PC 2003 (ARMV4).ActiveCfg = Debug-Static|Pocket PC 2003 (ARMV4) 3214 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Pocket PC 2003 (ARMV4).Build.0 = Debug-Static|Pocket PC 2003 (ARMV4) 3215 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Pocket PC 2003 (ARMV4).Deploy.0 = Debug-Static|Pocket PC 2003 (ARMV4) 3216 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Smartphone 2003 (ARMV4).ActiveCfg = Debug-Static|Smartphone 2003 (ARMV4) 3217 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Smartphone 2003 (ARMV4).Build.0 = Debug-Static|Smartphone 2003 (ARMV4) 3218 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Smartphone 2003 (ARMV4).Deploy.0 = Debug-Static|Smartphone 2003 (ARMV4) 3219 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Win32.ActiveCfg = Debug-Static|Win32 3220 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Win32.Build.0 = Debug-Static|Win32 3221 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3222 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I).ActiveCfg = Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3223 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3224 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I).Build.0 = Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3225 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3226 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I) 3227 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I) 3228 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I) 3229 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|x64.ActiveCfg = Debug-Static|x64 3230 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Debug-Static|x64.Build.0 = Debug-Static|x64 3231 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Pocket PC 2003 (ARMV4).ActiveCfg = Release|Pocket PC 2003 (ARMV4) 3232 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Pocket PC 2003 (ARMV4).Build.0 = Release|Pocket PC 2003 (ARMV4) 3233 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Pocket PC 2003 (ARMV4).Deploy.0 = Release|Pocket PC 2003 (ARMV4) 3234 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Smartphone 2003 (ARMV4).ActiveCfg = Release|Smartphone 2003 (ARMV4) 3235 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Smartphone 2003 (ARMV4).Build.0 = Release|Smartphone 2003 (ARMV4) 3236 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Smartphone 2003 (ARMV4).Deploy.0 = Release|Smartphone 2003 (ARMV4) 3237 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Win32.ActiveCfg = Release|Win32 3238 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Win32.Build.0 = Release|Win32 3239 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release|Windows Mobile 6 Professional SDK (ARMV4I) 3240 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I).ActiveCfg = Release|Windows Mobile 6 Professional SDK (ARMV4I) 3241 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Release|Windows Mobile 6 Professional SDK (ARMV4I) 3242 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Windows Mobile 6 Professional SDK (ARMV4I).Build.0 = Release|Windows Mobile 6 Professional SDK (ARMV4I) 3243 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Release|Windows Mobile 6 Professional SDK (ARMV4I) 3244 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Release|Windows Mobile 6 Standard SDK (ARMV4I) 3245 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Release|Windows Mobile 6 Standard SDK (ARMV4I) 3246 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Release|Windows Mobile 6 Standard SDK (ARMV4I) 3247 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|x64.ActiveCfg = Release|x64 3248 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release|x64.Build.0 = Release|x64 3249 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Pocket PC 2003 (ARMV4).ActiveCfg = Release-Dynamic|Pocket PC 2003 (ARMV4) 3250 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Pocket PC 2003 (ARMV4).Build.0 = Release-Dynamic|Pocket PC 2003 (ARMV4) 3251 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Pocket PC 2003 (ARMV4).Deploy.0 = Release-Dynamic|Pocket PC 2003 (ARMV4) 3252 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Smartphone 2003 (ARMV4).ActiveCfg = Release-Dynamic|Smartphone 2003 (ARMV4) 3253 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Smartphone 2003 (ARMV4).Build.0 = Release-Dynamic|Smartphone 2003 (ARMV4) 3254 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Smartphone 2003 (ARMV4).Deploy.0 = Release-Dynamic|Smartphone 2003 (ARMV4) 3255 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Win32.ActiveCfg = Release-Dynamic|Win32 3256 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Win32.Build.0 = Release-Dynamic|Win32 3257 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3258 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Windows Mobile 5.0 Smartphone SDK (ARMV4I).ActiveCfg = Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3259 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3260 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I).Build.0 = Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3261 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I) 3262 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I) 3263 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I) 3264 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I) 3265 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|x64.ActiveCfg = Release-Dynamic|x64 3266 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Dynamic|x64.Build.0 = Release-Dynamic|x64 3267 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Pocket PC 2003 (ARMV4).ActiveCfg = Release-Static|Pocket PC 2003 (ARMV4) 3268 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Pocket PC 2003 (ARMV4).Build.0 = Release-Static|Pocket PC 2003 (ARMV4) 3269 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Pocket PC 2003 (ARMV4).Deploy.0 = Release-Static|Pocket PC 2003 (ARMV4) 3270 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Smartphone 2003 (ARMV4).ActiveCfg = Release-Static|Smartphone 2003 (ARMV4) 3271 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Smartphone 2003 (ARMV4).Build.0 = Release-Static|Smartphone 2003 (ARMV4) 3272 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Smartphone 2003 (ARMV4).Deploy.0 = Release-Static|Smartphone 2003 (ARMV4) 3273 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Win32.ActiveCfg = Release-Static|Win32 3274 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Win32.Build.0 = Release-Static|Win32 3275 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Windows Mobile 5.0 Pocket PC SDK (ARMV4I).ActiveCfg = Release-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3276 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Windows Mobile 5.0 Smartphone SDK (ARMV4I).ActiveCfg = Release-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3277 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Windows Mobile 6 Professional SDK (ARMV4I).ActiveCfg = Release-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3278 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Windows Mobile 6 Professional SDK (ARMV4I).Build.0 = Release-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3279 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Windows Mobile 6 Professional SDK (ARMV4I).Deploy.0 = Release-Static|Windows Mobile 6 Professional SDK (ARMV4I) 3280 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Release-Static|Windows Mobile 6 Standard SDK (ARMV4I) 3281 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Release-Static|Windows Mobile 6 Standard SDK (ARMV4I) 3282 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Release-Static|Windows Mobile 6 Standard SDK (ARMV4I) 3283 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|x64.ActiveCfg = Release-Static|x64 3284 {B82CDD25-6903-430E-BD38-D8129A2015C1}.Release-Static|x64.Build.0 = Release-Static|x64 3175 3285 EndGlobalSection 3176 3286 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.