Changeset 2584


Ignore:
Timestamp:
Apr 8, 2009 11:28:16 AM (15 years ago)
Author:
ismangil
Message:

#706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet.

Location:
pjproject/trunk
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/build/pjlib_util.vcproj

    r2559 r2584  
    2121                        Name="Release|Win32" 
    2222                        OutputDirectory="./output/pjlib-util-i386-win32-vc8-release" 
    23                         IntermediateDirectory="./output/pjlib-util-i386-win32-vc8-release" 
     23                        IntermediateDirectory="$(OutDir)" 
    2424                        ConfigurationType="4" 
    2525                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    465465                        Name="Release-Dynamic|Win32" 
    466466                        OutputDirectory="$(ConfigurationName)" 
    467                         IntermediateDirectory="$(ConfigurationName)" 
     467                        IntermediateDirectory="$(OutDir)" 
    468468                        ConfigurationType="4" 
    469469                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    761761                        Name="Release-Static|Win32" 
    762762                        OutputDirectory="$(ConfigurationName)" 
    763                         IntermediateDirectory="$(ConfigurationName)" 
     763                        IntermediateDirectory="$(OutDir)" 
    764764                        ConfigurationType="4" 
    765765                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjlib-util/build/pjlib_util_test.vcproj

    r2559 r2584  
    2020                        Name="Release|Win32" 
    2121                        OutputDirectory="./output/pjlib-util-test-i386-win32-vc8-release" 
    22                         IntermediateDirectory="./output/pjlib-util-test-i386-win32-vc8-release" 
     22                        IntermediateDirectory="$(OutDir)" 
    2323                        ConfigurationType="1" 
    2424                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    525525                        Name="Release-Dynamic|Win32" 
    526526                        OutputDirectory="$(ConfigurationName)" 
    527                         IntermediateDirectory="$(ConfigurationName)" 
     527                        IntermediateDirectory="$(OutDir)" 
    528528                        ConfigurationType="1" 
    529529                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    861861                        Name="Release-Static|Win32" 
    862862                        OutputDirectory="$(ConfigurationName)" 
    863                         IntermediateDirectory="$(ConfigurationName)" 
     863                        IntermediateDirectory="$(OutDir)" 
    864864                        ConfigurationType="1" 
    865865                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjlib/build/pjlib.vcproj

    r2559 r2584  
    170170                        Name="Release|Win32" 
    171171                        OutputDirectory=".\output\pjlib-i386-win32-vc8-release" 
    172                         IntermediateDirectory=".\output\pjlib-i386-win32-vc8-release" 
     172                        IntermediateDirectory="$(OutDir)" 
    173173                        ConfigurationType="4" 
    174174                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    469469                        Name="Release-Dynamic|Win32" 
    470470                        OutputDirectory="$(ConfigurationName)" 
    471                         IntermediateDirectory="$(ConfigurationName)" 
     471                        IntermediateDirectory="$(OutDir)" 
    472472                        ConfigurationType="4" 
    473473                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    769769                        Name="Release-Static|Win32" 
    770770                        OutputDirectory="$(ConfigurationName)" 
    771                         IntermediateDirectory="$(ConfigurationName)" 
     771                        IntermediateDirectory="$(OutDir)" 
    772772                        ConfigurationType="4" 
    773773                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjlib/build/pjlib_test.vcproj

    r2559 r2584  
    191191                        Name="Release|Win32" 
    192192                        OutputDirectory=".\output\pjlib-test-i386-win32-vc8-release" 
    193                         IntermediateDirectory=".\output\pjlib-test-i386-win32-vc8-release" 
     193                        IntermediateDirectory="$(OutDir)" 
    194194                        ConfigurationType="1" 
    195195                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    526526                        Name="Release-Dynamic|Win32" 
    527527                        OutputDirectory="$(ConfigurationName)" 
    528                         IntermediateDirectory="$(ConfigurationName)" 
     528                        IntermediateDirectory="$(OutDir)" 
    529529                        ConfigurationType="1" 
    530530                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    863863                        Name="Release-Static|Win32" 
    864864                        OutputDirectory="$(ConfigurationName)" 
    865                         IntermediateDirectory="$(ConfigurationName)" 
     865                        IntermediateDirectory="$(OutDir)" 
    866866                        ConfigurationType="1" 
    867867                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjmedia/build/pjmedia.vcproj

    r2559 r2584  
    2121                        Name="Release|Win32" 
    2222                        OutputDirectory=".\output\pjmedia-i386-win32-vc8-release" 
    23                         IntermediateDirectory=".\output\pjmedia-i386-win32-vc8-release" 
     23                        IntermediateDirectory="$(OutDir)" 
    2424                        ConfigurationType="4" 
    2525                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    469469                        Name="Release-Dynamic|Win32" 
    470470                        OutputDirectory="$(ConfigurationName)" 
    471                         IntermediateDirectory="$(ConfigurationName)" 
     471                        IntermediateDirectory="$(OutDir)" 
    472472                        ConfigurationType="4" 
    473473                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    769769                        Name="Release-Static|Win32" 
    770770                        OutputDirectory="$(ConfigurationName)" 
    771                         IntermediateDirectory="$(ConfigurationName)" 
     771                        IntermediateDirectory="$(OutDir)" 
    772772                        ConfigurationType="4" 
    773773                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjmedia/build/pjmedia_audiodev.vcproj

    r2559 r2584  
    9393                        Name="Release|Win32" 
    9494                        OutputDirectory=".\output\pjmedia-audiodev-i386-win32-vc8-release" 
    95                         IntermediateDirectory=".\output\pjmedia-audiodev-i386-win32-vc8-release" 
     95                        IntermediateDirectory="$(OutDir)" 
    9696                        ConfigurationType="4" 
    9797                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    246246                        Name="Release-Dynamic|Win32" 
    247247                        OutputDirectory="$(ConfigurationName)" 
    248                         IntermediateDirectory="$(ConfigurationName)" 
     248                        IntermediateDirectory="$(OutDir)" 
    249249                        ConfigurationType="4" 
    250250                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    399399                        Name="Release-Static|Win32" 
    400400                        OutputDirectory="$(ConfigurationName)" 
    401                         IntermediateDirectory="$(ConfigurationName)" 
     401                        IntermediateDirectory="$(OutDir)" 
    402402                        ConfigurationType="4" 
    403403                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjmedia/build/pjmedia_codec.vcproj

    r2563 r2584  
    9595                </Configuration> 
    9696                <Configuration 
     97                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
     98                        OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
     99                        IntermediateDirectory="$(OutDir)" 
     100                        ConfigurationType="4" 
     101                        CharacterSet="1" 
     102                        > 
     103                        <Tool 
     104                                Name="VCPreBuildEventTool" 
     105                        /> 
     106                        <Tool 
     107                                Name="VCCustomBuildTool" 
     108                        /> 
     109                        <Tool 
     110                                Name="VCXMLDataGeneratorTool" 
     111                        /> 
     112                        <Tool 
     113                                Name="VCWebServiceProxyGeneratorTool" 
     114                        /> 
     115                        <Tool 
     116                                Name="VCMIDLTool" 
     117                        /> 
     118                        <Tool 
     119                                Name="VCCLCompilerTool" 
     120                                ExecutionBucket="7" 
     121                                Optimization="0" 
     122                                FavorSizeOrSpeed="0" 
     123                                AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
     124                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     125                                ExceptionHandling="0" 
     126                                RuntimeLibrary="1" 
     127                                WarningLevel="3" 
     128                                DebugInformationFormat="3" 
     129                                CompileAs="0" 
     130                                CompileForArchitecture="0" 
     131                        /> 
     132                        <Tool 
     133                                Name="VCManagedResourceCompilerTool" 
     134                        /> 
     135                        <Tool 
     136                                Name="VCResourceCompilerTool" 
     137                        /> 
     138                        <Tool 
     139                                Name="VCPreLinkEventTool" 
     140                        /> 
     141                        <Tool 
     142                                Name="VCLibrarianTool" 
     143                                AdditionalOptions="" 
     144                        /> 
     145                        <Tool 
     146                                Name="VCALinkTool" 
     147                        /> 
     148                        <Tool 
     149                                Name="VCXDCMakeTool" 
     150                        /> 
     151                        <Tool 
     152                                Name="VCBscMakeTool" 
     153                        /> 
     154                        <Tool 
     155                                Name="VCCodeSignTool" 
     156                        /> 
     157                        <Tool 
     158                                Name="VCPostBuildEventTool" 
     159                        /> 
     160                        <DeploymentTool 
     161                                ForceDirty="-1" 
     162                                RemoteDirectory="" 
     163                                RegisterOutput="0" 
     164                                AdditionalFiles="" 
     165                        /> 
     166                        <DebuggerTool 
     167                        /> 
     168                </Configuration> 
     169                <Configuration 
    97170                        Name="Release|Win32" 
    98171                        OutputDirectory=".\output\pjmedia-codec-i386-win32-vc8-release" 
    99                         IntermediateDirectory=".\output\pjmedia-codec-i386-win32-vc8-release" 
     172                        IntermediateDirectory="$(OutDir)" 
    100173                        ConfigurationType="4" 
    101174                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    172245                </Configuration> 
    173246                <Configuration 
     247                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
     248                        OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
     249                        IntermediateDirectory="$(OutDir)" 
     250                        ConfigurationType="4" 
     251                        CharacterSet="1" 
     252                        > 
     253                        <Tool 
     254                                Name="VCPreBuildEventTool" 
     255                        /> 
     256                        <Tool 
     257                                Name="VCCustomBuildTool" 
     258                        /> 
     259                        <Tool 
     260                                Name="VCXMLDataGeneratorTool" 
     261                        /> 
     262                        <Tool 
     263                                Name="VCWebServiceProxyGeneratorTool" 
     264                        /> 
     265                        <Tool 
     266                                Name="VCMIDLTool" 
     267                        /> 
     268                        <Tool 
     269                                Name="VCCLCompilerTool" 
     270                                ExecutionBucket="7" 
     271                                Optimization="2" 
     272                                FavorSizeOrSpeed="2" 
     273                                AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
     274                                PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     275                                ExceptionHandling="0" 
     276                                RuntimeLibrary="0" 
     277                                WarningLevel="3" 
     278                                DebugInformationFormat="0" 
     279                                CompileAs="0" 
     280                        /> 
     281                        <Tool 
     282                                Name="VCManagedResourceCompilerTool" 
     283                        /> 
     284                        <Tool 
     285                                Name="VCResourceCompilerTool" 
     286                        /> 
     287                        <Tool 
     288                                Name="VCPreLinkEventTool" 
     289                        /> 
     290                        <Tool 
     291                                Name="VCLibrarianTool" 
     292                                AdditionalOptions="" 
     293                        /> 
     294                        <Tool 
     295                                Name="VCALinkTool" 
     296                        /> 
     297                        <Tool 
     298                                Name="VCXDCMakeTool" 
     299                        /> 
     300                        <Tool 
     301                                Name="VCBscMakeTool" 
     302                        /> 
     303                        <Tool 
     304                                Name="VCCodeSignTool" 
     305                        /> 
     306                        <Tool 
     307                                Name="VCPostBuildEventTool" 
     308                        /> 
     309                        <DeploymentTool 
     310                                ForceDirty="-1" 
     311                                RemoteDirectory="" 
     312                                RegisterOutput="0" 
     313                                AdditionalFiles="" 
     314                        /> 
     315                        <DebuggerTool 
     316                        /> 
     317                </Configuration> 
     318                <Configuration 
    174319                        Name="Debug-Static|Win32" 
    175320                        OutputDirectory="$(ConfigurationName)" 
     
    248393                </Configuration> 
    249394                <Configuration 
     395                        Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
     396                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     397                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     398                        ConfigurationType="4" 
     399                        CharacterSet="1" 
     400                        > 
     401                        <Tool 
     402                                Name="VCPreBuildEventTool" 
     403                        /> 
     404                        <Tool 
     405                                Name="VCCustomBuildTool" 
     406                        /> 
     407                        <Tool 
     408                                Name="VCXMLDataGeneratorTool" 
     409                        /> 
     410                        <Tool 
     411                                Name="VCWebServiceProxyGeneratorTool" 
     412                        /> 
     413                        <Tool 
     414                                Name="VCMIDLTool" 
     415                                TargetEnvironment="1" 
     416                        /> 
     417                        <Tool 
     418                                Name="VCCLCompilerTool" 
     419                                ExecutionBucket="7" 
     420                                Optimization="0" 
     421                                FavorSizeOrSpeed="0" 
     422                                AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
     423                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     424                                ExceptionHandling="0" 
     425                                RuntimeLibrary="1" 
     426                                WarningLevel="3" 
     427                                DebugInformationFormat="3" 
     428                                CompileAs="0" 
     429                                CompileForArchitecture="0" 
     430                        /> 
     431                        <Tool 
     432                                Name="VCManagedResourceCompilerTool" 
     433                        /> 
     434                        <Tool 
     435                                Name="VCResourceCompilerTool" 
     436                        /> 
     437                        <Tool 
     438                                Name="VCPreLinkEventTool" 
     439                        /> 
     440                        <Tool 
     441                                Name="VCLibrarianTool" 
     442                                AdditionalOptions="" 
     443                        /> 
     444                        <Tool 
     445                                Name="VCALinkTool" 
     446                        /> 
     447                        <Tool 
     448                                Name="VCXDCMakeTool" 
     449                        /> 
     450                        <Tool 
     451                                Name="VCBscMakeTool" 
     452                        /> 
     453                        <Tool 
     454                                Name="VCCodeSignTool" 
     455                        /> 
     456                        <Tool 
     457                                Name="VCPostBuildEventTool" 
     458                        /> 
     459                        <DeploymentTool 
     460                                ForceDirty="-1" 
     461                                RemoteDirectory="" 
     462                                RegisterOutput="0" 
     463                                AdditionalFiles="" 
     464                        /> 
     465                        <DebuggerTool 
     466                        /> 
     467                </Configuration> 
     468                <Configuration 
    250469                        Name="Release-Dynamic|Win32" 
    251470                        OutputDirectory="$(ConfigurationName)" 
    252                         IntermediateDirectory="$(ConfigurationName)" 
     471                        IntermediateDirectory="$(OutDir)" 
    253472                        ConfigurationType="4" 
    254473                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    325544                </Configuration> 
    326545                <Configuration 
     546                        Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     547                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     548                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     549                        ConfigurationType="4" 
     550                        CharacterSet="1" 
     551                        > 
     552                        <Tool 
     553                                Name="VCPreBuildEventTool" 
     554                        /> 
     555                        <Tool 
     556                                Name="VCCustomBuildTool" 
     557                        /> 
     558                        <Tool 
     559                                Name="VCXMLDataGeneratorTool" 
     560                        /> 
     561                        <Tool 
     562                                Name="VCWebServiceProxyGeneratorTool" 
     563                        /> 
     564                        <Tool 
     565                                Name="VCMIDLTool" 
     566                                TargetEnvironment="1" 
     567                        /> 
     568                        <Tool 
     569                                Name="VCCLCompilerTool" 
     570                                ExecutionBucket="7" 
     571                                Optimization="2" 
     572                                FavorSizeOrSpeed="2" 
     573                                AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
     574                                PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     575                                ExceptionHandling="0" 
     576                                RuntimeLibrary="0" 
     577                                WarningLevel="3" 
     578                                DebugInformationFormat="0" 
     579                                CompileAs="0" 
     580                        /> 
     581                        <Tool 
     582                                Name="VCManagedResourceCompilerTool" 
     583                        /> 
     584                        <Tool 
     585                                Name="VCResourceCompilerTool" 
     586                        /> 
     587                        <Tool 
     588                                Name="VCPreLinkEventTool" 
     589                        /> 
     590                        <Tool 
     591                                Name="VCLibrarianTool" 
     592                                AdditionalOptions="" 
     593                        /> 
     594                        <Tool 
     595                                Name="VCALinkTool" 
     596                        /> 
     597                        <Tool 
     598                                Name="VCXDCMakeTool" 
     599                        /> 
     600                        <Tool 
     601                                Name="VCBscMakeTool" 
     602                        /> 
     603                        <Tool 
     604                                Name="VCCodeSignTool" 
     605                        /> 
     606                        <Tool 
     607                                Name="VCPostBuildEventTool" 
     608                        /> 
     609                        <DeploymentTool 
     610                                ForceDirty="-1" 
     611                                RemoteDirectory="" 
     612                                RegisterOutput="0" 
     613                                AdditionalFiles="" 
     614                        /> 
     615                        <DebuggerTool 
     616                        /> 
     617                </Configuration> 
     618                <Configuration 
    327619                        Name="Debug-Dynamic|Win32" 
    328620                        OutputDirectory="$(ConfigurationName)" 
     
    401693                </Configuration> 
    402694                <Configuration 
     695                        Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     696                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     697                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     698                        ConfigurationType="4" 
     699                        CharacterSet="1" 
     700                        > 
     701                        <Tool 
     702                                Name="VCPreBuildEventTool" 
     703                        /> 
     704                        <Tool 
     705                                Name="VCCustomBuildTool" 
     706                        /> 
     707                        <Tool 
     708                                Name="VCXMLDataGeneratorTool" 
     709                        /> 
     710                        <Tool 
     711                                Name="VCWebServiceProxyGeneratorTool" 
     712                        /> 
     713                        <Tool 
     714                                Name="VCMIDLTool" 
     715                                TargetEnvironment="1" 
     716                        /> 
     717                        <Tool 
     718                                Name="VCCLCompilerTool" 
     719                                ExecutionBucket="7" 
     720                                Optimization="0" 
     721                                FavorSizeOrSpeed="0" 
     722                                AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
     723                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     724                                ExceptionHandling="0" 
     725                                RuntimeLibrary="1" 
     726                                WarningLevel="3" 
     727                                DebugInformationFormat="3" 
     728                                CompileAs="0" 
     729                                CompileForArchitecture="0" 
     730                        /> 
     731                        <Tool 
     732                                Name="VCManagedResourceCompilerTool" 
     733                        /> 
     734                        <Tool 
     735                                Name="VCResourceCompilerTool" 
     736                        /> 
     737                        <Tool 
     738                                Name="VCPreLinkEventTool" 
     739                        /> 
     740                        <Tool 
     741                                Name="VCLibrarianTool" 
     742                                AdditionalOptions="" 
     743                        /> 
     744                        <Tool 
     745                                Name="VCALinkTool" 
     746                        /> 
     747                        <Tool 
     748                                Name="VCXDCMakeTool" 
     749                        /> 
     750                        <Tool 
     751                                Name="VCBscMakeTool" 
     752                        /> 
     753                        <Tool 
     754                                Name="VCCodeSignTool" 
     755                        /> 
     756                        <Tool 
     757                                Name="VCPostBuildEventTool" 
     758                        /> 
     759                        <DeploymentTool 
     760                                ForceDirty="-1" 
     761                                RemoteDirectory="" 
     762                                RegisterOutput="0" 
     763                                AdditionalFiles="" 
     764                        /> 
     765                        <DebuggerTool 
     766                        /> 
     767                </Configuration> 
     768                <Configuration 
    403769                        Name="Release-Static|Win32" 
    404770                        OutputDirectory="$(ConfigurationName)" 
    405                         IntermediateDirectory="$(ConfigurationName)" 
     771                        IntermediateDirectory="$(OutDir)" 
    406772                        ConfigurationType="4" 
    407773                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    478844                </Configuration> 
    479845                <Configuration 
    480                         Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
    481                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    482                         IntermediateDirectory="$(OutDir)" 
     846                        Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
     847                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     848                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    483849                        ConfigurationType="4" 
    484850                        CharacterSet="1" 
     
    498864                        <Tool 
    499865                                Name="VCMIDLTool" 
    500                         /> 
    501                         <Tool 
    502                                 Name="VCCLCompilerTool" 
    503                                 ExecutionBucket="7" 
    504                                 Optimization="0" 
    505                                 FavorSizeOrSpeed="0" 
    506                                 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
    507                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    508                                 ExceptionHandling="0" 
    509                                 RuntimeLibrary="1" 
    510                                 WarningLevel="3" 
    511                                 DebugInformationFormat="3" 
    512                                 CompileAs="0" 
    513                                 CompileForArchitecture="0" 
    514                         /> 
    515                         <Tool 
    516                                 Name="VCManagedResourceCompilerTool" 
    517                         /> 
    518                         <Tool 
    519                                 Name="VCResourceCompilerTool" 
    520                         /> 
    521                         <Tool 
    522                                 Name="VCPreLinkEventTool" 
    523                         /> 
    524                         <Tool 
    525                                 Name="VCLibrarianTool" 
    526                                 AdditionalOptions="" 
    527                         /> 
    528                         <Tool 
    529                                 Name="VCALinkTool" 
    530                         /> 
    531                         <Tool 
    532                                 Name="VCXDCMakeTool" 
    533                         /> 
    534                         <Tool 
    535                                 Name="VCBscMakeTool" 
    536                         /> 
    537                         <Tool 
    538                                 Name="VCCodeSignTool" 
    539                         /> 
    540                         <Tool 
    541                                 Name="VCPostBuildEventTool" 
    542                         /> 
    543                         <DeploymentTool 
    544                                 ForceDirty="-1" 
    545                                 RemoteDirectory="" 
    546                                 RegisterOutput="0" 
    547                                 AdditionalFiles="" 
    548                         /> 
    549                         <DebuggerTool 
    550                         /> 
    551                 </Configuration> 
    552                 <Configuration 
    553                         Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
    554                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    555                         IntermediateDirectory="$(OutDir)" 
    556                         ConfigurationType="4" 
    557                         CharacterSet="1" 
    558                         > 
    559                         <Tool 
    560                                 Name="VCPreBuildEventTool" 
    561                         /> 
    562                         <Tool 
    563                                 Name="VCCustomBuildTool" 
    564                         /> 
    565                         <Tool 
    566                                 Name="VCXMLDataGeneratorTool" 
    567                         /> 
    568                         <Tool 
    569                                 Name="VCWebServiceProxyGeneratorTool" 
    570                         /> 
    571                         <Tool 
    572                                 Name="VCMIDLTool" 
     866                                TargetEnvironment="1" 
    573867                        /> 
    574868                        <Tool 
     
    622916                        /> 
    623917                </Configuration> 
    624                 <Configuration 
    625                         Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    626                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    627                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    628                         ConfigurationType="4" 
    629                         CharacterSet="1" 
    630                         > 
    631                         <Tool 
    632                                 Name="VCPreBuildEventTool" 
    633                         /> 
    634                         <Tool 
    635                                 Name="VCCustomBuildTool" 
    636                         /> 
    637                         <Tool 
    638                                 Name="VCXMLDataGeneratorTool" 
    639                         /> 
    640                         <Tool 
    641                                 Name="VCWebServiceProxyGeneratorTool" 
    642                         /> 
    643                         <Tool 
    644                                 Name="VCMIDLTool" 
    645                                 TargetEnvironment="1" 
    646                         /> 
    647                         <Tool 
    648                                 Name="VCCLCompilerTool" 
    649                                 ExecutionBucket="7" 
    650                                 Optimization="0" 
    651                                 FavorSizeOrSpeed="0" 
    652                                 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
    653                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    654                                 ExceptionHandling="0" 
    655                                 RuntimeLibrary="1" 
    656                                 WarningLevel="3" 
    657                                 DebugInformationFormat="3" 
    658                                 CompileAs="0" 
    659                                 CompileForArchitecture="0" 
    660                         /> 
    661                         <Tool 
    662                                 Name="VCManagedResourceCompilerTool" 
    663                         /> 
    664                         <Tool 
    665                                 Name="VCResourceCompilerTool" 
    666                         /> 
    667                         <Tool 
    668                                 Name="VCPreLinkEventTool" 
    669                         /> 
    670                         <Tool 
    671                                 Name="VCLibrarianTool" 
    672                                 AdditionalOptions="" 
    673                         /> 
    674                         <Tool 
    675                                 Name="VCALinkTool" 
    676                         /> 
    677                         <Tool 
    678                                 Name="VCXDCMakeTool" 
    679                         /> 
    680                         <Tool 
    681                                 Name="VCBscMakeTool" 
    682                         /> 
    683                         <Tool 
    684                                 Name="VCCodeSignTool" 
    685                         /> 
    686                         <Tool 
    687                                 Name="VCPostBuildEventTool" 
    688                         /> 
    689                         <DeploymentTool 
    690                                 ForceDirty="-1" 
    691                                 RemoteDirectory="" 
    692                                 RegisterOutput="0" 
    693                                 AdditionalFiles="" 
    694                         /> 
    695                         <DebuggerTool 
    696                         /> 
    697                 </Configuration> 
    698                 <Configuration 
    699                         Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    700                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    701                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    702                         ConfigurationType="4" 
    703                         CharacterSet="1" 
    704                         > 
    705                         <Tool 
    706                                 Name="VCPreBuildEventTool" 
    707                         /> 
    708                         <Tool 
    709                                 Name="VCCustomBuildTool" 
    710                         /> 
    711                         <Tool 
    712                                 Name="VCXMLDataGeneratorTool" 
    713                         /> 
    714                         <Tool 
    715                                 Name="VCWebServiceProxyGeneratorTool" 
    716                         /> 
    717                         <Tool 
    718                                 Name="VCMIDLTool" 
    719                                 TargetEnvironment="1" 
    720                         /> 
    721                         <Tool 
    722                                 Name="VCCLCompilerTool" 
    723                                 ExecutionBucket="7" 
    724                                 Optimization="2" 
    725                                 FavorSizeOrSpeed="2" 
    726                                 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
    727                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    728                                 ExceptionHandling="0" 
    729                                 RuntimeLibrary="0" 
    730                                 WarningLevel="3" 
    731                                 DebugInformationFormat="0" 
    732                                 CompileAs="0" 
    733                         /> 
    734                         <Tool 
    735                                 Name="VCManagedResourceCompilerTool" 
    736                         /> 
    737                         <Tool 
    738                                 Name="VCResourceCompilerTool" 
    739                         /> 
    740                         <Tool 
    741                                 Name="VCPreLinkEventTool" 
    742                         /> 
    743                         <Tool 
    744                                 Name="VCLibrarianTool" 
    745                                 AdditionalOptions="" 
    746                         /> 
    747                         <Tool 
    748                                 Name="VCALinkTool" 
    749                         /> 
    750                         <Tool 
    751                                 Name="VCXDCMakeTool" 
    752                         /> 
    753                         <Tool 
    754                                 Name="VCBscMakeTool" 
    755                         /> 
    756                         <Tool 
    757                                 Name="VCCodeSignTool" 
    758                         /> 
    759                         <Tool 
    760                                 Name="VCPostBuildEventTool" 
    761                         /> 
    762                         <DeploymentTool 
    763                                 ForceDirty="-1" 
    764                                 RemoteDirectory="" 
    765                                 RegisterOutput="0" 
    766                                 AdditionalFiles="" 
    767                         /> 
    768                         <DebuggerTool 
    769                         /> 
    770                 </Configuration> 
    771                 <Configuration 
    772                         Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    773                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    774                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    775                         ConfigurationType="4" 
    776                         CharacterSet="1" 
    777                         > 
    778                         <Tool 
    779                                 Name="VCPreBuildEventTool" 
    780                         /> 
    781                         <Tool 
    782                                 Name="VCCustomBuildTool" 
    783                         /> 
    784                         <Tool 
    785                                 Name="VCXMLDataGeneratorTool" 
    786                         /> 
    787                         <Tool 
    788                                 Name="VCWebServiceProxyGeneratorTool" 
    789                         /> 
    790                         <Tool 
    791                                 Name="VCMIDLTool" 
    792                                 TargetEnvironment="1" 
    793                         /> 
    794                         <Tool 
    795                                 Name="VCCLCompilerTool" 
    796                                 ExecutionBucket="7" 
    797                                 Optimization="0" 
    798                                 FavorSizeOrSpeed="0" 
    799                                 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
    800                                 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    801                                 ExceptionHandling="0" 
    802                                 RuntimeLibrary="1" 
    803                                 WarningLevel="3" 
    804                                 DebugInformationFormat="3" 
    805                                 CompileAs="0" 
    806                                 CompileForArchitecture="0" 
    807                         /> 
    808                         <Tool 
    809                                 Name="VCManagedResourceCompilerTool" 
    810                         /> 
    811                         <Tool 
    812                                 Name="VCResourceCompilerTool" 
    813                         /> 
    814                         <Tool 
    815                                 Name="VCPreLinkEventTool" 
    816                         /> 
    817                         <Tool 
    818                                 Name="VCLibrarianTool" 
    819                                 AdditionalOptions="" 
    820                         /> 
    821                         <Tool 
    822                                 Name="VCALinkTool" 
    823                         /> 
    824                         <Tool 
    825                                 Name="VCXDCMakeTool" 
    826                         /> 
    827                         <Tool 
    828                                 Name="VCBscMakeTool" 
    829                         /> 
    830                         <Tool 
    831                                 Name="VCCodeSignTool" 
    832                         /> 
    833                         <Tool 
    834                                 Name="VCPostBuildEventTool" 
    835                         /> 
    836                         <DeploymentTool 
    837                                 ForceDirty="-1" 
    838                                 RemoteDirectory="" 
    839                                 RegisterOutput="0" 
    840                                 AdditionalFiles="" 
    841                         /> 
    842                         <DebuggerTool 
    843                         /> 
    844                 </Configuration> 
    845                 <Configuration 
    846                         Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    847                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    848                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    849                         ConfigurationType="4" 
    850                         CharacterSet="1" 
    851                         > 
    852                         <Tool 
    853                                 Name="VCPreBuildEventTool" 
    854                         /> 
    855                         <Tool 
    856                                 Name="VCCustomBuildTool" 
    857                         /> 
    858                         <Tool 
    859                                 Name="VCXMLDataGeneratorTool" 
    860                         /> 
    861                         <Tool 
    862                                 Name="VCWebServiceProxyGeneratorTool" 
    863                         /> 
    864                         <Tool 
    865                                 Name="VCMIDLTool" 
    866                                 TargetEnvironment="1" 
    867                         /> 
    868                         <Tool 
    869                                 Name="VCCLCompilerTool" 
    870                                 ExecutionBucket="7" 
    871                                 Optimization="2" 
    872                                 FavorSizeOrSpeed="2" 
    873                                 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 
    874                                 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    875                                 ExceptionHandling="0" 
    876                                 RuntimeLibrary="0" 
    877                                 WarningLevel="3" 
    878                                 DebugInformationFormat="0" 
    879                                 CompileAs="0" 
    880                         /> 
    881                         <Tool 
    882                                 Name="VCManagedResourceCompilerTool" 
    883                         /> 
    884                         <Tool 
    885                                 Name="VCResourceCompilerTool" 
    886                         /> 
    887                         <Tool 
    888                                 Name="VCPreLinkEventTool" 
    889                         /> 
    890                         <Tool 
    891                                 Name="VCLibrarianTool" 
    892                                 AdditionalOptions="" 
    893                         /> 
    894                         <Tool 
    895                                 Name="VCALinkTool" 
    896                         /> 
    897                         <Tool 
    898                                 Name="VCXDCMakeTool" 
    899                         /> 
    900                         <Tool 
    901                                 Name="VCBscMakeTool" 
    902                         /> 
    903                         <Tool 
    904                                 Name="VCCodeSignTool" 
    905                         /> 
    906                         <Tool 
    907                                 Name="VCPostBuildEventTool" 
    908                         /> 
    909                         <DeploymentTool 
    910                                 ForceDirty="-1" 
    911                                 RemoteDirectory="" 
    912                                 RegisterOutput="0" 
    913                                 AdditionalFiles="" 
    914                         /> 
    915                         <DebuggerTool 
    916                         /> 
    917                 </Configuration> 
    918918        </Configurations> 
    919919        <References> 
  • pjproject/trunk/pjmedia/build/pjmedia_test.vcproj

    r2559 r2584  
    191191                        Name="Release|Win32" 
    192192                        OutputDirectory=".\output\pjmedia_test_vc8_Release" 
    193                         IntermediateDirectory=".\output\pjmedia_test_vc8_Release" 
     193                        IntermediateDirectory="$(OutDir)" 
    194194                        ConfigurationType="1" 
    195195                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    532532                        Name="Release-Dynamic|Win32" 
    533533                        OutputDirectory="$(ConfigurationName)" 
    534                         IntermediateDirectory="$(ConfigurationName)" 
     534                        IntermediateDirectory="$(OutDir)" 
    535535                        ConfigurationType="1" 
    536536                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    874874                        Name="Release-Static|Win32" 
    875875                        OutputDirectory="$(ConfigurationName)" 
    876                         IntermediateDirectory="$(ConfigurationName)" 
     876                        IntermediateDirectory="$(OutDir)" 
    877877                        ConfigurationType="1" 
    878878                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjnath/build/pjnath.vcproj

    r2559 r2584  
    2121                        Name="Release|Win32" 
    2222                        OutputDirectory="./output/pjnath-i386-win32-vc8-release" 
    23                         IntermediateDirectory="./output/pjnath-i386-win32-vc8-release" 
     23                        IntermediateDirectory="$(OutDir)" 
    2424                        ConfigurationType="4" 
    2525                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    469469                        Name="Release-Dynamic|Win32" 
    470470                        OutputDirectory="$(ConfigurationName)" 
    471                         IntermediateDirectory="$(ConfigurationName)" 
     471                        IntermediateDirectory="$(OutDir)" 
    472472                        ConfigurationType="4" 
    473473                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    769769                        Name="Release-Static|Win32" 
    770770                        OutputDirectory="$(ConfigurationName)" 
    771                         IntermediateDirectory="$(ConfigurationName)" 
     771                        IntermediateDirectory="$(OutDir)" 
    772772                        ConfigurationType="4" 
    773773                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjnath/build/pjnath_test.vcproj

    r2559 r2584  
    192192                        Name="Release|Win32" 
    193193                        OutputDirectory="./output/pjnath-test-i386-win32-vc8-release" 
    194                         IntermediateDirectory="./output/pjnath-test-i386-win32-vc8-release" 
     194                        IntermediateDirectory="$(OutDir)" 
    195195                        ConfigurationType="1" 
    196196                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    533533                        Name="Release-Dynamic|Win32" 
    534534                        OutputDirectory="$(ConfigurationName)" 
    535                         IntermediateDirectory="$(ConfigurationName)" 
     535                        IntermediateDirectory="$(OutDir)" 
    536536                        ConfigurationType="1" 
    537537                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    875875                        Name="Release-Static|Win32" 
    876876                        OutputDirectory="$(ConfigurationName)" 
    877                         IntermediateDirectory="$(ConfigurationName)" 
     877                        IntermediateDirectory="$(OutDir)" 
    878878                        ConfigurationType="1" 
    879879                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjproject-vs8.sln

    r2574 r2584  
    822822                {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug|Win32.ActiveCfg = Debug|Win32 
    823823                {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug|Win32.Build.0 = Debug|Win32 
    824                 {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Debug|Win32 
    825                 {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug-Dynamic|Win32.ActiveCfg = Debug|Win32 
    826                 {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug-Dynamic|Win32.Build.0 = Debug|Win32 
     824                {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 6 Standard SDK (ARMV4I) 
     825                {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Debug|Windows Mobile 6 Standard SDK (ARMV4I) 
     826                {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug-Dynamic|Win32.ActiveCfg = Debug-Dynamic|Win32 
     827                {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug-Dynamic|Win32.Build.0 = Debug-Dynamic|Win32 
    827828                {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Debug|Win32 
    828829                {2A3F241E-682C-47E1-9543-DC28708B406A}.Debug-Static|Win32.ActiveCfg = Debug|Win32 
     
    832833                {2A3F241E-682C-47E1-9543-DC28708B406A}.Release|Win32.Build.0 = Release|Win32 
    833834                {2A3F241E-682C-47E1-9543-DC28708B406A}.Release|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Release|Win32 
    834                 {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Dynamic|Win32.ActiveCfg = Release|Win32 
    835                 {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Dynamic|Win32.Build.0 = Release|Win32 
     835                {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Dynamic|Win32.ActiveCfg = Release-Dynamic|Win32 
     836                {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Dynamic|Win32.Build.0 = Release-Dynamic|Win32 
    836837                {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Release|Win32 
    837                 {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Static|Win32.ActiveCfg = Release|Win32 
    838                 {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Static|Win32.Build.0 = Release|Win32 
     838                {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Static|Win32.ActiveCfg = Release-Static|Win32 
     839                {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Static|Win32.Build.0 = Release-Static|Win32 
    839840                {2A3F241E-682C-47E1-9543-DC28708B406A}.Release-Static|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Release|Win32 
    840841        EndGlobalSection 
  • pjproject/trunk/pjsip-apps/build/pjsua.vcproj

    r2559 r2584  
    2121                        Name="Release|Win32" 
    2222                        OutputDirectory=".\output\pjsua-i386-win32-vc8-release" 
    23                         IntermediateDirectory=".\output\pjsua-i386-win32-vc8-release" 
     23                        IntermediateDirectory="$(OutDir)" 
    2424                        ConfigurationType="1" 
    2525                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    538538                        Name="Release-Dynamic|Win32" 
    539539                        OutputDirectory="$(ConfigurationName)" 
    540                         IntermediateDirectory="$(ConfigurationName)" 
     540                        IntermediateDirectory="$(OutDir)" 
    541541                        ConfigurationType="1" 
    542542                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    885885                        Name="Release-Static|Win32" 
    886886                        OutputDirectory="$(ConfigurationName)" 
    887                         IntermediateDirectory="$(ConfigurationName)" 
     887                        IntermediateDirectory="$(OutDir)" 
    888888                        ConfigurationType="1" 
    889889                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjsip-apps/build/sample_debug.vcproj

    r2559 r2584  
    194194                        Name="Release|Win32" 
    195195                        OutputDirectory="./output/samples-i386-win32-vc8-release" 
    196                         IntermediateDirectory="./output/samples-i386-win32-vc8-release" 
     196                        IntermediateDirectory="$(OutDir)" 
    197197                        ConfigurationType="1" 
    198198                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    542542                        Name="Release-Dynamic|Win32" 
    543543                        OutputDirectory="$(ConfigurationName)" 
    544                         IntermediateDirectory="$(ConfigurationName)" 
     544                        IntermediateDirectory="$(OutDir)" 
    545545                        ConfigurationType="1" 
    546546                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    891891                        Name="Release-Static|Win32" 
    892892                        OutputDirectory="$(ConfigurationName)" 
    893                         IntermediateDirectory="$(ConfigurationName)" 
     893                        IntermediateDirectory="$(OutDir)" 
    894894                        ConfigurationType="1" 
    895895                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjsip-apps/build/samples.vcproj

    r2559 r2584  
    2222                        Name="Release|Win32" 
    2323                        OutputDirectory="./output/samples-i386-win32-vc8-release" 
    24                         IntermediateDirectory="./output/samples-i386-win32-vc8-release" 
     24                        IntermediateDirectory="$(OutDir)" 
    2525                        ConfigurationType="0" 
    2626                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    275275                        Name="Release-Dynamic|Win32" 
    276276                        OutputDirectory="$(ConfigurationName)" 
    277                         IntermediateDirectory="$(ConfigurationName)" 
     277                        IntermediateDirectory="$(OutDir)" 
    278278                        ConfigurationType="0" 
    279279                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    447447                        Name="Release-Static|Win32" 
    448448                        OutputDirectory="$(ConfigurationName)" 
    449                         IntermediateDirectory="$(ConfigurationName)" 
     449                        IntermediateDirectory="$(OutDir)" 
    450450                        ConfigurationType="0" 
    451451                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjsip/build/pjsip_core.vcproj

    r2559 r2584  
    2020                        Name="Release|Win32" 
    2121                        OutputDirectory=".\output\pjsip-core-i386-win32-vc8-release" 
    22                         IntermediateDirectory=".\output\pjsip-core-i386-win32-vc8-release" 
     22                        IntermediateDirectory="$(OutDir)" 
    2323                        ConfigurationType="4" 
    2424                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    468468                        Name="Release-Dynamic|Win32" 
    469469                        OutputDirectory="$(ConfigurationName)" 
    470                         IntermediateDirectory="$(ConfigurationName)" 
     470                        IntermediateDirectory="$(OutDir)" 
    471471                        ConfigurationType="4" 
    472472                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    768768                        Name="Release-Static|Win32" 
    769769                        OutputDirectory="$(ConfigurationName)" 
    770                         IntermediateDirectory="$(ConfigurationName)" 
     770                        IntermediateDirectory="$(OutDir)" 
    771771                        ConfigurationType="4" 
    772772                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjsip/build/pjsip_simple.vcproj

    r2559 r2584  
    169169                        Name="Release|Win32" 
    170170                        OutputDirectory="./output/pjsip-simple-i386-win32-vc8-release" 
    171                         IntermediateDirectory="./output/pjsip-simple-i386-win32-vc8-release" 
     171                        IntermediateDirectory="$(OutDir)" 
    172172                        ConfigurationType="4" 
    173173                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    467467                        Name="Release-Dynamic|Win32" 
    468468                        OutputDirectory="$(ConfigurationName)" 
    469                         IntermediateDirectory="$(ConfigurationName)" 
     469                        IntermediateDirectory="$(OutDir)" 
    470470                        ConfigurationType="4" 
    471471                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    766766                        Name="Release-Static|Win32" 
    767767                        OutputDirectory="$(ConfigurationName)" 
    768                         IntermediateDirectory="$(ConfigurationName)" 
     768                        IntermediateDirectory="$(OutDir)" 
    769769                        ConfigurationType="4" 
    770770                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjsip/build/pjsip_ua.vcproj

    r2559 r2584  
    2020                        Name="Release|Win32" 
    2121                        OutputDirectory=".\output\pjsip-ua-i386-win32-vc8-release" 
    22                         IntermediateDirectory=".\output\pjsip-ua-i386-win32-vc8-release" 
     22                        IntermediateDirectory="$(OutDir)" 
    2323                        ConfigurationType="4" 
    2424                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    468468                        Name="Release-Dynamic|Win32" 
    469469                        OutputDirectory="$(ConfigurationName)" 
    470                         IntermediateDirectory="$(ConfigurationName)" 
     470                        IntermediateDirectory="$(OutDir)" 
    471471                        ConfigurationType="4" 
    472472                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    768768                        Name="Release-Static|Win32" 
    769769                        OutputDirectory="$(ConfigurationName)" 
    770                         IntermediateDirectory="$(ConfigurationName)" 
     770                        IntermediateDirectory="$(OutDir)" 
    771771                        ConfigurationType="4" 
    772772                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjsip/build/pjsua_lib.vcproj

    r2559 r2584  
    170170                        Name="Release|Win32" 
    171171                        OutputDirectory=".\output\pjsua-lib-i386-win32-vc8-release" 
    172                         IntermediateDirectory=".\output\pjsua-lib-i386-win32-vc8-release" 
     172                        IntermediateDirectory="$(OutDir)" 
    173173                        ConfigurationType="4" 
    174174                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    469469                        Name="Release-Dynamic|Win32" 
    470470                        OutputDirectory="$(ConfigurationName)" 
    471                         IntermediateDirectory="$(ConfigurationName)" 
     471                        IntermediateDirectory="$(OutDir)" 
    472472                        ConfigurationType="4" 
    473473                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    769769                        Name="Release-Static|Win32" 
    770770                        OutputDirectory="$(ConfigurationName)" 
    771                         IntermediateDirectory="$(ConfigurationName)" 
     771                        IntermediateDirectory="$(OutDir)" 
    772772                        ConfigurationType="4" 
    773773                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/pjsip/build/test_pjsip.vcproj

    r2559 r2584  
    2020                        Name="Release|Win32" 
    2121                        OutputDirectory=".\output\test-pjsip-i386-win32-vc8-release" 
    22                         IntermediateDirectory=".\output\test-pjsip-i386-win32-vc8-release" 
     22                        IntermediateDirectory="$(OutDir)" 
    2323                        ConfigurationType="1" 
    2424                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    536536                        Name="Release-Dynamic|Win32" 
    537537                        OutputDirectory="$(ConfigurationName)" 
    538                         IntermediateDirectory="$(ConfigurationName)" 
     538                        IntermediateDirectory="$(OutDir)" 
    539539                        ConfigurationType="1" 
    540540                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    882882                        Name="Release-Static|Win32" 
    883883                        OutputDirectory="$(ConfigurationName)" 
    884                         IntermediateDirectory="$(ConfigurationName)" 
     884                        IntermediateDirectory="$(OutDir)" 
    885885                        ConfigurationType="1" 
    886886                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/third_party/build/g7221/libg7221codec.vcproj

    r2574 r2584  
    55        Name="libg7221codec" 
    66        ProjectGUID="{2A3F241E-682C-47E1-9543-DC28708B406A}" 
     7        RootNamespace="libg7221codec" 
    78        > 
    89        <Platforms> 
    910                <Platform 
    1011                        Name="Win32" 
     12                /> 
     13                <Platform 
     14                        Name="Windows Mobile 6 Standard SDK (ARMV4I)" 
    1115                /> 
    1216        </Platforms> 
     
    1620                <Configuration 
    1721                        Name="Release|Win32" 
    18                         OutputDirectory=".\output\libg7221codec-i386-win32-vc8-release" 
    19                         IntermediateDirectory=".\output\libg7221codec-i386-win32-vc8-release" 
     22                        OutputDirectory=".\output\libg7221codec-i386-win32-vc8-$(ConfigurationName)" 
     23                        IntermediateDirectory="$(OutDir)" 
    2024                        ConfigurationType="4" 
    2125                        UseOfMFC="0" 
     
    4044                        <Tool 
    4145                                Name="VCCLCompilerTool" 
    42                                 Optimization="2" 
     46                                Optimization="3" 
    4347                                InlineFunctionExpansion="1" 
     48                                FavorSizeOrSpeed="2" 
    4449                                AdditionalIncludeDirectories="../..,../../g7221/common,../../g7221/common/stl-files" 
    4550                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     
    4853                                EnableFunctionLevelLinking="true" 
    4954                                PrecompiledHeaderFile="" 
    50                                 AssemblerListingLocation=".\output\libg7221codec-i386-win32-vc8-release/" 
    51                                 ObjectFile=".\output\libg7221codec-i386-win32-vc8-release/" 
    52                                 ProgramDataBaseFileName=".\output\libg7221codec-i386-win32-vc8-release/" 
    53                                 WarningLevel="3" 
     55                                AssemblerListingLocation="$(OutDir)" 
     56                                ObjectFile="$(OutDir)" 
     57                                ProgramDataBaseFileName="$(OutDir)" 
     58                                WarningLevel="4" 
    5459                                SuppressStartupBanner="true" 
    5560                        /> 
     
    9095                <Configuration 
    9196                        Name="Debug|Win32" 
    92                         OutputDirectory=".\output\libg7221codec-i386-win32-vc8-debug" 
    93                         IntermediateDirectory=".\output\libg7221codec-i386-win32-vc8-debug" 
     97                        OutputDirectory=".\output\libg7221codec-i386-win32-vc8-$(ConfigurationName)" 
     98                        IntermediateDirectory="$(OutDir)" 
    9499                        ConfigurationType="4" 
    95100                        UseOfMFC="0" 
     
    121126                                RuntimeLibrary="1" 
    122127                                PrecompiledHeaderFile="" 
    123                                 AssemblerListingLocation=".\output\libg7221codec-i386-win32-vc8-debug/" 
    124                                 ObjectFile=".\output\libg7221codec-i386-win32-vc8-debug/" 
    125                                 ProgramDataBaseFileName=".\output\libg7221codec-i386-win32-vc8-debug/" 
    126                                 WarningLevel="3" 
     128                                AssemblerListingLocation="$(OutDir)" 
     129                                ObjectFile="$(OutDir)" 
     130                                ProgramDataBaseFileName="$(OutDir)" 
     131                                WarningLevel="4" 
    127132                                SuppressStartupBanner="true" 
    128133                                DebugInformationFormat="4" 
     
    160165                        <Tool 
    161166                                Name="VCPostBuildEventTool" 
     167                        /> 
     168                </Configuration> 
     169                <Configuration 
     170                        Name="Release-Dynamic|Win32" 
     171                        OutputDirectory=".\output\libg7221codec-i386-win32-vc8-$(ConfigurationName)" 
     172                        IntermediateDirectory="$(OutDir)" 
     173                        ConfigurationType="4" 
     174                        UseOfMFC="0" 
     175                        ATLMinimizesCRunTimeLibraryUsage="false" 
     176                        CharacterSet="2" 
     177                        > 
     178                        <Tool 
     179                                Name="VCPreBuildEventTool" 
     180                        /> 
     181                        <Tool 
     182                                Name="VCCustomBuildTool" 
     183                        /> 
     184                        <Tool 
     185                                Name="VCXMLDataGeneratorTool" 
     186                        /> 
     187                        <Tool 
     188                                Name="VCWebServiceProxyGeneratorTool" 
     189                        /> 
     190                        <Tool 
     191                                Name="VCMIDLTool" 
     192                        /> 
     193                        <Tool 
     194                                Name="VCCLCompilerTool" 
     195                                Optimization="3" 
     196                                InlineFunctionExpansion="1" 
     197                                FavorSizeOrSpeed="2" 
     198                                AdditionalIncludeDirectories="../..,../../g7221/common,../../g7221/common/stl-files" 
     199                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     200                                StringPooling="true" 
     201                                RuntimeLibrary="2" 
     202                                EnableFunctionLevelLinking="true" 
     203                                PrecompiledHeaderFile="" 
     204                                AssemblerListingLocation="$(OutDir)" 
     205                                ObjectFile="$(OutDir)" 
     206                                ProgramDataBaseFileName="$(OutDir)" 
     207                                WarningLevel="4" 
     208                                SuppressStartupBanner="true" 
     209                        /> 
     210                        <Tool 
     211                                Name="VCManagedResourceCompilerTool" 
     212                        /> 
     213                        <Tool 
     214                                Name="VCResourceCompilerTool" 
     215                                PreprocessorDefinitions="NDEBUG" 
     216                                Culture="1033" 
     217                        /> 
     218                        <Tool 
     219                                Name="VCPreLinkEventTool" 
     220                        /> 
     221                        <Tool 
     222                                Name="VCLibrarianTool" 
     223                                OutputFile="..\..\lib\libg7221codec-i386-win32-vc8-release.lib" 
     224                                SuppressStartupBanner="true" 
     225                        /> 
     226                        <Tool 
     227                                Name="VCALinkTool" 
     228                        /> 
     229                        <Tool 
     230                                Name="VCXDCMakeTool" 
     231                        /> 
     232                        <Tool 
     233                                Name="VCBscMakeTool" 
     234                                SuppressStartupBanner="true" 
     235                                OutputFile=".\output\libg7221codec-i386-win32-vc8-release/libg7221codec.bsc" 
     236                        /> 
     237                        <Tool 
     238                                Name="VCFxCopTool" 
     239                        /> 
     240                        <Tool 
     241                                Name="VCPostBuildEventTool" 
     242                        /> 
     243                </Configuration> 
     244                <Configuration 
     245                        Name="Release-Static|Win32" 
     246                        OutputDirectory=".\output\libg7221codec-i386-win32-vc8-$(ConfigurationName)" 
     247                        IntermediateDirectory="$(OutDir)" 
     248                        ConfigurationType="4" 
     249                        UseOfMFC="0" 
     250                        ATLMinimizesCRunTimeLibraryUsage="false" 
     251                        CharacterSet="2" 
     252                        > 
     253                        <Tool 
     254                                Name="VCPreBuildEventTool" 
     255                        /> 
     256                        <Tool 
     257                                Name="VCCustomBuildTool" 
     258                        /> 
     259                        <Tool 
     260                                Name="VCXMLDataGeneratorTool" 
     261                        /> 
     262                        <Tool 
     263                                Name="VCWebServiceProxyGeneratorTool" 
     264                        /> 
     265                        <Tool 
     266                                Name="VCMIDLTool" 
     267                        /> 
     268                        <Tool 
     269                                Name="VCCLCompilerTool" 
     270                                Optimization="3" 
     271                                InlineFunctionExpansion="1" 
     272                                FavorSizeOrSpeed="2" 
     273                                AdditionalIncludeDirectories="../..,../../g7221/common,../../g7221/common/stl-files" 
     274                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     275                                StringPooling="true" 
     276                                RuntimeLibrary="0" 
     277                                EnableFunctionLevelLinking="true" 
     278                                PrecompiledHeaderFile="" 
     279                                AssemblerListingLocation="$(OutDir)" 
     280                                ObjectFile="$(OutDir)" 
     281                                ProgramDataBaseFileName="$(OutDir)" 
     282                                WarningLevel="4" 
     283                                SuppressStartupBanner="true" 
     284                        /> 
     285                        <Tool 
     286                                Name="VCManagedResourceCompilerTool" 
     287                        /> 
     288                        <Tool 
     289                                Name="VCResourceCompilerTool" 
     290                                PreprocessorDefinitions="NDEBUG" 
     291                                Culture="1033" 
     292                        /> 
     293                        <Tool 
     294                                Name="VCPreLinkEventTool" 
     295                        /> 
     296                        <Tool 
     297                                Name="VCLibrarianTool" 
     298                                OutputFile="..\..\lib\libg7221codec-i386-win32-vc8-release.lib" 
     299                                SuppressStartupBanner="true" 
     300                        /> 
     301                        <Tool 
     302                                Name="VCALinkTool" 
     303                        /> 
     304                        <Tool 
     305                                Name="VCXDCMakeTool" 
     306                        /> 
     307                        <Tool 
     308                                Name="VCBscMakeTool" 
     309                                SuppressStartupBanner="true" 
     310                                OutputFile=".\output\libg7221codec-i386-win32-vc8-release/libg7221codec.bsc" 
     311                        /> 
     312                        <Tool 
     313                                Name="VCFxCopTool" 
     314                        /> 
     315                        <Tool 
     316                                Name="VCPostBuildEventTool" 
     317                        /> 
     318                </Configuration> 
     319                <Configuration 
     320                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
     321                        OutputDirectory=".\output\libg7221codec-armv4i-winmobilestd6-vc8-$(ConfigurationName)" 
     322                        IntermediateDirectory="$(OutDir)" 
     323                        ConfigurationType="1" 
     324                        > 
     325                        <Tool 
     326                                Name="VCPreBuildEventTool" 
     327                        /> 
     328                        <Tool 
     329                                Name="VCCustomBuildTool" 
     330                        /> 
     331                        <Tool 
     332                                Name="VCXMLDataGeneratorTool" 
     333                        /> 
     334                        <Tool 
     335                                Name="VCWebServiceProxyGeneratorTool" 
     336                        /> 
     337                        <Tool 
     338                                Name="VCMIDLTool" 
     339                        /> 
     340                        <Tool 
     341                                Name="VCCLCompilerTool" 
     342                                ExecutionBucket="7" 
     343                                Optimization="3" 
     344                        /> 
     345                        <Tool 
     346                                Name="VCManagedResourceCompilerTool" 
     347                        /> 
     348                        <Tool 
     349                                Name="VCResourceCompilerTool" 
     350                        /> 
     351                        <Tool 
     352                                Name="VCPreLinkEventTool" 
     353                        /> 
     354                        <Tool 
     355                                Name="VCLinkerTool" 
     356                        /> 
     357                        <Tool 
     358                                Name="VCALinkTool" 
     359                        /> 
     360                        <Tool 
     361                                Name="VCXDCMakeTool" 
     362                        /> 
     363                        <Tool 
     364                                Name="VCBscMakeTool" 
     365                        /> 
     366                        <Tool 
     367                                Name="VCCodeSignTool" 
     368                        /> 
     369                        <Tool 
     370                                Name="VCPostBuildEventTool" 
     371                        /> 
     372                        <DeploymentTool 
     373                                ForceDirty="-1" 
     374                                RemoteDirectory="" 
     375                                RegisterOutput="0" 
     376                                AdditionalFiles="" 
     377                        /> 
     378                        <DebuggerTool 
     379                        /> 
     380                </Configuration> 
     381                <Configuration 
     382                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
     383                        OutputDirectory=".\output\libg7221codec-armv4i-winmobilestd6-vc8-$(ConfigurationName)" 
     384                        IntermediateDirectory="$(OutDir)" 
     385                        ConfigurationType="1" 
     386                        > 
     387                        <Tool 
     388                                Name="VCPreBuildEventTool" 
     389                        /> 
     390                        <Tool 
     391                                Name="VCCustomBuildTool" 
     392                        /> 
     393                        <Tool 
     394                                Name="VCXMLDataGeneratorTool" 
     395                        /> 
     396                        <Tool 
     397                                Name="VCWebServiceProxyGeneratorTool" 
     398                        /> 
     399                        <Tool 
     400                                Name="VCMIDLTool" 
     401                        /> 
     402                        <Tool 
     403                                Name="VCCLCompilerTool" 
     404                                ExecutionBucket="7" 
     405                        /> 
     406                        <Tool 
     407                                Name="VCManagedResourceCompilerTool" 
     408                        /> 
     409                        <Tool 
     410                                Name="VCResourceCompilerTool" 
     411                        /> 
     412                        <Tool 
     413                                Name="VCPreLinkEventTool" 
     414                        /> 
     415                        <Tool 
     416                                Name="VCLinkerTool" 
     417                        /> 
     418                        <Tool 
     419                                Name="VCALinkTool" 
     420                        /> 
     421                        <Tool 
     422                                Name="VCXDCMakeTool" 
     423                        /> 
     424                        <Tool 
     425                                Name="VCBscMakeTool" 
     426                        /> 
     427                        <Tool 
     428                                Name="VCCodeSignTool" 
     429                        /> 
     430                        <Tool 
     431                                Name="VCPostBuildEventTool" 
     432                        /> 
     433                        <DeploymentTool 
     434                                ForceDirty="-1" 
     435                                RemoteDirectory="" 
     436                                RegisterOutput="0" 
     437                                AdditionalFiles="" 
     438                        /> 
     439                        <DebuggerTool 
     440                        /> 
     441                </Configuration> 
     442                <Configuration 
     443                        Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     444                        OutputDirectory=".\output\libg7221codec-armv4i-winmobilestd6-vc8-$(ConfigurationName)" 
     445                        IntermediateDirectory="$(OutDir)" 
     446                        ConfigurationType="1" 
     447                        > 
     448                        <Tool 
     449                                Name="VCPreBuildEventTool" 
     450                        /> 
     451                        <Tool 
     452                                Name="VCCustomBuildTool" 
     453                        /> 
     454                        <Tool 
     455                                Name="VCXMLDataGeneratorTool" 
     456                        /> 
     457                        <Tool 
     458                                Name="VCWebServiceProxyGeneratorTool" 
     459                        /> 
     460                        <Tool 
     461                                Name="VCMIDLTool" 
     462                        /> 
     463                        <Tool 
     464                                Name="VCCLCompilerTool" 
     465                                ExecutionBucket="7" 
     466                                Optimization="3" 
     467                        /> 
     468                        <Tool 
     469                                Name="VCManagedResourceCompilerTool" 
     470                        /> 
     471                        <Tool 
     472                                Name="VCResourceCompilerTool" 
     473                        /> 
     474                        <Tool 
     475                                Name="VCPreLinkEventTool" 
     476                        /> 
     477                        <Tool 
     478                                Name="VCLinkerTool" 
     479                        /> 
     480                        <Tool 
     481                                Name="VCALinkTool" 
     482                        /> 
     483                        <Tool 
     484                                Name="VCXDCMakeTool" 
     485                        /> 
     486                        <Tool 
     487                                Name="VCBscMakeTool" 
     488                        /> 
     489                        <Tool 
     490                                Name="VCCodeSignTool" 
     491                        /> 
     492                        <Tool 
     493                                Name="VCPostBuildEventTool" 
     494                        /> 
     495                        <DeploymentTool 
     496                                ForceDirty="-1" 
     497                                RemoteDirectory="" 
     498                                RegisterOutput="0" 
     499                                AdditionalFiles="" 
     500                        /> 
     501                        <DebuggerTool 
     502                        /> 
     503                </Configuration> 
     504                <Configuration 
     505                        Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
     506                        OutputDirectory=".\output\libg7221codec-armv4i-winmobilestd6-vc8-$(ConfigurationName)" 
     507                        IntermediateDirectory="$(OutDir)" 
     508                        ConfigurationType="1" 
     509                        > 
     510                        <Tool 
     511                                Name="VCPreBuildEventTool" 
     512                        /> 
     513                        <Tool 
     514                                Name="VCCustomBuildTool" 
     515                        /> 
     516                        <Tool 
     517                                Name="VCXMLDataGeneratorTool" 
     518                        /> 
     519                        <Tool 
     520                                Name="VCWebServiceProxyGeneratorTool" 
     521                        /> 
     522                        <Tool 
     523                                Name="VCMIDLTool" 
     524                        /> 
     525                        <Tool 
     526                                Name="VCCLCompilerTool" 
     527                                ExecutionBucket="7" 
     528                                Optimization="3" 
     529                        /> 
     530                        <Tool 
     531                                Name="VCManagedResourceCompilerTool" 
     532                        /> 
     533                        <Tool 
     534                                Name="VCResourceCompilerTool" 
     535                        /> 
     536                        <Tool 
     537                                Name="VCPreLinkEventTool" 
     538                        /> 
     539                        <Tool 
     540                                Name="VCLinkerTool" 
     541                        /> 
     542                        <Tool 
     543                                Name="VCALinkTool" 
     544                        /> 
     545                        <Tool 
     546                                Name="VCXDCMakeTool" 
     547                        /> 
     548                        <Tool 
     549                                Name="VCBscMakeTool" 
     550                        /> 
     551                        <Tool 
     552                                Name="VCCodeSignTool" 
     553                        /> 
     554                        <Tool 
     555                                Name="VCPostBuildEventTool" 
     556                        /> 
     557                        <DeploymentTool 
     558                                ForceDirty="-1" 
     559                                RemoteDirectory="" 
     560                                RegisterOutput="0" 
     561                                AdditionalFiles="" 
     562                        /> 
     563                        <DebuggerTool 
     564                        /> 
     565                </Configuration> 
     566                <Configuration 
     567                        Name="Debug-Static|Win32" 
     568                        OutputDirectory=".\output\libg7221codec-i386-win32-vc8-$(ConfigurationName)" 
     569                        IntermediateDirectory="$(OutDir)" 
     570                        ConfigurationType="4" 
     571                        UseOfMFC="0" 
     572                        ATLMinimizesCRunTimeLibraryUsage="false" 
     573                        CharacterSet="2" 
     574                        > 
     575                        <Tool 
     576                                Name="VCPreBuildEventTool" 
     577                        /> 
     578                        <Tool 
     579                                Name="VCCustomBuildTool" 
     580                        /> 
     581                        <Tool 
     582                                Name="VCXMLDataGeneratorTool" 
     583                        /> 
     584                        <Tool 
     585                                Name="VCWebServiceProxyGeneratorTool" 
     586                        /> 
     587                        <Tool 
     588                                Name="VCMIDLTool" 
     589                        /> 
     590                        <Tool 
     591                                Name="VCCLCompilerTool" 
     592                                Optimization="0" 
     593                                AdditionalIncludeDirectories="../..,../../g7221/common,../../g7221/common/stl-files" 
     594                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 
     595                                MinimalRebuild="true" 
     596                                BasicRuntimeChecks="3" 
     597                                RuntimeLibrary="1" 
     598                                PrecompiledHeaderFile="" 
     599                                AssemblerListingLocation="$(OutDir)" 
     600                                ObjectFile="$(OutDir)" 
     601                                ProgramDataBaseFileName="$(OutDir)" 
     602                                WarningLevel="4" 
     603                                SuppressStartupBanner="true" 
     604                                DebugInformationFormat="4" 
     605                        /> 
     606                        <Tool 
     607                                Name="VCManagedResourceCompilerTool" 
     608                        /> 
     609                        <Tool 
     610                                Name="VCResourceCompilerTool" 
     611                                PreprocessorDefinitions="_DEBUG" 
     612                                Culture="1033" 
     613                        /> 
     614                        <Tool 
     615                                Name="VCPreLinkEventTool" 
     616                        /> 
     617                        <Tool 
     618                                Name="VCLibrarianTool" 
     619                                OutputFile="..\..\lib\libg7221codec-i386-win32-vc8-debug.lib" 
     620                                SuppressStartupBanner="true" 
     621                        /> 
     622                        <Tool 
     623                                Name="VCALinkTool" 
     624                        /> 
     625                        <Tool 
     626                                Name="VCXDCMakeTool" 
     627                        /> 
     628                        <Tool 
     629                                Name="VCBscMakeTool" 
     630                                SuppressStartupBanner="true" 
     631                                OutputFile=".\output\libg7221codec-i386-win32-vc8-debug/libg7221codec.bsc" 
     632                        /> 
     633                        <Tool 
     634                                Name="VCFxCopTool" 
     635                        /> 
     636                        <Tool 
     637                                Name="VCPostBuildEventTool" 
     638                        /> 
     639                </Configuration> 
     640                <Configuration 
     641                        Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
     642                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     643                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     644                        ConfigurationType="1" 
     645                        > 
     646                        <Tool 
     647                                Name="VCPreBuildEventTool" 
     648                        /> 
     649                        <Tool 
     650                                Name="VCCustomBuildTool" 
     651                        /> 
     652                        <Tool 
     653                                Name="VCXMLDataGeneratorTool" 
     654                        /> 
     655                        <Tool 
     656                                Name="VCWebServiceProxyGeneratorTool" 
     657                        /> 
     658                        <Tool 
     659                                Name="VCMIDLTool" 
     660                                TargetEnvironment="1" 
     661                        /> 
     662                        <Tool 
     663                                Name="VCCLCompilerTool" 
     664                                ExecutionBucket="7" 
     665                        /> 
     666                        <Tool 
     667                                Name="VCManagedResourceCompilerTool" 
     668                        /> 
     669                        <Tool 
     670                                Name="VCResourceCompilerTool" 
     671                        /> 
     672                        <Tool 
     673                                Name="VCPreLinkEventTool" 
     674                        /> 
     675                        <Tool 
     676                                Name="VCLinkerTool" 
     677                                TargetMachine="0" 
     678                        /> 
     679                        <Tool 
     680                                Name="VCALinkTool" 
     681                        /> 
     682                        <Tool 
     683                                Name="VCXDCMakeTool" 
     684                        /> 
     685                        <Tool 
     686                                Name="VCBscMakeTool" 
     687                        /> 
     688                        <Tool 
     689                                Name="VCCodeSignTool" 
     690                        /> 
     691                        <Tool 
     692                                Name="VCPostBuildEventTool" 
     693                        /> 
     694                        <DeploymentTool 
     695                                ForceDirty="-1" 
     696                                RemoteDirectory="" 
     697                                RegisterOutput="0" 
     698                                AdditionalFiles="" 
     699                        /> 
     700                        <DebuggerTool 
     701                        /> 
     702                </Configuration> 
     703                <Configuration 
     704                        Name="Debug-Dynamic|Win32" 
     705                        OutputDirectory=".\output\libg7221codec-i386-win32-vc8-$(ConfigurationName)" 
     706                        IntermediateDirectory="$(OutDir)" 
     707                        ConfigurationType="4" 
     708                        UseOfMFC="0" 
     709                        ATLMinimizesCRunTimeLibraryUsage="false" 
     710                        CharacterSet="2" 
     711                        > 
     712                        <Tool 
     713                                Name="VCPreBuildEventTool" 
     714                        /> 
     715                        <Tool 
     716                                Name="VCCustomBuildTool" 
     717                        /> 
     718                        <Tool 
     719                                Name="VCXMLDataGeneratorTool" 
     720                        /> 
     721                        <Tool 
     722                                Name="VCWebServiceProxyGeneratorTool" 
     723                        /> 
     724                        <Tool 
     725                                Name="VCMIDLTool" 
     726                        /> 
     727                        <Tool 
     728                                Name="VCCLCompilerTool" 
     729                                Optimization="0" 
     730                                AdditionalIncludeDirectories="../..,../../g7221/common,../../g7221/common/stl-files" 
     731                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 
     732                                MinimalRebuild="true" 
     733                                BasicRuntimeChecks="3" 
     734                                RuntimeLibrary="1" 
     735                                PrecompiledHeaderFile="" 
     736                                AssemblerListingLocation="$(OutDir)" 
     737                                ObjectFile="$(OutDir)" 
     738                                ProgramDataBaseFileName="$(OutDir)" 
     739                                WarningLevel="4" 
     740                                SuppressStartupBanner="true" 
     741                                DebugInformationFormat="4" 
     742                        /> 
     743                        <Tool 
     744                                Name="VCManagedResourceCompilerTool" 
     745                        /> 
     746                        <Tool 
     747                                Name="VCResourceCompilerTool" 
     748                                PreprocessorDefinitions="_DEBUG" 
     749                                Culture="1033" 
     750                        /> 
     751                        <Tool 
     752                                Name="VCPreLinkEventTool" 
     753                        /> 
     754                        <Tool 
     755                                Name="VCLibrarianTool" 
     756                                OutputFile="..\..\lib\libg7221codec-i386-win32-vc8-debug.lib" 
     757                                SuppressStartupBanner="true" 
     758                        /> 
     759                        <Tool 
     760                                Name="VCALinkTool" 
     761                        /> 
     762                        <Tool 
     763                                Name="VCXDCMakeTool" 
     764                        /> 
     765                        <Tool 
     766                                Name="VCBscMakeTool" 
     767                                SuppressStartupBanner="true" 
     768                                OutputFile=".\output\libg7221codec-i386-win32-vc8-debug/libg7221codec.bsc" 
     769                        /> 
     770                        <Tool 
     771                                Name="VCFxCopTool" 
     772                        /> 
     773                        <Tool 
     774                                Name="VCPostBuildEventTool" 
     775                        /> 
     776                </Configuration> 
     777                <Configuration 
     778                        Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
     779                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     780                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
     781                        ConfigurationType="1" 
     782                        > 
     783                        <Tool 
     784                                Name="VCPreBuildEventTool" 
     785                        /> 
     786                        <Tool 
     787                                Name="VCCustomBuildTool" 
     788                        /> 
     789                        <Tool 
     790                                Name="VCXMLDataGeneratorTool" 
     791                        /> 
     792                        <Tool 
     793                                Name="VCWebServiceProxyGeneratorTool" 
     794                        /> 
     795                        <Tool 
     796                                Name="VCMIDLTool" 
     797                                TargetEnvironment="1" 
     798                        /> 
     799                        <Tool 
     800                                Name="VCCLCompilerTool" 
     801                                ExecutionBucket="7" 
     802                        /> 
     803                        <Tool 
     804                                Name="VCManagedResourceCompilerTool" 
     805                        /> 
     806                        <Tool 
     807                                Name="VCResourceCompilerTool" 
     808                        /> 
     809                        <Tool 
     810                                Name="VCPreLinkEventTool" 
     811                        /> 
     812                        <Tool 
     813                                Name="VCLinkerTool" 
     814                                TargetMachine="0" 
     815                        /> 
     816                        <Tool 
     817                                Name="VCALinkTool" 
     818                        /> 
     819                        <Tool 
     820                                Name="VCXDCMakeTool" 
     821                        /> 
     822                        <Tool 
     823                                Name="VCBscMakeTool" 
     824                        /> 
     825                        <Tool 
     826                                Name="VCCodeSignTool" 
     827                        /> 
     828                        <Tool 
     829                                Name="VCPostBuildEventTool" 
     830                        /> 
     831                        <DeploymentTool 
     832                                ForceDirty="-1" 
     833                                RemoteDirectory="" 
     834                                RegisterOutput="0" 
     835                                AdditionalFiles="" 
     836                        /> 
     837                        <DebuggerTool 
    162838                        /> 
    163839                </Configuration> 
     
    194870                                                /> 
    195871                                        </FileConfiguration> 
     872                                        <FileConfiguration 
     873                                                Name="Release-Dynamic|Win32" 
     874                                                > 
     875                                                <Tool 
     876                                                        Name="VCCLCompilerTool" 
     877                                                        AdditionalIncludeDirectories="" 
     878                                                        PreprocessorDefinitions="" 
     879                                                /> 
     880                                        </FileConfiguration> 
     881                                        <FileConfiguration 
     882                                                Name="Release-Static|Win32" 
     883                                                > 
     884                                                <Tool 
     885                                                        Name="VCCLCompilerTool" 
     886                                                        AdditionalIncludeDirectories="" 
     887                                                        PreprocessorDefinitions="" 
     888                                                /> 
     889                                        </FileConfiguration> 
     890                                        <FileConfiguration 
     891                                                Name="Debug-Static|Win32" 
     892                                                > 
     893                                                <Tool 
     894                                                        Name="VCCLCompilerTool" 
     895                                                        AdditionalIncludeDirectories="" 
     896                                                        PreprocessorDefinitions="" 
     897                                                /> 
     898                                        </FileConfiguration> 
     899                                        <FileConfiguration 
     900                                                Name="Debug-Dynamic|Win32" 
     901                                                > 
     902                                                <Tool 
     903                                                        Name="VCCLCompilerTool" 
     904                                                        AdditionalIncludeDirectories="" 
     905                                                        PreprocessorDefinitions="" 
     906                                                /> 
     907                                        </FileConfiguration> 
    196908                                </File> 
    197909                                <File 
     
    220932                                                /> 
    221933                                        </FileConfiguration> 
     934                                        <FileConfiguration 
     935                                                Name="Release-Dynamic|Win32" 
     936                                                > 
     937                                                <Tool 
     938                                                        Name="VCCLCompilerTool" 
     939                                                        AdditionalIncludeDirectories="" 
     940                                                        PreprocessorDefinitions="" 
     941                                                /> 
     942                                        </FileConfiguration> 
     943                                        <FileConfiguration 
     944                                                Name="Release-Static|Win32" 
     945                                                > 
     946                                                <Tool 
     947                                                        Name="VCCLCompilerTool" 
     948                                                        AdditionalIncludeDirectories="" 
     949                                                        PreprocessorDefinitions="" 
     950                                                /> 
     951                                        </FileConfiguration> 
     952                                        <FileConfiguration 
     953                                                Name="Debug-Static|Win32" 
     954                                                > 
     955                                                <Tool 
     956                                                        Name="VCCLCompilerTool" 
     957                                                        AdditionalIncludeDirectories="" 
     958                                                        PreprocessorDefinitions="" 
     959                                                /> 
     960                                        </FileConfiguration> 
     961                                        <FileConfiguration 
     962                                                Name="Debug-Dynamic|Win32" 
     963                                                > 
     964                                                <Tool 
     965                                                        Name="VCCLCompilerTool" 
     966                                                        AdditionalIncludeDirectories="" 
     967                                                        PreprocessorDefinitions="" 
     968                                                /> 
     969                                        </FileConfiguration> 
    222970                                </File> 
    223971                                <File 
     
    239987                                        <FileConfiguration 
    240988                                                Name="Debug|Win32" 
     989                                                > 
     990                                                <Tool 
     991                                                        Name="VCCLCompilerTool" 
     992                                                        AdditionalIncludeDirectories="" 
     993                                                        PreprocessorDefinitions="" 
     994                                                /> 
     995                                        </FileConfiguration> 
     996                                        <FileConfiguration 
     997                                                Name="Release-Dynamic|Win32" 
     998                                                > 
     999                                                <Tool 
     1000                                                        Name="VCCLCompilerTool" 
     1001                                                        AdditionalIncludeDirectories="" 
     1002                                                        PreprocessorDefinitions="" 
     1003                                                /> 
     1004                                        </FileConfiguration> 
     1005                                        <FileConfiguration 
     1006                                                Name="Release-Static|Win32" 
     1007                                                > 
     1008                                                <Tool 
     1009                                                        Name="VCCLCompilerTool" 
     1010                                                        AdditionalIncludeDirectories="" 
     1011                                                        PreprocessorDefinitions="" 
     1012                                                /> 
     1013                                        </FileConfiguration> 
     1014                                        <FileConfiguration 
     1015                                                Name="Debug-Static|Win32" 
     1016                                                > 
     1017                                                <Tool 
     1018                                                        Name="VCCLCompilerTool" 
     1019                                                        AdditionalIncludeDirectories="" 
     1020                                                        PreprocessorDefinitions="" 
     1021                                                /> 
     1022                                        </FileConfiguration> 
     1023                                        <FileConfiguration 
     1024                                                Name="Debug-Dynamic|Win32" 
    2411025                                                > 
    2421026                                                <Tool 
     
    2751059                                                        /> 
    2761060                                                </FileConfiguration> 
     1061                                                <FileConfiguration 
     1062                                                        Name="Release-Dynamic|Win32" 
     1063                                                        > 
     1064                                                        <Tool 
     1065                                                                Name="VCCLCompilerTool" 
     1066                                                                AdditionalIncludeDirectories="" 
     1067                                                                PreprocessorDefinitions="" 
     1068                                                        /> 
     1069                                                </FileConfiguration> 
     1070                                                <FileConfiguration 
     1071                                                        Name="Release-Static|Win32" 
     1072                                                        > 
     1073                                                        <Tool 
     1074                                                                Name="VCCLCompilerTool" 
     1075                                                                AdditionalIncludeDirectories="" 
     1076                                                                PreprocessorDefinitions="" 
     1077                                                        /> 
     1078                                                </FileConfiguration> 
     1079                                                <FileConfiguration 
     1080                                                        Name="Debug-Static|Win32" 
     1081                                                        > 
     1082                                                        <Tool 
     1083                                                                Name="VCCLCompilerTool" 
     1084                                                                AdditionalIncludeDirectories="" 
     1085                                                                PreprocessorDefinitions="" 
     1086                                                        /> 
     1087                                                </FileConfiguration> 
     1088                                                <FileConfiguration 
     1089                                                        Name="Debug-Dynamic|Win32" 
     1090                                                        > 
     1091                                                        <Tool 
     1092                                                                Name="VCCLCompilerTool" 
     1093                                                                AdditionalIncludeDirectories="" 
     1094                                                                PreprocessorDefinitions="" 
     1095                                                        /> 
     1096                                                </FileConfiguration> 
    2771097                                        </File> 
    2781098                                        <File 
     
    3011121                                                        /> 
    3021122                                                </FileConfiguration> 
     1123                                                <FileConfiguration 
     1124                                                        Name="Release-Dynamic|Win32" 
     1125                                                        > 
     1126                                                        <Tool 
     1127                                                                Name="VCCLCompilerTool" 
     1128                                                                AdditionalIncludeDirectories="" 
     1129                                                                PreprocessorDefinitions="" 
     1130                                                        /> 
     1131                                                </FileConfiguration> 
     1132                                                <FileConfiguration 
     1133                                                        Name="Release-Static|Win32" 
     1134                                                        > 
     1135                                                        <Tool 
     1136                                                                Name="VCCLCompilerTool" 
     1137                                                                AdditionalIncludeDirectories="" 
     1138                                                                PreprocessorDefinitions="" 
     1139                                                        /> 
     1140                                                </FileConfiguration> 
     1141                                                <FileConfiguration 
     1142                                                        Name="Debug-Static|Win32" 
     1143                                                        > 
     1144                                                        <Tool 
     1145                                                                Name="VCCLCompilerTool" 
     1146                                                                AdditionalIncludeDirectories="" 
     1147                                                                PreprocessorDefinitions="" 
     1148                                                        /> 
     1149                                                </FileConfiguration> 
     1150                                                <FileConfiguration 
     1151                                                        Name="Debug-Dynamic|Win32" 
     1152                                                        > 
     1153                                                        <Tool 
     1154                                                                Name="VCCLCompilerTool" 
     1155                                                                AdditionalIncludeDirectories="" 
     1156                                                                PreprocessorDefinitions="" 
     1157                                                        /> 
     1158                                                </FileConfiguration> 
    3031159                                        </File> 
    3041160                                        <File 
     
    3361192                                                /> 
    3371193                                        </FileConfiguration> 
     1194                                        <FileConfiguration 
     1195                                                Name="Release-Dynamic|Win32" 
     1196                                                > 
     1197                                                <Tool 
     1198                                                        Name="VCCLCompilerTool" 
     1199                                                        AdditionalIncludeDirectories="" 
     1200                                                        PreprocessorDefinitions="" 
     1201                                                /> 
     1202                                        </FileConfiguration> 
     1203                                        <FileConfiguration 
     1204                                                Name="Release-Static|Win32" 
     1205                                                > 
     1206                                                <Tool 
     1207                                                        Name="VCCLCompilerTool" 
     1208                                                        AdditionalIncludeDirectories="" 
     1209                                                        PreprocessorDefinitions="" 
     1210                                                /> 
     1211                                        </FileConfiguration> 
     1212                                        <FileConfiguration 
     1213                                                Name="Debug-Static|Win32" 
     1214                                                > 
     1215                                                <Tool 
     1216                                                        Name="VCCLCompilerTool" 
     1217                                                        AdditionalIncludeDirectories="" 
     1218                                                        PreprocessorDefinitions="" 
     1219                                                /> 
     1220                                        </FileConfiguration> 
     1221                                        <FileConfiguration 
     1222                                                Name="Debug-Dynamic|Win32" 
     1223                                                > 
     1224                                                <Tool 
     1225                                                        Name="VCCLCompilerTool" 
     1226                                                        AdditionalIncludeDirectories="" 
     1227                                                        PreprocessorDefinitions="" 
     1228                                                /> 
     1229                                        </FileConfiguration> 
    3381230                                </File> 
    3391231                                <File 
     
    3511243                                        <FileConfiguration 
    3521244                                                Name="Debug|Win32" 
     1245                                                > 
     1246                                                <Tool 
     1247                                                        Name="VCCLCompilerTool" 
     1248                                                        AdditionalIncludeDirectories="" 
     1249                                                        PreprocessorDefinitions="" 
     1250                                                /> 
     1251                                        </FileConfiguration> 
     1252                                        <FileConfiguration 
     1253                                                Name="Release-Dynamic|Win32" 
     1254                                                > 
     1255                                                <Tool 
     1256                                                        Name="VCCLCompilerTool" 
     1257                                                        AdditionalIncludeDirectories="" 
     1258                                                        PreprocessorDefinitions="" 
     1259                                                /> 
     1260                                        </FileConfiguration> 
     1261                                        <FileConfiguration 
     1262                                                Name="Release-Static|Win32" 
     1263                                                > 
     1264                                                <Tool 
     1265                                                        Name="VCCLCompilerTool" 
     1266                                                        AdditionalIncludeDirectories="" 
     1267                                                        PreprocessorDefinitions="" 
     1268                                                /> 
     1269                                        </FileConfiguration> 
     1270                                        <FileConfiguration 
     1271                                                Name="Debug-Static|Win32" 
     1272                                                > 
     1273                                                <Tool 
     1274                                                        Name="VCCLCompilerTool" 
     1275                                                        AdditionalIncludeDirectories="" 
     1276                                                        PreprocessorDefinitions="" 
     1277                                                /> 
     1278                                        </FileConfiguration> 
     1279                                        <FileConfiguration 
     1280                                                Name="Debug-Dynamic|Win32" 
    3531281                                                > 
    3541282                                                <Tool 
     
    3841312                                                /> 
    3851313                                        </FileConfiguration> 
     1314                                        <FileConfiguration 
     1315                                                Name="Release-Dynamic|Win32" 
     1316                                                > 
     1317                                                <Tool 
     1318                                                        Name="VCCLCompilerTool" 
     1319                                                        AdditionalIncludeDirectories="" 
     1320                                                        PreprocessorDefinitions="" 
     1321                                                /> 
     1322                                        </FileConfiguration> 
     1323                                        <FileConfiguration 
     1324                                                Name="Release-Static|Win32" 
     1325                                                > 
     1326                                                <Tool 
     1327                                                        Name="VCCLCompilerTool" 
     1328                                                        AdditionalIncludeDirectories="" 
     1329                                                        PreprocessorDefinitions="" 
     1330                                                /> 
     1331                                        </FileConfiguration> 
     1332                                        <FileConfiguration 
     1333                                                Name="Debug-Static|Win32" 
     1334                                                > 
     1335                                                <Tool 
     1336                                                        Name="VCCLCompilerTool" 
     1337                                                        AdditionalIncludeDirectories="" 
     1338                                                        PreprocessorDefinitions="" 
     1339                                                /> 
     1340                                        </FileConfiguration> 
     1341                                        <FileConfiguration 
     1342                                                Name="Debug-Dynamic|Win32" 
     1343                                                > 
     1344                                                <Tool 
     1345                                                        Name="VCCLCompilerTool" 
     1346                                                        AdditionalIncludeDirectories="" 
     1347                                                        PreprocessorDefinitions="" 
     1348                                                /> 
     1349                                        </FileConfiguration> 
    3861350                                </File> 
    3871351                        </Filter> 
     
    4101374                                                /> 
    4111375                                        </FileConfiguration> 
     1376                                        <FileConfiguration 
     1377                                                Name="Release-Dynamic|Win32" 
     1378                                                > 
     1379                                                <Tool 
     1380                                                        Name="VCCLCompilerTool" 
     1381                                                        AdditionalIncludeDirectories="" 
     1382                                                        PreprocessorDefinitions="" 
     1383                                                /> 
     1384                                        </FileConfiguration> 
     1385                                        <FileConfiguration 
     1386                                                Name="Release-Static|Win32" 
     1387                                                > 
     1388                                                <Tool 
     1389                                                        Name="VCCLCompilerTool" 
     1390                                                        AdditionalIncludeDirectories="" 
     1391                                                        PreprocessorDefinitions="" 
     1392                                                /> 
     1393                                        </FileConfiguration> 
     1394                                        <FileConfiguration 
     1395                                                Name="Debug-Static|Win32" 
     1396                                                > 
     1397                                                <Tool 
     1398                                                        Name="VCCLCompilerTool" 
     1399                                                        AdditionalIncludeDirectories="" 
     1400                                                        PreprocessorDefinitions="" 
     1401                                                /> 
     1402                                        </FileConfiguration> 
     1403                                        <FileConfiguration 
     1404                                                Name="Debug-Dynamic|Win32" 
     1405                                                > 
     1406                                                <Tool 
     1407                                                        Name="VCCLCompilerTool" 
     1408                                                        AdditionalIncludeDirectories="" 
     1409                                                        PreprocessorDefinitions="" 
     1410                                                /> 
     1411                                        </FileConfiguration> 
    4121412                                </File> 
    4131413                                <File 
     
    4361436                                                /> 
    4371437                                        </FileConfiguration> 
     1438                                        <FileConfiguration 
     1439                                                Name="Release-Dynamic|Win32" 
     1440                                                > 
     1441                                                <Tool 
     1442                                                        Name="VCCLCompilerTool" 
     1443                                                        AdditionalIncludeDirectories="" 
     1444                                                        PreprocessorDefinitions="" 
     1445                                                /> 
     1446                                        </FileConfiguration> 
     1447                                        <FileConfiguration 
     1448                                                Name="Release-Static|Win32" 
     1449                                                > 
     1450                                                <Tool 
     1451                                                        Name="VCCLCompilerTool" 
     1452                                                        AdditionalIncludeDirectories="" 
     1453                                                        PreprocessorDefinitions="" 
     1454                                                /> 
     1455                                        </FileConfiguration> 
     1456                                        <FileConfiguration 
     1457                                                Name="Debug-Static|Win32" 
     1458                                                > 
     1459                                                <Tool 
     1460                                                        Name="VCCLCompilerTool" 
     1461                                                        AdditionalIncludeDirectories="" 
     1462                                                        PreprocessorDefinitions="" 
     1463                                                /> 
     1464                                        </FileConfiguration> 
     1465                                        <FileConfiguration 
     1466                                                Name="Debug-Dynamic|Win32" 
     1467                                                > 
     1468                                                <Tool 
     1469                                                        Name="VCCLCompilerTool" 
     1470                                                        AdditionalIncludeDirectories="" 
     1471                                                        PreprocessorDefinitions="" 
     1472                                                /> 
     1473                                        </FileConfiguration> 
    4381474                                </File> 
    4391475                                <File 
     
    4511487                                        <FileConfiguration 
    4521488                                                Name="Debug|Win32" 
     1489                                                > 
     1490                                                <Tool 
     1491                                                        Name="VCCLCompilerTool" 
     1492                                                        AdditionalIncludeDirectories="" 
     1493                                                        PreprocessorDefinitions="" 
     1494                                                /> 
     1495                                        </FileConfiguration> 
     1496                                        <FileConfiguration 
     1497                                                Name="Release-Dynamic|Win32" 
     1498                                                > 
     1499                                                <Tool 
     1500                                                        Name="VCCLCompilerTool" 
     1501                                                        AdditionalIncludeDirectories="" 
     1502                                                        PreprocessorDefinitions="" 
     1503                                                /> 
     1504                                        </FileConfiguration> 
     1505                                        <FileConfiguration 
     1506                                                Name="Release-Static|Win32" 
     1507                                                > 
     1508                                                <Tool 
     1509                                                        Name="VCCLCompilerTool" 
     1510                                                        AdditionalIncludeDirectories="" 
     1511                                                        PreprocessorDefinitions="" 
     1512                                                /> 
     1513                                        </FileConfiguration> 
     1514                                        <FileConfiguration 
     1515                                                Name="Debug-Static|Win32" 
     1516                                                > 
     1517                                                <Tool 
     1518                                                        Name="VCCLCompilerTool" 
     1519                                                        AdditionalIncludeDirectories="" 
     1520                                                        PreprocessorDefinitions="" 
     1521                                                /> 
     1522                                        </FileConfiguration> 
     1523                                        <FileConfiguration 
     1524                                                Name="Debug-Dynamic|Win32" 
    4531525                                                > 
    4541526                                                <Tool 
  • pjproject/trunk/third_party/build/gsm/libgsmcodec.vcproj

    r2559 r2584  
    5454                                ObjectFile=".\output\gsm-i386-win32-vc8-debug/" 
    5555                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-debug/" 
    56                                 WarningLevel="2" 
     56                                WarningLevel="4" 
    5757                                SuppressStartupBanner="true" 
    5858                                DebugInformationFormat="4" 
     
    168168                        Name="Release|Win32" 
    169169                        OutputDirectory=".\output\gsm-i386-win32-vc8-release" 
    170                         IntermediateDirectory=".\output\gsm-i386-win32-vc8-release" 
     170                        IntermediateDirectory="$(OutDir)" 
    171171                        ConfigurationType="4" 
    172172                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    192192                        <Tool 
    193193                                Name="VCCLCompilerTool" 
    194                                 Optimization="2" 
     194                                Optimization="3" 
    195195                                InlineFunctionExpansion="1" 
     196                                FavorSizeOrSpeed="2" 
    196197                                AdditionalIncludeDirectories=".,../../gsm/inc" 
    197198                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     
    203204                                ObjectFile=".\output\gsm-i386-win32-vc8-release/" 
    204205                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-release/" 
     206                                WarningLevel="4" 
    205207                                SuppressStartupBanner="true" 
    206208                        /> 
     
    348350                                ObjectFile=".\output\gsm-i386-win32-vc8-debug/" 
    349351                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-debug/" 
    350                                 WarningLevel="2" 
     352                                WarningLevel="4" 
    351353                                SuppressStartupBanner="true" 
    352354                                DebugInformationFormat="4" 
     
    463465                        Name="Release-Dynamic|Win32" 
    464466                        OutputDirectory="$(ConfigurationName)" 
    465                         IntermediateDirectory="$(ConfigurationName)" 
     467                        IntermediateDirectory="$(OutDir)" 
    466468                        ConfigurationType="4" 
    467469                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    487489                        <Tool 
    488490                                Name="VCCLCompilerTool" 
    489                                 Optimization="2" 
     491                                Optimization="3" 
    490492                                InlineFunctionExpansion="1" 
     493                                FavorSizeOrSpeed="2" 
    491494                                AdditionalIncludeDirectories=".,../../gsm/inc" 
    492495                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     
    498501                                ObjectFile=".\output\gsm-i386-win32-vc8-release/" 
    499502                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-release/" 
     503                                WarningLevel="4" 
    500504                                SuppressStartupBanner="true" 
    501505                        /> 
     
    644648                                ObjectFile=".\output\gsm-i386-win32-vc8-debug/" 
    645649                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-debug/" 
    646                                 WarningLevel="2" 
     650                                WarningLevel="4" 
    647651                                SuppressStartupBanner="true" 
    648652                                DebugInformationFormat="4" 
     
    759763                        Name="Release-Static|Win32" 
    760764                        OutputDirectory="$(ConfigurationName)" 
    761                         IntermediateDirectory="$(ConfigurationName)" 
     765                        IntermediateDirectory="$(OutDir)" 
    762766                        ConfigurationType="4" 
    763767                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    783787                        <Tool 
    784788                                Name="VCCLCompilerTool" 
    785                                 Optimization="2" 
     789                                Optimization="3" 
    786790                                InlineFunctionExpansion="1" 
     791                                FavorSizeOrSpeed="2" 
    787792                                AdditionalIncludeDirectories=".,../../gsm/inc" 
    788793                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     
    794799                                ObjectFile=".\output\gsm-i386-win32-vc8-release/" 
    795800                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-release/" 
     801                                WarningLevel="4" 
    796802                                SuppressStartupBanner="true" 
    797803                        /> 
     
    19611967                        > 
    19621968                        <File 
     1969                                RelativePath="config.h" 
     1970                                > 
     1971                        </File> 
     1972                        <File 
    19631973                                RelativePath="..\..\gsm\inc\config.h" 
    1964                                 > 
    1965                         </File> 
    1966                         <File 
    1967                                 RelativePath="config.h" 
    19681974                                > 
    19691975                        </File> 
  • pjproject/trunk/third_party/build/ilbc/libilbccodec.vcproj

    r2559 r2584  
    5353                                ObjectFile=".\output\ilbc-i386-win32-vc8-debug/" 
    5454                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-debug/" 
    55                                 WarningLevel="3" 
     55                                WarningLevel="4" 
    5656                                SuppressStartupBanner="true" 
    5757                                DebugInformationFormat="4" 
     
    167167                        Name="Release|Win32" 
    168168                        OutputDirectory=".\output\ilbc-i386-win32-vc8-release" 
    169                         IntermediateDirectory=".\output\ilbc-i386-win32-vc8-release" 
     169                        IntermediateDirectory="$(OutDir)" 
    170170                        ConfigurationType="4" 
    171171                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    191191                        <Tool 
    192192                                Name="VCCLCompilerTool" 
    193                                 Optimization="2" 
     193                                Optimization="3" 
    194194                                InlineFunctionExpansion="1" 
     195                                FavorSizeOrSpeed="2" 
    195196                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
    196197                                StringPooling="true" 
     
    201202                                ObjectFile=".\output\ilbc-i386-win32-vc8-release/" 
    202203                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-release/" 
    203                                 WarningLevel="3" 
     204                                WarningLevel="4" 
    204205                                SuppressStartupBanner="true" 
    205206                        /> 
     
    346347                                ObjectFile=".\output\ilbc-i386-win32-vc8-debug/" 
    347348                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-debug/" 
    348                                 WarningLevel="3" 
     349                                WarningLevel="4" 
    349350                                SuppressStartupBanner="true" 
    350351                                DebugInformationFormat="4" 
     
    461462                        Name="Release-Dynamic|Win32" 
    462463                        OutputDirectory="$(ConfigurationName)" 
    463                         IntermediateDirectory="$(ConfigurationName)" 
     464                        IntermediateDirectory="$(OutDir)" 
    464465                        ConfigurationType="4" 
    465466                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    495496                                ObjectFile=".\output\ilbc-i386-win32-vc8-release/" 
    496497                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-release/" 
    497                                 WarningLevel="3" 
     498                                WarningLevel="4" 
    498499                                SuppressStartupBanner="true" 
    499500                        /> 
     
    641642                                ObjectFile=".\output\ilbc-i386-win32-vc8-debug/" 
    642643                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-debug/" 
    643                                 WarningLevel="3" 
     644                                WarningLevel="4" 
    644645                                SuppressStartupBanner="true" 
    645646                                DebugInformationFormat="4" 
     
    756757                        Name="Release-Static|Win32" 
    757758                        OutputDirectory="$(ConfigurationName)" 
    758                         IntermediateDirectory="$(ConfigurationName)" 
     759                        IntermediateDirectory="$(OutDir)" 
    759760                        ConfigurationType="4" 
    760761                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    790791                                ObjectFile=".\output\ilbc-i386-win32-vc8-release/" 
    791792                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-release/" 
    792                                 WarningLevel="3" 
     793                                WarningLevel="4" 
    793794                                SuppressStartupBanner="true" 
    794795                        /> 
  • pjproject/trunk/third_party/build/milenage/libmilenage.vcproj

    r2559 r2584  
    5454                                ObjectFile=".\output/libmilenage-i386-win32-vc8-debug/" 
    5555                                ProgramDataBaseFileName=".\output/libmilenage-i386-win32-vc8-debug/" 
    56                                 WarningLevel="3" 
     56                                WarningLevel="4" 
    5757                                SuppressStartupBanner="true" 
    5858                                DebugInformationFormat="4" 
     
    168168                        Name="Release|Win32" 
    169169                        OutputDirectory=".\../../lib" 
    170                         IntermediateDirectory=".\output/libmilenage-i386-win32-vc8-release" 
     170                        IntermediateDirectory="$(OutDir)" 
    171171                        ConfigurationType="4" 
    172172                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    203203                                ObjectFile=".\output/libmilenage-i386-win32-vc8-release/" 
    204204                                ProgramDataBaseFileName=".\output/libmilenage-i386-win32-vc8-release/" 
    205                                 WarningLevel="3" 
     205                                WarningLevel="4" 
    206206                                SuppressStartupBanner="true" 
    207207                        /> 
     
    349349                                ObjectFile=".\output/libmilenage-i386-win32-vc8-debug/" 
    350350                                ProgramDataBaseFileName=".\output/libmilenage-i386-win32-vc8-debug/" 
    351                                 WarningLevel="3" 
     351                                WarningLevel="4" 
    352352                                SuppressStartupBanner="true" 
    353353                                DebugInformationFormat="4" 
     
    464464                        Name="Release-Dynamic|Win32" 
    465465                        OutputDirectory="$(ConfigurationName)" 
    466                         IntermediateDirectory="$(ConfigurationName)" 
     466                        IntermediateDirectory="$(OutDir)" 
    467467                        ConfigurationType="4" 
    468468                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    499499                                ObjectFile=".\output/libmilenage-i386-win32-vc8-release/" 
    500500                                ProgramDataBaseFileName=".\output/libmilenage-i386-win32-vc8-release/" 
    501                                 WarningLevel="3" 
     501                                WarningLevel="4" 
    502502                                SuppressStartupBanner="true" 
    503503                        /> 
     
    646646                                ObjectFile=".\output/libmilenage-i386-win32-vc8-debug/" 
    647647                                ProgramDataBaseFileName=".\output/libmilenage-i386-win32-vc8-debug/" 
    648                                 WarningLevel="3" 
     648                                WarningLevel="4" 
    649649                                SuppressStartupBanner="true" 
    650650                                DebugInformationFormat="4" 
     
    761761                        Name="Release-Static|Win32" 
    762762                        OutputDirectory="$(ConfigurationName)" 
    763                         IntermediateDirectory="$(ConfigurationName)" 
     763                        IntermediateDirectory="$(OutDir)" 
    764764                        ConfigurationType="4" 
    765765                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    796796                                ObjectFile=".\output/libmilenage-i386-win32-vc8-release/" 
    797797                                ProgramDataBaseFileName=".\output/libmilenage-i386-win32-vc8-release/" 
    798                                 WarningLevel="3" 
     798                                WarningLevel="4" 
    799799                                SuppressStartupBanner="true" 
    800800                        /> 
  • pjproject/trunk/third_party/build/portaudio/libportaudio.vcproj

    r2559 r2584  
    168168                        Name="Release|Win32" 
    169169                        OutputDirectory=".\output\pa-i386-win32-vc8-release" 
    170                         IntermediateDirectory=".\output\pa-i386-win32-vc8-release" 
     170                        IntermediateDirectory="$(OutDir)" 
    171171                        ConfigurationType="4" 
    172172                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    464464                        Name="Release-Dynamic|Win32" 
    465465                        OutputDirectory="$(ConfigurationName)" 
    466                         IntermediateDirectory="$(ConfigurationName)" 
     466                        IntermediateDirectory="$(OutDir)" 
    467467                        ConfigurationType="4" 
    468468                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    761761                        Name="Release-Static|Win32" 
    762762                        OutputDirectory="$(ConfigurationName)" 
    763                         IntermediateDirectory="$(ConfigurationName)" 
     763                        IntermediateDirectory="$(OutDir)" 
    764764                        ConfigurationType="4" 
    765765                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/third_party/build/resample/libresample.vcproj

    r2559 r2584  
    168168                        Name="Release|Win32" 
    169169                        OutputDirectory=".\output\libresample-i386-win32-vc8-release" 
    170                         IntermediateDirectory=".\output\libresample-i386-win32-vc8-release" 
     170                        IntermediateDirectory="$(OutDir)" 
    171171                        ConfigurationType="4" 
    172172                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    464464                        Name="Release-Dynamic|Win32" 
    465465                        OutputDirectory="$(ConfigurationName)" 
    466                         IntermediateDirectory="$(ConfigurationName)" 
     466                        IntermediateDirectory="$(OutDir)" 
    467467                        ConfigurationType="4" 
    468468                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    761761                        Name="Release-Static|Win32" 
    762762                        OutputDirectory="$(ConfigurationName)" 
    763                         IntermediateDirectory="$(ConfigurationName)" 
     763                        IntermediateDirectory="$(OutDir)" 
    764764                        ConfigurationType="4" 
    765765                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/third_party/build/resample/libresample_dll.vcproj

    r2559 r2584  
    190190                        Name="Release|Win32" 
    191191                        OutputDirectory=".\output\libresample-dll-i386-win32-vc8-release" 
    192                         IntermediateDirectory=".\output\libresample-dll-i386-win32-vc8-release" 
     192                        IntermediateDirectory="$(OutDir)" 
    193193                        ConfigurationType="2" 
    194194                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    529529                        Name="Release-Dynamic|Win32" 
    530530                        OutputDirectory="$(ConfigurationName)" 
    531                         IntermediateDirectory="$(ConfigurationName)" 
     531                        IntermediateDirectory="$(OutDir)" 
    532532                        ConfigurationType="2" 
    533533                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    870870                        Name="Release-Static|Win32" 
    871871                        OutputDirectory="$(ConfigurationName)" 
    872                         IntermediateDirectory="$(ConfigurationName)" 
     872                        IntermediateDirectory="$(OutDir)" 
    873873                        ConfigurationType="2" 
    874874                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/third_party/build/speex/libspeex.vcproj

    r2559 r2584  
    165165                        Name="Release|Win32" 
    166166                        OutputDirectory=".\output\libspeex-i386-win32-vc8-release" 
    167                         IntermediateDirectory=".\output\libspeex-i386-win32-vc8-release" 
     167                        IntermediateDirectory="$(OutDir)" 
    168168                        ConfigurationType="4" 
    169169                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    456456                        Name="Release-Dynamic|Win32" 
    457457                        OutputDirectory="$(ConfigurationName)" 
    458                         IntermediateDirectory="$(ConfigurationName)" 
     458                        IntermediateDirectory="$(OutDir)" 
    459459                        ConfigurationType="4" 
    460460                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    748748                        Name="Release-Static|Win32" 
    749749                        OutputDirectory="$(ConfigurationName)" 
    750                         IntermediateDirectory="$(ConfigurationName)" 
     750                        IntermediateDirectory="$(OutDir)" 
    751751                        ConfigurationType="4" 
    752752                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
  • pjproject/trunk/third_party/build/srtp/libsrtp.vcproj

    r2559 r2584  
    159159                        Name="Release|Win32" 
    160160                        OutputDirectory=".\output\libsrtp-i386-win32-vc8-release" 
    161                         IntermediateDirectory=".\output\libsrtp-i386-win32-vc8-release" 
     161                        IntermediateDirectory="$(OutDir)" 
    162162                        ConfigurationType="4" 
    163163                        CharacterSet="2" 
     
    432432                        Name="Release-Dynamic|Win32" 
    433433                        OutputDirectory="$(ConfigurationName)" 
    434                         IntermediateDirectory="$(ConfigurationName)" 
     434                        IntermediateDirectory="$(OutDir)" 
    435435                        ConfigurationType="4" 
    436436                        CharacterSet="2" 
     
    706706                        Name="Release-Static|Win32" 
    707707                        OutputDirectory="$(ConfigurationName)" 
    708                         IntermediateDirectory="$(ConfigurationName)" 
     708                        IntermediateDirectory="$(OutDir)" 
    709709                        ConfigurationType="4" 
    710710                        CharacterSet="2" 
Note: See TracChangeset for help on using the changeset viewer.