Ignore:
Timestamp:
Apr 16, 2009 10:13:21 AM (15 years ago)
Author:
ismangil
Message:

#792 work in progress, solutions loads but then freezes VS. Trying it on other PCs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/vs-reorg/third_party/build/srtp/libsrtp.vcproj

    r2584 r2606  
    1515                        Name="Windows Mobile 6 Standard SDK (ARMV4I)" 
    1616                /> 
     17                <Platform 
     18                        Name="Windows Mobile 6 Professional SDK (ARMV4I)" 
     19                /> 
    1720        </Platforms> 
    1821        <ToolFiles> 
     
    2124                <Configuration 
    2225                        Name="Debug|Win32" 
    23                         OutputDirectory=".\output\libsrtp-i386-win32-vc8-debug" 
    24                         IntermediateDirectory=".\output\libsrtp-i386-win32-vc8-debug" 
    25                         ConfigurationType="4" 
     26                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     27                        IntermediateDirectory="$(OutDir)" 
     28                        ConfigurationType="4" 
     29                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops" 
    2630                        CharacterSet="2" 
    2731                        > 
     
    8589                <Configuration 
    8690                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 
    87                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    88                         IntermediateDirectory="$(OutDir)" 
    89                         ConfigurationType="4" 
     91                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     92                        IntermediateDirectory="$(OutDir)" 
     93                        ConfigurationType="4" 
     94                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
    9095                        CharacterSet="1" 
    9196                        > 
     
    157162                </Configuration> 
    158163                <Configuration 
     164                        Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 
     165                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     166                        IntermediateDirectory="$(OutDir)" 
     167                        ConfigurationType="4" 
     168                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     169                        CharacterSet="1" 
     170                        > 
     171                        <Tool 
     172                                Name="VCPreBuildEventTool" 
     173                        /> 
     174                        <Tool 
     175                                Name="VCCustomBuildTool" 
     176                        /> 
     177                        <Tool 
     178                                Name="VCXMLDataGeneratorTool" 
     179                        /> 
     180                        <Tool 
     181                                Name="VCWebServiceProxyGeneratorTool" 
     182                        /> 
     183                        <Tool 
     184                                Name="VCMIDLTool" 
     185                                TargetEnvironment="1" 
     186                        /> 
     187                        <Tool 
     188                                Name="VCCLCompilerTool" 
     189                                ExecutionBucket="7" 
     190                                Optimization="0" 
     191                                FavorSizeOrSpeed="0" 
     192                                AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 
     193                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     194                                ExceptionHandling="0" 
     195                                RuntimeLibrary="1" 
     196                                DebugInformationFormat="3" 
     197                                CompileAs="0" 
     198                                CompileForArchitecture="0" 
     199                        /> 
     200                        <Tool 
     201                                Name="VCManagedResourceCompilerTool" 
     202                        /> 
     203                        <Tool 
     204                                Name="VCResourceCompilerTool" 
     205                        /> 
     206                        <Tool 
     207                                Name="VCPreLinkEventTool" 
     208                        /> 
     209                        <Tool 
     210                                Name="VCLibrarianTool" 
     211                                AdditionalOptions="" 
     212                        /> 
     213                        <Tool 
     214                                Name="VCALinkTool" 
     215                        /> 
     216                        <Tool 
     217                                Name="VCXDCMakeTool" 
     218                        /> 
     219                        <Tool 
     220                                Name="VCBscMakeTool" 
     221                        /> 
     222                        <Tool 
     223                                Name="VCCodeSignTool" 
     224                        /> 
     225                        <Tool 
     226                                Name="VCPostBuildEventTool" 
     227                        /> 
     228                        <DeploymentTool 
     229                                ForceDirty="-1" 
     230                                RemoteDirectory="" 
     231                                RegisterOutput="0" 
     232                                AdditionalFiles="" 
     233                        /> 
     234                        <DebuggerTool 
     235                        /> 
     236                </Configuration> 
     237                <Configuration 
    159238                        Name="Release|Win32" 
    160                         OutputDirectory=".\output\libsrtp-i386-win32-vc8-release" 
    161                         IntermediateDirectory="$(OutDir)" 
    162                         ConfigurationType="4" 
     239                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     240                        IntermediateDirectory="$(OutDir)" 
     241                        ConfigurationType="4" 
     242                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    163243                        CharacterSet="2" 
    164244                        WholeProgramOptimization="1" 
     
    221301                <Configuration 
    222302                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 
    223                         OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 
    224                         IntermediateDirectory="$(OutDir)" 
    225                         ConfigurationType="4" 
     303                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     304                        IntermediateDirectory="$(OutDir)" 
     305                        ConfigurationType="4" 
     306                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
    226307                        CharacterSet="1" 
    227308                        > 
     
    292373                </Configuration> 
    293374                <Configuration 
     375                        Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 
     376                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     377                        IntermediateDirectory="$(OutDir)" 
     378                        ConfigurationType="4" 
     379                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     380                        CharacterSet="1" 
     381                        > 
     382                        <Tool 
     383                                Name="VCPreBuildEventTool" 
     384                        /> 
     385                        <Tool 
     386                                Name="VCCustomBuildTool" 
     387                        /> 
     388                        <Tool 
     389                                Name="VCXMLDataGeneratorTool" 
     390                        /> 
     391                        <Tool 
     392                                Name="VCWebServiceProxyGeneratorTool" 
     393                        /> 
     394                        <Tool 
     395                                Name="VCMIDLTool" 
     396                                TargetEnvironment="1" 
     397                        /> 
     398                        <Tool 
     399                                Name="VCCLCompilerTool" 
     400                                ExecutionBucket="7" 
     401                                Optimization="2" 
     402                                FavorSizeOrSpeed="2" 
     403                                AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 
     404                                PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     405                                ExceptionHandling="0" 
     406                                RuntimeLibrary="0" 
     407                                DebugInformationFormat="0" 
     408                                CompileAs="0" 
     409                        /> 
     410                        <Tool 
     411                                Name="VCManagedResourceCompilerTool" 
     412                        /> 
     413                        <Tool 
     414                                Name="VCResourceCompilerTool" 
     415                        /> 
     416                        <Tool 
     417                                Name="VCPreLinkEventTool" 
     418                        /> 
     419                        <Tool 
     420                                Name="VCLibrarianTool" 
     421                                AdditionalOptions="" 
     422                        /> 
     423                        <Tool 
     424                                Name="VCALinkTool" 
     425                        /> 
     426                        <Tool 
     427                                Name="VCXDCMakeTool" 
     428                        /> 
     429                        <Tool 
     430                                Name="VCBscMakeTool" 
     431                        /> 
     432                        <Tool 
     433                                Name="VCCodeSignTool" 
     434                        /> 
     435                        <Tool 
     436                                Name="VCPostBuildEventTool" 
     437                        /> 
     438                        <DeploymentTool 
     439                                ForceDirty="-1" 
     440                                RemoteDirectory="" 
     441                                RegisterOutput="0" 
     442                                AdditionalFiles="" 
     443                        /> 
     444                        <DebuggerTool 
     445                        /> 
     446                </Configuration> 
     447                <Configuration 
    294448                        Name="Debug-Static|Win32" 
    295                         OutputDirectory="$(ConfigurationName)" 
    296                         IntermediateDirectory="$(ConfigurationName)" 
    297                         ConfigurationType="4" 
     449                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     450                        IntermediateDirectory="$(OutDir)" 
     451                        ConfigurationType="4" 
     452                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops" 
    298453                        CharacterSet="2" 
    299454                        > 
     
    357512                <Configuration 
    358513                        Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    359                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    360                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    361                         ConfigurationType="4" 
     514                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     515                        IntermediateDirectory="$(OutDir)" 
     516                        ConfigurationType="4" 
     517                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
    362518                        CharacterSet="1" 
    363519                        > 
     
    430586                </Configuration> 
    431587                <Configuration 
     588                        Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     589                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     590                        IntermediateDirectory="$(OutDir)" 
     591                        ConfigurationType="4" 
     592                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     593                        CharacterSet="1" 
     594                        > 
     595                        <Tool 
     596                                Name="VCPreBuildEventTool" 
     597                        /> 
     598                        <Tool 
     599                                Name="VCCustomBuildTool" 
     600                        /> 
     601                        <Tool 
     602                                Name="VCXMLDataGeneratorTool" 
     603                        /> 
     604                        <Tool 
     605                                Name="VCWebServiceProxyGeneratorTool" 
     606                        /> 
     607                        <Tool 
     608                                Name="VCMIDLTool" 
     609                                TargetEnvironment="1" 
     610                        /> 
     611                        <Tool 
     612                                Name="VCCLCompilerTool" 
     613                                ExecutionBucket="7" 
     614                                Optimization="0" 
     615                                FavorSizeOrSpeed="0" 
     616                                AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 
     617                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     618                                ExceptionHandling="0" 
     619                                RuntimeLibrary="1" 
     620                                DebugInformationFormat="3" 
     621                                CompileAs="0" 
     622                                CompileForArchitecture="0" 
     623                        /> 
     624                        <Tool 
     625                                Name="VCManagedResourceCompilerTool" 
     626                        /> 
     627                        <Tool 
     628                                Name="VCResourceCompilerTool" 
     629                        /> 
     630                        <Tool 
     631                                Name="VCPreLinkEventTool" 
     632                        /> 
     633                        <Tool 
     634                                Name="VCLibrarianTool" 
     635                                AdditionalOptions="" 
     636                        /> 
     637                        <Tool 
     638                                Name="VCALinkTool" 
     639                        /> 
     640                        <Tool 
     641                                Name="VCXDCMakeTool" 
     642                        /> 
     643                        <Tool 
     644                                Name="VCBscMakeTool" 
     645                        /> 
     646                        <Tool 
     647                                Name="VCCodeSignTool" 
     648                        /> 
     649                        <Tool 
     650                                Name="VCPostBuildEventTool" 
     651                        /> 
     652                        <DeploymentTool 
     653                                ForceDirty="-1" 
     654                                RemoteDirectory="" 
     655                                RegisterOutput="0" 
     656                                AdditionalFiles="" 
     657                        /> 
     658                        <DebuggerTool 
     659                        /> 
     660                </Configuration> 
     661                <Configuration 
    432662                        Name="Release-Dynamic|Win32" 
    433                         OutputDirectory="$(ConfigurationName)" 
    434                         IntermediateDirectory="$(OutDir)" 
    435                         ConfigurationType="4" 
     663                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     664                        IntermediateDirectory="$(OutDir)" 
     665                        ConfigurationType="4" 
     666                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    436667                        CharacterSet="2" 
    437668                        WholeProgramOptimization="1" 
     
    494725                <Configuration 
    495726                        Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    496                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    497                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    498                         ConfigurationType="4" 
     727                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     728                        IntermediateDirectory="$(OutDir)" 
     729                        ConfigurationType="4" 
     730                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
    499731                        CharacterSet="1" 
    500732                        > 
     
    566798                </Configuration> 
    567799                <Configuration 
     800                        Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     801                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     802                        IntermediateDirectory="$(OutDir)" 
     803                        ConfigurationType="4" 
     804                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     805                        CharacterSet="1" 
     806                        > 
     807                        <Tool 
     808                                Name="VCPreBuildEventTool" 
     809                        /> 
     810                        <Tool 
     811                                Name="VCCustomBuildTool" 
     812                        /> 
     813                        <Tool 
     814                                Name="VCXMLDataGeneratorTool" 
     815                        /> 
     816                        <Tool 
     817                                Name="VCWebServiceProxyGeneratorTool" 
     818                        /> 
     819                        <Tool 
     820                                Name="VCMIDLTool" 
     821                                TargetEnvironment="1" 
     822                        /> 
     823                        <Tool 
     824                                Name="VCCLCompilerTool" 
     825                                ExecutionBucket="7" 
     826                                Optimization="2" 
     827                                FavorSizeOrSpeed="2" 
     828                                AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 
     829                                PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     830                                ExceptionHandling="0" 
     831                                RuntimeLibrary="0" 
     832                                DebugInformationFormat="0" 
     833                                CompileAs="0" 
     834                        /> 
     835                        <Tool 
     836                                Name="VCManagedResourceCompilerTool" 
     837                        /> 
     838                        <Tool 
     839                                Name="VCResourceCompilerTool" 
     840                        /> 
     841                        <Tool 
     842                                Name="VCPreLinkEventTool" 
     843                        /> 
     844                        <Tool 
     845                                Name="VCLibrarianTool" 
     846                                AdditionalOptions="" 
     847                        /> 
     848                        <Tool 
     849                                Name="VCALinkTool" 
     850                        /> 
     851                        <Tool 
     852                                Name="VCXDCMakeTool" 
     853                        /> 
     854                        <Tool 
     855                                Name="VCBscMakeTool" 
     856                        /> 
     857                        <Tool 
     858                                Name="VCCodeSignTool" 
     859                        /> 
     860                        <Tool 
     861                                Name="VCPostBuildEventTool" 
     862                        /> 
     863                        <DeploymentTool 
     864                                ForceDirty="-1" 
     865                                RemoteDirectory="" 
     866                                RegisterOutput="0" 
     867                                AdditionalFiles="" 
     868                        /> 
     869                        <DebuggerTool 
     870                        /> 
     871                </Configuration> 
     872                <Configuration 
    568873                        Name="Debug-Dynamic|Win32" 
    569                         OutputDirectory="$(ConfigurationName)" 
    570                         IntermediateDirectory="$(ConfigurationName)" 
    571                         ConfigurationType="4" 
     874                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     875                        IntermediateDirectory="$(OutDir)" 
     876                        ConfigurationType="4" 
     877                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops" 
    572878                        CharacterSet="2" 
    573879                        > 
     
    631937                <Configuration 
    632938                        Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 
    633                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    634                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    635                         ConfigurationType="4" 
     939                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     940                        IntermediateDirectory="$(OutDir)" 
     941                        ConfigurationType="4" 
     942                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
    636943                        CharacterSet="1" 
    637944                        > 
     
    660967                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
    661968                                ExceptionHandling="0" 
    662                                 RuntimeLibrary="1" 
     969                                RuntimeLibrary="3" 
    663970                                WarningLevel="3" 
    664971                                DebugInformationFormat="3" 
     
    7041011                </Configuration> 
    7051012                <Configuration 
     1013                        Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1014                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     1015                        IntermediateDirectory="$(OutDir)" 
     1016                        ConfigurationType="4" 
     1017                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 
     1018                        CharacterSet="1" 
     1019                        > 
     1020                        <Tool 
     1021                                Name="VCPreBuildEventTool" 
     1022                        /> 
     1023                        <Tool 
     1024                                Name="VCCustomBuildTool" 
     1025                        /> 
     1026                        <Tool 
     1027                                Name="VCXMLDataGeneratorTool" 
     1028                        /> 
     1029                        <Tool 
     1030                                Name="VCWebServiceProxyGeneratorTool" 
     1031                        /> 
     1032                        <Tool 
     1033                                Name="VCMIDLTool" 
     1034                                TargetEnvironment="1" 
     1035                        /> 
     1036                        <Tool 
     1037                                Name="VCCLCompilerTool" 
     1038                                ExecutionBucket="7" 
     1039                                Optimization="0" 
     1040                                FavorSizeOrSpeed="0" 
     1041                                AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 
     1042                                PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     1043                                ExceptionHandling="0" 
     1044                                RuntimeLibrary="3" 
     1045                                DebugInformationFormat="3" 
     1046                                CompileAs="0" 
     1047                                CompileForArchitecture="0" 
     1048                        /> 
     1049                        <Tool 
     1050                                Name="VCManagedResourceCompilerTool" 
     1051                        /> 
     1052                        <Tool 
     1053                                Name="VCResourceCompilerTool" 
     1054                        /> 
     1055                        <Tool 
     1056                                Name="VCPreLinkEventTool" 
     1057                        /> 
     1058                        <Tool 
     1059                                Name="VCLibrarianTool" 
     1060                                AdditionalOptions="" 
     1061                        /> 
     1062                        <Tool 
     1063                                Name="VCALinkTool" 
     1064                        /> 
     1065                        <Tool 
     1066                                Name="VCXDCMakeTool" 
     1067                        /> 
     1068                        <Tool 
     1069                                Name="VCBscMakeTool" 
     1070                        /> 
     1071                        <Tool 
     1072                                Name="VCCodeSignTool" 
     1073                        /> 
     1074                        <Tool 
     1075                                Name="VCPostBuildEventTool" 
     1076                        /> 
     1077                        <DeploymentTool 
     1078                                ForceDirty="-1" 
     1079                                RemoteDirectory="" 
     1080                                RegisterOutput="0" 
     1081                                AdditionalFiles="" 
     1082                        /> 
     1083                        <DebuggerTool 
     1084                        /> 
     1085                </Configuration> 
     1086                <Configuration 
    7061087                        Name="Release-Static|Win32" 
    707                         OutputDirectory="$(ConfigurationName)" 
    708                         IntermediateDirectory="$(OutDir)" 
    709                         ConfigurationType="4" 
     1088                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     1089                        IntermediateDirectory="$(OutDir)" 
     1090                        ConfigurationType="4" 
     1091                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 
    7101092                        CharacterSet="2" 
    7111093                        WholeProgramOptimization="1" 
     
    7681150                <Configuration 
    7691151                        Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 
    770                         OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    771                         IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 
    772                         ConfigurationType="4" 
     1152                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     1153                        IntermediateDirectory="$(OutDir)" 
     1154                        ConfigurationType="4" 
     1155                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
    7731156                        CharacterSet="1" 
    7741157                        > 
     
    7991182                                RuntimeLibrary="0" 
    8001183                                WarningLevel="3" 
     1184                                DebugInformationFormat="0" 
     1185                                CompileAs="0" 
     1186                        /> 
     1187                        <Tool 
     1188                                Name="VCManagedResourceCompilerTool" 
     1189                        /> 
     1190                        <Tool 
     1191                                Name="VCResourceCompilerTool" 
     1192                        /> 
     1193                        <Tool 
     1194                                Name="VCPreLinkEventTool" 
     1195                        /> 
     1196                        <Tool 
     1197                                Name="VCLibrarianTool" 
     1198                                AdditionalOptions="" 
     1199                        /> 
     1200                        <Tool 
     1201                                Name="VCALinkTool" 
     1202                        /> 
     1203                        <Tool 
     1204                                Name="VCXDCMakeTool" 
     1205                        /> 
     1206                        <Tool 
     1207                                Name="VCBscMakeTool" 
     1208                        /> 
     1209                        <Tool 
     1210                                Name="VCCodeSignTool" 
     1211                        /> 
     1212                        <Tool 
     1213                                Name="VCPostBuildEventTool" 
     1214                        /> 
     1215                        <DeploymentTool 
     1216                                ForceDirty="-1" 
     1217                                RemoteDirectory="" 
     1218                                RegisterOutput="0" 
     1219                                AdditionalFiles="" 
     1220                        /> 
     1221                        <DebuggerTool 
     1222                        /> 
     1223                </Configuration> 
     1224                <Configuration 
     1225                        Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 
     1226                        OutputDirectory=".\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)" 
     1227                        IntermediateDirectory="$(OutDir)" 
     1228                        ConfigurationType="4" 
     1229                        InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 
     1230                        CharacterSet="1" 
     1231                        > 
     1232                        <Tool 
     1233                                Name="VCPreBuildEventTool" 
     1234                        /> 
     1235                        <Tool 
     1236                                Name="VCCustomBuildTool" 
     1237                        /> 
     1238                        <Tool 
     1239                                Name="VCXMLDataGeneratorTool" 
     1240                        /> 
     1241                        <Tool 
     1242                                Name="VCWebServiceProxyGeneratorTool" 
     1243                        /> 
     1244                        <Tool 
     1245                                Name="VCMIDLTool" 
     1246                                TargetEnvironment="1" 
     1247                        /> 
     1248                        <Tool 
     1249                                Name="VCCLCompilerTool" 
     1250                                ExecutionBucket="7" 
     1251                                Optimization="2" 
     1252                                FavorSizeOrSpeed="2" 
     1253                                AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 
     1254                                PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 
     1255                                ExceptionHandling="0" 
     1256                                RuntimeLibrary="0" 
    8011257                                DebugInformationFormat="0" 
    8021258                                CompileAs="0" 
Note: See TracChangeset for help on using the changeset viewer.