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/pjsip-apps/build/sample_debug.vcproj

    r2584 r2638  
    1111                        Name="Win32" 
    1212                /> 
    13                 <Platform 
    14                         Name="Windows Mobile 6 Standard SDK (ARMV4I)" 
    15                 /> 
    1613        </Platforms> 
    1714        <ToolFiles> 
     
    2017                <Configuration 
    2118                        Name="Debug|Win32" 
    22                         OutputDirectory="./output/samples-i386-win32-vc8-debug" 
    23                         IntermediateDirectory="./output/samples-i386-win32-vc8-debug" 
    2419                        ConfigurationType="1" 
    25                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     20                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    2621                        UseOfMFC="0" 
    2722                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    4237                        <Tool 
    4338                                Name="VCMIDLTool" 
    44                                 TypeLibraryName="./output/samples-i386-win32-vc8-debug/sample_debug.tlb" 
    45                                 HeaderFileName="" 
    4639                        /> 
    4740                        <Tool 
    4841                                Name="VCCLCompilerTool" 
    49                                 Optimization="0" 
    5042                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    51                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;_DEBUG;_CONSOLE" 
    52                                 MinimalRebuild="true" 
    53                                 BasicRuntimeChecks="3" 
    54                                 RuntimeLibrary="1" 
    55                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-debug/sample_debug.pch" 
    56                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-debug/" 
    57                                 ObjectFile="./output/samples-i386-win32-vc8-debug/" 
    58                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-debug/" 
    59                                 BrowseInformation="1" 
    60                                 WarningLevel="4" 
    61                                 SuppressStartupBanner="true" 
    62                                 DebugInformationFormat="4" 
     43                                PreprocessorDefinitions="_CONSOLE;" 
     44                                PrecompiledHeaderFile="" 
    6345                        /> 
    6446                        <Tool 
     
    6749                        <Tool 
    6850                                Name="VCResourceCompilerTool" 
    69                                 PreprocessorDefinitions="_DEBUG" 
    70                                 Culture="1033" 
    7151                        /> 
    7252                        <Tool 
     
    7656                                Name="VCLinkerTool" 
    7757                                AdditionalDependencies="iphlpapi.lib dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib" 
    78                                 OutputFile="../bin/samples/sampledebug_vc8d.exe" 
    79                                 LinkIncremental="2" 
    80                                 SuppressStartupBanner="true" 
    81                                 GenerateDebugInformation="true" 
    82                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.pdb" 
    83                                 GenerateMapFile="true" 
    84                                 MapFileName="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.map" 
    85                                 SubSystem="1" 
    86                                 TargetMachine="1" 
     58                                OutputFile="..\bin\sample-debug-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     59 
    8760                        /> 
    8861                        <Tool 
     
    9770                        <Tool 
    9871                                Name="VCBscMakeTool" 
    99                                 SuppressStartupBanner="true" 
    100                                 OutputFile="./output/samples-i386-win32-vc8-debug/sample_debug.bsc" 
    10172                        /> 
    10273                        <Tool 
     
    11182                        <Tool 
    11283                                Name="VCPostBuildEventTool" 
    113                         /> 
    114                 </Configuration> 
    115                 <Configuration 
    116                         Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
    117                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    118                         IntermediateDirectory="$(OutDir)" 
    119                         ConfigurationType="1" 
    120                         CharacterSet="1" 
    121                         > 
    122                         <Tool 
    123                                 Name="VCPreBuildEventTool" 
    124                         /> 
    125                         <Tool 
    126                                 Name="VCCustomBuildTool" 
    127                         /> 
    128                         <Tool 
    129                                 Name="VCXMLDataGeneratorTool" 
    130                         /> 
    131                         <Tool 
    132                                 Name="VCWebServiceProxyGeneratorTool" 
    133                         /> 
    134                         <Tool 
    135                                 Name="VCMIDLTool" 
    136                         /> 
    137                         <Tool 
    138                                 Name="VCCLCompilerTool" 
    139                                 ExecutionBucket="7" 
    140                                 Optimization="0" 
    141                                 FavorSizeOrSpeed="0" 
    142                                 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    143                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    144                                 ExceptionHandling="0" 
    145                                 RuntimeLibrary="1" 
    146                                 WarningLevel="3" 
    147                                 DebugInformationFormat="3" 
    148                                 CompileAs="0" 
    149                                 CompileForArchitecture="0" 
    150                         /> 
    151                         <Tool 
    152                                 Name="VCManagedResourceCompilerTool" 
    153                         /> 
    154                         <Tool 
    155                                 Name="VCResourceCompilerTool" 
    156                         /> 
    157                         <Tool 
    158                                 Name="VCPreLinkEventTool" 
    159                         /> 
    160                         <Tool 
    161                                 Name="VCLinkerTool" 
    162                                 AdditionalOptions="" 
    163                                 AdditionalDependencies="ws2.lib" 
    164                                 GenerateDebugInformation="true" 
    165                                 OptimizeReferences="2" 
    166                                 EnableCOMDATFolding="2" 
    167                                 TargetMachine="0" 
    168                         /> 
    169                         <Tool 
    170                                 Name="VCALinkTool" 
    171                         /> 
    172                         <Tool 
    173                                 Name="VCXDCMakeTool" 
    174                         /> 
    175                         <Tool 
    176                                 Name="VCBscMakeTool" 
    177                         /> 
    178                         <Tool 
    179                                 Name="VCCodeSignTool" 
    180                         /> 
    181                         <Tool 
    182                                 Name="VCPostBuildEventTool" 
    183                         /> 
    184                         <DeploymentTool 
    185                                 ForceDirty="-1" 
    186                                 RemoteDirectory="" 
    187                                 RegisterOutput="0" 
    188                                 AdditionalFiles="" 
    189                         /> 
    190                         <DebuggerTool 
    19184                        /> 
    19285                </Configuration> 
    19386                <Configuration 
    19487                        Name="Release|Win32" 
    195                         OutputDirectory="./output/samples-i386-win32-vc8-release" 
    196                         IntermediateDirectory="$(OutDir)" 
    19788                        ConfigurationType="1" 
    198                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     89                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
    19990                        UseOfMFC="0" 
    20091                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    215106                        <Tool 
    216107                                Name="VCMIDLTool" 
    217                                 TypeLibraryName="./output/samples-i386-win32-vc8-release/sample_debug.tlb" 
    218                                 HeaderFileName="" 
    219108                        /> 
    220109                        <Tool 
    221110                                Name="VCCLCompilerTool" 
    222                                 Optimization="2" 
    223                                 InlineFunctionExpansion="1" 
    224111                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    225                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;NDEBUG;_CONSOLE" 
    226                                 StringPooling="true" 
    227                                 RuntimeLibrary="2" 
    228                                 EnableFunctionLevelLinking="true" 
    229                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-release/sample_debug.pch" 
    230                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-release/" 
    231                                 ObjectFile="./output/samples-i386-win32-vc8-release/" 
    232                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-release/" 
    233                                 BrowseInformation="1" 
    234                                 WarningLevel="3" 
    235                                 SuppressStartupBanner="true" 
    236                                 DebugInformationFormat="3" 
     112                                PreprocessorDefinitions="_CONSOLE;" 
     113                                PrecompiledHeaderFile="" 
    237114                        /> 
    238115                        <Tool 
     
    241118                        <Tool 
    242119                                Name="VCResourceCompilerTool" 
    243                                 PreprocessorDefinitions="NDEBUG" 
    244                                 Culture="1033" 
    245120                        /> 
    246121                        <Tool 
     
    249124                        <Tool 
    250125                                Name="VCLinkerTool" 
    251                                 AdditionalOptions="/FIXED:NO" 
    252126                                AdditionalDependencies="iphlpapi.lib dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib" 
    253                                 OutputFile="../bin/samples/sampledebug_vc8.exe" 
    254                                 LinkIncremental="1" 
    255                                 SuppressStartupBanner="true" 
    256                                 GenerateDebugInformation="true" 
    257                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-release/sampledebug_vc8.pdb" 
    258                                 GenerateMapFile="true" 
    259                                 MapFileName="./output/samples-i386-win32-vc8-release/sampledebug_vc8.map" 
    260                                 SubSystem="1" 
    261                                 TargetMachine="1" 
     127                                OutputFile="..\bin\sample-debug-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     128 
    262129                        /> 
    263130                        <Tool 
     
    272139                        <Tool 
    273140                                Name="VCBscMakeTool" 
    274                                 SuppressStartupBanner="true" 
    275                                 OutputFile="./output/samples-i386-win32-vc8-release/sample_debug.bsc" 
    276141                        /> 
    277142                        <Tool 
     
    286151                        <Tool 
    287152                                Name="VCPostBuildEventTool" 
    288                         /> 
    289                 </Configuration> 
    290                 <Configuration 
    291                         Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
    292                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    293                         IntermediateDirectory="$(OutDir)" 
    294                         ConfigurationType="1" 
    295                         CharacterSet="1" 
    296                         > 
    297                         <Tool 
    298                                 Name="VCPreBuildEventTool" 
    299                         /> 
    300                         <Tool 
    301                                 Name="VCCustomBuildTool" 
    302                         /> 
    303                         <Tool 
    304                                 Name="VCXMLDataGeneratorTool" 
    305                         /> 
    306                         <Tool 
    307                                 Name="VCWebServiceProxyGeneratorTool" 
    308                         /> 
    309                         <Tool 
    310                                 Name="VCMIDLTool" 
    311                         /> 
    312                         <Tool 
    313                                 Name="VCCLCompilerTool" 
    314                                 ExecutionBucket="7" 
    315                                 Optimization="2" 
    316                                 FavorSizeOrSpeed="2" 
    317                                 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    318                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    319                                 ExceptionHandling="0" 
    320                                 RuntimeLibrary="0" 
    321                                 WarningLevel="3" 
    322                                 DebugInformationFormat="0" 
    323                                 CompileAs="0" 
    324                                 CompileForArchitecture="0" 
    325                         /> 
    326                         <Tool 
    327                                 Name="VCManagedResourceCompilerTool" 
    328                         /> 
    329                         <Tool 
    330                                 Name="VCResourceCompilerTool" 
    331                         /> 
    332                         <Tool 
    333                                 Name="VCPreLinkEventTool" 
    334                         /> 
    335                         <Tool 
    336                                 Name="VCLinkerTool" 
    337                                 AdditionalOptions="" 
    338                                 AdditionalDependencies="ws2.lib" 
    339                                 OptimizeReferences="2" 
    340                                 EnableCOMDATFolding="2" 
    341                                 TargetMachine="0" 
    342                         /> 
    343                         <Tool 
    344                                 Name="VCALinkTool" 
    345                         /> 
    346                         <Tool 
    347                                 Name="VCXDCMakeTool" 
    348                         /> 
    349                         <Tool 
    350                                 Name="VCBscMakeTool" 
    351                         /> 
    352                         <Tool 
    353                                 Name="VCCodeSignTool" 
    354                         /> 
    355                         <Tool 
    356                                 Name="VCPostBuildEventTool" 
    357                         /> 
    358                         <DeploymentTool 
    359                                 ForceDirty="-1" 
    360                                 RemoteDirectory="" 
    361                                 RegisterOutput="0" 
    362                                 AdditionalFiles="" 
    363                         /> 
    364                         <DebuggerTool 
    365153                        /> 
    366154                </Configuration> 
    367155                <Configuration 
    368156                        Name="Debug-Static|Win32" 
    369                         OutputDirectory="$(ConfigurationName)" 
    370                         IntermediateDirectory="$(ConfigurationName)" 
    371157                        ConfigurationType="1" 
    372                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     158                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    373159                        UseOfMFC="0" 
    374160                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    389175                        <Tool 
    390176                                Name="VCMIDLTool" 
    391                                 TypeLibraryName="./output/samples-i386-win32-vc8-debug/sample_debug.tlb" 
    392                                 HeaderFileName="" 
    393177                        /> 
    394178                        <Tool 
    395179                                Name="VCCLCompilerTool" 
    396                                 Optimization="0" 
    397180                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    398                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;_DEBUG;_CONSOLE" 
    399                                 MinimalRebuild="true" 
    400                                 BasicRuntimeChecks="3" 
    401                                 RuntimeLibrary="1" 
    402                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-debug/sample_debug.pch" 
    403                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-debug/" 
    404                                 ObjectFile="./output/samples-i386-win32-vc8-debug/" 
    405                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-debug/" 
    406                                 BrowseInformation="1" 
    407                                 WarningLevel="4" 
    408                                 SuppressStartupBanner="true" 
    409                                 DebugInformationFormat="4" 
     181                                PreprocessorDefinitions="_CONSOLE;" 
     182                                PrecompiledHeaderFile="" 
    410183                        /> 
    411184                        <Tool 
     
    414187                        <Tool 
    415188                                Name="VCResourceCompilerTool" 
    416                                 PreprocessorDefinitions="_DEBUG" 
    417                                 Culture="1033" 
    418189                        /> 
    419190                        <Tool 
     
    423194                                Name="VCLinkerTool" 
    424195                                AdditionalDependencies="iphlpapi.lib dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib" 
    425                                 OutputFile="../bin/samples/sampledebug_vc8d.exe" 
    426                                 LinkIncremental="2" 
    427                                 SuppressStartupBanner="true" 
    428                                 GenerateDebugInformation="true" 
    429                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.pdb" 
    430                                 GenerateMapFile="true" 
    431                                 MapFileName="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.map" 
    432                                 SubSystem="1" 
    433                                 TargetMachine="1" 
     196                                OutputFile="..\bin\sample-debug-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     197 
    434198                        /> 
    435199                        <Tool 
     
    444208                        <Tool 
    445209                                Name="VCBscMakeTool" 
    446                                 SuppressStartupBanner="true" 
    447                                 OutputFile="./output/samples-i386-win32-vc8-debug/sample_debug.bsc" 
    448210                        /> 
    449211                        <Tool 
     
    458220                        <Tool 
    459221                                Name="VCPostBuildEventTool" 
    460                         /> 
    461                 </Configuration> 
    462                 <Configuration 
    463                         Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    464                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    465                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    466                         ConfigurationType="1" 
    467                         CharacterSet="1" 
    468                         > 
    469                         <Tool 
    470                                 Name="VCPreBuildEventTool" 
    471                         /> 
    472                         <Tool 
    473                                 Name="VCCustomBuildTool" 
    474                         /> 
    475                         <Tool 
    476                                 Name="VCXMLDataGeneratorTool" 
    477                         /> 
    478                         <Tool 
    479                                 Name="VCWebServiceProxyGeneratorTool" 
    480                         /> 
    481                         <Tool 
    482                                 Name="VCMIDLTool" 
    483                                 TargetEnvironment="1" 
    484                         /> 
    485                         <Tool 
    486                                 Name="VCCLCompilerTool" 
    487                                 ExecutionBucket="7" 
    488                                 Optimization="0" 
    489                                 FavorSizeOrSpeed="0" 
    490                                 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    491                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    492                                 ExceptionHandling="0" 
    493                                 RuntimeLibrary="1" 
    494                                 WarningLevel="3" 
    495                                 DebugInformationFormat="3" 
    496                                 CompileAs="0" 
    497                                 CompileForArchitecture="0" 
    498                         /> 
    499                         <Tool 
    500                                 Name="VCManagedResourceCompilerTool" 
    501                         /> 
    502                         <Tool 
    503                                 Name="VCResourceCompilerTool" 
    504                         /> 
    505                         <Tool 
    506                                 Name="VCPreLinkEventTool" 
    507                         /> 
    508                         <Tool 
    509                                 Name="VCLinkerTool" 
    510                                 AdditionalOptions="" 
    511                                 AdditionalDependencies="ws2.lib" 
    512                                 GenerateDebugInformation="true" 
    513                                 OptimizeReferences="2" 
    514                                 EnableCOMDATFolding="2" 
    515                                 TargetMachine="0" 
    516                         /> 
    517                         <Tool 
    518                                 Name="VCALinkTool" 
    519                         /> 
    520                         <Tool 
    521                                 Name="VCXDCMakeTool" 
    522                         /> 
    523                         <Tool 
    524                                 Name="VCBscMakeTool" 
    525                         /> 
    526                         <Tool 
    527                                 Name="VCCodeSignTool" 
    528                         /> 
    529                         <Tool 
    530                                 Name="VCPostBuildEventTool" 
    531                         /> 
    532                         <DeploymentTool 
    533                                 ForceDirty="-1" 
    534                                 RemoteDirectory="" 
    535                                 RegisterOutput="0" 
    536                                 AdditionalFiles="" 
    537                         /> 
    538                         <DebuggerTool 
    539222                        /> 
    540223                </Configuration> 
    541224                <Configuration 
    542225                        Name="Release-Dynamic|Win32" 
    543                         OutputDirectory="$(ConfigurationName)" 
    544                         IntermediateDirectory="$(OutDir)" 
    545226                        ConfigurationType="1" 
    546                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     227                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
    547228                        UseOfMFC="0" 
    548229                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    563244                        <Tool 
    564245                                Name="VCMIDLTool" 
    565                                 TypeLibraryName="./output/samples-i386-win32-vc8-release/sample_debug.tlb" 
    566                                 HeaderFileName="" 
    567246                        /> 
    568247                        <Tool 
    569248                                Name="VCCLCompilerTool" 
    570                                 Optimization="2" 
    571                                 InlineFunctionExpansion="1" 
    572249                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    573                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;NDEBUG;_CONSOLE" 
    574                                 StringPooling="true" 
    575                                 RuntimeLibrary="2" 
    576                                 EnableFunctionLevelLinking="true" 
    577                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-release/sample_debug.pch" 
    578                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-release/" 
    579                                 ObjectFile="./output/samples-i386-win32-vc8-release/" 
    580                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-release/" 
    581                                 BrowseInformation="1" 
    582                                 WarningLevel="3" 
    583                                 SuppressStartupBanner="true" 
    584                                 DebugInformationFormat="3" 
     250                                PreprocessorDefinitions="_CONSOLE;" 
     251                                PrecompiledHeaderFile="" 
    585252                        /> 
    586253                        <Tool 
     
    589256                        <Tool 
    590257                                Name="VCResourceCompilerTool" 
    591                                 PreprocessorDefinitions="NDEBUG" 
    592                                 Culture="1033" 
    593258                        /> 
    594259                        <Tool 
     
    597262                        <Tool 
    598263                                Name="VCLinkerTool" 
    599                                 AdditionalOptions="/FIXED:NO" 
    600264                                AdditionalDependencies="iphlpapi.lib dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib" 
    601                                 OutputFile="../bin/samples/sampledebug_vc8.exe" 
    602                                 LinkIncremental="1" 
    603                                 SuppressStartupBanner="true" 
    604                                 GenerateDebugInformation="true" 
    605                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-release/sampledebug_vc8.pdb" 
    606                                 GenerateMapFile="true" 
    607                                 MapFileName="./output/samples-i386-win32-vc8-release/sampledebug_vc8.map" 
    608                                 SubSystem="1" 
    609                                 TargetMachine="1" 
     265                                OutputFile="..\bin\sample-debug-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     266 
    610267                        /> 
    611268                        <Tool 
     
    620277                        <Tool 
    621278                                Name="VCBscMakeTool" 
    622                                 SuppressStartupBanner="true" 
    623                                 OutputFile="./output/samples-i386-win32-vc8-release/sample_debug.bsc" 
    624279                        /> 
    625280                        <Tool 
     
    634289                        <Tool 
    635290                                Name="VCPostBuildEventTool" 
    636                         /> 
    637                 </Configuration> 
    638                 <Configuration 
    639                         Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    640                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    641                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    642                         ConfigurationType="1" 
    643                         CharacterSet="1" 
    644                         > 
    645                         <Tool 
    646                                 Name="VCPreBuildEventTool" 
    647                         /> 
    648                         <Tool 
    649                                 Name="VCCustomBuildTool" 
    650                         /> 
    651                         <Tool 
    652                                 Name="VCXMLDataGeneratorTool" 
    653                         /> 
    654                         <Tool 
    655                                 Name="VCWebServiceProxyGeneratorTool" 
    656                         /> 
    657                         <Tool 
    658                                 Name="VCMIDLTool" 
    659                                 TargetEnvironment="1" 
    660                         /> 
    661                         <Tool 
    662                                 Name="VCCLCompilerTool" 
    663                                 ExecutionBucket="7" 
    664                                 Optimization="2" 
    665                                 FavorSizeOrSpeed="2" 
    666                                 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    667                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    668                                 ExceptionHandling="0" 
    669                                 RuntimeLibrary="0" 
    670                                 WarningLevel="3" 
    671                                 DebugInformationFormat="0" 
    672                                 CompileAs="0" 
    673                                 CompileForArchitecture="0" 
    674                         /> 
    675                         <Tool 
    676                                 Name="VCManagedResourceCompilerTool" 
    677                         /> 
    678                         <Tool 
    679                                 Name="VCResourceCompilerTool" 
    680                         /> 
    681                         <Tool 
    682                                 Name="VCPreLinkEventTool" 
    683                         /> 
    684                         <Tool 
    685                                 Name="VCLinkerTool" 
    686                                 AdditionalOptions="" 
    687                                 AdditionalDependencies="ws2.lib" 
    688                                 OptimizeReferences="2" 
    689                                 EnableCOMDATFolding="2" 
    690                                 TargetMachine="0" 
    691                         /> 
    692                         <Tool 
    693                                 Name="VCALinkTool" 
    694                         /> 
    695                         <Tool 
    696                                 Name="VCXDCMakeTool" 
    697                         /> 
    698                         <Tool 
    699                                 Name="VCBscMakeTool" 
    700                         /> 
    701                         <Tool 
    702                                 Name="VCCodeSignTool" 
    703                         /> 
    704                         <Tool 
    705                                 Name="VCPostBuildEventTool" 
    706                         /> 
    707                         <DeploymentTool 
    708                                 ForceDirty="-1" 
    709                                 RemoteDirectory="" 
    710                                 RegisterOutput="0" 
    711                                 AdditionalFiles="" 
    712                         /> 
    713                         <DebuggerTool 
    714291                        /> 
    715292                </Configuration> 
    716293                <Configuration 
    717294                        Name="Debug-Dynamic|Win32" 
    718                         OutputDirectory="$(ConfigurationName)" 
    719                         IntermediateDirectory="$(ConfigurationName)" 
    720295                        ConfigurationType="1" 
    721                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     296                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    722297                        UseOfMFC="0" 
    723298                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    738313                        <Tool 
    739314                                Name="VCMIDLTool" 
    740                                 TypeLibraryName="./output/samples-i386-win32-vc8-debug/sample_debug.tlb" 
    741                                 HeaderFileName="" 
    742315                        /> 
    743316                        <Tool 
    744317                                Name="VCCLCompilerTool" 
    745                                 Optimization="0" 
    746318                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    747                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;_DEBUG;_CONSOLE" 
    748                                 MinimalRebuild="true" 
    749                                 BasicRuntimeChecks="3" 
    750                                 RuntimeLibrary="3" 
    751                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-debug/sample_debug.pch" 
    752                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-debug/" 
    753                                 ObjectFile="./output/samples-i386-win32-vc8-debug/" 
    754                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-debug/" 
    755                                 BrowseInformation="1" 
    756                                 WarningLevel="4" 
    757                                 SuppressStartupBanner="true" 
    758                                 DebugInformationFormat="4" 
     319                                PreprocessorDefinitions="_CONSOLE;" 
     320                                PrecompiledHeaderFile="" 
    759321                        /> 
    760322                        <Tool 
     
    763325                        <Tool 
    764326                                Name="VCResourceCompilerTool" 
    765                                 PreprocessorDefinitions="_DEBUG" 
    766                                 Culture="1033" 
    767327                        /> 
    768328                        <Tool 
     
    772332                                Name="VCLinkerTool" 
    773333                                AdditionalDependencies="iphlpapi.lib dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib" 
    774                                 OutputFile="../bin/samples/sampledebug_vc8d.exe" 
    775                                 LinkIncremental="2" 
    776                                 SuppressStartupBanner="true" 
    777                                 GenerateDebugInformation="true" 
    778                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.pdb" 
    779                                 GenerateMapFile="true" 
    780                                 MapFileName="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.map" 
    781                                 SubSystem="1" 
    782                                 TargetMachine="1" 
     334                                OutputFile="..\bin\sample-debug-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     335 
    783336                        /> 
    784337                        <Tool 
     
    793346                        <Tool 
    794347                                Name="VCBscMakeTool" 
    795                                 SuppressStartupBanner="true" 
    796                                 OutputFile="./output/samples-i386-win32-vc8-debug/sample_debug.bsc" 
    797348                        /> 
    798349                        <Tool 
     
    807358                        <Tool 
    808359                                Name="VCPostBuildEventTool" 
    809                         /> 
    810                 </Configuration> 
    811                 <Configuration 
    812                         Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    813                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    814                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    815                         ConfigurationType="1" 
    816                         CharacterSet="1" 
    817                         > 
    818                         <Tool 
    819                                 Name="VCPreBuildEventTool" 
    820                         /> 
    821                         <Tool 
    822                                 Name="VCCustomBuildTool" 
    823                         /> 
    824                         <Tool 
    825                                 Name="VCXMLDataGeneratorTool" 
    826                         /> 
    827                         <Tool 
    828                                 Name="VCWebServiceProxyGeneratorTool" 
    829                         /> 
    830                         <Tool 
    831                                 Name="VCMIDLTool" 
    832                                 TargetEnvironment="1" 
    833                         /> 
    834                         <Tool 
    835                                 Name="VCCLCompilerTool" 
    836                                 ExecutionBucket="7" 
    837                                 Optimization="0" 
    838                                 FavorSizeOrSpeed="0" 
    839                                 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    840                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    841                                 ExceptionHandling="0" 
    842                                 RuntimeLibrary="1" 
    843                                 WarningLevel="3" 
    844                                 DebugInformationFormat="3" 
    845                                 CompileAs="0" 
    846                                 CompileForArchitecture="0" 
    847                         /> 
    848                         <Tool 
    849                                 Name="VCManagedResourceCompilerTool" 
    850                         /> 
    851                         <Tool 
    852                                 Name="VCResourceCompilerTool" 
    853                         /> 
    854                         <Tool 
    855                                 Name="VCPreLinkEventTool" 
    856                         /> 
    857                         <Tool 
    858                                 Name="VCLinkerTool" 
    859                                 AdditionalOptions="" 
    860                                 AdditionalDependencies="ws2.lib" 
    861                                 GenerateDebugInformation="true" 
    862                                 OptimizeReferences="2" 
    863                                 EnableCOMDATFolding="2" 
    864                                 TargetMachine="0" 
    865                         /> 
    866                         <Tool 
    867                                 Name="VCALinkTool" 
    868                         /> 
    869                         <Tool 
    870                                 Name="VCXDCMakeTool" 
    871                         /> 
    872                         <Tool 
    873                                 Name="VCBscMakeTool" 
    874                         /> 
    875                         <Tool 
    876                                 Name="VCCodeSignTool" 
    877                         /> 
    878                         <Tool 
    879                                 Name="VCPostBuildEventTool" 
    880                         /> 
    881                         <DeploymentTool 
    882                                 ForceDirty="-1" 
    883                                 RemoteDirectory="" 
    884                                 RegisterOutput="0" 
    885                                 AdditionalFiles="" 
    886                         /> 
    887                         <DebuggerTool 
    888360                        /> 
    889361                </Configuration> 
    890362                <Configuration 
    891363                        Name="Release-Static|Win32" 
    892                         OutputDirectory="$(ConfigurationName)" 
    893                         IntermediateDirectory="$(OutDir)" 
    894364                        ConfigurationType="1" 
    895                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     365                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
    896366                        UseOfMFC="0" 
    897367                        ATLMinimizesCRunTimeLibraryUsage="false" 
     
    912382                        <Tool 
    913383                                Name="VCMIDLTool" 
    914                                 TypeLibraryName="./output/samples-i386-win32-vc8-release/sample_debug.tlb" 
    915                                 HeaderFileName="" 
    916384                        /> 
    917385                        <Tool 
    918386                                Name="VCCLCompilerTool" 
    919                                 Optimization="2" 
    920                                 InlineFunctionExpansion="1" 
    921387                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    922                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;NDEBUG;_CONSOLE" 
    923                                 StringPooling="true" 
    924                                 RuntimeLibrary="0" 
    925                                 EnableFunctionLevelLinking="true" 
    926                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-release/sample_debug.pch" 
    927                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-release/" 
    928                                 ObjectFile="./output/samples-i386-win32-vc8-release/" 
    929                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-release/" 
    930                                 BrowseInformation="1" 
    931                                 WarningLevel="3" 
    932                                 SuppressStartupBanner="true" 
    933                                 DebugInformationFormat="3" 
     388                                PreprocessorDefinitions="_CONSOLE;" 
     389                                PrecompiledHeaderFile="" 
    934390                        /> 
    935391                        <Tool 
     
    938394                        <Tool 
    939395                                Name="VCResourceCompilerTool" 
    940                                 PreprocessorDefinitions="NDEBUG" 
    941                                 Culture="1033" 
    942396                        /> 
    943397                        <Tool 
     
    946400                        <Tool 
    947401                                Name="VCLinkerTool" 
    948                                 AdditionalOptions="/FIXED:NO" 
    949402                                AdditionalDependencies="iphlpapi.lib dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib" 
    950                                 OutputFile="../bin/samples/sampledebug_vc8.exe" 
    951                                 LinkIncremental="1" 
    952                                 SuppressStartupBanner="true" 
    953                                 GenerateDebugInformation="true" 
    954                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-release/sampledebug_vc8.pdb" 
    955                                 GenerateMapFile="true" 
    956                                 MapFileName="./output/samples-i386-win32-vc8-release/sampledebug_vc8.map" 
    957                                 SubSystem="1" 
    958                                 TargetMachine="1" 
     403                                OutputFile="..\bin\sample-debug-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).exe" 
     404 
    959405                        /> 
    960406                        <Tool 
     
    969415                        <Tool 
    970416                                Name="VCBscMakeTool" 
    971                                 SuppressStartupBanner="true" 
    972                                 OutputFile="./output/samples-i386-win32-vc8-release/sample_debug.bsc" 
    973417                        /> 
    974418                        <Tool 
     
    983427                        <Tool 
    984428                                Name="VCPostBuildEventTool" 
    985                         /> 
    986                 </Configuration> 
    987                 <Configuration 
    988                         Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    989                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    990                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    991                         ConfigurationType="1" 
    992                         CharacterSet="1" 
    993                         > 
    994                         <Tool 
    995                                 Name="VCPreBuildEventTool" 
    996                         /> 
    997                         <Tool 
    998                                 Name="VCCustomBuildTool" 
    999                         /> 
    1000                         <Tool 
    1001                                 Name="VCXMLDataGeneratorTool" 
    1002                         /> 
    1003                         <Tool 
    1004                                 Name="VCWebServiceProxyGeneratorTool" 
    1005                         /> 
    1006                         <Tool 
    1007                                 Name="VCMIDLTool" 
    1008                                 TargetEnvironment="1" 
    1009                         /> 
    1010                         <Tool 
    1011                                 Name="VCCLCompilerTool" 
    1012                                 ExecutionBucket="7" 
    1013                                 Optimization="2" 
    1014                                 FavorSizeOrSpeed="2" 
    1015                                 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    1016                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    1017                                 ExceptionHandling="0" 
    1018                                 RuntimeLibrary="0" 
    1019                                 WarningLevel="3" 
    1020                                 DebugInformationFormat="0" 
    1021                                 CompileAs="0" 
    1022                                 CompileForArchitecture="0" 
    1023                         /> 
    1024                         <Tool 
    1025                                 Name="VCManagedResourceCompilerTool" 
    1026                         /> 
    1027                         <Tool 
    1028                                 Name="VCResourceCompilerTool" 
    1029                         /> 
    1030                         <Tool 
    1031                                 Name="VCPreLinkEventTool" 
    1032                         /> 
    1033                         <Tool 
    1034                                 Name="VCLinkerTool" 
    1035                                 AdditionalOptions="" 
    1036                                 AdditionalDependencies="ws2.lib" 
    1037                                 OptimizeReferences="2" 
    1038                                 EnableCOMDATFolding="2" 
    1039                                 TargetMachine="0" 
    1040                         /> 
    1041                         <Tool 
    1042                                 Name="VCALinkTool" 
    1043                         /> 
    1044                         <Tool 
    1045                                 Name="VCXDCMakeTool" 
    1046                         /> 
    1047                         <Tool 
    1048                                 Name="VCBscMakeTool" 
    1049                         /> 
    1050                         <Tool 
    1051                                 Name="VCCodeSignTool" 
    1052                         /> 
    1053                         <Tool 
    1054                                 Name="VCPostBuildEventTool" 
    1055                         /> 
    1056                         <DeploymentTool 
    1057                                 ForceDirty="-1" 
    1058                                 RemoteDirectory="" 
    1059                                 RegisterOutput="0" 
    1060                                 AdditionalFiles="" 
    1061                         /> 
    1062                         <DebuggerTool 
    1063429                        /> 
    1064430                </Configuration> 
Note: See TracChangeset for help on using the changeset viewer.