Changeset 2638


Ignore:
Timestamp:
Apr 22, 2009 2:27:55 PM (15 years ago)
Author:
nanang
Message:

Ticket #706: Merged branch vs-reorg into trunk:

  • Currently supported platforms are Win32 & WM6 std/pro.
  • Renamed project test_pjsip with pjsip_test, also source directory 'test-pjsip' to 'test'.
Location:
pjproject/trunk
Files:
2 deleted
36 edited
37 copied

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/pjlib-util/build/pjlib_util.vcproj

    r2584 r2638  
    1414                        Name="Windows Mobile 6 Standard SDK (ARMV4I)" 
    1515                /> 
     16                <Platform 
     17                        Name="Windows Mobile 6 Professional SDK (ARMV4I)" 
     18                /> 
    1619        </Platforms> 
    1720        <ToolFiles> 
     
    2023                <Configuration 
    2124                        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 
    2431                        ConfigurationType="4" 
    25                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    2632                        UseOfMFC="0" 
    27                         ATLMinimizesCRunTimeLibraryUsage="false" 
    28                         CharacterSet="2" 
    2933                        > 
    3034                        <Tool 
     
    4549                        <Tool 
    4650                                Name="VCCLCompilerTool" 
    47                                 Optimization="2" 
    48                                 InlineFunctionExpansion="2" 
     51                                PrecompiledHeaderFile="" 
     52 
     53                                PreprocessorDefinitions="_LIB;" 
     54 
    4955                                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" 
    6256                        /> 
    6357                        <Tool 
     
    6660                        <Tool 
    6761                                Name="VCResourceCompilerTool" 
    68                                 PreprocessorDefinitions="NDEBUG" 
    69                                 Culture="1033" 
    7062                        /> 
    7163                        <Tool 
     
    7466                        <Tool 
    7567                                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 
    7870                        /> 
    7971                        <Tool 
     
    8577                        <Tool 
    8678                                Name="VCBscMakeTool" 
    87                                 SuppressStartupBanner="true" 
    88                                 OutputFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.bsc" 
    8979                        /> 
    9080                        <Tool 
     
    9787                <Configuration 
    9888                        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 
    10195                        ConfigurationType="4" 
    102                         CharacterSet="1" 
    10396                        > 
    10497                        <Tool 
     
    119112                        <Tool 
    120113                                Name="VCCLCompilerTool" 
    121                                 ExecutionBucket="7" 
     114                                PrecompiledHeaderFile="" 
     115 
     116                                PreprocessorDefinitions="_LIB;" 
     117 
    122118                                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" 
    127119                        /> 
    128120                        <Tool 
     
    137129                        <Tool 
    138130                                Name="VCLibrarianTool" 
    139                                 AdditionalOptions="" 
     131                                OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     132 
    140133                        /> 
    141134                        <Tool 
     
    164157                </Configuration> 
    165158                <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 
    169166                        ConfigurationType="4" 
    170                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    171                         UseOfMFC="0" 
    172                         ATLMinimizesCRunTimeLibraryUsage="false" 
    173                         CharacterSet="2" 
    174167                        > 
    175168                        <Tool 
     
    190183                        <Tool 
    191184                                Name="VCCLCompilerTool" 
    192                                 Optimization="0" 
     185                                PrecompiledHeaderFile="" 
     186 
     187                                PreprocessorDefinitions="_LIB;" 
     188 
    193189                                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" 
    206190                        /> 
    207191                        <Tool 
     
    210194                        <Tool 
    211195                                Name="VCResourceCompilerTool" 
    212                                 PreprocessorDefinitions="_DEBUG" 
    213                                 Culture="1033" 
    214196                        /> 
    215197                        <Tool 
     
    218200                        <Tool 
    219201                                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 
    289204                        /> 
    290205                        <Tool 
     
    313228                </Configuration> 
    314229                <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 
    318237                        ConfigurationType="4" 
    319                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    320238                        UseOfMFC="0" 
    321                         ATLMinimizesCRunTimeLibraryUsage="false" 
    322                         CharacterSet="2" 
    323239                        > 
    324240                        <Tool 
     
    339255                        <Tool 
    340256                                Name="VCCLCompilerTool" 
    341                                 Optimization="0" 
     257                                PrecompiledHeaderFile="" 
     258 
     259                                PreprocessorDefinitions="_LIB;" 
     260 
    342261                                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" 
    355262                        /> 
    356263                        <Tool 
     
    359266                        <Tool 
    360267                                Name="VCResourceCompilerTool" 
    361                                 PreprocessorDefinitions="_DEBUG" 
    362                                 Culture="1033" 
    363268                        /> 
    364269                        <Tool 
     
    367272                        <Tool 
    368273                                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 
    371276                        /> 
    372277                        <Tool 
     
    378283                        <Tool 
    379284                                Name="VCBscMakeTool" 
    380                                 SuppressStartupBanner="true" 
    381                                 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc" 
    382285                        /> 
    383286                        <Tool 
     
    389292                </Configuration> 
    390293                <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 
    394301                        ConfigurationType="4" 
    395                         CharacterSet="1" 
    396302                        > 
    397303                        <Tool 
     
    409315                        <Tool 
    410316                                Name="VCMIDLTool" 
    411                                 TargetEnvironment="1" 
    412317                        /> 
    413318                        <Tool 
    414319                                Name="VCCLCompilerTool" 
    415                                 ExecutionBucket="7" 
    416                                 Optimization="0" 
    417                                 FavorSizeOrSpeed="0" 
     320                                PrecompiledHeaderFile="" 
     321 
     322                                PreprocessorDefinitions="_LIB;" 
     323 
    418324                                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" 
    426325                        /> 
    427326                        <Tool 
     
    436335                        <Tool 
    437336                                Name="VCLibrarianTool" 
    438                                 AdditionalOptions="" 
     337                                OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     338 
    439339                        /> 
    440340                        <Tool 
     
    463363                </Configuration> 
    464364                <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 
    468372                        ConfigurationType="4" 
    469                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    470                         UseOfMFC="0" 
    471                         ATLMinimizesCRunTimeLibraryUsage="false" 
    472                         CharacterSet="2" 
    473373                        > 
    474374                        <Tool 
     
    489389                        <Tool 
    490390                                Name="VCCLCompilerTool" 
    491                                 Optimization="2" 
    492                                 InlineFunctionExpansion="2" 
     391                                PrecompiledHeaderFile="" 
     392 
     393                                PreprocessorDefinitions="_LIB;" 
     394 
    493395                                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" 
    506396                        /> 
    507397                        <Tool 
     
    510400                        <Tool 
    511401                                Name="VCResourceCompilerTool" 
    512                                 PreprocessorDefinitions="NDEBUG" 
    513                                 Culture="1033" 
    514402                        /> 
    515403                        <Tool 
     
    518406                        <Tool 
    519407                                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 
    585410                        /> 
    586411                        <Tool 
     
    609434                </Configuration> 
    610435                <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 
    614443                        ConfigurationType="4" 
    615                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    616444                        UseOfMFC="0" 
    617                         ATLMinimizesCRunTimeLibraryUsage="false" 
    618                         CharacterSet="2" 
    619445                        > 
    620446                        <Tool 
     
    635461                        <Tool 
    636462                                Name="VCCLCompilerTool" 
    637                                 Optimization="0" 
     463                                PrecompiledHeaderFile="" 
     464 
     465                                PreprocessorDefinitions="_LIB;" 
     466 
    638467                                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" 
    651468                        /> 
    652469                        <Tool 
     
    655472                        <Tool 
    656473                                Name="VCResourceCompilerTool" 
    657                                 PreprocessorDefinitions="_DEBUG" 
    658                                 Culture="1033" 
    659474                        /> 
    660475                        <Tool 
     
    663478                        <Tool 
    664479                                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 
    667482                        /> 
    668483                        <Tool 
     
    674489                        <Tool 
    675490                                Name="VCBscMakeTool" 
    676                                 SuppressStartupBanner="true" 
    677                                 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc" 
    678491                        /> 
    679492                        <Tool 
     
    685498                </Configuration> 
    686499                <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 
    690507                        ConfigurationType="4" 
    691                         CharacterSet="1" 
    692508                        > 
    693509                        <Tool 
     
    705521                        <Tool 
    706522                                Name="VCMIDLTool" 
    707                                 TargetEnvironment="1" 
    708523                        /> 
    709524                        <Tool 
    710525                                Name="VCCLCompilerTool" 
    711                                 ExecutionBucket="7" 
    712                                 Optimization="0" 
    713                                 FavorSizeOrSpeed="0" 
     526                                PrecompiledHeaderFile="" 
     527 
     528                                PreprocessorDefinitions="_LIB;" 
     529 
    714530                                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" 
    722531                        /> 
    723532                        <Tool 
     
    732541                        <Tool 
    733542                                Name="VCLibrarianTool" 
    734                                 AdditionalOptions="" 
     543                                OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     544 
    735545                        /> 
    736546                        <Tool 
     
    759569                </Configuration> 
    760570                <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 
    7611054                        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 
    7641061                        ConfigurationType="4" 
    765                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    7661062                        UseOfMFC="0" 
    767                         ATLMinimizesCRunTimeLibraryUsage="false" 
    768                         CharacterSet="2" 
    7691063                        > 
    7701064                        <Tool 
     
    7851079                        <Tool 
    7861080                                Name="VCCLCompilerTool" 
    787                                 Optimization="2" 
    788                                 InlineFunctionExpansion="2" 
     1081                                PrecompiledHeaderFile="" 
     1082 
     1083                                PreprocessorDefinitions="_LIB;" 
     1084 
    7891085                                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" 
    8021086                        /> 
    8031087                        <Tool 
     
    8061090                        <Tool 
    8071091                                Name="VCResourceCompilerTool" 
    808                                 PreprocessorDefinitions="NDEBUG" 
    809                                 Culture="1033" 
    8101092                        /> 
    8111093                        <Tool 
     
    8141096                        <Tool 
    8151097                                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 
    8181100                        /> 
    8191101                        <Tool 
     
    8251107                        <Tool 
    8261108                                Name="VCBscMakeTool" 
    827                                 SuppressStartupBanner="true" 
    828                                 OutputFile="./output/pjlib-util-i386-win32-vc8-release/pjlib_util.bsc" 
    8291109                        /> 
    8301110                        <Tool 
     
    8371117                <Configuration 
    8381118                        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 
    8411125                        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 
    8421194                        CharacterSet="1" 
     1195 
     1196                        ConfigurationType="4" 
    8431197                        > 
    8441198                        <Tool 
     
    8561210                        <Tool 
    8571211                                Name="VCMIDLTool" 
    858                                 TargetEnvironment="1" 
    8591212                        /> 
    8601213                        <Tool 
    8611214                                Name="VCCLCompilerTool" 
    862                                 ExecutionBucket="7" 
     1215                                PrecompiledHeaderFile="" 
     1216 
     1217                                PreprocessorDefinitions="_LIB;" 
     1218 
    8631219                                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" 
    8681220                        /> 
    8691221                        <Tool 
     
    8781230                        <Tool 
    8791231                                Name="VCLibrarianTool" 
    880                                 AdditionalOptions="" 
     1232                                OutputFile="..\lib\pjlib-util-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     1233 
    8811234                        /> 
    8821235                        <Tool 
     
    15261879                                </FileConfiguration> 
    15271880                                <FileConfiguration 
     1881                                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1882                                        ExcludedFromBuild="true" 
     1883                                        > 
     1884                                        <Tool 
     1885                                                Name="VCCLCompilerTool" 
     1886                                        /> 
     1887                                </FileConfiguration> 
     1888                                <FileConfiguration 
    15281889                                        Name="Debug|Win32" 
    15291890                                        ExcludedFromBuild="true" 
     
    15441905                                </FileConfiguration> 
    15451906                                <FileConfiguration 
     1907                                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1908                                        ExcludedFromBuild="true" 
     1909                                        > 
     1910                                        <Tool 
     1911                                                Name="VCCLCompilerTool" 
     1912                                        /> 
     1913                                </FileConfiguration> 
     1914                                <FileConfiguration 
    15461915                                        Name="Debug-Static|Win32" 
    15471916                                        ExcludedFromBuild="true" 
     
    15621931                                </FileConfiguration> 
    15631932                                <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 
    15641941                                        Name="Release-Dynamic|Win32" 
    15651942                                        ExcludedFromBuild="true" 
     
    15801957                                </FileConfiguration> 
    15811958                                <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 
    15821967                                        Name="Debug-Dynamic|Win32" 
    15831968                                        ExcludedFromBuild="true" 
     
    15981983                                </FileConfiguration> 
    15991984                                <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 
    16001993                                        Name="Release-Static|Win32" 
    16011994                                        ExcludedFromBuild="true" 
     
    16152008                                        /> 
    16162009                                </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> 
    16172018                        </File> 
    16182019                        <File 
     
    16382039                                </FileConfiguration> 
    16392040                                <FileConfiguration 
     2041                                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     2042                                        ExcludedFromBuild="true" 
     2043                                        > 
     2044                                        <Tool 
     2045                                                Name="VCCLCompilerTool" 
     2046                                        /> 
     2047                                </FileConfiguration> 
     2048                                <FileConfiguration 
    16402049                                        Name="Debug|Win32" 
    16412050                                        ExcludedFromBuild="true" 
     
    16562065                                </FileConfiguration> 
    16572066                                <FileConfiguration 
     2067                                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     2068                                        ExcludedFromBuild="true" 
     2069                                        > 
     2070                                        <Tool 
     2071                                                Name="VCCLCompilerTool" 
     2072                                        /> 
     2073                                </FileConfiguration> 
     2074                                <FileConfiguration 
    16582075                                        Name="Debug-Static|Win32" 
    16592076                                        ExcludedFromBuild="true" 
     
    16742091                                </FileConfiguration> 
    16752092                                <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 
    16762101                                        Name="Release-Dynamic|Win32" 
    16772102                                        ExcludedFromBuild="true" 
     
    16922117                                </FileConfiguration> 
    16932118                                <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 
    16942127                                        Name="Debug-Dynamic|Win32" 
    16952128                                        ExcludedFromBuild="true" 
     
    17102143                                </FileConfiguration> 
    17112144                                <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 
    17122153                                        Name="Release-Static|Win32" 
    17132154                                        ExcludedFromBuild="true" 
     
    17272168                                        /> 
    17282169                                </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> 
    17292178                        </File> 
    17302179                        <File 
     
    19852434                                </FileConfiguration> 
    19862435                                <FileConfiguration 
     2436                                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     2437                                        ExcludedFromBuild="true" 
     2438                                        > 
     2439                                        <Tool 
     2440                                                Name="VCCLCompilerTool" 
     2441                                        /> 
     2442                                </FileConfiguration> 
     2443                                <FileConfiguration 
    19872444                                        Name="Debug|Win32" 
    19882445                                        > 
     
    20022459                                </FileConfiguration> 
    20032460                                <FileConfiguration 
     2461                                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     2462                                        ExcludedFromBuild="true" 
     2463                                        > 
     2464                                        <Tool 
     2465                                                Name="VCCLCompilerTool" 
     2466                                        /> 
     2467                                </FileConfiguration> 
     2468                                <FileConfiguration 
    20042469                                        Name="Debug-Static|Win32" 
    20052470                                        > 
     
    20192484                                </FileConfiguration> 
    20202485                                <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 
    20212494                                        Name="Release-Dynamic|Win32" 
    20222495                                        > 
     
    20362509                                </FileConfiguration> 
    20372510                                <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 
    20382519                                        Name="Debug-Dynamic|Win32" 
    20392520                                        > 
     
    20532534                                </FileConfiguration> 
    20542535                                <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 
    20552544                                        Name="Release-Static|Win32" 
    20562545                                        > 
     
    20632552                                <FileConfiguration 
    20642553                                        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)" 
    20652562                                        ExcludedFromBuild="true" 
    20662563                                        > 
  • pjproject/trunk/pjlib-util/build/pjlib_util_test.vcproj

    r2584 r2638  
    55        Name="pjlib_util_test" 
    66        ProjectGUID="{ED02BE13-8297-4770-8097-27DC2CCABF9A}" 
     7        RootNamespace="pjlib_util_test" 
    78        > 
    89        <Platforms> 
     
    1314                        Name="Windows Mobile 6 Standard SDK (ARMV4I)" 
    1415                /> 
     16                <Platform 
     17                        Name="Windows Mobile 6 Professional SDK (ARMV4I)" 
     18                /> 
    1519        </Platforms> 
    1620        <ToolFiles> 
     
    1923                <Configuration 
    2024                        Name="Release|Win32" 
    21                         OutputDirectory="./output/pjlib-util-test-i386-win32-vc8-release" 
    22                         IntermediateDirectory="$(OutDir)" 
    23                         ConfigurationType="1" 
    24                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     25                        ConfigurationType="1" 
     26                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
    2527                        UseOfMFC="0" 
    2628                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    4143                        <Tool 
    4244                                Name="VCMIDLTool" 
    43                                 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.tlb" 
    44                                 HeaderFileName="" 
    45                         /> 
    46                         <Tool 
    47                                 Name="VCCLCompilerTool" 
    48                                 Optimization="2" 
    49                                 InlineFunctionExpansion="1" 
    50                                 AdditionalIncludeDirectories="../include,../../pjlib/include" 
    51                                 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 
    52                                 StringPooling="true" 
    53                                 RuntimeLibrary="2" 
    54                                 EnableFunctionLevelLinking="true" 
    55                                 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.pch" 
    56                                 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-release/" 
    57                                 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-release/" 
    58                                 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-release/" 
    59                                 BrowseInformation="1" 
    60                                 WarningLevel="3" 
    61                                 SuppressStartupBanner="true" 
    62                         /> 
    63                         <Tool 
    64                                 Name="VCManagedResourceCompilerTool" 
    65                         /> 
    66                         <Tool 
    67                                 Name="VCResourceCompilerTool" 
    68                                 PreprocessorDefinitions="NDEBUG" 
    69                                 Culture="1033" 
     45                        /> 
     46                        <Tool 
     47                                Name="VCCLCompilerTool" 
     48                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     49                                PreprocessorDefinitions="_CONSOLE;" 
     50                                PrecompiledHeaderFile="" 
     51                        /> 
     52                        <Tool 
     53                                Name="VCManagedResourceCompilerTool" 
     54                        /> 
     55                        <Tool 
     56                                Name="VCResourceCompilerTool" 
    7057                        /> 
    7158                        <Tool 
     
    7562                                Name="VCLinkerTool" 
    7663                                AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 
    77                                 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-release.exe" 
    78                                 LinkIncremental="1" 
    79                                 SuppressStartupBanner="true" 
    80                                 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib-util-test-i386-win32-vc8-release.pdb" 
    81                                 SubSystem="1" 
    82                                 TargetMachine="1" 
     64                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     65 
    8366                        /> 
    8467                        <Tool 
     
    9376                        <Tool 
    9477                                Name="VCBscMakeTool" 
    95                                 SuppressStartupBanner="true" 
    96                                 OutputFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.bsc" 
    9778                        /> 
    9879                        <Tool 
     
    11192                <Configuration 
    11293                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
    113                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    114                         IntermediateDirectory="$(OutDir)" 
    115                         ConfigurationType="1" 
     94                        ConfigurationType="1" 
     95                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     96                        ATLMinimizesCRunTimeLibraryUsage="false" 
    11697                        CharacterSet="1" 
    11798                        > 
     
    135116                                ExecutionBucket="7" 
    136117                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
    137                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    138                                 ExceptionHandling="0" 
    139                                 WarningLevel="3" 
    140                                 CompileAs="0" 
    141                                 CompileForArchitecture="0" 
     118                                PreprocessorDefinitions="" 
     119                                PrecompiledHeaderFile="" 
    142120                        /> 
    143121                        <Tool 
     
    153131                                Name="VCLinkerTool" 
    154132                                AdditionalDependencies="ws2.lib" 
    155                                 OptimizeReferences="2" 
    156                                 EnableCOMDATFolding="2" 
    157                                 TargetMachine="0" 
     133                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 
     134 
    158135                        /> 
    159136                        <Tool 
     
    183160                <Configuration 
    184161                        Name="Debug|Win32" 
    185                         OutputDirectory="./output/pjlib-util-test-i386-win32-vc8-debug" 
    186                         IntermediateDirectory="./output/pjlib-util-test-i386-win32-vc8-debug" 
    187                         ConfigurationType="1" 
    188                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     162                        ConfigurationType="1" 
     163                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    189164                        UseOfMFC="0" 
    190165                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    205180                        <Tool 
    206181                                Name="VCMIDLTool" 
    207                                 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.tlb" 
    208                                 HeaderFileName="" 
    209                         /> 
    210                         <Tool 
    211                                 Name="VCCLCompilerTool" 
    212                                 Optimization="0" 
    213                                 AdditionalIncludeDirectories="../include,../../pjlib/include" 
    214                                 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 
    215                                 MinimalRebuild="true" 
    216                                 BasicRuntimeChecks="3" 
    217                                 RuntimeLibrary="1" 
    218                                 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.pch" 
    219                                 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-debug/" 
    220                                 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-debug/" 
    221                                 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-debug/" 
    222                                 BrowseInformation="1" 
    223                                 WarningLevel="3" 
    224                                 SuppressStartupBanner="true" 
    225                                 DebugInformationFormat="4" 
    226                         /> 
    227                         <Tool 
    228                                 Name="VCManagedResourceCompilerTool" 
    229                         /> 
    230                         <Tool 
    231                                 Name="VCResourceCompilerTool" 
    232                                 PreprocessorDefinitions="_DEBUG" 
    233                                 Culture="1033" 
     182                        /> 
     183                        <Tool 
     184                                Name="VCCLCompilerTool" 
     185                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     186                                PreprocessorDefinitions="_CONSOLE;" 
     187                                PrecompiledHeaderFile="" 
     188                        /> 
     189                        <Tool 
     190                                Name="VCManagedResourceCompilerTool" 
     191                        /> 
     192                        <Tool 
     193                                Name="VCResourceCompilerTool" 
    234194                        /> 
    235195                        <Tool 
     
    239199                                Name="VCLinkerTool" 
    240200                                AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 
    241                                 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-debug.exe" 
    242                                 LinkIncremental="2" 
    243                                 SuppressStartupBanner="true" 
    244                                 GenerateDebugInformation="true" 
    245                                 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib-util-test-i386-win32-vc8-debug.pdb" 
    246                                 SubSystem="1" 
    247                                 TargetMachine="1" 
     201                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     202 
    248203                        /> 
    249204                        <Tool 
     
    258213                        <Tool 
    259214                                Name="VCBscMakeTool" 
    260                                 SuppressStartupBanner="true" 
    261                                 OutputFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.bsc" 
    262215                        /> 
    263216                        <Tool 
     
    276229                <Configuration 
    277230                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
    278                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    279                         IntermediateDirectory="$(OutDir)" 
    280                         ConfigurationType="1" 
     231                        ConfigurationType="1" 
     232                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     233                        ATLMinimizesCRunTimeLibraryUsage="false" 
    281234                        CharacterSet="1" 
    282235                        > 
     
    299252                                Name="VCCLCompilerTool" 
    300253                                ExecutionBucket="7" 
    301                                 Optimization="0" 
    302                                 FavorSizeOrSpeed="0" 
    303                                 AdditionalIncludeDirectories="../include,../../pjlib/include" 
    304                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    305                                 ExceptionHandling="0" 
    306                                 RuntimeLibrary="1" 
    307                                 WarningLevel="3" 
    308                                 DebugInformationFormat="3" 
    309                                 CompileAs="0" 
    310                                 CompileForArchitecture="0" 
     254                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     255                                PreprocessorDefinitions="" 
     256                                PrecompiledHeaderFile="" 
    311257                        /> 
    312258                        <Tool 
     
    322268                                Name="VCLinkerTool" 
    323269                                AdditionalDependencies="ws2.lib" 
    324                                 GenerateDebugInformation="true" 
    325                                 OptimizeReferences="2" 
    326                                 EnableCOMDATFolding="2" 
    327                                 TargetMachine="0" 
     270                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 
     271 
    328272                        /> 
    329273                        <Tool 
     
    353297                <Configuration 
    354298                        Name="Debug-Static|Win32" 
    355                         OutputDirectory="$(ConfigurationName)" 
    356                         IntermediateDirectory="$(ConfigurationName)" 
    357                         ConfigurationType="1" 
    358                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     299                        ConfigurationType="1" 
     300                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    359301                        UseOfMFC="0" 
    360302                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    375317                        <Tool 
    376318                                Name="VCMIDLTool" 
    377                                 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.tlb" 
    378                                 HeaderFileName="" 
    379                         /> 
    380                         <Tool 
    381                                 Name="VCCLCompilerTool" 
    382                                 Optimization="0" 
    383                                 AdditionalIncludeDirectories="../include,../../pjlib/include" 
    384                                 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 
    385                                 MinimalRebuild="true" 
    386                                 BasicRuntimeChecks="3" 
    387                                 RuntimeLibrary="1" 
    388                                 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.pch" 
    389                                 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-debug/" 
    390                                 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-debug/" 
    391                                 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-debug/" 
    392                                 BrowseInformation="1" 
    393                                 WarningLevel="3" 
    394                                 SuppressStartupBanner="true" 
    395                                 DebugInformationFormat="4" 
    396                         /> 
    397                         <Tool 
    398                                 Name="VCManagedResourceCompilerTool" 
    399                         /> 
    400                         <Tool 
    401                                 Name="VCResourceCompilerTool" 
    402                                 PreprocessorDefinitions="_DEBUG" 
    403                                 Culture="1033" 
     319                        /> 
     320                        <Tool 
     321                                Name="VCCLCompilerTool" 
     322                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     323                                PreprocessorDefinitions="_CONSOLE;" 
     324                                PrecompiledHeaderFile="" 
     325                        /> 
     326                        <Tool 
     327                                Name="VCManagedResourceCompilerTool" 
     328                        /> 
     329                        <Tool 
     330                                Name="VCResourceCompilerTool" 
    404331                        /> 
    405332                        <Tool 
     
    409336                                Name="VCLinkerTool" 
    410337                                AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 
    411                                 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-debug.exe" 
    412                                 LinkIncremental="2" 
    413                                 SuppressStartupBanner="true" 
    414                                 GenerateDebugInformation="true" 
    415                                 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib-util-test-i386-win32-vc8-debug.pdb" 
    416                                 SubSystem="1" 
    417                                 TargetMachine="1" 
     338                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     339 
    418340                        /> 
    419341                        <Tool 
     
    428350                        <Tool 
    429351                                Name="VCBscMakeTool" 
    430                                 SuppressStartupBanner="true" 
    431                                 OutputFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.bsc" 
    432352                        /> 
    433353                        <Tool 
     
    446366                <Configuration 
    447367                        Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    448                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    449                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    450                         ConfigurationType="1" 
     368                        ConfigurationType="1" 
     369                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     370                        ATLMinimizesCRunTimeLibraryUsage="false" 
    451371                        CharacterSet="1" 
    452372                        > 
     
    465385                        <Tool 
    466386                                Name="VCMIDLTool" 
    467                                 TargetEnvironment="1" 
    468387                        /> 
    469388                        <Tool 
    470389                                Name="VCCLCompilerTool" 
    471390                                ExecutionBucket="7" 
    472                                 Optimization="0" 
    473                                 FavorSizeOrSpeed="0" 
    474                                 AdditionalIncludeDirectories="../include,../../pjlib/include" 
    475                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    476                                 ExceptionHandling="0" 
    477                                 RuntimeLibrary="1" 
    478                                 WarningLevel="3" 
    479                                 DebugInformationFormat="3" 
    480                                 CompileAs="0" 
    481                                 CompileForArchitecture="0" 
     391                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     392                                PreprocessorDefinitions="" 
     393                                PrecompiledHeaderFile="" 
    482394                        /> 
    483395                        <Tool 
     
    493405                                Name="VCLinkerTool" 
    494406                                AdditionalDependencies="ws2.lib" 
    495                                 GenerateDebugInformation="true" 
    496                                 OptimizeReferences="2" 
    497                                 EnableCOMDATFolding="2" 
    498                                 TargetMachine="0" 
     407                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 
     408 
    499409                        /> 
    500410                        <Tool 
     
    524434                <Configuration 
    525435                        Name="Release-Dynamic|Win32" 
    526                         OutputDirectory="$(ConfigurationName)" 
    527                         IntermediateDirectory="$(OutDir)" 
    528                         ConfigurationType="1" 
    529                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     436                        ConfigurationType="1" 
     437                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
    530438                        UseOfMFC="0" 
    531439                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    546454                        <Tool 
    547455                                Name="VCMIDLTool" 
    548                                 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.tlb" 
    549                                 HeaderFileName="" 
    550                         /> 
    551                         <Tool 
    552                                 Name="VCCLCompilerTool" 
    553                                 Optimization="2" 
    554                                 InlineFunctionExpansion="1" 
    555                                 AdditionalIncludeDirectories="../include,../../pjlib/include" 
    556                                 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 
    557                                 StringPooling="true" 
    558                                 RuntimeLibrary="2" 
    559                                 EnableFunctionLevelLinking="true" 
    560                                 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.pch" 
    561                                 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-release/" 
    562                                 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-release/" 
    563                                 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-release/" 
    564                                 BrowseInformation="1" 
    565                                 WarningLevel="3" 
    566                                 SuppressStartupBanner="true" 
    567                         /> 
    568                         <Tool 
    569                                 Name="VCManagedResourceCompilerTool" 
    570                         /> 
    571                         <Tool 
    572                                 Name="VCResourceCompilerTool" 
    573                                 PreprocessorDefinitions="NDEBUG" 
    574                                 Culture="1033" 
     456                        /> 
     457                        <Tool 
     458                                Name="VCCLCompilerTool" 
     459                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     460                                PreprocessorDefinitions="_CONSOLE;" 
     461                                PrecompiledHeaderFile="" 
     462                        /> 
     463                        <Tool 
     464                                Name="VCManagedResourceCompilerTool" 
     465                        /> 
     466                        <Tool 
     467                                Name="VCResourceCompilerTool" 
    575468                        /> 
    576469                        <Tool 
     
    580473                                Name="VCLinkerTool" 
    581474                                AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 
    582                                 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-release.exe" 
    583                                 LinkIncremental="1" 
    584                                 SuppressStartupBanner="true" 
    585                                 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib-util-test-i386-win32-vc8-release.pdb" 
    586                                 SubSystem="1" 
    587                                 TargetMachine="1" 
     475                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     476 
    588477                        /> 
    589478                        <Tool 
     
    598487                        <Tool 
    599488                                Name="VCBscMakeTool" 
    600                                 SuppressStartupBanner="true" 
    601                                 OutputFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.bsc" 
    602489                        /> 
    603490                        <Tool 
     
    616503                <Configuration 
    617504                        Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    618                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    619                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    620                         ConfigurationType="1" 
     505                        ConfigurationType="1" 
     506                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     507                        ATLMinimizesCRunTimeLibraryUsage="false" 
    621508                        CharacterSet="1" 
    622509                        > 
     
    635522                        <Tool 
    636523                                Name="VCMIDLTool" 
    637                                 TargetEnvironment="1" 
    638524                        /> 
    639525                        <Tool 
     
    641527                                ExecutionBucket="7" 
    642528                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
    643                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    644                                 ExceptionHandling="0" 
    645                                 WarningLevel="3" 
    646                                 CompileAs="0" 
    647                                 CompileForArchitecture="0" 
     529                                PreprocessorDefinitions="" 
     530                                PrecompiledHeaderFile="" 
    648531                        /> 
    649532                        <Tool 
     
    659542                                Name="VCLinkerTool" 
    660543                                AdditionalDependencies="ws2.lib" 
    661                                 OptimizeReferences="2" 
    662                                 EnableCOMDATFolding="2" 
    663                                 TargetMachine="0" 
     544                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 
     545 
    664546                        /> 
    665547                        <Tool 
     
    689571                <Configuration 
    690572                        Name="Debug-Dynamic|Win32" 
    691                         OutputDirectory="$(ConfigurationName)" 
    692                         IntermediateDirectory="$(ConfigurationName)" 
    693                         ConfigurationType="1" 
    694                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     573                        ConfigurationType="1" 
     574                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    695575                        UseOfMFC="0" 
    696576                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    711591                        <Tool 
    712592                                Name="VCMIDLTool" 
    713                                 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.tlb" 
    714                                 HeaderFileName="" 
    715                         /> 
    716                         <Tool 
    717                                 Name="VCCLCompilerTool" 
    718                                 Optimization="0" 
    719                                 AdditionalIncludeDirectories="../include,../../pjlib/include" 
    720                                 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 
    721                                 MinimalRebuild="true" 
    722                                 BasicRuntimeChecks="3" 
    723                                 RuntimeLibrary="3" 
    724                                 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.pch" 
    725                                 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-debug/" 
    726                                 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-debug/" 
    727                                 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-debug/" 
    728                                 BrowseInformation="1" 
    729                                 WarningLevel="3" 
    730                                 SuppressStartupBanner="true" 
    731                                 DebugInformationFormat="4" 
    732                         /> 
    733                         <Tool 
    734                                 Name="VCManagedResourceCompilerTool" 
    735                         /> 
    736                         <Tool 
    737                                 Name="VCResourceCompilerTool" 
    738                                 PreprocessorDefinitions="_DEBUG" 
    739                                 Culture="1033" 
     593                        /> 
     594                        <Tool 
     595                                Name="VCCLCompilerTool" 
     596                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     597                                PreprocessorDefinitions="_CONSOLE;" 
     598                                PrecompiledHeaderFile="" 
     599                        /> 
     600                        <Tool 
     601                                Name="VCManagedResourceCompilerTool" 
     602                        /> 
     603                        <Tool 
     604                                Name="VCResourceCompilerTool" 
    740605                        /> 
    741606                        <Tool 
     
    745610                                Name="VCLinkerTool" 
    746611                                AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 
    747                                 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-debug.exe" 
    748                                 LinkIncremental="2" 
    749                                 SuppressStartupBanner="true" 
    750                                 GenerateDebugInformation="true" 
    751                                 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib-util-test-i386-win32-vc8-debug.pdb" 
    752                                 SubSystem="1" 
    753                                 TargetMachine="1" 
     612                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     613 
    754614                        /> 
    755615                        <Tool 
     
    764624                        <Tool 
    765625                                Name="VCBscMakeTool" 
    766                                 SuppressStartupBanner="true" 
    767                                 OutputFile="./output/pjlib-util-test-i386-win32-vc8-debug/pjlib_util_test.bsc" 
    768626                        /> 
    769627                        <Tool 
     
    782640                <Configuration 
    783641                        Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    784                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    785                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    786                         ConfigurationType="1" 
     642                        ConfigurationType="1" 
     643                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     644                        ATLMinimizesCRunTimeLibraryUsage="false" 
    787645                        CharacterSet="1" 
    788646                        > 
     
    801659                        <Tool 
    802660                                Name="VCMIDLTool" 
    803                                 TargetEnvironment="1" 
    804661                        /> 
    805662                        <Tool 
    806663                                Name="VCCLCompilerTool" 
    807664                                ExecutionBucket="7" 
    808                                 Optimization="0" 
    809                                 FavorSizeOrSpeed="0" 
    810                                 AdditionalIncludeDirectories="../include,../../pjlib/include" 
    811                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    812                                 ExceptionHandling="0" 
    813                                 RuntimeLibrary="1" 
    814                                 WarningLevel="3" 
    815                                 DebugInformationFormat="3" 
    816                                 CompileAs="0" 
    817                                 CompileForArchitecture="0" 
     665                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     666                                PreprocessorDefinitions="" 
     667                                PrecompiledHeaderFile="" 
    818668                        /> 
    819669                        <Tool 
     
    829679                                Name="VCLinkerTool" 
    830680                                AdditionalDependencies="ws2.lib" 
    831                                 GenerateDebugInformation="true" 
    832                                 OptimizeReferences="2" 
    833                                 EnableCOMDATFolding="2" 
    834                                 TargetMachine="0" 
     681                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 
     682 
    835683                        /> 
    836684                        <Tool 
     
    860708                <Configuration 
    861709                        Name="Release-Static|Win32" 
    862                         OutputDirectory="$(ConfigurationName)" 
    863                         IntermediateDirectory="$(OutDir)" 
    864                         ConfigurationType="1" 
    865                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     710                        ConfigurationType="1" 
     711                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
    866712                        UseOfMFC="0" 
    867713                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    882728                        <Tool 
    883729                                Name="VCMIDLTool" 
    884                                 TypeLibraryName="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.tlb" 
    885                                 HeaderFileName="" 
    886                         /> 
    887                         <Tool 
    888                                 Name="VCCLCompilerTool" 
    889                                 Optimization="2" 
    890                                 InlineFunctionExpansion="1" 
    891                                 AdditionalIncludeDirectories="../include,../../pjlib/include" 
    892                                 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" 
    893                                 StringPooling="true" 
    894                                 RuntimeLibrary="0" 
    895                                 EnableFunctionLevelLinking="true" 
    896                                 PrecompiledHeaderFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.pch" 
    897                                 AssemblerListingLocation="./output/pjlib-util-test-i386-win32-vc8-release/" 
    898                                 ObjectFile="./output/pjlib-util-test-i386-win32-vc8-release/" 
    899                                 ProgramDataBaseFileName="./output/pjlib-util-test-i386-win32-vc8-release/" 
    900                                 BrowseInformation="1" 
    901                                 WarningLevel="3" 
    902                                 SuppressStartupBanner="true" 
    903                         /> 
    904                         <Tool 
    905                                 Name="VCManagedResourceCompilerTool" 
    906                         /> 
    907                         <Tool 
    908                                 Name="VCResourceCompilerTool" 
    909                                 PreprocessorDefinitions="NDEBUG" 
    910                                 Culture="1033" 
     730                        /> 
     731                        <Tool 
     732                                Name="VCCLCompilerTool" 
     733                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     734                                PreprocessorDefinitions="_CONSOLE;" 
     735                                PrecompiledHeaderFile="" 
     736                        /> 
     737                        <Tool 
     738                                Name="VCManagedResourceCompilerTool" 
     739                        /> 
     740                        <Tool 
     741                                Name="VCResourceCompilerTool" 
    911742                        /> 
    912743                        <Tool 
     
    916747                                Name="VCLinkerTool" 
    917748                                AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib ole32.lib" 
    918                                 OutputFile="../bin/pjlib-util-test-i386-win32-vc8-release.exe" 
    919                                 LinkIncremental="1" 
    920                                 SuppressStartupBanner="true" 
    921                                 ProgramDatabaseFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib-util-test-i386-win32-vc8-release.pdb" 
    922                                 SubSystem="1" 
    923                                 TargetMachine="1" 
     749                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     750 
    924751                        /> 
    925752                        <Tool 
     
    934761                        <Tool 
    935762                                Name="VCBscMakeTool" 
    936                                 SuppressStartupBanner="true" 
    937                                 OutputFile="./output/pjlib-util-test-i386-win32-vc8-release/pjlib_util_test.bsc" 
    938763                        /> 
    939764                        <Tool 
     
    952777                <Configuration 
    953778                        Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    954                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    955                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    956                         ConfigurationType="1" 
     779                        ConfigurationType="1" 
     780                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     781                        ATLMinimizesCRunTimeLibraryUsage="false" 
    957782                        CharacterSet="1" 
    958783                        > 
     
    971796                        <Tool 
    972797                                Name="VCMIDLTool" 
     798                        /> 
     799                        <Tool 
     800                                Name="VCCLCompilerTool" 
     801                                ExecutionBucket="7" 
     802                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     803                                PreprocessorDefinitions="" 
     804                                PrecompiledHeaderFile="" 
     805                        /> 
     806                        <Tool 
     807                                Name="VCManagedResourceCompilerTool" 
     808                        /> 
     809                        <Tool 
     810                                Name="VCResourceCompilerTool" 
     811                        /> 
     812                        <Tool 
     813                                Name="VCPreLinkEventTool" 
     814                        /> 
     815                        <Tool 
     816                                Name="VCLinkerTool" 
     817                                AdditionalDependencies="ws2.lib" 
     818                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).exe" 
     819 
     820                        /> 
     821                        <Tool 
     822                                Name="VCALinkTool" 
     823                        /> 
     824                        <Tool 
     825                                Name="VCXDCMakeTool" 
     826                        /> 
     827                        <Tool 
     828                                Name="VCBscMakeTool" 
     829                        /> 
     830                        <Tool 
     831                                Name="VCCodeSignTool" 
     832                        /> 
     833                        <Tool 
     834                                Name="VCPostBuildEventTool" 
     835                        /> 
     836                        <DeploymentTool 
     837                                ForceDirty="-1" 
     838                                RemoteDirectory="" 
     839                                RegisterOutput="0" 
     840                                AdditionalFiles="" 
     841                        /> 
     842                        <DebuggerTool 
     843                        /> 
     844                </Configuration> 
     845                <Configuration 
     846                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     847                        OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     848                        IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     849                        ConfigurationType="1" 
     850                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     851                        ATLMinimizesCRunTimeLibraryUsage="false" 
     852                        CharacterSet="1" 
     853                        > 
     854                        <Tool 
     855                                Name="VCPreBuildEventTool" 
     856                        /> 
     857                        <Tool 
     858                                Name="VCCustomBuildTool" 
     859                        /> 
     860                        <Tool 
     861                                Name="VCXMLDataGeneratorTool" 
     862                        /> 
     863                        <Tool 
     864                                Name="VCWebServiceProxyGeneratorTool" 
     865                        /> 
     866                        <Tool 
     867                                Name="VCMIDLTool" 
    973868                                TargetEnvironment="1" 
    974869                        /> 
     
    977872                                ExecutionBucket="7" 
    978873                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
    979                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    980                                 ExceptionHandling="0" 
    981                                 WarningLevel="3" 
    982                                 CompileAs="0" 
    983                                 CompileForArchitecture="0" 
     874                                PreprocessorDefinitions="" 
     875                                PrecompiledHeaderFile="" 
    984876                        /> 
    985877                        <Tool 
     
    995887                                Name="VCLinkerTool" 
    996888                                AdditionalDependencies="ws2.lib" 
    997                                 OptimizeReferences="2" 
    998                                 EnableCOMDATFolding="2" 
    999889                                TargetMachine="0" 
     890                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 
     891 
     892                        /> 
     893                        <Tool 
     894                                Name="VCALinkTool" 
     895                        /> 
     896                        <Tool 
     897                                Name="VCXDCMakeTool" 
     898                        /> 
     899                        <Tool 
     900                                Name="VCBscMakeTool" 
     901                        /> 
     902                        <Tool 
     903                                Name="VCCodeSignTool" 
     904                        /> 
     905                        <Tool 
     906                                Name="VCPostBuildEventTool" 
     907                        /> 
     908                        <DeploymentTool 
     909                                ForceDirty="-1" 
     910                                RemoteDirectory="" 
     911                                RegisterOutput="0" 
     912                                AdditionalFiles="" 
     913                        /> 
     914                        <DebuggerTool 
     915                        /> 
     916                </Configuration> 
     917                <Configuration 
     918                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     919                        OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     920                        IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     921                        ConfigurationType="1" 
     922                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     923                        ATLMinimizesCRunTimeLibraryUsage="false" 
     924                        CharacterSet="1" 
     925                        > 
     926                        <Tool 
     927                                Name="VCPreBuildEventTool" 
     928                        /> 
     929                        <Tool 
     930                                Name="VCCustomBuildTool" 
     931                        /> 
     932                        <Tool 
     933                                Name="VCXMLDataGeneratorTool" 
     934                        /> 
     935                        <Tool 
     936                                Name="VCWebServiceProxyGeneratorTool" 
     937                        /> 
     938                        <Tool 
     939                                Name="VCMIDLTool" 
     940                                TargetEnvironment="1" 
     941                        /> 
     942                        <Tool 
     943                                Name="VCCLCompilerTool" 
     944                                ExecutionBucket="7" 
     945                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     946                                PreprocessorDefinitions="" 
     947                                PrecompiledHeaderFile="" 
     948                        /> 
     949                        <Tool 
     950                                Name="VCManagedResourceCompilerTool" 
     951                        /> 
     952                        <Tool 
     953                                Name="VCResourceCompilerTool" 
     954                        /> 
     955                        <Tool 
     956                                Name="VCPreLinkEventTool" 
     957                        /> 
     958                        <Tool 
     959                                Name="VCLinkerTool" 
     960                                AdditionalDependencies="ws2.lib" 
     961                                TargetMachine="0" 
     962                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 
     963 
     964                        /> 
     965                        <Tool 
     966                                Name="VCALinkTool" 
     967                        /> 
     968                        <Tool 
     969                                Name="VCXDCMakeTool" 
     970                        /> 
     971                        <Tool 
     972                                Name="VCBscMakeTool" 
     973                        /> 
     974                        <Tool 
     975                                Name="VCCodeSignTool" 
     976                        /> 
     977                        <Tool 
     978                                Name="VCPostBuildEventTool" 
     979                        /> 
     980                        <DeploymentTool 
     981                                ForceDirty="-1" 
     982                                RemoteDirectory="" 
     983                                RegisterOutput="0" 
     984                                AdditionalFiles="" 
     985                        /> 
     986                        <DebuggerTool 
     987                        /> 
     988                </Configuration> 
     989                <Configuration 
     990                        Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     991                        OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     992                        IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     993                        ConfigurationType="1" 
     994                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     995                        ATLMinimizesCRunTimeLibraryUsage="false" 
     996                        CharacterSet="1" 
     997                        > 
     998                        <Tool 
     999                                Name="VCPreBuildEventTool" 
     1000                        /> 
     1001                        <Tool 
     1002                                Name="VCCustomBuildTool" 
     1003                        /> 
     1004                        <Tool 
     1005                                Name="VCXMLDataGeneratorTool" 
     1006                        /> 
     1007                        <Tool 
     1008                                Name="VCWebServiceProxyGeneratorTool" 
     1009                        /> 
     1010                        <Tool 
     1011                                Name="VCMIDLTool" 
     1012                                TargetEnvironment="1" 
     1013                        /> 
     1014                        <Tool 
     1015                                Name="VCCLCompilerTool" 
     1016                                ExecutionBucket="7" 
     1017                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     1018                                PreprocessorDefinitions="" 
     1019                                PrecompiledHeaderFile="" 
     1020                        /> 
     1021                        <Tool 
     1022                                Name="VCManagedResourceCompilerTool" 
     1023                        /> 
     1024                        <Tool 
     1025                                Name="VCResourceCompilerTool" 
     1026                        /> 
     1027                        <Tool 
     1028                                Name="VCPreLinkEventTool" 
     1029                        /> 
     1030                        <Tool 
     1031                                Name="VCLinkerTool" 
     1032                                AdditionalDependencies="ws2.lib" 
     1033                                TargetMachine="0" 
     1034                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 
     1035 
     1036                        /> 
     1037                        <Tool 
     1038                                Name="VCALinkTool" 
     1039                        /> 
     1040                        <Tool 
     1041                                Name="VCXDCMakeTool" 
     1042                        /> 
     1043                        <Tool 
     1044                                Name="VCBscMakeTool" 
     1045                        /> 
     1046                        <Tool 
     1047                                Name="VCCodeSignTool" 
     1048                        /> 
     1049                        <Tool 
     1050                                Name="VCPostBuildEventTool" 
     1051                        /> 
     1052                        <DeploymentTool 
     1053                                ForceDirty="-1" 
     1054                                RemoteDirectory="" 
     1055                                RegisterOutput="0" 
     1056                                AdditionalFiles="" 
     1057                        /> 
     1058                        <DebuggerTool 
     1059                        /> 
     1060                </Configuration> 
     1061                <Configuration 
     1062                        Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1063                        OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     1064                        IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     1065                        ConfigurationType="1" 
     1066                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     1067                        ATLMinimizesCRunTimeLibraryUsage="false" 
     1068                        CharacterSet="1" 
     1069                        > 
     1070                        <Tool 
     1071                                Name="VCPreBuildEventTool" 
     1072                        /> 
     1073                        <Tool 
     1074                                Name="VCCustomBuildTool" 
     1075                        /> 
     1076                        <Tool 
     1077                                Name="VCXMLDataGeneratorTool" 
     1078                        /> 
     1079                        <Tool 
     1080                                Name="VCWebServiceProxyGeneratorTool" 
     1081                        /> 
     1082                        <Tool 
     1083                                Name="VCMIDLTool" 
     1084                                TargetEnvironment="1" 
     1085                        /> 
     1086                        <Tool 
     1087                                Name="VCCLCompilerTool" 
     1088                                ExecutionBucket="7" 
     1089                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     1090                                PreprocessorDefinitions="" 
     1091                                PrecompiledHeaderFile="" 
     1092                        /> 
     1093                        <Tool 
     1094                                Name="VCManagedResourceCompilerTool" 
     1095                        /> 
     1096                        <Tool 
     1097                                Name="VCResourceCompilerTool" 
     1098                        /> 
     1099                        <Tool 
     1100                                Name="VCPreLinkEventTool" 
     1101                        /> 
     1102                        <Tool 
     1103                                Name="VCLinkerTool" 
     1104                                AdditionalDependencies="ws2.lib" 
     1105                                TargetMachine="0" 
     1106                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 
     1107 
     1108                        /> 
     1109                        <Tool 
     1110                                Name="VCALinkTool" 
     1111                        /> 
     1112                        <Tool 
     1113                                Name="VCXDCMakeTool" 
     1114                        /> 
     1115                        <Tool 
     1116                                Name="VCBscMakeTool" 
     1117                        /> 
     1118                        <Tool 
     1119                                Name="VCCodeSignTool" 
     1120                        /> 
     1121                        <Tool 
     1122                                Name="VCPostBuildEventTool" 
     1123                        /> 
     1124                        <DeploymentTool 
     1125                                ForceDirty="-1" 
     1126                                RemoteDirectory="" 
     1127                                RegisterOutput="0" 
     1128                                AdditionalFiles="" 
     1129                        /> 
     1130                        <DebuggerTool 
     1131                        /> 
     1132                </Configuration> 
     1133                <Configuration 
     1134                        Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1135                        OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     1136                        IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     1137                        ConfigurationType="1" 
     1138                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     1139                        ATLMinimizesCRunTimeLibraryUsage="false" 
     1140                        CharacterSet="1" 
     1141                        > 
     1142                        <Tool 
     1143                                Name="VCPreBuildEventTool" 
     1144                        /> 
     1145                        <Tool 
     1146                                Name="VCCustomBuildTool" 
     1147                        /> 
     1148                        <Tool 
     1149                                Name="VCXMLDataGeneratorTool" 
     1150                        /> 
     1151                        <Tool 
     1152                                Name="VCWebServiceProxyGeneratorTool" 
     1153                        /> 
     1154                        <Tool 
     1155                                Name="VCMIDLTool" 
     1156                                TargetEnvironment="1" 
     1157                        /> 
     1158                        <Tool 
     1159                                Name="VCCLCompilerTool" 
     1160                                ExecutionBucket="7" 
     1161                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     1162                                PreprocessorDefinitions="" 
     1163                                PrecompiledHeaderFile="" 
     1164                        /> 
     1165                        <Tool 
     1166                                Name="VCManagedResourceCompilerTool" 
     1167                        /> 
     1168                        <Tool 
     1169                                Name="VCResourceCompilerTool" 
     1170                        /> 
     1171                        <Tool 
     1172                                Name="VCPreLinkEventTool" 
     1173                        /> 
     1174                        <Tool 
     1175                                Name="VCLinkerTool" 
     1176                                AdditionalDependencies="ws2.lib" 
     1177                                TargetMachine="0" 
     1178                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 
     1179 
     1180                        /> 
     1181                        <Tool 
     1182                                Name="VCALinkTool" 
     1183                        /> 
     1184                        <Tool 
     1185                                Name="VCXDCMakeTool" 
     1186                        /> 
     1187                        <Tool 
     1188                                Name="VCBscMakeTool" 
     1189                        /> 
     1190                        <Tool 
     1191                                Name="VCCodeSignTool" 
     1192                        /> 
     1193                        <Tool 
     1194                                Name="VCPostBuildEventTool" 
     1195                        /> 
     1196                        <DeploymentTool 
     1197                                ForceDirty="-1" 
     1198                                RemoteDirectory="" 
     1199                                RegisterOutput="0" 
     1200                                AdditionalFiles="" 
     1201                        /> 
     1202                        <DebuggerTool 
     1203                        /> 
     1204                </Configuration> 
     1205                <Configuration 
     1206                        Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1207                        OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     1208                        IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 
     1209                        ConfigurationType="1" 
     1210                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     1211                        ATLMinimizesCRunTimeLibraryUsage="false" 
     1212                        CharacterSet="1" 
     1213                        > 
     1214                        <Tool 
     1215                                Name="VCPreBuildEventTool" 
     1216                        /> 
     1217                        <Tool 
     1218                                Name="VCCustomBuildTool" 
     1219                        /> 
     1220                        <Tool 
     1221                                Name="VCXMLDataGeneratorTool" 
     1222                        /> 
     1223                        <Tool 
     1224                                Name="VCWebServiceProxyGeneratorTool" 
     1225                        /> 
     1226                        <Tool 
     1227                                Name="VCMIDLTool" 
     1228                                TargetEnvironment="1" 
     1229                        /> 
     1230                        <Tool 
     1231                                Name="VCCLCompilerTool" 
     1232                                ExecutionBucket="7" 
     1233                                AdditionalIncludeDirectories="../include,../../pjlib/include" 
     1234                                PreprocessorDefinitions="" 
     1235                                PrecompiledHeaderFile="" 
     1236                        /> 
     1237                        <Tool 
     1238                                Name="VCManagedResourceCompilerTool" 
     1239                        /> 
     1240                        <Tool 
     1241                                Name="VCResourceCompilerTool" 
     1242                        /> 
     1243                        <Tool 
     1244                                Name="VCPreLinkEventTool" 
     1245                        /> 
     1246                        <Tool 
     1247                                Name="VCLinkerTool" 
     1248                                AdditionalDependencies="ws2.lib" 
     1249                                TargetMachine="0" 
     1250                                OutputFile="..\bin\pjlib-util-test-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).exe" 
     1251 
    10001252                        /> 
    10011253                        <Tool 
     
    11341386                                <FileConfiguration 
    11351387                                        Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
     1388                                        ExcludedFromBuild="true" 
     1389                                        > 
     1390                                        <Tool 
     1391                                                Name="VCCLCompilerTool" 
     1392                                        /> 
     1393                                </FileConfiguration> 
     1394                                <FileConfiguration 
     1395                                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1396                                        ExcludedFromBuild="true" 
     1397                                        > 
     1398                                        <Tool 
     1399                                                Name="VCCLCompilerTool" 
     1400                                        /> 
     1401                                </FileConfiguration> 
     1402                                <FileConfiguration 
     1403                                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1404                                        ExcludedFromBuild="true" 
     1405                                        > 
     1406                                        <Tool 
     1407                                                Name="VCCLCompilerTool" 
     1408                                        /> 
     1409                                </FileConfiguration> 
     1410                                <FileConfiguration 
     1411                                        Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1412                                        ExcludedFromBuild="true" 
     1413                                        > 
     1414                                        <Tool 
     1415                                                Name="VCCLCompilerTool" 
     1416                                        /> 
     1417                                </FileConfiguration> 
     1418                                <FileConfiguration 
     1419                                        Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1420                                        ExcludedFromBuild="true" 
     1421                                        > 
     1422                                        <Tool 
     1423                                                Name="VCCLCompilerTool" 
     1424                                        /> 
     1425                                </FileConfiguration> 
     1426                                <FileConfiguration 
     1427                                        Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1428                                        ExcludedFromBuild="true" 
     1429                                        > 
     1430                                        <Tool 
     1431                                                Name="VCCLCompilerTool" 
     1432                                        /> 
     1433                                </FileConfiguration> 
     1434                                <FileConfiguration 
     1435                                        Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
    11361436                                        ExcludedFromBuild="true" 
    11371437                                        > 
  • pjproject/trunk/pjlib/build/pjlib.vcproj

    r2584 r2638  
    1414                        Name="Windows Mobile 6 Standard SDK (ARMV4I)" 
    1515                /> 
     16                <Platform 
     17                        Name="Windows Mobile 6 Professional SDK (ARMV4I)" 
     18                /> 
    1619        </Platforms> 
    1720        <ToolFiles> 
     
    2023                <Configuration 
    2124                        Name="Debug|Win32" 
    22                         OutputDirectory=".\output\pjlib-i386-win32-vc8-debug" 
    23                         IntermediateDirectory=".\output\pjlib-i386-win32-vc8-debug" 
     25                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     26 
     27                        ATLMinimizesCRunTimeLibraryUsage="false" 
     28 
     29                        CharacterSet="2" 
     30 
    2431                        ConfigurationType="4" 
    25                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    2632                        UseOfMFC="0" 
    27                         ATLMinimizesCRunTimeLibraryUsage="false" 
    28                         CharacterSet="2" 
    2933                        > 
    3034                        <Tool 
     
    4549                        <Tool 
    4650                                Name="VCCLCompilerTool" 
    47                                 Optimization="0" 
     51                                PrecompiledHeaderFile="" 
     52 
     53                                PreprocessorDefinitions="_LIB;" 
     54 
    4855                                AdditionalIncludeDirectories="../include" 
    49                                 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386" 
    50                                 MinimalRebuild="true" 
    51                                 BasicRuntimeChecks="3" 
    52                                 RuntimeLibrary="1" 
    53                                 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.pch" 
    54                                 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-debug/" 
    55                                 ObjectFile=".\output\pjlib-i386-win32-vc8-debug/" 
    56                                 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-debug/" 
    57                                 BrowseInformation="1" 
    58                                 WarningLevel="4" 
    59                                 SuppressStartupBanner="true" 
    60                                 DebugInformationFormat="4" 
    6156                        /> 
    6257                        <Tool 
     
    6560                        <Tool 
    6661                                Name="VCResourceCompilerTool" 
    67                                 PreprocessorDefinitions="_DEBUG" 
    68                                 Culture="1033" 
    6962                        /> 
    7063                        <Tool 
     
    7366                        <Tool 
    7467                                Name="VCLibrarianTool" 
    75                                 OutputFile="../lib/pjlib-i386-win32-vc8-debug.lib" 
    76                                 SuppressStartupBanner="true" 
    7768                        /> 
    7869                        <Tool 
     
    8475                        <Tool 
    8576                                Name="VCBscMakeTool" 
    86                                 SuppressStartupBanner="true" 
    87                                 OutputFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.bsc" 
    8877                        /> 
    8978                        <Tool 
     
    9685                <Configuration 
    9786                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
    98                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    99                         IntermediateDirectory="$(OutDir)" 
     87                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     88 
     89                        ATLMinimizesCRunTimeLibraryUsage="false" 
     90 
     91                        CharacterSet="1" 
     92 
    10093                        ConfigurationType="4" 
    101                         CharacterSet="1" 
    10294                        > 
    10395                        <Tool 
     
    118110                        <Tool 
    119111                                Name="VCCLCompilerTool" 
    120                                 ExecutionBucket="7" 
    121                                 Optimization="0" 
    122                                 FavorSizeOrSpeed="0" 
     112                                PrecompiledHeaderFile="" 
     113 
     114                                PreprocessorDefinitions="_LIB;" 
     115 
    123116                                AdditionalIncludeDirectories="../include" 
    124                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    125                                 ExceptionHandling="0" 
    126                                 RuntimeLibrary="1" 
    127                                 WarningLevel="3" 
    128                                 DebugInformationFormat="3" 
    129                                 CompileAs="0" 
    130                                 CompileForArchitecture="0" 
    131117                        /> 
    132118                        <Tool 
     
    141127                        <Tool 
    142128                                Name="VCLibrarianTool" 
    143                                 AdditionalOptions="" 
     129                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     130 
    144131                        /> 
    145132                        <Tool 
     
    168155                </Configuration> 
    169156                <Configuration 
    170                         Name="Release|Win32" 
    171                         OutputDirectory=".\output\pjlib-i386-win32-vc8-release" 
    172                         IntermediateDirectory="$(OutDir)" 
     157                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     158                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     159 
     160                        ATLMinimizesCRunTimeLibraryUsage="false" 
     161 
     162                        CharacterSet="1" 
     163 
    173164                        ConfigurationType="4" 
    174                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    175                         UseOfMFC="0" 
    176                         ATLMinimizesCRunTimeLibraryUsage="false" 
    177                         CharacterSet="2" 
    178165                        > 
    179166                        <Tool 
     
    194181                        <Tool 
    195182                                Name="VCCLCompilerTool" 
    196                                 Optimization="2" 
    197                                 InlineFunctionExpansion="2" 
     183                                PrecompiledHeaderFile="" 
     184 
     185                                PreprocessorDefinitions="_LIB;" 
     186 
    198187                                AdditionalIncludeDirectories="../include" 
    199                                 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386" 
    200                                 StringPooling="true" 
    201                                 RuntimeLibrary="2" 
    202                                 EnableFunctionLevelLinking="true" 
    203                                 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-release/pjlib.pch" 
    204                                 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-release/" 
    205                                 ObjectFile=".\output\pjlib-i386-win32-vc8-release/" 
    206                                 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-release/" 
    207                                 BrowseInformation="1" 
    208                                 WarningLevel="4" 
    209                                 SuppressStartupBanner="true" 
    210                                 DebugInformationFormat="3" 
    211188                        /> 
    212189                        <Tool 
     
    215192                        <Tool 
    216193                                Name="VCResourceCompilerTool" 
    217                                 PreprocessorDefinitions="NDEBUG" 
    218                                 Culture="1033" 
    219194                        /> 
    220195                        <Tool 
     
    223198                        <Tool 
    224199                                Name="VCLibrarianTool" 
    225                                 OutputFile="../lib/pjlib-i386-win32-vc8-release.lib" 
    226                                 SuppressStartupBanner="true" 
    227                         /> 
    228                         <Tool 
    229                                 Name="VCALinkTool" 
    230                         /> 
    231                         <Tool 
    232                                 Name="VCXDCMakeTool" 
    233                         /> 
    234                         <Tool 
    235                                 Name="VCBscMakeTool" 
    236                                 SuppressStartupBanner="true" 
    237                                 OutputFile=".\output\pjlib-i386-win32-vc8-release/pjlib.bsc" 
    238                         /> 
    239                         <Tool 
    240                                 Name="VCFxCopTool" 
    241                         /> 
    242                         <Tool 
    243                                 Name="VCPostBuildEventTool" 
    244                         /> 
    245                 </Configuration> 
    246                 <Configuration 
    247                         Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
    248                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    249                         IntermediateDirectory="$(OutDir)" 
    250                         ConfigurationType="4" 
    251                         CharacterSet="1" 
    252                         > 
    253                         <Tool 
    254                                 Name="VCPreBuildEventTool" 
    255                         /> 
    256                         <Tool 
    257                                 Name="VCCustomBuildTool" 
    258                         /> 
    259                         <Tool 
    260                                 Name="VCXMLDataGeneratorTool" 
    261                         /> 
    262                         <Tool 
    263                                 Name="VCWebServiceProxyGeneratorTool" 
    264                         /> 
    265                         <Tool 
    266                                 Name="VCMIDLTool" 
    267                         /> 
    268                         <Tool 
    269                                 Name="VCCLCompilerTool" 
    270                                 ExecutionBucket="7" 
    271                                 Optimization="2" 
    272                                 FavorSizeOrSpeed="2" 
    273                                 AdditionalIncludeDirectories="../include" 
    274                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    275                                 ExceptionHandling="0" 
    276                                 RuntimeLibrary="0" 
    277                                 WarningLevel="3" 
    278                                 DebugInformationFormat="0" 
    279                                 CompileAs="0" 
    280                         /> 
    281                         <Tool 
    282                                 Name="VCManagedResourceCompilerTool" 
    283                         /> 
    284                         <Tool 
    285                                 Name="VCResourceCompilerTool" 
    286                         /> 
    287                         <Tool 
    288                                 Name="VCPreLinkEventTool" 
    289                         /> 
    290                         <Tool 
    291                                 Name="VCLibrarianTool" 
    292                                 AdditionalOptions="" 
     200                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     201 
    293202                        /> 
    294203                        <Tool 
     
    317226                </Configuration> 
    318227                <Configuration 
    319                         Name="Debug-Static|Win32" 
    320                         OutputDirectory="$(ConfigurationName)" 
    321                         IntermediateDirectory="$(ConfigurationName)" 
     228                        Name="Release|Win32" 
     229                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     230 
     231                        ATLMinimizesCRunTimeLibraryUsage="false" 
     232 
     233                        CharacterSet="2" 
     234 
    322235                        ConfigurationType="4" 
    323                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    324236                        UseOfMFC="0" 
    325                         ATLMinimizesCRunTimeLibraryUsage="false" 
    326                         CharacterSet="2" 
    327237                        > 
    328238                        <Tool 
     
    343253                        <Tool 
    344254                                Name="VCCLCompilerTool" 
    345                                 Optimization="0" 
     255                                PrecompiledHeaderFile="" 
     256 
     257                                PreprocessorDefinitions="_LIB;" 
     258 
    346259                                AdditionalIncludeDirectories="../include" 
    347                                 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386" 
    348                                 MinimalRebuild="true" 
    349                                 BasicRuntimeChecks="3" 
    350                                 RuntimeLibrary="1" 
    351                                 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.pch" 
    352                                 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-debug/" 
    353                                 ObjectFile=".\output\pjlib-i386-win32-vc8-debug/" 
    354                                 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-debug/" 
    355                                 BrowseInformation="1" 
    356                                 WarningLevel="4" 
    357                                 SuppressStartupBanner="true" 
    358                                 DebugInformationFormat="4" 
    359260                        /> 
    360261                        <Tool 
     
    363264                        <Tool 
    364265                                Name="VCResourceCompilerTool" 
    365                                 PreprocessorDefinitions="_DEBUG" 
    366                                 Culture="1033" 
    367266                        /> 
    368267                        <Tool 
     
    371270                        <Tool 
    372271                                Name="VCLibrarianTool" 
    373                                 OutputFile="../lib/pjlib-i386-win32-vc8-debug.lib" 
    374                                 SuppressStartupBanner="true" 
    375272                        /> 
    376273                        <Tool 
     
    382279                        <Tool 
    383280                                Name="VCBscMakeTool" 
    384                                 SuppressStartupBanner="true" 
    385                                 OutputFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.bsc" 
    386281                        /> 
    387282                        <Tool 
     
    393288                </Configuration> 
    394289                <Configuration 
    395                         Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    396                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    397                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     290                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
     291                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     292 
     293                        ATLMinimizesCRunTimeLibraryUsage="false" 
     294 
     295                        CharacterSet="1" 
     296 
    398297                        ConfigurationType="4" 
    399                         CharacterSet="1" 
    400298                        > 
    401299                        <Tool 
     
    413311                        <Tool 
    414312                                Name="VCMIDLTool" 
    415                                 TargetEnvironment="1" 
    416313                        /> 
    417314                        <Tool 
    418315                                Name="VCCLCompilerTool" 
    419                                 ExecutionBucket="7" 
    420                                 Optimization="0" 
    421                                 FavorSizeOrSpeed="0" 
     316                                PrecompiledHeaderFile="" 
     317 
     318                                PreprocessorDefinitions="_LIB;" 
     319 
    422320                                AdditionalIncludeDirectories="../include" 
    423                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    424                                 ExceptionHandling="0" 
    425                                 RuntimeLibrary="1" 
    426                                 WarningLevel="3" 
    427                                 DebugInformationFormat="3" 
    428                                 CompileAs="0" 
    429                                 CompileForArchitecture="0" 
    430321                        /> 
    431322                        <Tool 
     
    440331                        <Tool 
    441332                                Name="VCLibrarianTool" 
    442                                 AdditionalOptions="" 
     333                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     334 
    443335                        /> 
    444336                        <Tool 
     
    467359                </Configuration> 
    468360                <Configuration 
    469                         Name="Release-Dynamic|Win32" 
    470                         OutputDirectory="$(ConfigurationName)" 
    471                         IntermediateDirectory="$(OutDir)" 
     361                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     362                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     363 
     364                        ATLMinimizesCRunTimeLibraryUsage="false" 
     365 
     366                        CharacterSet="1" 
     367 
    472368                        ConfigurationType="4" 
    473                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    474                         UseOfMFC="0" 
    475                         ATLMinimizesCRunTimeLibraryUsage="false" 
    476                         CharacterSet="2" 
    477369                        > 
    478370                        <Tool 
     
    493385                        <Tool 
    494386                                Name="VCCLCompilerTool" 
    495                                 Optimization="2" 
    496                                 InlineFunctionExpansion="2" 
     387                                PrecompiledHeaderFile="" 
     388 
     389                                PreprocessorDefinitions="_LIB;" 
     390 
    497391                                AdditionalIncludeDirectories="../include" 
    498                                 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386" 
    499                                 StringPooling="true" 
    500                                 RuntimeLibrary="2" 
    501                                 EnableFunctionLevelLinking="true" 
    502                                 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-release/pjlib.pch" 
    503                                 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-release/" 
    504                                 ObjectFile=".\output\pjlib-i386-win32-vc8-release/" 
    505                                 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-release/" 
    506                                 BrowseInformation="1" 
    507                                 WarningLevel="4" 
    508                                 SuppressStartupBanner="true" 
    509                                 DebugInformationFormat="3" 
    510392                        /> 
    511393                        <Tool 
     
    514396                        <Tool 
    515397                                Name="VCResourceCompilerTool" 
    516                                 PreprocessorDefinitions="NDEBUG" 
    517                                 Culture="1033" 
    518398                        /> 
    519399                        <Tool 
     
    522402                        <Tool 
    523403                                Name="VCLibrarianTool" 
    524                                 OutputFile="../lib/pjlib-i386-win32-vc8-release.lib" 
    525                                 SuppressStartupBanner="true" 
    526                         /> 
    527                         <Tool 
    528                                 Name="VCALinkTool" 
    529                         /> 
    530                         <Tool 
    531                                 Name="VCXDCMakeTool" 
    532                         /> 
    533                         <Tool 
    534                                 Name="VCBscMakeTool" 
    535                                 SuppressStartupBanner="true" 
    536                                 OutputFile=".\output\pjlib-i386-win32-vc8-release/pjlib.bsc" 
    537                         /> 
    538                         <Tool 
    539                                 Name="VCFxCopTool" 
    540                         /> 
    541                         <Tool 
    542                                 Name="VCPostBuildEventTool" 
    543                         /> 
    544                 </Configuration> 
    545                 <Configuration 
    546                         Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    547                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    548                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    549                         ConfigurationType="4" 
    550                         CharacterSet="1" 
    551                         > 
    552                         <Tool 
    553                                 Name="VCPreBuildEventTool" 
    554                         /> 
    555                         <Tool 
    556                                 Name="VCCustomBuildTool" 
    557                         /> 
    558                         <Tool 
    559                                 Name="VCXMLDataGeneratorTool" 
    560                         /> 
    561                         <Tool 
    562                                 Name="VCWebServiceProxyGeneratorTool" 
    563                         /> 
    564                         <Tool 
    565                                 Name="VCMIDLTool" 
    566                                 TargetEnvironment="1" 
    567                         /> 
    568                         <Tool 
    569                                 Name="VCCLCompilerTool" 
    570                                 ExecutionBucket="7" 
    571                                 Optimization="2" 
    572                                 FavorSizeOrSpeed="2" 
    573                                 AdditionalIncludeDirectories="../include" 
    574                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    575                                 ExceptionHandling="0" 
    576                                 RuntimeLibrary="0" 
    577                                 WarningLevel="3" 
    578                                 DebugInformationFormat="0" 
    579                                 CompileAs="0" 
    580                         /> 
    581                         <Tool 
    582                                 Name="VCManagedResourceCompilerTool" 
    583                         /> 
    584                         <Tool 
    585                                 Name="VCResourceCompilerTool" 
    586                         /> 
    587                         <Tool 
    588                                 Name="VCPreLinkEventTool" 
    589                         /> 
    590                         <Tool 
    591                                 Name="VCLibrarianTool" 
    592                                 AdditionalOptions="" 
     404                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     405 
    593406                        /> 
    594407                        <Tool 
     
    617430                </Configuration> 
    618431                <Configuration 
    619                         Name="Debug-Dynamic|Win32" 
    620                         OutputDirectory="$(ConfigurationName)" 
    621                         IntermediateDirectory="$(ConfigurationName)" 
     432                        Name="Debug-Static|Win32" 
     433                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     434 
     435                        ATLMinimizesCRunTimeLibraryUsage="false" 
     436 
     437                        CharacterSet="2" 
     438 
    622439                        ConfigurationType="4" 
    623                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    624440                        UseOfMFC="0" 
    625                         ATLMinimizesCRunTimeLibraryUsage="false" 
    626                         CharacterSet="2" 
    627441                        > 
    628442                        <Tool 
     
    643457                        <Tool 
    644458                                Name="VCCLCompilerTool" 
    645                                 Optimization="0" 
     459                                PrecompiledHeaderFile="" 
     460 
     461                                PreprocessorDefinitions="_LIB;" 
     462 
    646463                                AdditionalIncludeDirectories="../include" 
    647                                 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386" 
    648                                 MinimalRebuild="true" 
    649                                 BasicRuntimeChecks="3" 
    650                                 RuntimeLibrary="3" 
    651                                 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.pch" 
    652                                 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-debug/" 
    653                                 ObjectFile=".\output\pjlib-i386-win32-vc8-debug/" 
    654                                 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-debug/" 
    655                                 BrowseInformation="1" 
    656                                 WarningLevel="4" 
    657                                 SuppressStartupBanner="true" 
    658                                 DebugInformationFormat="4" 
    659464                        /> 
    660465                        <Tool 
     
    663468                        <Tool 
    664469                                Name="VCResourceCompilerTool" 
    665                                 PreprocessorDefinitions="_DEBUG" 
    666                                 Culture="1033" 
    667470                        /> 
    668471                        <Tool 
     
    671474                        <Tool 
    672475                                Name="VCLibrarianTool" 
    673                                 OutputFile="../lib/pjlib-i386-win32-vc8-debug.lib" 
    674                                 SuppressStartupBanner="true" 
    675476                        /> 
    676477                        <Tool 
     
    682483                        <Tool 
    683484                                Name="VCBscMakeTool" 
    684                                 SuppressStartupBanner="true" 
    685                                 OutputFile=".\output\pjlib-i386-win32-vc8-debug/pjlib.bsc" 
    686485                        /> 
    687486                        <Tool 
     
    693492                </Configuration> 
    694493                <Configuration 
    695                         Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    696                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    697                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     494                        Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
     495                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     496 
     497                        ATLMinimizesCRunTimeLibraryUsage="false" 
     498 
     499                        CharacterSet="1" 
     500 
    698501                        ConfigurationType="4" 
    699                         CharacterSet="1" 
    700502                        > 
    701503                        <Tool 
     
    713515                        <Tool 
    714516                                Name="VCMIDLTool" 
    715                                 TargetEnvironment="1" 
    716517                        /> 
    717518                        <Tool 
    718519                                Name="VCCLCompilerTool" 
    719                                 ExecutionBucket="7" 
    720                                 Optimization="0" 
    721                                 FavorSizeOrSpeed="0" 
     520                                PrecompiledHeaderFile="" 
     521 
     522                                PreprocessorDefinitions="_LIB;" 
     523 
    722524                                AdditionalIncludeDirectories="../include" 
    723                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    724                                 ExceptionHandling="0" 
    725                                 RuntimeLibrary="1" 
    726                                 WarningLevel="3" 
    727                                 DebugInformationFormat="3" 
    728                                 CompileAs="0" 
    729                                 CompileForArchitecture="0" 
    730525                        /> 
    731526                        <Tool 
     
    740535                        <Tool 
    741536                                Name="VCLibrarianTool" 
    742                                 AdditionalOptions="" 
     537                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     538 
    743539                        /> 
    744540                        <Tool 
     
    767563                </Configuration> 
    768564                <Configuration 
     565                        Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     566                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     567 
     568                        ATLMinimizesCRunTimeLibraryUsage="false" 
     569 
     570                        CharacterSet="1" 
     571 
     572                        ConfigurationType="4" 
     573                        > 
     574                        <Tool 
     575                                Name="VCPreBuildEventTool" 
     576                        /> 
     577                        <Tool 
     578                                Name="VCCustomBuildTool" 
     579                        /> 
     580                        <Tool 
     581                                Name="VCXMLDataGeneratorTool" 
     582                        /> 
     583                        <Tool 
     584                                Name="VCWebServiceProxyGeneratorTool" 
     585                        /> 
     586                        <Tool 
     587                                Name="VCMIDLTool" 
     588                        /> 
     589                        <Tool 
     590                                Name="VCCLCompilerTool" 
     591                                PrecompiledHeaderFile="" 
     592 
     593                                PreprocessorDefinitions="_LIB;" 
     594 
     595                                AdditionalIncludeDirectories="../include" 
     596                        /> 
     597                        <Tool 
     598                                Name="VCManagedResourceCompilerTool" 
     599                        /> 
     600                        <Tool 
     601                                Name="VCResourceCompilerTool" 
     602                        /> 
     603                        <Tool 
     604                                Name="VCPreLinkEventTool" 
     605                        /> 
     606                        <Tool 
     607                                Name="VCLibrarianTool" 
     608                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     609 
     610                        /> 
     611                        <Tool 
     612                                Name="VCALinkTool" 
     613                        /> 
     614                        <Tool 
     615                                Name="VCXDCMakeTool" 
     616                        /> 
     617                        <Tool 
     618                                Name="VCBscMakeTool" 
     619                        /> 
     620                        <Tool 
     621                                Name="VCCodeSignTool" 
     622                        /> 
     623                        <Tool 
     624                                Name="VCPostBuildEventTool" 
     625                        /> 
     626                        <DeploymentTool 
     627                                ForceDirty="-1" 
     628                                RemoteDirectory="" 
     629                                RegisterOutput="0" 
     630                                AdditionalFiles="" 
     631                        /> 
     632                        <DebuggerTool 
     633                        /> 
     634                </Configuration> 
     635                <Configuration 
     636                        Name="Release-Dynamic|Win32" 
     637                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     638 
     639                        ATLMinimizesCRunTimeLibraryUsage="false" 
     640 
     641                        CharacterSet="2" 
     642 
     643                        ConfigurationType="4" 
     644                        UseOfMFC="0" 
     645                        > 
     646                        <Tool 
     647                                Name="VCPreBuildEventTool" 
     648                        /> 
     649                        <Tool 
     650                                Name="VCCustomBuildTool" 
     651                        /> 
     652                        <Tool 
     653                                Name="VCXMLDataGeneratorTool" 
     654                        /> 
     655                        <Tool 
     656                                Name="VCWebServiceProxyGeneratorTool" 
     657                        /> 
     658                        <Tool 
     659                                Name="VCMIDLTool" 
     660                        /> 
     661                        <Tool 
     662                                Name="VCCLCompilerTool" 
     663                                PrecompiledHeaderFile="" 
     664 
     665                                PreprocessorDefinitions="_LIB;" 
     666 
     667                                AdditionalIncludeDirectories="../include" 
     668                        /> 
     669                        <Tool 
     670                                Name="VCManagedResourceCompilerTool" 
     671                        /> 
     672                        <Tool 
     673                                Name="VCResourceCompilerTool" 
     674                        /> 
     675                        <Tool 
     676                                Name="VCPreLinkEventTool" 
     677                        /> 
     678                        <Tool 
     679                                Name="VCLibrarianTool" 
     680                        /> 
     681                        <Tool 
     682                                Name="VCALinkTool" 
     683                        /> 
     684                        <Tool 
     685                                Name="VCXDCMakeTool" 
     686                        /> 
     687                        <Tool 
     688                                Name="VCBscMakeTool" 
     689                        /> 
     690                        <Tool 
     691                                Name="VCFxCopTool" 
     692                        /> 
     693                        <Tool 
     694                                Name="VCPostBuildEventTool" 
     695                        /> 
     696                </Configuration> 
     697                <Configuration 
     698                        Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     699                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     700 
     701                        ATLMinimizesCRunTimeLibraryUsage="false" 
     702 
     703                        CharacterSet="1" 
     704 
     705                        ConfigurationType="4" 
     706                        > 
     707                        <Tool 
     708                                Name="VCPreBuildEventTool" 
     709                        /> 
     710                        <Tool 
     711                                Name="VCCustomBuildTool" 
     712                        /> 
     713                        <Tool 
     714                                Name="VCXMLDataGeneratorTool" 
     715                        /> 
     716                        <Tool 
     717                                Name="VCWebServiceProxyGeneratorTool" 
     718                        /> 
     719                        <Tool 
     720                                Name="VCMIDLTool" 
     721                        /> 
     722                        <Tool 
     723                                Name="VCCLCompilerTool" 
     724                                PrecompiledHeaderFile="" 
     725 
     726                                PreprocessorDefinitions="_LIB;" 
     727 
     728                                AdditionalIncludeDirectories="../include" 
     729                        /> 
     730                        <Tool 
     731                                Name="VCManagedResourceCompilerTool" 
     732                        /> 
     733                        <Tool 
     734                                Name="VCResourceCompilerTool" 
     735                        /> 
     736                        <Tool 
     737                                Name="VCPreLinkEventTool" 
     738                        /> 
     739                        <Tool 
     740                                Name="VCLibrarianTool" 
     741                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     742 
     743                        /> 
     744                        <Tool 
     745                                Name="VCALinkTool" 
     746                        /> 
     747                        <Tool 
     748                                Name="VCXDCMakeTool" 
     749                        /> 
     750                        <Tool 
     751                                Name="VCBscMakeTool" 
     752                        /> 
     753                        <Tool 
     754                                Name="VCCodeSignTool" 
     755                        /> 
     756                        <Tool 
     757                                Name="VCPostBuildEventTool" 
     758                        /> 
     759                        <DeploymentTool 
     760                                ForceDirty="-1" 
     761                                RemoteDirectory="" 
     762                                RegisterOutput="0" 
     763                                AdditionalFiles="" 
     764                        /> 
     765                        <DebuggerTool 
     766                        /> 
     767                </Configuration> 
     768                <Configuration 
     769                        Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     770                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     771 
     772                        ATLMinimizesCRunTimeLibraryUsage="false" 
     773 
     774                        CharacterSet="1" 
     775 
     776                        ConfigurationType="4" 
     777                        > 
     778                        <Tool 
     779                                Name="VCPreBuildEventTool" 
     780                        /> 
     781                        <Tool 
     782                                Name="VCCustomBuildTool" 
     783                        /> 
     784                        <Tool 
     785                                Name="VCXMLDataGeneratorTool" 
     786                        /> 
     787                        <Tool 
     788                                Name="VCWebServiceProxyGeneratorTool" 
     789                        /> 
     790                        <Tool 
     791                                Name="VCMIDLTool" 
     792                        /> 
     793                        <Tool 
     794                                Name="VCCLCompilerTool" 
     795                                PrecompiledHeaderFile="" 
     796 
     797                                PreprocessorDefinitions="_LIB;" 
     798 
     799                                AdditionalIncludeDirectories="../include" 
     800                        /> 
     801                        <Tool 
     802                                Name="VCManagedResourceCompilerTool" 
     803                        /> 
     804                        <Tool 
     805                                Name="VCResourceCompilerTool" 
     806                        /> 
     807                        <Tool 
     808                                Name="VCPreLinkEventTool" 
     809                        /> 
     810                        <Tool 
     811                                Name="VCLibrarianTool" 
     812                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     813 
     814                        /> 
     815                        <Tool 
     816                                Name="VCALinkTool" 
     817                        /> 
     818                        <Tool 
     819                                Name="VCXDCMakeTool" 
     820                        /> 
     821                        <Tool 
     822                                Name="VCBscMakeTool" 
     823                        /> 
     824                        <Tool 
     825                                Name="VCCodeSignTool" 
     826                        /> 
     827                        <Tool 
     828                                Name="VCPostBuildEventTool" 
     829                        /> 
     830                        <DeploymentTool 
     831                                ForceDirty="-1" 
     832                                RemoteDirectory="" 
     833                                RegisterOutput="0" 
     834                                AdditionalFiles="" 
     835                        /> 
     836                        <DebuggerTool 
     837                        /> 
     838                </Configuration> 
     839                <Configuration 
     840                        Name="Debug-Dynamic|Win32" 
     841                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     842 
     843                        ATLMinimizesCRunTimeLibraryUsage="false" 
     844 
     845                        CharacterSet="2" 
     846 
     847                        ConfigurationType="4" 
     848                        UseOfMFC="0" 
     849                        > 
     850                        <Tool 
     851                                Name="VCPreBuildEventTool" 
     852                        /> 
     853                        <Tool 
     854                                Name="VCCustomBuildTool" 
     855                        /> 
     856                        <Tool 
     857                                Name="VCXMLDataGeneratorTool" 
     858                        /> 
     859                        <Tool 
     860                                Name="VCWebServiceProxyGeneratorTool" 
     861                        /> 
     862                        <Tool 
     863                                Name="VCMIDLTool" 
     864                        /> 
     865                        <Tool 
     866                                Name="VCCLCompilerTool" 
     867                                PrecompiledHeaderFile="" 
     868 
     869                                PreprocessorDefinitions="_LIB;" 
     870 
     871                                AdditionalIncludeDirectories="../include" 
     872                        /> 
     873                        <Tool 
     874                                Name="VCManagedResourceCompilerTool" 
     875                        /> 
     876                        <Tool 
     877                                Name="VCResourceCompilerTool" 
     878                        /> 
     879                        <Tool 
     880                                Name="VCPreLinkEventTool" 
     881                        /> 
     882                        <Tool 
     883                                Name="VCLibrarianTool" 
     884                        /> 
     885                        <Tool 
     886                                Name="VCALinkTool" 
     887                        /> 
     888                        <Tool 
     889                                Name="VCXDCMakeTool" 
     890                        /> 
     891                        <Tool 
     892                                Name="VCBscMakeTool" 
     893                        /> 
     894                        <Tool 
     895                                Name="VCFxCopTool" 
     896                        /> 
     897                        <Tool 
     898                                Name="VCPostBuildEventTool" 
     899                        /> 
     900                </Configuration> 
     901                <Configuration 
     902                        Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     903                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     904 
     905                        ATLMinimizesCRunTimeLibraryUsage="false" 
     906 
     907                        CharacterSet="1" 
     908 
     909                        ConfigurationType="4" 
     910                        > 
     911                        <Tool 
     912                                Name="VCPreBuildEventTool" 
     913                        /> 
     914                        <Tool 
     915                                Name="VCCustomBuildTool" 
     916                        /> 
     917                        <Tool 
     918                                Name="VCXMLDataGeneratorTool" 
     919                        /> 
     920                        <Tool 
     921                                Name="VCWebServiceProxyGeneratorTool" 
     922                        /> 
     923                        <Tool 
     924                                Name="VCMIDLTool" 
     925                        /> 
     926                        <Tool 
     927                                Name="VCCLCompilerTool" 
     928                                PrecompiledHeaderFile="" 
     929 
     930                                PreprocessorDefinitions="_LIB;" 
     931 
     932                                AdditionalIncludeDirectories="../include" 
     933                        /> 
     934                        <Tool 
     935                                Name="VCManagedResourceCompilerTool" 
     936                        /> 
     937                        <Tool 
     938                                Name="VCResourceCompilerTool" 
     939                        /> 
     940                        <Tool 
     941                                Name="VCPreLinkEventTool" 
     942                        /> 
     943                        <Tool 
     944                                Name="VCLibrarianTool" 
     945                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     946 
     947                        /> 
     948                        <Tool 
     949                                Name="VCALinkTool" 
     950                        /> 
     951                        <Tool 
     952                                Name="VCXDCMakeTool" 
     953                        /> 
     954                        <Tool 
     955                                Name="VCBscMakeTool" 
     956                        /> 
     957                        <Tool 
     958                                Name="VCCodeSignTool" 
     959                        /> 
     960                        <Tool 
     961                                Name="VCPostBuildEventTool" 
     962                        /> 
     963                        <DeploymentTool 
     964                                ForceDirty="-1" 
     965                                RemoteDirectory="" 
     966                                RegisterOutput="0" 
     967                                AdditionalFiles="" 
     968                        /> 
     969                        <DebuggerTool 
     970                        /> 
     971                </Configuration> 
     972                <Configuration 
     973                        Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     974                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     975 
     976                        ATLMinimizesCRunTimeLibraryUsage="false" 
     977 
     978                        CharacterSet="1" 
     979 
     980                        ConfigurationType="4" 
     981                        > 
     982                        <Tool 
     983                                Name="VCPreBuildEventTool" 
     984                        /> 
     985                        <Tool 
     986                                Name="VCCustomBuildTool" 
     987                        /> 
     988                        <Tool 
     989                                Name="VCXMLDataGeneratorTool" 
     990                        /> 
     991                        <Tool 
     992                                Name="VCWebServiceProxyGeneratorTool" 
     993                        /> 
     994                        <Tool 
     995                                Name="VCMIDLTool" 
     996                        /> 
     997                        <Tool 
     998                                Name="VCCLCompilerTool" 
     999                                PrecompiledHeaderFile="" 
     1000 
     1001                                PreprocessorDefinitions="_LIB;" 
     1002 
     1003                                AdditionalIncludeDirectories="../include" 
     1004                        /> 
     1005                        <Tool 
     1006                                Name="VCManagedResourceCompilerTool" 
     1007                        /> 
     1008                        <Tool 
     1009                                Name="VCResourceCompilerTool" 
     1010                        /> 
     1011                        <Tool 
     1012                                Name="VCPreLinkEventTool" 
     1013                        /> 
     1014                        <Tool 
     1015                                Name="VCLibrarianTool" 
     1016                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     1017 
     1018                        /> 
     1019                        <Tool 
     1020                                Name="VCALinkTool" 
     1021                        /> 
     1022                        <Tool 
     1023                                Name="VCXDCMakeTool" 
     1024                        /> 
     1025                        <Tool 
     1026                                Name="VCBscMakeTool" 
     1027                        /> 
     1028                        <Tool 
     1029                                Name="VCCodeSignTool" 
     1030                        /> 
     1031                        <Tool 
     1032                                Name="VCPostBuildEventTool" 
     1033                        /> 
     1034                        <DeploymentTool 
     1035                                ForceDirty="-1" 
     1036                                RemoteDirectory="" 
     1037                                RegisterOutput="0" 
     1038                                AdditionalFiles="" 
     1039                        /> 
     1040                        <DebuggerTool 
     1041                        /> 
     1042                </Configuration> 
     1043                <Configuration 
    7691044                        Name="Release-Static|Win32" 
    770                         OutputDirectory="$(ConfigurationName)" 
    771                         IntermediateDirectory="$(OutDir)" 
     1045                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     1046 
     1047                        ATLMinimizesCRunTimeLibraryUsage="false" 
     1048 
     1049                        CharacterSet="2" 
     1050 
    7721051                        ConfigurationType="4" 
    773                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    7741052                        UseOfMFC="0" 
    775                         ATLMinimizesCRunTimeLibraryUsage="false" 
    776                         CharacterSet="2" 
    7771053                        > 
    7781054                        <Tool 
     
    7931069                        <Tool 
    7941070                                Name="VCCLCompilerTool" 
    795                                 Optimization="2" 
    796                                 InlineFunctionExpansion="2" 
     1071                                PrecompiledHeaderFile="" 
     1072 
     1073                                PreprocessorDefinitions="_LIB;" 
     1074 
    7971075                                AdditionalIncludeDirectories="../include" 
    798                                 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386" 
    799                                 StringPooling="true" 
    800                                 RuntimeLibrary="0" 
    801                                 EnableFunctionLevelLinking="true" 
    802                                 PrecompiledHeaderFile=".\output\pjlib-i386-win32-vc8-release/pjlib.pch" 
    803                                 AssemblerListingLocation=".\output\pjlib-i386-win32-vc8-release/" 
    804                                 ObjectFile=".\output\pjlib-i386-win32-vc8-release/" 
    805                                 ProgramDataBaseFileName=".\output\pjlib-i386-win32-vc8-release/" 
    806                                 BrowseInformation="1" 
    807                                 WarningLevel="4" 
    808                                 SuppressStartupBanner="true" 
    809                                 DebugInformationFormat="3" 
    8101076                        /> 
    8111077                        <Tool 
     
    8141080                        <Tool 
    8151081                                Name="VCResourceCompilerTool" 
    816                                 PreprocessorDefinitions="NDEBUG" 
    817                                 Culture="1033" 
    8181082                        /> 
    8191083                        <Tool 
     
    8221086                        <Tool 
    8231087                                Name="VCLibrarianTool" 
    824                                 OutputFile="../lib/pjlib-i386-win32-vc8-release.lib" 
    825                                 SuppressStartupBanner="true" 
    8261088                        /> 
    8271089                        <Tool 
     
    8331095                        <Tool 
    8341096                                Name="VCBscMakeTool" 
    835                                 SuppressStartupBanner="true" 
    836                                 OutputFile=".\output\pjlib-i386-win32-vc8-release/pjlib.bsc" 
    8371097                        /> 
    8381098                        <Tool 
     
    8451105                <Configuration 
    8461106                        Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    847                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    848                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     1107                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     1108 
     1109                        ATLMinimizesCRunTimeLibraryUsage="false" 
     1110 
     1111                        CharacterSet="1" 
     1112 
    8491113                        ConfigurationType="4" 
     1114                        > 
     1115                        <Tool 
     1116                                Name="VCPreBuildEventTool" 
     1117                        /> 
     1118                        <Tool 
     1119                                Name="VCCustomBuildTool" 
     1120                        /> 
     1121                        <Tool 
     1122                                Name="VCXMLDataGeneratorTool" 
     1123                        /> 
     1124                        <Tool 
     1125                                Name="VCWebServiceProxyGeneratorTool" 
     1126                        /> 
     1127                        <Tool 
     1128                                Name="VCMIDLTool" 
     1129                        /> 
     1130                        <Tool 
     1131                                Name="VCCLCompilerTool" 
     1132                                PrecompiledHeaderFile="" 
     1133 
     1134                                PreprocessorDefinitions="_LIB;" 
     1135 
     1136                                AdditionalIncludeDirectories="../include" 
     1137                        /> 
     1138                        <Tool 
     1139                                Name="VCManagedResourceCompilerTool" 
     1140                        /> 
     1141                        <Tool 
     1142                                Name="VCResourceCompilerTool" 
     1143                        /> 
     1144                        <Tool 
     1145                                Name="VCPreLinkEventTool" 
     1146                        /> 
     1147                        <Tool 
     1148                                Name="VCLibrarianTool" 
     1149                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     1150 
     1151                        /> 
     1152                        <Tool 
     1153                                Name="VCALinkTool" 
     1154                        /> 
     1155                        <Tool 
     1156                                Name="VCXDCMakeTool" 
     1157                        /> 
     1158                        <Tool 
     1159                                Name="VCBscMakeTool" 
     1160                        /> 
     1161                        <Tool 
     1162                                Name="VCCodeSignTool" 
     1163                        /> 
     1164                        <Tool 
     1165                                Name="VCPostBuildEventTool" 
     1166                        /> 
     1167                        <DeploymentTool 
     1168                                ForceDirty="-1" 
     1169                                RemoteDirectory="" 
     1170                                RegisterOutput="0" 
     1171                                AdditionalFiles="" 
     1172                        /> 
     1173                        <DebuggerTool 
     1174                        /> 
     1175                </Configuration> 
     1176                <Configuration 
     1177                        Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1178                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     1179 
     1180                        ATLMinimizesCRunTimeLibraryUsage="false" 
     1181 
    8501182                        CharacterSet="1" 
     1183 
     1184                        ConfigurationType="4" 
    8511185                        > 
    8521186                        <Tool 
     
    8641198                        <Tool 
    8651199                                Name="VCMIDLTool" 
    866                                 TargetEnvironment="1" 
    8671200                        /> 
    8681201                        <Tool 
    8691202                                Name="VCCLCompilerTool" 
    870                                 ExecutionBucket="7" 
    871                                 Optimization="2" 
    872                                 FavorSizeOrSpeed="2" 
     1203                                PrecompiledHeaderFile="" 
     1204 
     1205                                PreprocessorDefinitions="_LIB;" 
     1206 
    8731207                                AdditionalIncludeDirectories="../include" 
    874                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    875                                 ExceptionHandling="0" 
    876                                 RuntimeLibrary="0" 
    877                                 WarningLevel="3" 
    878                                 DebugInformationFormat="0" 
    879                                 CompileAs="0" 
    8801208                        /> 
    8811209                        <Tool 
     
    8901218                        <Tool 
    8911219                                Name="VCLibrarianTool" 
    892                                 AdditionalOptions="" 
     1220                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     1221 
    8931222                        /> 
    8941223                        <Tool 
     
    14141743                                </FileConfiguration> 
    14151744                                <FileConfiguration 
     1745                                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1746                                        ExcludedFromBuild="true" 
     1747                                        > 
     1748                                        <Tool 
     1749                                                Name="VCCLCompilerTool" 
     1750                                        /> 
     1751                                </FileConfiguration> 
     1752                                <FileConfiguration 
    14161753                                        Name="Release|Win32" 
    14171754                                        ExcludedFromBuild="true" 
     
    14321769                                </FileConfiguration> 
    14331770                                <FileConfiguration 
     1771                                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1772                                        ExcludedFromBuild="true" 
     1773                                        > 
     1774                                        <Tool 
     1775                                                Name="VCCLCompilerTool" 
     1776                                        /> 
     1777                                </FileConfiguration> 
     1778                                <FileConfiguration 
    14341779                                        Name="Debug-Static|Win32" 
    14351780                                        ExcludedFromBuild="true" 
     
    14501795                                </FileConfiguration> 
    14511796                                <FileConfiguration 
     1797                                        Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1798                                        ExcludedFromBuild="true" 
     1799                                        > 
     1800                                        <Tool 
     1801                                                Name="VCCLCompilerTool" 
     1802                                        /> 
     1803                                </FileConfiguration> 
     1804                                <FileConfiguration 
    14521805                                        Name="Release-Dynamic|Win32" 
    14531806                                        ExcludedFromBuild="true" 
     
    14681821                                </FileConfiguration> 
    14691822                                <FileConfiguration 
     1823                                        Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1824                                        ExcludedFromBuild="true" 
     1825                                        > 
     1826                                        <Tool 
     1827                                                Name="VCCLCompilerTool" 
     1828                                        /> 
     1829                                </FileConfiguration> 
     1830                                <FileConfiguration 
    14701831                                        Name="Debug-Dynamic|Win32" 
    14711832                                        ExcludedFromBuild="true" 
     
    14861847                                </FileConfiguration> 
    14871848                                <FileConfiguration 
     1849                                        Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1850                                        ExcludedFromBuild="true" 
     1851                                        > 
     1852                                        <Tool 
     1853                                                Name="VCCLCompilerTool" 
     1854                                        /> 
     1855                                </FileConfiguration> 
     1856                                <FileConfiguration 
    14881857                                        Name="Release-Static|Win32" 
    14891858                                        ExcludedFromBuild="true" 
     
    15031872                                        /> 
    15041873                                </FileConfiguration> 
     1874                                <FileConfiguration 
     1875                                        Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1876                                        ExcludedFromBuild="true" 
     1877                                        > 
     1878                                        <Tool 
     1879                                                Name="VCCLCompilerTool" 
     1880                                        /> 
     1881                                </FileConfiguration> 
    15051882                        </File> 
    15061883                        <File 
     
    17582135                                </FileConfiguration> 
    17592136                                <FileConfiguration 
     2137                                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     2138                                        ExcludedFromBuild="true" 
     2139                                        > 
     2140                                        <Tool 
     2141                                                Name="VCCLCompilerTool" 
     2142                                        /> 
     2143                                </FileConfiguration> 
     2144                                <FileConfiguration 
    17602145                                        Name="Release|Win32" 
    17612146                                        ExcludedFromBuild="true" 
     
    17762161                                </FileConfiguration> 
    17772162                                <FileConfiguration 
     2163                                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     2164                                        ExcludedFromBuild="true" 
     2165                                        > 
     2166                                        <Tool 
     2167                                                Name="VCCLCompilerTool" 
     2168                                        /> 
     2169                                </FileConfiguration> 
     2170                                <FileConfiguration 
    17782171                                        Name="Debug-Static|Win32" 
    17792172                                        ExcludedFromBuild="true" 
     
    17942187                                </FileConfiguration> 
    17952188                                <FileConfiguration 
     2189                                        Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     2190                                        ExcludedFromBuild="true" 
     2191                                        > 
     2192                                        <Tool 
     2193                                                Name="VCCLCompilerTool" 
     2194                                        /> 
     2195                                </FileConfiguration> 
     2196                                <FileConfiguration 
    17962197                                        Name="Release-Dynamic|Win32" 
    17972198                                        ExcludedFromBuild="true" 
     
    18122213                                </FileConfiguration> 
    18132214                                <FileConfiguration 
     2215                                        Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     2216                                        ExcludedFromBuild="true" 
     2217                                        > 
     2218                                        <Tool 
     2219                                                Name="VCCLCompilerTool" 
     2220                                        /> 
     2221                                </FileConfiguration> 
     2222                                <FileConfiguration 
    18142223                                        Name="Debug-Dynamic|Win32" 
    18152224                                        ExcludedFromBuild="true" 
     
    18302239                                </FileConfiguration> 
    18312240                                <FileConfiguration 
     2241                                        Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     2242                                        ExcludedFromBuild="true" 
     2243                                        > 
     2244                                        <Tool 
     2245                                                Name="VCCLCompilerTool" 
     2246                                        /> 
     2247                                </FileConfiguration> 
     2248                                <FileConfiguration 
    18322249                                        Name="Release-Static|Win32" 
    18332250                                        ExcludedFromBuild="true" 
     
    18472264                                        /> 
    18482265                                </FileConfiguration> 
     2266                                <FileConfiguration 
     2267                &n