Ignore:
Timestamp:
Apr 20, 2009 8:11:18 PM (15 years ago)
Author:
nanang
Message:

#792: Updated property sheet win32-common and updated some projects settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/vs-reorg/pjsip-apps/build/sample_debug.vcproj

    r2622 r2625  
    2020                <Configuration 
    2121                        Name="Debug|Win32" 
    22                         ConfigurationType="1" 
    2322                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     23 
     24                        ATLMinimizesCRunTimeLibraryUsage="false" 
     25 
     26                        CharacterSet="2" 
     27 
     28                        ConfigurationType="1" 
    2429                        UseOfMFC="0" 
    25                         ATLMinimizesCRunTimeLibraryUsage="false" 
    26                         CharacterSet="2" 
    27                         > 
    28                         <Tool 
    29                                 Name="VCPreBuildEventTool" 
    30                         /> 
    31                         <Tool 
    32                                 Name="VCCustomBuildTool" 
    33                         /> 
    34                         <Tool 
    35                                 Name="VCXMLDataGeneratorTool" 
    36                         /> 
    37                         <Tool 
    38                                 Name="VCWebServiceProxyGeneratorTool" 
    39                         /> 
    40                         <Tool 
    41                                 Name="VCMIDLTool" 
    42                                 TypeLibraryName="./output/samples-i386-win32-vc8-debug/sample_debug.tlb" 
    43                                 HeaderFileName="" 
    44                         /> 
    45                         <Tool 
    46                                 Name="VCCLCompilerTool" 
     30                        > 
     31                        <Tool 
     32                                Name="VCPreBuildEventTool" 
     33                        /> 
     34                        <Tool 
     35                                Name="VCCustomBuildTool" 
     36                        /> 
     37                        <Tool 
     38                                Name="VCXMLDataGeneratorTool" 
     39                        /> 
     40                        <Tool 
     41                                Name="VCWebServiceProxyGeneratorTool" 
     42                        /> 
     43                        <Tool 
     44                                Name="VCMIDLTool" 
     45                        /> 
     46                        <Tool 
     47                                Name="VCCLCompilerTool" 
     48                                PrecompiledHeaderFile="" 
     49 
     50                                PreprocessorDefinitions="" 
     51 
    4752                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    48                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;_DEBUG;_CONSOLE" 
    49                                 MinimalRebuild="true" 
    50                                 BasicRuntimeChecks="3" 
    51                                 RuntimeLibrary="1" 
    52                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-debug/sample_debug.pch" 
    53                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-debug/" 
    54                                 ObjectFile="./output/samples-i386-win32-vc8-debug/" 
    55                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-debug/" 
    56                                 BrowseInformation="1" 
    57                                 WarningLevel="4" 
    58                                 SuppressStartupBanner="true" 
    59                         /> 
    60                         <Tool 
    61                                 Name="VCManagedResourceCompilerTool" 
    62                         /> 
    63                         <Tool 
    64                                 Name="VCResourceCompilerTool" 
    65                                 PreprocessorDefinitions="_DEBUG" 
    66                                 Culture="1033" 
     53                        /> 
     54                        <Tool 
     55                                Name="VCManagedResourceCompilerTool" 
     56                        /> 
     57                        <Tool 
     58                                Name="VCResourceCompilerTool" 
    6759                        /> 
    6860                        <Tool 
     
    7264                                Name="VCLinkerTool" 
    7365                                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" 
    74                                 OutputFile="../bin/samples/sampledebug_vc8d.exe" 
    75                                 LinkIncremental="2" 
    76                                 SuppressStartupBanner="true" 
    77                                 GenerateDebugInformation="true" 
    78                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.pdb" 
    79                                 GenerateMapFile="true" 
    80                                 MapFileName="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.map" 
    81                                 SubSystem="1" 
    82                                 TargetMachine="1" 
    8366                        /> 
    8467                        <Tool 
     
    9376                        <Tool 
    9477                                Name="VCBscMakeTool" 
    95                                 SuppressStartupBanner="true" 
    96                                 OutputFile="./output/samples-i386-win32-vc8-debug/sample_debug.bsc" 
    9778                        /> 
    9879                        <Tool 
     
    11192                <Configuration 
    11293                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
    113                         OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    114                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    115                         ConfigurationType="1" 
     94                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     95 
     96                        ATLMinimizesCRunTimeLibraryUsage="false" 
     97 
    11698                        CharacterSet="1" 
    117                         > 
    118                         <Tool 
    119                                 Name="VCPreBuildEventTool" 
    120                         /> 
    121                         <Tool 
    122                                 Name="VCCustomBuildTool" 
    123                         /> 
    124                         <Tool 
    125                                 Name="VCXMLDataGeneratorTool" 
    126                         /> 
    127                         <Tool 
    128                                 Name="VCWebServiceProxyGeneratorTool" 
    129                         /> 
    130                         <Tool 
    131                                 Name="VCMIDLTool" 
    132                         /> 
    133                         <Tool 
    134                                 Name="VCCLCompilerTool" 
    135                                 ExecutionBucket="7" 
    136                                 Optimization="0" 
    137                                 FavorSizeOrSpeed="0" 
     99 
     100                        ConfigurationType="1" 
     101                        > 
     102                        <Tool 
     103                                Name="VCPreBuildEventTool" 
     104                        /> 
     105                        <Tool 
     106                                Name="VCCustomBuildTool" 
     107                        /> 
     108                        <Tool 
     109                                Name="VCXMLDataGeneratorTool" 
     110                        /> 
     111                        <Tool 
     112                                Name="VCWebServiceProxyGeneratorTool" 
     113                        /> 
     114                        <Tool 
     115                                Name="VCMIDLTool" 
     116                        /> 
     117                        <Tool 
     118                                Name="VCCLCompilerTool" 
     119                                PrecompiledHeaderFile="" 
     120 
     121                                PreprocessorDefinitions="" 
     122 
    138123                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    139                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    140                                 ExceptionHandling="0" 
    141                                 RuntimeLibrary="1" 
    142                                 WarningLevel="3" 
    143                                 DebugInformationFormat="3" 
    144                                 CompileAs="0" 
    145                                 CompileForArchitecture="0" 
    146                         /> 
    147                         <Tool 
    148                                 Name="VCManagedResourceCompilerTool" 
    149                         /> 
    150                         <Tool 
    151                                 Name="VCResourceCompilerTool" 
    152                         /> 
    153                         <Tool 
    154                                 Name="VCPreLinkEventTool" 
    155                         /> 
    156                         <Tool 
    157                                 Name="VCLinkerTool" 
    158                                 AdditionalOptions="" 
     124                        /> 
     125                        <Tool 
     126                                Name="VCManagedResourceCompilerTool" 
     127                        /> 
     128                        <Tool 
     129                                Name="VCResourceCompilerTool" 
     130                        /> 
     131                        <Tool 
     132                                Name="VCPreLinkEventTool" 
     133                        /> 
     134                        <Tool 
     135                                Name="VCLinkerTool" 
    159136                                AdditionalDependencies="ws2.lib" 
    160                                 GenerateDebugInformation="true" 
    161                                 OptimizeReferences="2" 
    162                                 EnableCOMDATFolding="2" 
    163                                 TargetMachine="0" 
    164137                        /> 
    165138                        <Tool 
     
    189162                <Configuration 
    190163                        Name="Release|Win32" 
    191                         ConfigurationType="1" 
    192164                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     165 
     166                        ATLMinimizesCRunTimeLibraryUsage="false" 
     167 
     168                        CharacterSet="2" 
     169 
     170                        ConfigurationType="1" 
    193171                        UseOfMFC="0" 
    194                         ATLMinimizesCRunTimeLibraryUsage="false" 
    195                         CharacterSet="2" 
    196                         > 
    197                         <Tool 
    198                                 Name="VCPreBuildEventTool" 
    199                         /> 
    200                         <Tool 
    201                                 Name="VCCustomBuildTool" 
    202                         /> 
    203                         <Tool 
    204                                 Name="VCXMLDataGeneratorTool" 
    205                         /> 
    206                         <Tool 
    207                                 Name="VCWebServiceProxyGeneratorTool" 
    208                         /> 
    209                         <Tool 
    210                                 Name="VCMIDLTool" 
    211                                 TypeLibraryName="./output/samples-i386-win32-vc8-release/sample_debug.tlb" 
    212                                 HeaderFileName="" 
    213                         /> 
    214                         <Tool 
    215                                 Name="VCCLCompilerTool" 
    216                                 Optimization="2" 
    217                                 InlineFunctionExpansion="1" 
     172                        > 
     173                        <Tool 
     174                                Name="VCPreBuildEventTool" 
     175                        /> 
     176                        <Tool 
     177                                Name="VCCustomBuildTool" 
     178                        /> 
     179                        <Tool 
     180                                Name="VCXMLDataGeneratorTool" 
     181                        /> 
     182                        <Tool 
     183                                Name="VCWebServiceProxyGeneratorTool" 
     184                        /> 
     185                        <Tool 
     186                                Name="VCMIDLTool" 
     187                        /> 
     188                        <Tool 
     189                                Name="VCCLCompilerTool" 
     190                                PrecompiledHeaderFile="" 
     191 
     192                                PreprocessorDefinitions="" 
     193 
    218194                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    219                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;NDEBUG;_CONSOLE" 
    220                                 StringPooling="true" 
    221                                 RuntimeLibrary="2" 
    222                                 EnableFunctionLevelLinking="true" 
    223                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-release/sample_debug.pch" 
    224                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-release/" 
    225                                 ObjectFile="./output/samples-i386-win32-vc8-release/" 
    226                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-release/" 
    227                                 BrowseInformation="1" 
    228                                 WarningLevel="3" 
    229                                 SuppressStartupBanner="true" 
    230                                 DebugInformationFormat="3" 
    231                         /> 
    232                         <Tool 
    233                                 Name="VCManagedResourceCompilerTool" 
    234                         /> 
    235                         <Tool 
    236                                 Name="VCResourceCompilerTool" 
    237                                 PreprocessorDefinitions="NDEBUG" 
    238                                 Culture="1033" 
    239                         /> 
    240                         <Tool 
    241                                 Name="VCPreLinkEventTool" 
    242                         /> 
    243                         <Tool 
    244                                 Name="VCLinkerTool" 
    245                                 AdditionalOptions="/FIXED:NO" 
     195                        /> 
     196                        <Tool 
     197                                Name="VCManagedResourceCompilerTool" 
     198                        /> 
     199                        <Tool 
     200                                Name="VCResourceCompilerTool" 
     201                        /> 
     202                        <Tool 
     203                                Name="VCPreLinkEventTool" 
     204                        /> 
     205                        <Tool 
     206                                Name="VCLinkerTool" 
    246207                                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" 
    247                                 OutputFile="../bin/samples/sampledebug_vc8.exe" 
    248                                 LinkIncremental="1" 
    249                                 SuppressStartupBanner="true" 
    250                                 GenerateDebugInformation="true" 
    251                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-release/sampledebug_vc8.pdb" 
    252                                 GenerateMapFile="true" 
    253                                 MapFileName="./output/samples-i386-win32-vc8-release/sampledebug_vc8.map" 
    254                                 SubSystem="1" 
    255                                 TargetMachine="1" 
    256208                        /> 
    257209                        <Tool 
     
    266218                        <Tool 
    267219                                Name="VCBscMakeTool" 
    268                                 SuppressStartupBanner="true" 
    269                                 OutputFile="./output/samples-i386-win32-vc8-release/sample_debug.bsc" 
    270220                        /> 
    271221                        <Tool 
     
    284234                <Configuration 
    285235                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
    286                         OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    287                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    288                         ConfigurationType="1" 
     236                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     237 
     238                        ATLMinimizesCRunTimeLibraryUsage="false" 
     239 
    289240                        CharacterSet="1" 
    290                         > 
    291                         <Tool 
    292                                 Name="VCPreBuildEventTool" 
    293                         /> 
    294                         <Tool 
    295                                 Name="VCCustomBuildTool" 
    296                         /> 
    297                         <Tool 
    298                                 Name="VCXMLDataGeneratorTool" 
    299                         /> 
    300                         <Tool 
    301                                 Name="VCWebServiceProxyGeneratorTool" 
    302                         /> 
    303                         <Tool 
    304                                 Name="VCMIDLTool" 
    305                         /> 
    306                         <Tool 
    307                                 Name="VCCLCompilerTool" 
    308                                 ExecutionBucket="7" 
    309                                 Optimization="2" 
    310                                 FavorSizeOrSpeed="2" 
     241 
     242                        ConfigurationType="1" 
     243                        > 
     244                        <Tool 
     245                                Name="VCPreBuildEventTool" 
     246                        /> 
     247                        <Tool 
     248                                Name="VCCustomBuildTool" 
     249                        /> 
     250                        <Tool 
     251                                Name="VCXMLDataGeneratorTool" 
     252                        /> 
     253                        <Tool 
     254                                Name="VCWebServiceProxyGeneratorTool" 
     255                        /> 
     256                        <Tool 
     257                                Name="VCMIDLTool" 
     258                        /> 
     259                        <Tool 
     260                                Name="VCCLCompilerTool" 
     261                                PrecompiledHeaderFile="" 
     262 
     263                                PreprocessorDefinitions="" 
     264 
    311265                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    312                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    313                                 ExceptionHandling="0" 
    314                                 RuntimeLibrary="0" 
    315                                 WarningLevel="3" 
    316                                 DebugInformationFormat="0" 
    317                                 CompileAs="0" 
    318                                 CompileForArchitecture="0" 
    319                         /> 
    320                         <Tool 
    321                                 Name="VCManagedResourceCompilerTool" 
    322                         /> 
    323                         <Tool 
    324                                 Name="VCResourceCompilerTool" 
    325                         /> 
    326                         <Tool 
    327                                 Name="VCPreLinkEventTool" 
    328                         /> 
    329                         <Tool 
    330                                 Name="VCLinkerTool" 
    331                                 AdditionalOptions="" 
     266                        /> 
     267                        <Tool 
     268                                Name="VCManagedResourceCompilerTool" 
     269                        /> 
     270                        <Tool 
     271                                Name="VCResourceCompilerTool" 
     272                        /> 
     273                        <Tool 
     274                                Name="VCPreLinkEventTool" 
     275                        /> 
     276                        <Tool 
     277                                Name="VCLinkerTool" 
    332278                                AdditionalDependencies="ws2.lib" 
    333                                 OptimizeReferences="2" 
    334                                 EnableCOMDATFolding="2" 
    335                                 TargetMachine="0" 
    336279                        /> 
    337280                        <Tool 
     
    361304                <Configuration 
    362305                        Name="Debug-Static|Win32" 
    363                         ConfigurationType="1" 
    364306                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     307 
     308                        ATLMinimizesCRunTimeLibraryUsage="false" 
     309 
     310                        CharacterSet="2" 
     311 
     312                        ConfigurationType="1" 
    365313                        UseOfMFC="0" 
    366                         ATLMinimizesCRunTimeLibraryUsage="false" 
    367                         CharacterSet="2" 
    368                         > 
    369                         <Tool 
    370                                 Name="VCPreBuildEventTool" 
    371                         /> 
    372                         <Tool 
    373                                 Name="VCCustomBuildTool" 
    374                         /> 
    375                         <Tool 
    376                                 Name="VCXMLDataGeneratorTool" 
    377                         /> 
    378                         <Tool 
    379                                 Name="VCWebServiceProxyGeneratorTool" 
    380                         /> 
    381                         <Tool 
    382                                 Name="VCMIDLTool" 
    383                                 TypeLibraryName="./output/samples-i386-win32-vc8-debug/sample_debug.tlb" 
    384                                 HeaderFileName="" 
    385                         /> 
    386                         <Tool 
    387                                 Name="VCCLCompilerTool" 
     314                        > 
     315                        <Tool 
     316                                Name="VCPreBuildEventTool" 
     317                        /> 
     318                        <Tool 
     319                                Name="VCCustomBuildTool" 
     320                        /> 
     321                        <Tool 
     322                                Name="VCXMLDataGeneratorTool" 
     323                        /> 
     324                        <Tool 
     325                                Name="VCWebServiceProxyGeneratorTool" 
     326                        /> 
     327                        <Tool 
     328                                Name="VCMIDLTool" 
     329                        /> 
     330                        <Tool 
     331                                Name="VCCLCompilerTool" 
     332                                PrecompiledHeaderFile="" 
     333 
     334                                PreprocessorDefinitions="" 
     335 
    388336                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    389                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;_DEBUG;_CONSOLE" 
    390                                 MinimalRebuild="true" 
    391                                 BasicRuntimeChecks="3" 
    392                                 RuntimeLibrary="1" 
    393                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-debug/sample_debug.pch" 
    394                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-debug/" 
    395                                 ObjectFile="./output/samples-i386-win32-vc8-debug/" 
    396                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-debug/" 
    397                                 BrowseInformation="1" 
    398                                 WarningLevel="4" 
    399                                 SuppressStartupBanner="true" 
    400                                 DebugInformationFormat="4" 
    401                         /> 
    402                         <Tool 
    403                                 Name="VCManagedResourceCompilerTool" 
    404                         /> 
    405                         <Tool 
    406                                 Name="VCResourceCompilerTool" 
    407                                 PreprocessorDefinitions="_DEBUG" 
    408                                 Culture="1033" 
     337                        /> 
     338                        <Tool 
     339                                Name="VCManagedResourceCompilerTool" 
     340                        /> 
     341                        <Tool 
     342                                Name="VCResourceCompilerTool" 
    409343                        /> 
    410344                        <Tool 
     
    414348                                Name="VCLinkerTool" 
    415349                                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" 
    416                                 OutputFile="../bin/samples/sampledebug_vc8d.exe" 
    417                                 LinkIncremental="2" 
    418                                 SuppressStartupBanner="true" 
    419                                 GenerateDebugInformation="true" 
    420                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.pdb" 
    421                                 GenerateMapFile="true" 
    422                                 MapFileName="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.map" 
    423                                 SubSystem="1" 
    424                                 TargetMachine="1" 
    425350                        /> 
    426351                        <Tool 
     
    435360                        <Tool 
    436361                                Name="VCBscMakeTool" 
    437                                 SuppressStartupBanner="true" 
    438                                 OutputFile="./output/samples-i386-win32-vc8-debug/sample_debug.bsc" 
    439362                        /> 
    440363                        <Tool 
     
    453376                <Configuration 
    454377                        Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    455                         OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    456                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    457                         ConfigurationType="1" 
     378                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     379 
     380                        ATLMinimizesCRunTimeLibraryUsage="false" 
     381 
    458382                        CharacterSet="1" 
    459                         > 
    460                         <Tool 
    461                                 Name="VCPreBuildEventTool" 
    462                         /> 
    463                         <Tool 
    464                                 Name="VCCustomBuildTool" 
    465                         /> 
    466                         <Tool 
    467                                 Name="VCXMLDataGeneratorTool" 
    468                         /> 
    469                         <Tool 
    470                                 Name="VCWebServiceProxyGeneratorTool" 
    471                         /> 
    472                         <Tool 
    473                                 Name="VCMIDLTool" 
    474                                 TargetEnvironment="1" 
    475                         /> 
    476                         <Tool 
    477                                 Name="VCCLCompilerTool" 
    478                                 ExecutionBucket="7" 
    479                                 Optimization="0" 
    480                                 FavorSizeOrSpeed="0" 
     383 
     384                        ConfigurationType="1" 
     385                        > 
     386                        <Tool 
     387                                Name="VCPreBuildEventTool" 
     388                        /> 
     389                        <Tool 
     390                                Name="VCCustomBuildTool" 
     391                        /> 
     392                        <Tool 
     393                                Name="VCXMLDataGeneratorTool" 
     394                        /> 
     395                        <Tool 
     396                                Name="VCWebServiceProxyGeneratorTool" 
     397                        /> 
     398                        <Tool 
     399                                Name="VCMIDLTool" 
     400                        /> 
     401                        <Tool 
     402                                Name="VCCLCompilerTool" 
     403                                PrecompiledHeaderFile="" 
     404 
     405                                PreprocessorDefinitions="" 
     406 
    481407                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    482                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    483                                 ExceptionHandling="0" 
    484                                 RuntimeLibrary="1" 
    485                                 WarningLevel="3" 
    486                                 DebugInformationFormat="3" 
    487                                 CompileAs="0" 
    488                                 CompileForArchitecture="0" 
    489                         /> 
    490                         <Tool 
    491                                 Name="VCManagedResourceCompilerTool" 
    492                         /> 
    493                         <Tool 
    494                                 Name="VCResourceCompilerTool" 
    495                         /> 
    496                         <Tool 
    497                                 Name="VCPreLinkEventTool" 
    498                         /> 
    499                         <Tool 
    500                                 Name="VCLinkerTool" 
    501                                 AdditionalOptions="" 
     408                        /> 
     409                        <Tool 
     410                                Name="VCManagedResourceCompilerTool" 
     411                        /> 
     412                        <Tool 
     413                                Name="VCResourceCompilerTool" 
     414                        /> 
     415                        <Tool 
     416                                Name="VCPreLinkEventTool" 
     417                        /> 
     418                        <Tool 
     419                                Name="VCLinkerTool" 
    502420                                AdditionalDependencies="ws2.lib" 
    503                                 GenerateDebugInformation="true" 
    504                                 OptimizeReferences="2" 
    505                                 EnableCOMDATFolding="2" 
    506                                 TargetMachine="0" 
    507421                        /> 
    508422                        <Tool 
     
    532446                <Configuration 
    533447                        Name="Release-Dynamic|Win32" 
    534                         ConfigurationType="1" 
    535448                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     449 
     450                        ATLMinimizesCRunTimeLibraryUsage="false" 
     451 
     452                        CharacterSet="2" 
     453 
     454                        ConfigurationType="1" 
    536455                        UseOfMFC="0" 
    537                         ATLMinimizesCRunTimeLibraryUsage="false" 
    538                         CharacterSet="2" 
    539                         > 
    540                         <Tool 
    541                                 Name="VCPreBuildEventTool" 
    542                         /> 
    543                         <Tool 
    544                                 Name="VCCustomBuildTool" 
    545                         /> 
    546                         <Tool 
    547                                 Name="VCXMLDataGeneratorTool" 
    548                         /> 
    549                         <Tool 
    550                                 Name="VCWebServiceProxyGeneratorTool" 
    551                         /> 
    552                         <Tool 
    553                                 Name="VCMIDLTool" 
    554                                 TypeLibraryName="./output/samples-i386-win32-vc8-release/sample_debug.tlb" 
    555                                 HeaderFileName="" 
    556                         /> 
    557                         <Tool 
    558                                 Name="VCCLCompilerTool" 
    559                                 Optimization="2" 
    560                                 InlineFunctionExpansion="1" 
     456                        > 
     457                        <Tool 
     458                                Name="VCPreBuildEventTool" 
     459                        /> 
     460                        <Tool 
     461                                Name="VCCustomBuildTool" 
     462                        /> 
     463                        <Tool 
     464                                Name="VCXMLDataGeneratorTool" 
     465                        /> 
     466                        <Tool 
     467                                Name="VCWebServiceProxyGeneratorTool" 
     468                        /> 
     469                        <Tool 
     470                                Name="VCMIDLTool" 
     471                        /> 
     472                        <Tool 
     473                                Name="VCCLCompilerTool" 
     474                                PrecompiledHeaderFile="" 
     475 
     476                                PreprocessorDefinitions="" 
     477 
    561478                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    562                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;NDEBUG;_CONSOLE" 
    563                                 StringPooling="true" 
    564                                 RuntimeLibrary="2" 
    565                                 EnableFunctionLevelLinking="true" 
    566                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-release/sample_debug.pch" 
    567                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-release/" 
    568                                 ObjectFile="./output/samples-i386-win32-vc8-release/" 
    569                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-release/" 
    570                                 BrowseInformation="1" 
    571                                 WarningLevel="3" 
    572                                 SuppressStartupBanner="true" 
    573                                 DebugInformationFormat="3" 
    574                         /> 
    575                         <Tool 
    576                                 Name="VCManagedResourceCompilerTool" 
    577                         /> 
    578                         <Tool 
    579                                 Name="VCResourceCompilerTool" 
    580                                 PreprocessorDefinitions="NDEBUG" 
    581                                 Culture="1033" 
    582                         /> 
    583                         <Tool 
    584                                 Name="VCPreLinkEventTool" 
    585                         /> 
    586                         <Tool 
    587                                 Name="VCLinkerTool" 
    588                                 AdditionalOptions="/FIXED:NO" 
     479                        /> 
     480                        <Tool 
     481                                Name="VCManagedResourceCompilerTool" 
     482                        /> 
     483                        <Tool 
     484                                Name="VCResourceCompilerTool" 
     485                        /> 
     486                        <Tool 
     487                                Name="VCPreLinkEventTool" 
     488                        /> 
     489                        <Tool 
     490                                Name="VCLinkerTool" 
    589491                                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" 
    590                                 OutputFile="../bin/samples/sampledebug_vc8.exe" 
    591                                 LinkIncremental="1" 
    592                                 SuppressStartupBanner="true" 
    593                                 GenerateDebugInformation="true" 
    594                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-release/sampledebug_vc8.pdb" 
    595                                 GenerateMapFile="true" 
    596                                 MapFileName="./output/samples-i386-win32-vc8-release/sampledebug_vc8.map" 
    597                                 SubSystem="1" 
    598                                 TargetMachine="1" 
    599492                        /> 
    600493                        <Tool 
     
    609502                        <Tool 
    610503                                Name="VCBscMakeTool" 
    611                                 SuppressStartupBanner="true" 
    612                                 OutputFile="./output/samples-i386-win32-vc8-release/sample_debug.bsc" 
    613504                        /> 
    614505                        <Tool 
     
    627518                <Configuration 
    628519                        Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    629                         OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    630                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    631                         ConfigurationType="1" 
     520                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     521 
     522                        ATLMinimizesCRunTimeLibraryUsage="false" 
     523 
    632524                        CharacterSet="1" 
    633                         > 
    634                         <Tool 
    635                                 Name="VCPreBuildEventTool" 
    636                         /> 
    637                         <Tool 
    638                                 Name="VCCustomBuildTool" 
    639                         /> 
    640                         <Tool 
    641                                 Name="VCXMLDataGeneratorTool" 
    642                         /> 
    643                         <Tool 
    644                                 Name="VCWebServiceProxyGeneratorTool" 
    645                         /> 
    646                         <Tool 
    647                                 Name="VCMIDLTool" 
    648                                 TargetEnvironment="1" 
    649                         /> 
    650                         <Tool 
    651                                 Name="VCCLCompilerTool" 
    652                                 ExecutionBucket="7" 
    653                                 Optimization="2" 
    654                                 FavorSizeOrSpeed="2" 
     525 
     526                        ConfigurationType="1" 
     527                        > 
     528                        <Tool 
     529                                Name="VCPreBuildEventTool" 
     530                        /> 
     531                        <Tool 
     532                                Name="VCCustomBuildTool" 
     533                        /> 
     534                        <Tool 
     535                                Name="VCXMLDataGeneratorTool" 
     536                        /> 
     537                        <Tool 
     538                                Name="VCWebServiceProxyGeneratorTool" 
     539                        /> 
     540                        <Tool 
     541                                Name="VCMIDLTool" 
     542                        /> 
     543                        <Tool 
     544                                Name="VCCLCompilerTool" 
     545                                PrecompiledHeaderFile="" 
     546 
     547                                PreprocessorDefinitions="" 
     548 
    655549                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    656                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    657                                 ExceptionHandling="0" 
    658                                 RuntimeLibrary="0" 
    659                                 WarningLevel="3" 
    660                                 DebugInformationFormat="0" 
    661                                 CompileAs="0" 
    662                                 CompileForArchitecture="0" 
    663                         /> 
    664                         <Tool 
    665                                 Name="VCManagedResourceCompilerTool" 
    666                         /> 
    667                         <Tool 
    668                                 Name="VCResourceCompilerTool" 
    669                         /> 
    670                         <Tool 
    671                                 Name="VCPreLinkEventTool" 
    672                         /> 
    673                         <Tool 
    674                                 Name="VCLinkerTool" 
    675                                 AdditionalOptions="" 
     550                        /> 
     551                        <Tool 
     552                                Name="VCManagedResourceCompilerTool" 
     553                        /> 
     554                        <Tool 
     555                                Name="VCResourceCompilerTool" 
     556                        /> 
     557                        <Tool 
     558                                Name="VCPreLinkEventTool" 
     559                        /> 
     560                        <Tool 
     561                                Name="VCLinkerTool" 
    676562                                AdditionalDependencies="ws2.lib" 
    677                                 OptimizeReferences="2" 
    678                                 EnableCOMDATFolding="2" 
    679                                 TargetMachine="0" 
    680563                        /> 
    681564                        <Tool 
     
    705588                <Configuration 
    706589                        Name="Debug-Dynamic|Win32" 
    707                         ConfigurationType="1" 
    708                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     590                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
     591 
     592                        ATLMinimizesCRunTimeLibraryUsage="false" 
     593 
     594                        CharacterSet="2" 
     595 
     596                        ConfigurationType="1" 
    709597                        UseOfMFC="0" 
    710                         ATLMinimizesCRunTimeLibraryUsage="false" 
    711                         CharacterSet="2" 
    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                                 TypeLibraryName="./output/samples-i386-win32-vc8-debug/sample_debug.tlb" 
    728                                 HeaderFileName="" 
    729                         /> 
    730                         <Tool 
    731                                 Name="VCCLCompilerTool" 
    732                                 Optimization="0" 
     598                        > 
     599                        <Tool 
     600                                Name="VCPreBuildEventTool" 
     601                        /> 
     602                        <Tool 
     603                                Name="VCCustomBuildTool" 
     604                        /> 
     605                        <Tool 
     606                                Name="VCXMLDataGeneratorTool" 
     607                        /> 
     608                        <Tool 
     609                                Name="VCWebServiceProxyGeneratorTool" 
     610                        /> 
     611                        <Tool 
     612                                Name="VCMIDLTool" 
     613                        /> 
     614                        <Tool 
     615                                Name="VCCLCompilerTool" 
     616                                PrecompiledHeaderFile="" 
     617 
     618                                PreprocessorDefinitions="" 
     619 
    733620                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    734                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;_DEBUG;_CONSOLE" 
    735                                 MinimalRebuild="true" 
    736                                 BasicRuntimeChecks="3" 
    737                                 RuntimeLibrary="3" 
    738                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-debug/sample_debug.pch" 
    739                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-debug/" 
    740                                 ObjectFile="./output/samples-i386-win32-vc8-debug/" 
    741                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-debug/" 
    742                                 SuppressStartupBanner="true" 
    743                                 DebugInformationFormat="4" 
    744                         /> 
    745                         <Tool 
    746                                 Name="VCManagedResourceCompilerTool" 
    747                         /> 
    748                         <Tool 
    749                                 Name="VCResourceCompilerTool" 
    750                                 PreprocessorDefinitions="_DEBUG" 
    751                                 Culture="1033" 
     621                        /> 
     622                        <Tool 
     623                                Name="VCManagedResourceCompilerTool" 
     624                        /> 
     625                        <Tool 
     626                                Name="VCResourceCompilerTool" 
    752627                        /> 
    753628                        <Tool 
     
    757632                                Name="VCLinkerTool" 
    758633                                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" 
    759                                 OutputFile="../bin/samples/sampledebug_vc8d.exe" 
    760                                 LinkIncremental="2" 
    761                                 SuppressStartupBanner="true" 
    762                                 GenerateDebugInformation="true" 
    763                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.pdb" 
    764                                 GenerateMapFile="true" 
    765                                 MapFileName="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.map" 
    766                                 SubSystem="1" 
    767                                 TargetMachine="1" 
    768634                        /> 
    769635                        <Tool 
     
    778644                        <Tool 
    779645                                Name="VCBscMakeTool" 
    780                                 SuppressStartupBanner="true" 
    781                                 OutputFile="./output/samples-i386-win32-vc8-debug/sample_debug.bsc" 
    782646                        /> 
    783647                        <Tool 
     
    796660                <Configuration 
    797661                        Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    798                         OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    799                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    800                         ConfigurationType="1" 
     662                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     663 
     664                        ATLMinimizesCRunTimeLibraryUsage="false" 
     665 
    801666                        CharacterSet="1" 
    802                         > 
    803                         <Tool 
    804                                 Name="VCPreBuildEventTool" 
    805                         /> 
    806                         <Tool 
    807                                 Name="VCCustomBuildTool" 
    808                         /> 
    809                         <Tool 
    810                                 Name="VCXMLDataGeneratorTool" 
    811                         /> 
    812                         <Tool 
    813                                 Name="VCWebServiceProxyGeneratorTool" 
    814                         /> 
    815                         <Tool 
    816                                 Name="VCMIDLTool" 
    817                                 TargetEnvironment="1" 
    818                         /> 
    819                         <Tool 
    820                                 Name="VCCLCompilerTool" 
    821                                 ExecutionBucket="7" 
    822                                 Optimization="0" 
    823                                 FavorSizeOrSpeed="0" 
     667 
     668                        ConfigurationType="1" 
     669                        > 
     670                        <Tool 
     671                                Name="VCPreBuildEventTool" 
     672                        /> 
     673                        <Tool 
     674                                Name="VCCustomBuildTool" 
     675                        /> 
     676                        <Tool 
     677                                Name="VCXMLDataGeneratorTool" 
     678                        /> 
     679                        <Tool 
     680                                Name="VCWebServiceProxyGeneratorTool" 
     681                        /> 
     682                        <Tool 
     683                                Name="VCMIDLTool" 
     684                        /> 
     685                        <Tool 
     686                                Name="VCCLCompilerTool" 
     687                                PrecompiledHeaderFile="" 
     688 
     689                                PreprocessorDefinitions="" 
     690 
    824691                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    825                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    826                                 ExceptionHandling="0" 
    827                                 RuntimeLibrary="1" 
    828                                 WarningLevel="3" 
    829                                 DebugInformationFormat="3" 
    830                                 CompileAs="0" 
    831                                 CompileForArchitecture="0" 
    832                         /> 
    833                         <Tool 
    834                                 Name="VCManagedResourceCompilerTool" 
    835                         /> 
    836                         <Tool 
    837                                 Name="VCResourceCompilerTool" 
    838                         /> 
    839                         <Tool 
    840                                 Name="VCPreLinkEventTool" 
    841                         /> 
    842                         <Tool 
    843                                 Name="VCLinkerTool" 
    844                                 AdditionalOptions="" 
     692                        /> 
     693                        <Tool 
     694                                Name="VCManagedResourceCompilerTool" 
     695                        /> 
     696                        <Tool 
     697                                Name="VCResourceCompilerTool" 
     698                        /> 
     699                        <Tool 
     700                                Name="VCPreLinkEventTool" 
     701                        /> 
     702                        <Tool 
     703                                Name="VCLinkerTool" 
    845704                                AdditionalDependencies="ws2.lib" 
    846                                 GenerateDebugInformation="true" 
    847                                 OptimizeReferences="2" 
    848                                 EnableCOMDATFolding="2" 
    849                                 TargetMachine="0" 
    850705                        /> 
    851706                        <Tool 
     
    875730                <Configuration 
    876731                        Name="Release-Static|Win32" 
    877                         ConfigurationType="1" 
    878                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops;..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     732                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 
     733 
     734                        ATLMinimizesCRunTimeLibraryUsage="false" 
     735 
     736                        CharacterSet="2" 
     737 
     738                        ConfigurationType="1" 
    879739                        UseOfMFC="0" 
    880                         ATLMinimizesCRunTimeLibraryUsage="false" 
    881                         CharacterSet="2" 
    882                         > 
    883                         <Tool 
    884                                 Name="VCPreBuildEventTool" 
    885                         /> 
    886                         <Tool 
    887                                 Name="VCCustomBuildTool" 
    888                         /> 
    889                         <Tool 
    890                                 Name="VCXMLDataGeneratorTool" 
    891                         /> 
    892                         <Tool 
    893                                 Name="VCWebServiceProxyGeneratorTool" 
    894                         /> 
    895                         <Tool 
    896                                 Name="VCMIDLTool" 
    897                                 TypeLibraryName="./output/samples-i386-win32-vc8-release/sample_debug.tlb" 
    898                                 HeaderFileName="" 
    899                         /> 
    900                         <Tool 
    901                                 Name="VCCLCompilerTool" 
    902                                 InlineFunctionExpansion="1" 
     740                        > 
     741                        <Tool 
     742                                Name="VCPreBuildEventTool" 
     743                        /> 
     744                        <Tool 
     745                                Name="VCCustomBuildTool" 
     746                        /> 
     747                        <Tool 
     748                                Name="VCXMLDataGeneratorTool" 
     749                        /> 
     750                        <Tool 
     751                                Name="VCWebServiceProxyGeneratorTool" 
     752                        /> 
     753                        <Tool 
     754                                Name="VCMIDLTool" 
     755                        /> 
     756                        <Tool 
     757                                Name="VCCLCompilerTool" 
     758                                PrecompiledHeaderFile="" 
     759 
     760                                PreprocessorDefinitions="" 
     761 
    903762                                AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 
    904                                 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;NDEBUG;_CONSOLE" 
    905                                 StringPooling="true" 
    906                                 RuntimeLibrary="0" 
    907                                 EnableFunctionLevelLinking="true" 
    908                                 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-release/sample_debug.pch" 
    909                                 AssemblerListingLocation="./output/samples-i386-win32-vc8-release/" 
    910                                 ObjectFile="./output/samples-i386-win32-vc8-release/" 
    911                                 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-release/" 
    912                                 BrowseInformation="1" 
    913                                 SuppressStartupBanner="true" 
    914                                 DebugInformationFormat="3" 
    915                         /> 
    916                         <Tool 
    917                                 Name="VCManagedResourceCompilerTool" 
    918                         /> 
    919                         <Tool 
    920                                 Name="VCResourceCompilerTool" 
    921                                 PreprocessorDefinitions="NDEBUG" 
    922                                 Culture="1033" 
    923                         /> 
    924                         <Tool 
    925                                 Name="VCPreLinkEventTool" 
    926                         /> 
    927                         <Tool 
    928                                 Name="VCLinkerTool" 
    929                                 AdditionalOptions="/FIXED:NO" 
     763                        /> 
     764                        <Tool 
     765                                Name="VCManagedResourceCompilerTool" 
     766                        /> 
     767                        <Tool 
     768                                Name="VCResourceCompilerTool" 
     769                        /> 
     770                        <Tool 
     771                                Name="VCPreLinkEventTool" 
     772                        /> 
     773                        <Tool 
     774                                Name="VCLinkerTool" 
    930775                                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" 
    931                                 OutputFile="../bin/samples/sampledebug_vc8.exe" 
    932                                 LinkIncremental="1" 
    933                                 SuppressStartupBanner="true" 
    934                                 GenerateDebugInformation="true" 
    935                                 ProgramDatabaseFile="./output/samples-i386-win32-vc8-release/sampledebug_vc8.pdb" 
    936                                 GenerateMapFile="true" 
    937                                 MapFileName="./output/samples-i386-win32-vc8-release/sampledebug_vc8.map" 
    938                                 SubSystem="1" 
    939                                 TargetMachine="1" 
    940776                        /> 
    941777                        <Tool 
     
    950786                        <Tool 
    951787                                Name="VCBscMakeTool" 
    952                                 SuppressStartupBanner="true" 
    953                                 OutputFile="./output/samples-i386-win32-vc8-release/sample_debug.bsc" 
    954788                        /> 
    955789                        <Tool 
     
    968802                <Configuration 
    969803                        Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    970                         OutputDirectory="$(SolutionDir)Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    971                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    972                         ConfigurationType="1" 
     804                        InheritedPropertySheets="..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     805 
     806                        ATLMinimizesCRunTimeLibraryUsage="false" 
     807 
    973808                        CharacterSet="1" 
    974                         > 
    975                         <Tool 
    976                                 Name="VCPreBuildEventTool" 
    977                         /> 
    978                         <Tool 
    979                                 Name="VCCustomBuildTool" 
    980                         /> 
    981                         <Tool 
    982                                 Name="VCXMLDataGeneratorTool" 
    983                         /> 
    984                         <Tool 
    985                                 Name="VCWebServiceProxyGeneratorTool" 
    986                         /> 
    987                         <Tool 
    988                                 Name="VCMIDLTool" 
    989                                 TargetEnvironment="1" 
    990                         /> 
    991                         <Tool 
    992                                 Name="VCCLCompilerTool" 
    993                                 ExecutionBucket="7" 
    994                                 Optimization="2" 
    995                                 FavorSizeOrSpeed="2" 
     809 
     810                        ConfigurationType="1" 
     811                        > 
     812                        <Tool 
     813                                Name="VCPreBuildEventTool" 
     814                        /> 
     815                        <Tool 
     816                                Name="VCCustomBuildTool" 
     817                        /> 
     818                        <Tool 
     819                                Name="VCXMLDataGeneratorTool" 
     820                        /> 
     821                        <Tool 
     822                                Name="VCWebServiceProxyGeneratorTool" 
     823                        /> 
     824                        <Tool 
     825                                Name="VCMIDLTool" 
     826                        /> 
     827                        <Tool 
     828                                Name="VCCLCompilerTool" 
     829                                PrecompiledHeaderFile="" 
     830 
     831                                PreprocessorDefinitions="" 
     832 
    996833                                AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjnath/include,../../pjmedia/include,../../pjsip/include" 
    997                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    998                                 ExceptionHandling="0" 
    999                                 RuntimeLibrary="0" 
    1000                                 WarningLevel="3" 
    1001                                 DebugInformationFormat="0" 
    1002                                 CompileAs="0" 
    1003                                 CompileForArchitecture="0" 
    1004                         /> 
    1005                         <Tool 
    1006                                 Name="VCManagedResourceCompilerTool" 
    1007                         /> 
    1008                         <Tool 
    1009                                 Name="VCResourceCompilerTool" 
    1010                         /> 
    1011                         <Tool 
    1012                                 Name="VCPreLinkEventTool" 
    1013                         /> 
    1014                         <Tool 
    1015                                 Name="VCLinkerTool" 
    1016                                 AdditionalOptions="" 
     834                        /> 
     835                        <Tool 
     836                                Name="VCManagedResourceCompilerTool" 
     837                        /> 
     838                        <Tool 
     839                                Name="VCResourceCompilerTool" 
     840                        /> 
     841                        <Tool 
     842                                Name="VCPreLinkEventTool" 
     843                        /> 
     844                        <Tool 
     845                                Name="VCLinkerTool" 
    1017846                                AdditionalDependencies="ws2.lib" 
    1018                                 OptimizeReferences="2" 
    1019                                 EnableCOMDATFolding="2" 
    1020                                 TargetMachine="0" 
    1021847                        /> 
    1022848                        <Tool 
Note: See TracChangeset for help on using the changeset viewer.