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 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/pjnath/build/pjnath.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/pjnath-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,../../pjlib-util/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/pjnath-i386-win32-vc8-release/pjnath.pch" 
    55                                 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-release/" 
    56                                 ObjectFile="./output/pjnath-i386-win32-vc8-release/" 
    57                                 ProgramDataBaseFileName="./output/pjnath-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/pjnath-i386-win32-vc8-release.lib" 
    77                                 SuppressStartupBanner="true" 
    7868                        /> 
    7969                        <Tool 
     
    8575                        <Tool 
    8676                                Name="VCBscMakeTool" 
    87                                 SuppressStartupBanner="true" 
    88                                 OutputFile="./output/pjnath-i386-win32-vc8-release/pjnath.bsc" 
    8977                        /> 
    9078                        <Tool 
     
    9785                <Configuration 
    9886                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
    99                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    100                         IntermediateDirectory="$(OutDir)" 
     87                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     88 
     89                        ATLMinimizesCRunTimeLibraryUsage="false" 
     90 
     91                        CharacterSet="1" 
     92 
    10193                        ConfigurationType="4" 
    102                         CharacterSet="1" 
    10394                        > 
    10495                        <Tool 
     
    119110                        <Tool 
    120111                                Name="VCCLCompilerTool" 
    121                                 ExecutionBucket="7" 
    122                                 Optimization="2" 
    123                                 FavorSizeOrSpeed="2" 
     112                                PrecompiledHeaderFile="" 
     113 
     114                                PreprocessorDefinitions="_LIB;" 
     115 
    124116                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
    125                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    126                                 ExceptionHandling="0" 
    127                                 RuntimeLibrary="0" 
    128                                 WarningLevel="3" 
    129                                 DebugInformationFormat="0" 
    130                                 CompileAs="0" 
    131117                        /> 
    132118                        <Tool 
     
    141127                        <Tool 
    142128                                Name="VCLibrarianTool" 
    143                                 AdditionalOptions="" 
     129                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     130 
     131 
    144132                        /> 
    145133                        <Tool 
     
    168156                </Configuration> 
    169157                <Configuration 
    170                         Name="Debug|Win32" 
    171                         OutputDirectory="./output/pjnath-i386-win32-vc8-debug" 
    172                         IntermediateDirectory="./output/pjnath-i386-win32-vc8-debug" 
     158                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     159                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     160 
     161                        ATLMinimizesCRunTimeLibraryUsage="false" 
     162 
     163                        CharacterSet="1" 
     164 
    173165                        ConfigurationType="4" 
    174                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    175                         UseOfMFC="0" 
    176                         ATLMinimizesCRunTimeLibraryUsage="false" 
    177                         CharacterSet="2" 
    178166                        > 
    179167                        <Tool 
     
    194182                        <Tool 
    195183                                Name="VCCLCompilerTool" 
    196                                 Optimization="0" 
    197                                 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 
    198                                 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 
    199                                 MinimalRebuild="true" 
    200                                 BasicRuntimeChecks="3" 
    201                                 RuntimeLibrary="1" 
    202                                 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-debug/pjnath.pch" 
    203                                 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-debug/" 
    204                                 ObjectFile="./output/pjnath-i386-win32-vc8-debug/" 
    205                                 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-debug/" 
    206                                 BrowseInformation="1" 
    207                                 WarningLevel="4" 
    208                                 SuppressStartupBanner="true" 
    209                                 DebugInformationFormat="4" 
     184                                PrecompiledHeaderFile="" 
     185 
     186                                PreprocessorDefinitions="_LIB;" 
     187 
     188                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
    210189                        /> 
    211190                        <Tool 
     
    214193                        <Tool 
    215194                                Name="VCResourceCompilerTool" 
    216                                 PreprocessorDefinitions="_DEBUG" 
    217                                 Culture="1033" 
    218195                        /> 
    219196                        <Tool 
     
    222199                        <Tool 
    223200                                Name="VCLibrarianTool" 
    224                                 OutputFile="../lib/pjnath-i386-win32-vc8-debug.lib" 
    225                                 SuppressStartupBanner="true" 
    226                         /> 
    227                         <Tool 
    228                                 Name="VCALinkTool" 
    229                         /> 
    230                         <Tool 
    231                                 Name="VCXDCMakeTool" 
    232                         /> 
    233                         <Tool 
    234                                 Name="VCBscMakeTool" 
    235                                 SuppressStartupBanner="true" 
    236                                 OutputFile="./output/pjnath-i386-win32-vc8-debug/pjnath.bsc" 
    237                         /> 
    238                         <Tool 
    239                                 Name="VCFxCopTool" 
    240                         /> 
    241                         <Tool 
    242                                 Name="VCPostBuildEventTool" 
    243                         /> 
    244                 </Configuration> 
    245                 <Configuration 
    246                         Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
    247                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    248                         IntermediateDirectory="$(OutDir)" 
    249                         ConfigurationType="4" 
    250                         CharacterSet="1" 
    251                         > 
    252                         <Tool 
    253                                 Name="VCPreBuildEventTool" 
    254                         /> 
    255                         <Tool 
    256                                 Name="VCCustomBuildTool" 
    257                         /> 
    258                         <Tool 
    259                                 Name="VCXMLDataGeneratorTool" 
    260                         /> 
    261                         <Tool 
    262                                 Name="VCWebServiceProxyGeneratorTool" 
    263                         /> 
    264                         <Tool 
    265                                 Name="VCMIDLTool" 
    266                         /> 
    267                         <Tool 
    268                                 Name="VCCLCompilerTool" 
    269                                 ExecutionBucket="7" 
    270                                 Optimization="0" 
    271                                 FavorSizeOrSpeed="0" 
    272                                 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
    273                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    274                                 ExceptionHandling="0" 
    275                                 RuntimeLibrary="1" 
    276                                 WarningLevel="3" 
    277                                 DebugInformationFormat="3" 
    278                                 CompileAs="0" 
    279                                 CompileForArchitecture="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="" 
     201                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     202 
     203 
    293204                        /> 
    294205                        <Tool 
     
    317228                </Configuration> 
    318229                <Configuration 
    319                         Name="Debug-Static|Win32" 
    320                         OutputDirectory="$(ConfigurationName)" 
    321                         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 
    322237                        ConfigurationType="4" 
    323                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    324238                        UseOfMFC="0" 
    325                         ATLMinimizesCRunTimeLibraryUsage="false" 
    326                         CharacterSet="2" 
    327239                        > 
    328240                        <Tool 
     
    343255                        <Tool 
    344256                                Name="VCCLCompilerTool" 
    345                                 Optimization="0" 
     257                                PrecompiledHeaderFile="" 
     258 
     259                                PreprocessorDefinitions="_LIB;" 
     260 
    346261                                AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 
    347                                 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 
    348                                 MinimalRebuild="true" 
    349                                 BasicRuntimeChecks="3" 
    350                                 RuntimeLibrary="1" 
    351                                 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-debug/pjnath.pch" 
    352                                 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-debug/" 
    353                                 ObjectFile="./output/pjnath-i386-win32-vc8-debug/" 
    354                                 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-debug/" 
    355                                 BrowseInformation="1" 
    356                                 WarningLevel="4" 
    357                                 SuppressStartupBanner="true" 
    358                                 DebugInformationFormat="4" 
    359262                        /> 
    360263                        <Tool 
     
    363266                        <Tool 
    364267                                Name="VCResourceCompilerTool" 
    365                                 PreprocessorDefinitions="_DEBUG" 
    366                                 Culture="1033" 
    367268                        /> 
    368269                        <Tool 
     
    371272                        <Tool 
    372273                                Name="VCLibrarianTool" 
    373                                 OutputFile="../lib/pjnath-i386-win32-vc8-debug.lib" 
    374                                 SuppressStartupBanner="true" 
    375274                        /> 
    376275                        <Tool 
     
    382281                        <Tool 
    383282                                Name="VCBscMakeTool" 
    384                                 SuppressStartupBanner="true" 
    385                                 OutputFile="./output/pjnath-i386-win32-vc8-debug/pjnath.bsc" 
    386283                        /> 
    387284                        <Tool 
     
    393290                </Configuration> 
    394291                <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)" 
     292                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
     293                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     294 
     295                        ATLMinimizesCRunTimeLibraryUsage="false" 
     296 
     297                        CharacterSet="1" 
     298 
    398299                        ConfigurationType="4" 
    399                         CharacterSet="1" 
    400300                        > 
    401301                        <Tool 
     
    413313                        <Tool 
    414314                                Name="VCMIDLTool" 
    415                                 TargetEnvironment="1" 
    416315                        /> 
    417316                        <Tool 
    418317                                Name="VCCLCompilerTool" 
    419                                 ExecutionBucket="7" 
    420                                 Optimization="0" 
    421                                 FavorSizeOrSpeed="0" 
     318                                PrecompiledHeaderFile="" 
     319 
     320                                PreprocessorDefinitions="_LIB;" 
     321 
    422322                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/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" 
    430323                        /> 
    431324                        <Tool 
     
    440333                        <Tool 
    441334                                Name="VCLibrarianTool" 
    442                                 AdditionalOptions="" 
     335                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     336 
     337 
    443338                        /> 
    444339                        <Tool 
     
    467362                </Configuration> 
    468363                <Configuration 
    469                         Name="Release-Dynamic|Win32" 
    470                         OutputDirectory="$(ConfigurationName)" 
    471                         IntermediateDirectory="$(OutDir)" 
     364                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     365                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     366 
     367                        ATLMinimizesCRunTimeLibraryUsage="false" 
     368 
     369                        CharacterSet="1" 
     370 
    472371                        ConfigurationType="4" 
    473                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    474                         UseOfMFC="0" 
    475                         ATLMinimizesCRunTimeLibraryUsage="false" 
    476                         CharacterSet="2" 
    477372                        > 
    478373                        <Tool 
     
    493388                        <Tool 
    494389                                Name="VCCLCompilerTool" 
    495                                 Optimization="2" 
    496                                 InlineFunctionExpansion="2" 
    497                                 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 
    498                                 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 
    499                                 StringPooling="true" 
    500                                 RuntimeLibrary="2" 
    501                                 EnableFunctionLevelLinking="true" 
    502                                 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-release/pjnath.pch" 
    503                                 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-release/" 
    504                                 ObjectFile="./output/pjnath-i386-win32-vc8-release/" 
    505                                 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-release/" 
    506                                 BrowseInformation="1" 
    507                                 WarningLevel="4" 
    508                                 SuppressStartupBanner="true" 
    509                                 DebugInformationFormat="3" 
     390                                PrecompiledHeaderFile="" 
     391 
     392                                PreprocessorDefinitions="_LIB;" 
     393 
     394                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
    510395                        /> 
    511396                        <Tool 
     
    514399                        <Tool 
    515400                                Name="VCResourceCompilerTool" 
    516                                 PreprocessorDefinitions="NDEBUG" 
    517                                 Culture="1033" 
    518401                        /> 
    519402                        <Tool 
     
    522405                        <Tool 
    523406                                Name="VCLibrarianTool" 
    524                                 OutputFile="../lib/pjnath-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/pjnath-i386-win32-vc8-release/pjnath.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,../../pjlib-util/include,../../pjlib/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="" 
     407                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     408 
     409 
    593410                        /> 
    594411                        <Tool 
     
    617434                </Configuration> 
    618435                <Configuration 
    619                         Name="Debug-Dynamic|Win32" 
    620                         OutputDirectory="$(ConfigurationName)" 
    621                         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 
    622443                        ConfigurationType="4" 
    623                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    624444                        UseOfMFC="0" 
    625                         ATLMinimizesCRunTimeLibraryUsage="false" 
    626                         CharacterSet="2" 
    627445                        > 
    628446                        <Tool 
     
    643461                        <Tool 
    644462                                Name="VCCLCompilerTool" 
    645                                 Optimization="0" 
     463                                PrecompiledHeaderFile="" 
     464 
     465                                PreprocessorDefinitions="_LIB;" 
     466 
    646467                                AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 
    647                                 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 
    648                                 MinimalRebuild="true" 
    649                                 BasicRuntimeChecks="3" 
    650                                 RuntimeLibrary="3" 
    651                                 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-debug/pjnath.pch" 
    652                                 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-debug/" 
    653                                 ObjectFile="./output/pjnath-i386-win32-vc8-debug/" 
    654                                 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-debug/" 
    655                                 BrowseInformation="1" 
    656                                 WarningLevel="4" 
    657                                 SuppressStartupBanner="true" 
    658                                 DebugInformationFormat="4" 
    659468                        /> 
    660469                        <Tool 
     
    663472                        <Tool 
    664473                                Name="VCResourceCompilerTool" 
    665                                 PreprocessorDefinitions="_DEBUG" 
    666                                 Culture="1033" 
    667474                        /> 
    668475                        <Tool 
     
    671478                        <Tool 
    672479                                Name="VCLibrarianTool" 
    673                                 OutputFile="../lib/pjnath-i386-win32-vc8-debug.lib" 
    674                                 SuppressStartupBanner="true" 
    675480                        /> 
    676481                        <Tool 
     
    682487                        <Tool 
    683488                                Name="VCBscMakeTool" 
    684                                 SuppressStartupBanner="true" 
    685                                 OutputFile="./output/pjnath-i386-win32-vc8-debug/pjnath.bsc" 
    686489                        /> 
    687490                        <Tool 
     
    693496                </Configuration> 
    694497                <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)" 
     498                        Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
     499                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     500 
     501                        ATLMinimizesCRunTimeLibraryUsage="false" 
     502 
     503                        CharacterSet="1" 
     504 
    698505                        ConfigurationType="4" 
    699                         CharacterSet="1" 
    700506                        > 
    701507                        <Tool 
     
    713519                        <Tool 
    714520                                Name="VCMIDLTool" 
    715                                 TargetEnvironment="1" 
    716521                        /> 
    717522                        <Tool 
    718523                                Name="VCCLCompilerTool" 
    719                                 ExecutionBucket="7" 
    720                                 Optimization="0" 
    721                                 FavorSizeOrSpeed="0" 
     524                                PrecompiledHeaderFile="" 
     525 
     526                                PreprocessorDefinitions="_LIB;" 
     527 
    722528                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/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" 
    730529                        /> 
    731530                        <Tool 
     
    740539                        <Tool 
    741540                                Name="VCLibrarianTool" 
    742                                 AdditionalOptions="" 
     541                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     542 
     543 
    743544                        /> 
    744545                        <Tool 
     
    767568                </Configuration> 
    768569                <Configuration 
     570                        Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     571                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     572 
     573                        ATLMinimizesCRunTimeLibraryUsage="false" 
     574 
     575                        CharacterSet="1" 
     576 
     577                        ConfigurationType="4" 
     578                        > 
     579                        <Tool 
     580                                Name="VCPreBuildEventTool" 
     581                        /> 
     582                        <Tool 
     583                                Name="VCCustomBuildTool" 
     584                        /> 
     585                        <Tool 
     586                                Name="VCXMLDataGeneratorTool" 
     587                        /> 
     588                        <Tool 
     589                                Name="VCWebServiceProxyGeneratorTool" 
     590                        /> 
     591                        <Tool 
     592                                Name="VCMIDLTool" 
     593                        /> 
     594                        <Tool 
     595                                Name="VCCLCompilerTool" 
     596                                PrecompiledHeaderFile="" 
     597 
     598                                PreprocessorDefinitions="_LIB;" 
     599 
     600                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
     601                        /> 
     602                        <Tool 
     603                                Name="VCManagedResourceCompilerTool" 
     604                        /> 
     605                        <Tool 
     606                                Name="VCResourceCompilerTool" 
     607                        /> 
     608                        <Tool 
     609                                Name="VCPreLinkEventTool" 
     610                        /> 
     611                        <Tool 
     612                                Name="VCLibrarianTool" 
     613                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     614 
     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,../../pjlib-util/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                        /> 
     687                        <Tool 
     688                                Name="VCALinkTool" 
     689                        /> 
     690                        <Tool 
     691                                Name="VCXDCMakeTool" 
     692                        /> 
     693                        <Tool 
     694                                Name="VCBscMakeTool" 
     695                        /> 
     696                        <Tool 
     697                                Name="VCFxCopTool" 
     698                        /> 
     699                        <Tool 
     700                                Name="VCPostBuildEventTool" 
     701                        /> 
     702                </Configuration> 
     703                <Configuration 
     704                        Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     705                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     706 
     707                        ATLMinimizesCRunTimeLibraryUsage="false" 
     708 
     709                        CharacterSet="1" 
     710 
     711                        ConfigurationType="4" 
     712                        > 
     713                        <Tool 
     714                                Name="VCPreBuildEventTool" 
     715                        /> 
     716                        <Tool 
     717                                Name="VCCustomBuildTool" 
     718                        /> 
     719                        <Tool 
     720                                Name="VCXMLDataGeneratorTool" 
     721                        /> 
     722                        <Tool 
     723                                Name="VCWebServiceProxyGeneratorTool" 
     724                        /> 
     725                        <Tool 
     726                                Name="VCMIDLTool" 
     727                        /> 
     728                        <Tool 
     729                                Name="VCCLCompilerTool" 
     730                                PrecompiledHeaderFile="" 
     731 
     732                                PreprocessorDefinitions="_LIB;" 
     733 
     734                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
     735                        /> 
     736                        <Tool 
     737                                Name="VCManagedResourceCompilerTool" 
     738                        /> 
     739                        <Tool 
     740                                Name="VCResourceCompilerTool" 
     741                        /> 
     742                        <Tool 
     743                                Name="VCPreLinkEventTool" 
     744                        /> 
     745                        <Tool 
     746                                Name="VCLibrarianTool" 
     747                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     748 
     749 
     750                        /> 
     751                        <Tool 
     752                                Name="VCALinkTool" 
     753                        /> 
     754                        <Tool 
     755                                Name="VCXDCMakeTool" 
     756                        /> 
     757                        <Tool 
     758                                Name="VCBscMakeTool" 
     759                        /> 
     760                        <Tool 
     761                                Name="VCCodeSignTool" 
     762                        /> 
     763                        <Tool 
     764                                Name="VCPostBuildEventTool" 
     765                        /> 
     766                        <DeploymentTool 
     767                                ForceDirty="-1" 
     768                                RemoteDirectory="" 
     769                                RegisterOutput="0" 
     770                                AdditionalFiles="" 
     771                        /> 
     772                        <DebuggerTool 
     773                        /> 
     774                </Configuration> 
     775                <Configuration 
     776                        Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     777                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     778 
     779                        ATLMinimizesCRunTimeLibraryUsage="false" 
     780 
     781                        CharacterSet="1" 
     782 
     783                        ConfigurationType="4" 
     784                        > 
     785                        <Tool 
     786                                Name="VCPreBuildEventTool" 
     787                        /> 
     788                        <Tool 
     789                                Name="VCCustomBuildTool" 
     790                        /> 
     791                        <Tool 
     792                                Name="VCXMLDataGeneratorTool" 
     793                        /> 
     794                        <Tool 
     795                                Name="VCWebServiceProxyGeneratorTool" 
     796                        /> 
     797                        <Tool 
     798                                Name="VCMIDLTool" 
     799                        /> 
     800                        <Tool 
     801                                Name="VCCLCompilerTool" 
     802                                PrecompiledHeaderFile="" 
     803 
     804                                PreprocessorDefinitions="_LIB;" 
     805 
     806                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
     807                        /> 
     808                        <Tool 
     809                                Name="VCManagedResourceCompilerTool" 
     810                        /> 
     811                        <Tool 
     812                                Name="VCResourceCompilerTool" 
     813                        /> 
     814                        <Tool 
     815                                Name="VCPreLinkEventTool" 
     816                        /> 
     817                        <Tool 
     818                                Name="VCLibrarianTool" 
     819                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     820 
     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,../../pjlib-util/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                        /> 
     893                        <Tool 
     894                                Name="VCALinkTool" 
     895                        /> 
     896                        <Tool 
     897                                Name="VCXDCMakeTool" 
     898                        /> 
     899                        <Tool 
     900                                Name="VCBscMakeTool" 
     901                        /> 
     902                        <Tool 
     903                                Name="VCFxCopTool" 
     904                        /> 
     905                        <Tool 
     906                                Name="VCPostBuildEventTool" 
     907                        /> 
     908                </Configuration> 
     909                <Configuration 
     910                        Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     911                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     912 
     913                        ATLMinimizesCRunTimeLibraryUsage="false" 
     914 
     915                        CharacterSet="1" 
     916 
     917                        ConfigurationType="4" 
     918                        > 
     919                        <Tool 
     920                                Name="VCPreBuildEventTool" 
     921                        /> 
     922                        <Tool 
     923                                Name="VCCustomBuildTool" 
     924                        /> 
     925                        <Tool 
     926                                Name="VCXMLDataGeneratorTool" 
     927                        /> 
     928                        <Tool 
     929                                Name="VCWebServiceProxyGeneratorTool" 
     930                        /> 
     931                        <Tool 
     932                                Name="VCMIDLTool" 
     933                        /> 
     934                        <Tool 
     935                                Name="VCCLCompilerTool" 
     936                                PrecompiledHeaderFile="" 
     937 
     938                                PreprocessorDefinitions="_LIB;" 
     939 
     940                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
     941                        /> 
     942                        <Tool 
     943                                Name="VCManagedResourceCompilerTool" 
     944                        /> 
     945                        <Tool 
     946                                Name="VCResourceCompilerTool" 
     947                        /> 
     948                        <Tool 
     949                                Name="VCPreLinkEventTool" 
     950                        /> 
     951                        <Tool 
     952                                Name="VCLibrarianTool" 
     953                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     954 
     955 
     956                        /> 
     957                        <Tool 
     958                                Name="VCALinkTool" 
     959                        /> 
     960                        <Tool 
     961                                Name="VCXDCMakeTool" 
     962                        /> 
     963                        <Tool 
     964                                Name="VCBscMakeTool" 
     965                        /> 
     966                        <Tool 
     967                                Name="VCCodeSignTool" 
     968                        /> 
     969                        <Tool 
     970                                Name="VCPostBuildEventTool" 
     971                        /> 
     972                        <DeploymentTool 
     973                                ForceDirty="-1" 
     974                                RemoteDirectory="" 
     975                                RegisterOutput="0" 
     976                                AdditionalFiles="" 
     977                        /> 
     978                        <DebuggerTool 
     979                        /> 
     980                </Configuration> 
     981                <Configuration 
     982                        Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     983                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     984 
     985                        ATLMinimizesCRunTimeLibraryUsage="false" 
     986 
     987                        CharacterSet="1" 
     988 
     989                        ConfigurationType="4" 
     990                        > 
     991                        <Tool 
     992                                Name="VCPreBuildEventTool" 
     993                        /> 
     994                        <Tool 
     995                                Name="VCCustomBuildTool" 
     996                        /> 
     997                        <Tool 
     998                                Name="VCXMLDataGeneratorTool" 
     999                        /> 
     1000                        <Tool 
     1001                                Name="VCWebServiceProxyGeneratorTool" 
     1002                        /> 
     1003                        <Tool 
     1004                                Name="VCMIDLTool" 
     1005                        /> 
     1006                        <Tool 
     1007                                Name="VCCLCompilerTool" 
     1008                                PrecompiledHeaderFile="" 
     1009 
     1010                                PreprocessorDefinitions="_LIB;" 
     1011 
     1012                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
     1013                        /> 
     1014                        <Tool 
     1015                                Name="VCManagedResourceCompilerTool" 
     1016                        /> 
     1017                        <Tool 
     1018                                Name="VCResourceCompilerTool" 
     1019                        /> 
     1020                        <Tool 
     1021                                Name="VCPreLinkEventTool" 
     1022                        /> 
     1023                        <Tool 
     1024                                Name="VCLibrarianTool" 
     1025                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     1026 
     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 
    7691054                        Name="Release-Static|Win32" 
    770                         OutputDirectory="$(ConfigurationName)" 
    771                         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 
    7721061                        ConfigurationType="4" 
    773                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
    7741062                        UseOfMFC="0" 
    775                         ATLMinimizesCRunTimeLibraryUsage="false" 
    776                         CharacterSet="2" 
    7771063                        > 
    7781064                        <Tool 
     
    7931079                        <Tool 
    7941080                                Name="VCCLCompilerTool" 
    795                                 Optimization="2" 
    796                                 InlineFunctionExpansion="2" 
     1081                                PrecompiledHeaderFile="" 
     1082 
     1083                                PreprocessorDefinitions="_LIB;" 
     1084 
    7971085                                AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 
    798                                 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 
    799                                 StringPooling="true" 
    800                                 RuntimeLibrary="0" 
    801                                 EnableFunctionLevelLinking="true" 
    802                                 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-release/pjnath.pch" 
    803                                 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-release/" 
    804                                 ObjectFile="./output/pjnath-i386-win32-vc8-release/" 
    805                                 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-release/" 
    806                                 BrowseInformation="1" 
    807                                 WarningLevel="4" 
    808                                 SuppressStartupBanner="true" 
    809                                 DebugInformationFormat="3" 
    8101086                        /> 
    8111087                        <Tool 
     
    8141090                        <Tool 
    8151091                                Name="VCResourceCompilerTool" 
    816                                 PreprocessorDefinitions="NDEBUG" 
    817                                 Culture="1033" 
    8181092                        /> 
    8191093                        <Tool 
     
    8221096                        <Tool 
    8231097                                Name="VCLibrarianTool" 
    824                                 OutputFile="../lib/pjnath-i386-win32-vc8-release.lib" 
    825                                 SuppressStartupBanner="true" 
    8261098                        /> 
    8271099                        <Tool 
     
    8331105                        <Tool 
    8341106                                Name="VCBscMakeTool" 
    835                                 SuppressStartupBanner="true" 
    836                                 OutputFile="./output/pjnath-i386-win32-vc8-release/pjnath.bsc" 
    8371107                        /> 
    8381108                        <Tool 
     
    8451115                <Configuration 
    8461116                        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)" 
     1117                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     1118 
     1119                        ATLMinimizesCRunTimeLibraryUsage="false" 
     1120 
     1121                        CharacterSet="1" 
     1122 
    8491123                        ConfigurationType="4" 
     1124                        > 
     1125                        <Tool 
     1126                                Name="VCPreBuildEventTool" 
     1127                        /> 
     1128                        <Tool 
     1129                                Name="VCCustomBuildTool" 
     1130                        /> 
     1131                        <Tool 
     1132                                Name="VCXMLDataGeneratorTool" 
     1133                        /> 
     1134                        <Tool 
     1135                                Name="VCWebServiceProxyGeneratorTool" 
     1136                        /> 
     1137                        <Tool 
     1138                                Name="VCMIDLTool" 
     1139                        /> 
     1140                        <Tool 
     1141                                Name="VCCLCompilerTool" 
     1142                                PrecompiledHeaderFile="" 
     1143 
     1144                                PreprocessorDefinitions="_LIB;" 
     1145 
     1146                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 
     1147                        /> 
     1148                        <Tool 
     1149                                Name="VCManagedResourceCompilerTool" 
     1150                        /> 
     1151                        <Tool 
     1152                                Name="VCResourceCompilerTool" 
     1153                        /> 
     1154                        <Tool 
     1155                                Name="VCPreLinkEventTool" 
     1156                        /> 
     1157                        <Tool 
     1158                                Name="VCLibrarianTool" 
     1159                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 
     1160 
     1161 
     1162                        /> 
     1163                        <Tool 
     1164                                Name="VCALinkTool" 
     1165                        /> 
     1166                        <Tool 
     1167                                Name="VCXDCMakeTool" 
     1168                        /> 
     1169                        <Tool 
     1170                                Name="VCBscMakeTool" 
     1171                        /> 
     1172                        <Tool 
     1173                                Name="VCCodeSignTool" 
     1174                        /> 
     1175                        <Tool 
     1176                                Name="VCPostBuildEventTool" 
     1177                        /> 
     1178                        <DeploymentTool 
     1179                                ForceDirty="-1" 
     1180                                RemoteDirectory="" 
     1181                                RegisterOutput="0" 
     1182                                AdditionalFiles="" 
     1183                        /> 
     1184                        <DebuggerTool 
     1185                        /> 
     1186                </Configuration> 
     1187                <Configuration 
     1188                        Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1189                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     1190 
     1191                        ATLMinimizesCRunTimeLibraryUsage="false" 
     1192 
    8501193                        CharacterSet="1" 
     1194 
     1195                        ConfigurationType="4" 
    8511196                        > 
    8521197                        <Tool 
     
    8641209                        <Tool 
    8651210                                Name="VCMIDLTool" 
    866                                 TargetEnvironment="1" 
    8671211                        /> 
    8681212                        <Tool 
    8691213                                Name="VCCLCompilerTool" 
    870                                 ExecutionBucket="7" 
    871                                 Optimization="2" 
    872                                 FavorSizeOrSpeed="2" 
     1214                                PrecompiledHeaderFile="" 
     1215 
     1216                                PreprocessorDefinitions="_LIB;" 
     1217 
    8731218                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/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" 
    8801219                        /> 
    8811220                        <Tool 
     
    8901229                        <Tool 
    8911230                                Name="VCLibrarianTool" 
    892                                 AdditionalOptions="" 
     1231                                OutputFile="..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 
     1232 
     1233 
    8931234                        /> 
    8941235                        <Tool 
Note: See TracChangeset for help on using the changeset viewer.