Ignore:
Timestamp:
Apr 19, 2012 6:36:57 AM (12 years ago)
Author:
ming
Message:

Re #1276: Integrate BaseClasses? with the project and remove unnecessary classes

Location:
pjproject/trunk/third_party/BaseClasses
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/BaseClasses

    • Property svn:ignore set to
      Debug
  • pjproject/trunk/third_party/BaseClasses/baseclasses.vcproj

    r4061 r4062  
    55        Name="BaseClasses" 
    66        ProjectGUID="{E8A3F6FA-AE1C-4C8E-A0B6-9C8480324EAA}" 
    7         RootNamespace="BaseClasses" 
    8         Keyword="Win32Proj" 
    97        > 
    108        <Platforms> 
    119                <Platform 
    1210                        Name="Win32" 
    13                 /> 
    14                 <Platform 
    15                         Name="x64" 
    1611                /> 
    1712        </Platforms> 
     
    2015        <Configurations> 
    2116                <Configuration 
    22                         Name="Debug|Win32" 
    23                         OutputDirectory="Debug" 
    24                         IntermediateDirectory="Debug" 
     17                        Name="Release|Win32" 
     18                        OutputDirectory=".\Release" 
     19                        IntermediateDirectory=".\Release" 
    2520                        ConfigurationType="4" 
     21                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     22                        UseOfMFC="0" 
     23                        ATLMinimizesCRunTimeLibraryUsage="false" 
     24                        CharacterSet="2" 
     25                        > 
     26                        <Tool 
     27                                Name="VCPreBuildEventTool" 
     28                        /> 
     29                        <Tool 
     30                                Name="VCCustomBuildTool" 
     31                        /> 
     32                        <Tool 
     33                                Name="VCXMLDataGeneratorTool" 
     34                        /> 
     35                        <Tool 
     36                                Name="VCWebServiceProxyGeneratorTool" 
     37                        /> 
     38                        <Tool 
     39                                Name="VCMIDLTool" 
     40                        /> 
     41                        <Tool 
     42                                Name="VCCLCompilerTool" 
     43                                InlineFunctionExpansion="1" 
     44                                AdditionalIncludeDirectories=".,..\..\..\..\include" 
     45                                PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_WIN32_DCOM,WINVER=0x400" 
     46                                StringPooling="true" 
     47                                RuntimeLibrary="2" 
     48                                EnableFunctionLevelLinking="true" 
     49                                UsePrecompiledHeader="0" 
     50                                PrecompiledHeaderThrough="streams.h" 
     51                                PrecompiledHeaderFile=".\Release/baseclasses.pch" 
     52                                AssemblerListingLocation=".\Release/" 
     53                                ObjectFile=".\Release/" 
     54                                ProgramDataBaseFileName=".\Release/" 
     55                                WarningLevel="3" 
     56                                SuppressStartupBanner="true" 
     57                                CallingConvention="2" 
     58                                CompileAs="0" 
     59                        /> 
     60                        <Tool 
     61                                Name="VCManagedResourceCompilerTool" 
     62                        /> 
     63                        <Tool 
     64                                Name="VCResourceCompilerTool" 
     65                                PreprocessorDefinitions="NDEBUG,WIN32" 
     66                                Culture="1033" 
     67                        /> 
     68                        <Tool 
     69                                Name="VCPreLinkEventTool" 
     70                        /> 
     71                        <Tool 
     72                                Name="VCLibrarianTool" 
     73                                LinkLibraryDependencies="false" 
     74                                AdditionalOptions="/nodefaultlib " 
     75                                OutputFile="..\lib\strmbas-$(ConfigurationName).lib" 
     76                                SuppressStartupBanner="true" 
     77                        /> 
     78                        <Tool 
     79                                Name="VCALinkTool" 
     80                        /> 
     81                        <Tool 
     82                                Name="VCXDCMakeTool" 
     83                        /> 
     84                        <Tool 
     85                                Name="VCBscMakeTool" 
     86                        /> 
     87                        <Tool 
     88                                Name="VCFxCopTool" 
     89                        /> 
     90                        <Tool 
     91                                Name="VCPostBuildEventTool" 
     92                        /> 
     93                </Configuration> 
     94                <Configuration 
     95                        Name="Debug Unicode|Win32" 
     96                        OutputDirectory=".\Debug_Unicode" 
     97                        IntermediateDirectory=".\Debug_Unicode" 
     98                        ConfigurationType="4" 
     99                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     100                        UseOfMFC="0" 
     101                        ATLMinimizesCRunTimeLibraryUsage="false" 
    26102                        CharacterSet="1" 
    27103                        > 
     
    44120                                Name="VCCLCompilerTool" 
    45121                                Optimization="0" 
    46                                 AdditionalIncludeDirectories="." 
    47                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 
    48                                 MinimalRebuild="true" 
     122                                AdditionalIncludeDirectories=".,..\..\..\..\include" 
     123                                PreprocessorDefinitions="_DEBUG,_MBCS,_LIB,_WIN32_DCOM,DEBUG,WINVER=0x400,WIN32,UNICODE" 
     124                                BasicRuntimeChecks="3" 
     125                                RuntimeLibrary="3" 
     126                                UsePrecompiledHeader="2" 
     127                                PrecompiledHeaderThrough="streams.h" 
     128                                PrecompiledHeaderFile=".\Debug_Unicode/baseclasses.pch" 
     129                                AssemblerListingLocation=".\Debug_Unicode/" 
     130                                ObjectFile=".\Debug_Unicode/" 
     131                                ProgramDataBaseFileName=".\Debug_Unicode/" 
     132                                WarningLevel="3" 
     133                                SuppressStartupBanner="true" 
     134                                DebugInformationFormat="3" 
     135                                CallingConvention="2" 
     136                                CompileAs="0" 
     137                        /> 
     138                        <Tool 
     139                                Name="VCManagedResourceCompilerTool" 
     140                        /> 
     141                        <Tool 
     142                                Name="VCResourceCompilerTool" 
     143                                PreprocessorDefinitions="_DEBUG,WIN32" 
     144                                Culture="1033" 
     145                        /> 
     146                        <Tool 
     147                                Name="VCPreLinkEventTool" 
     148                        /> 
     149                        <Tool 
     150                                Name="VCLibrarianTool" 
     151                                AdditionalOptions="/nodefaultlib " 
     152                                OutputFile="Debug_Unicode\strmbasd.lib" 
     153                                SuppressStartupBanner="true" 
     154                        /> 
     155                        <Tool 
     156                                Name="VCALinkTool" 
     157                        /> 
     158                        <Tool 
     159                                Name="VCXDCMakeTool" 
     160                        /> 
     161                        <Tool 
     162                                Name="VCBscMakeTool" 
     163                        /> 
     164                        <Tool 
     165                                Name="VCFxCopTool" 
     166                        /> 
     167                        <Tool 
     168                                Name="VCPostBuildEventTool" 
     169                        /> 
     170                </Configuration> 
     171                <Configuration 
     172                        Name="Release Unicode|Win32" 
     173                        OutputDirectory=".\Release_Unicode" 
     174                        IntermediateDirectory=".\Release_Unicode" 
     175                        ConfigurationType="4" 
     176                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     177                        UseOfMFC="0" 
     178                        ATLMinimizesCRunTimeLibraryUsage="false" 
     179                        CharacterSet="1" 
     180                        > 
     181                        <Tool 
     182                                Name="VCPreBuildEventTool" 
     183                        /> 
     184                        <Tool 
     185                                Name="VCCustomBuildTool" 
     186                        /> 
     187                        <Tool 
     188                                Name="VCXMLDataGeneratorTool" 
     189                        /> 
     190                        <Tool 
     191                                Name="VCWebServiceProxyGeneratorTool" 
     192                        /> 
     193                        <Tool 
     194                                Name="VCMIDLTool" 
     195                        /> 
     196                        <Tool 
     197                                Name="VCCLCompilerTool" 
     198                                InlineFunctionExpansion="1" 
     199                                AdditionalIncludeDirectories=".,..\..\..\..\include" 
     200                                PreprocessorDefinitions="NDEBUG,_MBCS,_LIB,_WIN32_DCOM,WINVER=0x400,WIN32,UNICODE" 
     201                                StringPooling="true" 
     202                                RuntimeLibrary="2" 
     203                                EnableFunctionLevelLinking="true" 
     204                                UsePrecompiledHeader="2" 
     205                                PrecompiledHeaderThrough="streams.h" 
     206                                PrecompiledHeaderFile=".\Release_Unicode/baseclasses.pch" 
     207                                AssemblerListingLocation=".\Release_Unicode/" 
     208                                ObjectFile=".\Release_Unicode/" 
     209                                ProgramDataBaseFileName=".\Release_Unicode/" 
     210                                WarningLevel="3" 
     211                                SuppressStartupBanner="true" 
     212                                CallingConvention="2" 
     213                                CompileAs="0" 
     214                        /> 
     215                        <Tool 
     216                                Name="VCManagedResourceCompilerTool" 
     217                        /> 
     218                        <Tool 
     219                                Name="VCResourceCompilerTool" 
     220                                PreprocessorDefinitions="NDEBUG,WIN32" 
     221                                Culture="1033" 
     222                        /> 
     223                        <Tool 
     224                                Name="VCPreLinkEventTool" 
     225                        /> 
     226                        <Tool 
     227                                Name="VCLibrarianTool" 
     228                                AdditionalOptions="/nodefaultlib " 
     229                                OutputFile="Release_Unicode\STRMBASE.lib" 
     230                                SuppressStartupBanner="true" 
     231                        /> 
     232                        <Tool 
     233                                Name="VCALinkTool" 
     234                        /> 
     235                        <Tool 
     236                                Name="VCXDCMakeTool" 
     237                        /> 
     238                        <Tool 
     239                                Name="VCBscMakeTool" 
     240                        /> 
     241                        <Tool 
     242                                Name="VCFxCopTool" 
     243                        /> 
     244                        <Tool 
     245                                Name="VCPostBuildEventTool" 
     246                        /> 
     247                </Configuration> 
     248                <Configuration 
     249                        Name="Debug|Win32" 
     250                        OutputDirectory=".\Debug" 
     251                        IntermediateDirectory=".\Debug" 
     252                        ConfigurationType="4" 
     253                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     254                        UseOfMFC="0" 
     255                        ATLMinimizesCRunTimeLibraryUsage="false" 
     256                        CharacterSet="2" 
     257                        > 
     258                        <Tool 
     259                                Name="VCPreBuildEventTool" 
     260                        /> 
     261                        <Tool 
     262                                Name="VCCustomBuildTool" 
     263                        /> 
     264                        <Tool 
     265                                Name="VCXMLDataGeneratorTool" 
     266                        /> 
     267                        <Tool 
     268                                Name="VCWebServiceProxyGeneratorTool" 
     269                        /> 
     270                        <Tool 
     271                                Name="VCMIDLTool" 
     272                        /> 
     273                        <Tool 
     274                                Name="VCCLCompilerTool" 
     275                                Optimization="0" 
     276                                AdditionalIncludeDirectories=".,..\..\..\..\include" 
     277                                PreprocessorDefinitions="_DEBUG,WIN32,_LIB,_WIN32_DCOM,DEBUG,WINVER=0x400" 
    49278                                BasicRuntimeChecks="3" 
    50279                                RuntimeLibrary="1" 
    51280                                UsePrecompiledHeader="0" 
     281                                PrecompiledHeaderThrough="streams.h" 
     282                                PrecompiledHeaderFile=".\Debug/baseclasses.pch" 
     283                                AssemblerListingLocation=".\Debug/" 
     284                                ObjectFile=".\Debug/" 
     285                                ProgramDataBaseFileName=".\Debug/" 
    52286                                WarningLevel="3" 
    53                                 DebugInformationFormat="4" 
     287                                SuppressStartupBanner="true" 
     288                                DebugInformationFormat="3" 
     289                                CallingConvention="2" 
     290                                CompileAs="0" 
    54291                        /> 
    55292                        <Tool 
     
    58295                        <Tool 
    59296                                Name="VCResourceCompilerTool" 
     297                                PreprocessorDefinitions="_DEBUG,WIN32" 
     298                                Culture="1033" 
    60299                        /> 
    61300                        <Tool 
     
    64303                        <Tool 
    65304                                Name="VCLibrarianTool" 
    66                                 AdditionalDependencies="strmiids.lib" 
    67                                 OutputFile="$(OutDir)\strmbasd.lib" 
    68                                 AdditionalLibraryDirectories="" 
    69                         /> 
    70                         <Tool 
    71                                 Name="VCALinkTool" 
    72                         /> 
    73                         <Tool 
    74                                 Name="VCXDCMakeTool" 
    75                         /> 
    76                         <Tool 
    77                                 Name="VCBscMakeTool" 
    78                         /> 
    79                         <Tool 
    80                                 Name="VCFxCopTool" 
    81                         /> 
    82                         <Tool 
    83                                 Name="VCPostBuildEventTool" 
    84                         /> 
    85                 </Configuration> 
    86                 <Configuration 
    87                         Name="Release|Win32" 
    88                         OutputDirectory="Release" 
    89                         IntermediateDirectory="Release" 
    90                         ConfigurationType="4" 
    91                         CharacterSet="1" 
    92                         > 
    93                         <Tool 
    94                                 Name="VCPreBuildEventTool" 
    95                         /> 
    96                         <Tool 
    97                                 Name="VCCustomBuildTool" 
    98                         /> 
    99                         <Tool 
    100                                 Name="VCXMLDataGeneratorTool" 
    101                         /> 
    102                         <Tool 
    103                                 Name="VCWebServiceProxyGeneratorTool" 
    104                         /> 
    105                         <Tool 
    106                                 Name="VCMIDLTool" 
    107                         /> 
    108                         <Tool 
    109                                 Name="VCCLCompilerTool" 
    110                                 Optimization="2" 
    111                                 AdditionalIncludeDirectories="." 
    112                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    113                                 RuntimeLibrary="2" 
    114                                 UsePrecompiledHeader="0" 
    115                                 WarningLevel="3" 
    116                                 DebugInformationFormat="3" 
    117                         /> 
    118                         <Tool 
    119                                 Name="VCManagedResourceCompilerTool" 
    120                         /> 
    121                         <Tool 
    122                                 Name="VCResourceCompilerTool" 
    123                         /> 
    124                         <Tool 
    125                                 Name="VCPreLinkEventTool" 
    126                         /> 
    127                         <Tool 
    128                                 Name="VCLibrarianTool" 
    129                                 AdditionalDependencies="strmiids.lib" 
    130                                 OutputFile="$(OutDir)\strmbase.lib" 
    131                         /> 
    132                         <Tool 
    133                                 Name="VCALinkTool" 
    134                         /> 
    135                         <Tool 
    136                                 Name="VCXDCMakeTool" 
    137                         /> 
    138                         <Tool 
    139                                 Name="VCBscMakeTool" 
    140                         /> 
    141                         <Tool 
    142                                 Name="VCFxCopTool" 
    143                         /> 
    144                         <Tool 
    145                                 Name="VCPostBuildEventTool" 
    146                         /> 
    147                 </Configuration> 
    148                 <Configuration 
    149                         Name="Debug_MBCS|Win32" 
    150                         OutputDirectory="$(ConfigurationName)" 
    151                         IntermediateDirectory="$(ConfigurationName)" 
    152                         ConfigurationType="4" 
    153                         CharacterSet="2" 
    154                         > 
    155                         <Tool 
    156                                 Name="VCPreBuildEventTool" 
    157                         /> 
    158                         <Tool 
    159                                 Name="VCCustomBuildTool" 
    160                         /> 
    161                         <Tool 
    162                                 Name="VCXMLDataGeneratorTool" 
    163                         /> 
    164                         <Tool 
    165                                 Name="VCWebServiceProxyGeneratorTool" 
    166                         /> 
    167                         <Tool 
    168                                 Name="VCMIDLTool" 
    169                         /> 
    170                         <Tool 
    171                                 Name="VCCLCompilerTool" 
    172                                 Optimization="0" 
    173                                 AdditionalIncludeDirectories="." 
    174                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 
    175                                 MinimalRebuild="true" 
    176                                 BasicRuntimeChecks="3" 
    177                                 RuntimeLibrary="1" 
    178                                 UsePrecompiledHeader="0" 
    179                                 WarningLevel="3" 
    180                                 DebugInformationFormat="4" 
    181                         /> 
    182                         <Tool 
    183                                 Name="VCManagedResourceCompilerTool" 
    184                         /> 
    185                         <Tool 
    186                                 Name="VCResourceCompilerTool" 
    187                         /> 
    188                         <Tool 
    189                                 Name="VCPreLinkEventTool" 
    190                         /> 
    191                         <Tool 
    192                                 Name="VCLibrarianTool" 
    193                                 AdditionalDependencies="strmiids.lib" 
    194                                 OutputFile="$(OutDir)\strmbasd.lib" 
    195                                 AdditionalLibraryDirectories="" 
    196                         /> 
    197                         <Tool 
    198                                 Name="VCALinkTool" 
    199                         /> 
    200                         <Tool 
    201                                 Name="VCXDCMakeTool" 
    202                         /> 
    203                         <Tool 
    204                                 Name="VCBscMakeTool" 
    205                         /> 
    206                         <Tool 
    207                                 Name="VCFxCopTool" 
    208                         /> 
    209                         <Tool 
    210                                 Name="VCPostBuildEventTool" 
    211                         /> 
    212                 </Configuration> 
    213                 <Configuration 
    214                         Name="Release_MBCS|Win32" 
    215                         OutputDirectory="$(ConfigurationName)" 
    216                         IntermediateDirectory="$(ConfigurationName)" 
    217                         ConfigurationType="4" 
    218                         CharacterSet="2" 
    219                         > 
    220                         <Tool 
    221                                 Name="VCPreBuildEventTool" 
    222                         /> 
    223                         <Tool 
    224                                 Name="VCCustomBuildTool" 
    225                         /> 
    226                         <Tool 
    227                                 Name="VCXMLDataGeneratorTool" 
    228                         /> 
    229                         <Tool 
    230                                 Name="VCWebServiceProxyGeneratorTool" 
    231                         /> 
    232                         <Tool 
    233                                 Name="VCMIDLTool" 
    234                         /> 
    235                         <Tool 
    236                                 Name="VCCLCompilerTool" 
    237                                 Optimization="2" 
    238                                 AdditionalIncludeDirectories="." 
    239                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    240                                 RuntimeLibrary="2" 
    241                                 UsePrecompiledHeader="0" 
    242                                 WarningLevel="3" 
    243                                 DebugInformationFormat="3" 
    244                         /> 
    245                         <Tool 
    246                                 Name="VCManagedResourceCompilerTool" 
    247                         /> 
    248                         <Tool 
    249                                 Name="VCResourceCompilerTool" 
    250                         /> 
    251                         <Tool 
    252                                 Name="VCPreLinkEventTool" 
    253                         /> 
    254                         <Tool 
    255                                 Name="VCLibrarianTool" 
    256                                 AdditionalDependencies="strmiids.lib" 
    257                                 OutputFile="$(OutDir)\strmbase.lib" 
    258                         /> 
    259                         <Tool 
    260                                 Name="VCALinkTool" 
    261                         /> 
    262                         <Tool 
    263                                 Name="VCXDCMakeTool" 
    264                         /> 
    265                         <Tool 
    266                                 Name="VCBscMakeTool" 
    267                         /> 
    268                         <Tool 
    269                                 Name="VCFxCopTool" 
    270                         /> 
    271                         <Tool 
    272                                 Name="VCPostBuildEventTool" 
    273                         /> 
    274                 </Configuration> 
    275                 <Configuration 
    276                         Name="Debug|x64" 
    277                         OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    278                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    279                         ConfigurationType="4" 
    280                         CharacterSet="1" 
    281                         > 
    282                         <Tool 
    283                                 Name="VCPreBuildEventTool" 
    284                         /> 
    285                         <Tool 
    286                                 Name="VCCustomBuildTool" 
    287                         /> 
    288                         <Tool 
    289                                 Name="VCXMLDataGeneratorTool" 
    290                         /> 
    291                         <Tool 
    292                                 Name="VCWebServiceProxyGeneratorTool" 
    293                         /> 
    294                         <Tool 
    295                                 Name="VCMIDLTool" 
    296                                 TargetEnvironment="3" 
    297                         /> 
    298                         <Tool 
    299                                 Name="VCCLCompilerTool" 
    300                                 Optimization="0" 
    301                                 AdditionalIncludeDirectories="." 
    302                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 
    303                                 MinimalRebuild="true" 
    304                                 BasicRuntimeChecks="3" 
    305                                 RuntimeLibrary="3" 
    306                                 UsePrecompiledHeader="0" 
    307                                 WarningLevel="3" 
    308                                 DebugInformationFormat="3" 
    309                         /> 
    310                         <Tool 
    311                                 Name="VCManagedResourceCompilerTool" 
    312                         /> 
    313                         <Tool 
    314                                 Name="VCResourceCompilerTool" 
    315                         /> 
    316                         <Tool 
    317                                 Name="VCPreLinkEventTool" 
    318                         /> 
    319                         <Tool 
    320                                 Name="VCLibrarianTool" 
    321                                 AdditionalDependencies="strmiids.lib" 
    322                                 OutputFile="$(OutDir)\strmbasd.lib" 
    323                                 AdditionalLibraryDirectories="" 
    324                         /> 
    325                         <Tool 
    326                                 Name="VCALinkTool" 
    327                         /> 
    328                         <Tool 
    329                                 Name="VCXDCMakeTool" 
    330                         /> 
    331                         <Tool 
    332                                 Name="VCBscMakeTool" 
    333                         /> 
    334                         <Tool 
    335                                 Name="VCFxCopTool" 
    336                         /> 
    337                         <Tool 
    338                                 Name="VCPostBuildEventTool" 
    339                         /> 
    340                 </Configuration> 
    341                 <Configuration 
    342                         Name="Release|x64" 
    343                         OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    344                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    345                         ConfigurationType="4" 
    346                         CharacterSet="1" 
    347                         > 
    348                         <Tool 
    349                                 Name="VCPreBuildEventTool" 
    350                         /> 
    351                         <Tool 
    352                                 Name="VCCustomBuildTool" 
    353                         /> 
    354                         <Tool 
    355                                 Name="VCXMLDataGeneratorTool" 
    356                         /> 
    357                         <Tool 
    358                                 Name="VCWebServiceProxyGeneratorTool" 
    359                         /> 
    360                         <Tool 
    361                                 Name="VCMIDLTool" 
    362                                 TargetEnvironment="3" 
    363                         /> 
    364                         <Tool 
    365                                 Name="VCCLCompilerTool" 
    366                                 Optimization="2" 
    367                                 AdditionalIncludeDirectories="." 
    368                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    369                                 RuntimeLibrary="2" 
    370                                 UsePrecompiledHeader="0" 
    371                                 WarningLevel="3" 
    372                                 DebugInformationFormat="3" 
    373                         /> 
    374                         <Tool 
    375                                 Name="VCManagedResourceCompilerTool" 
    376                         /> 
    377                         <Tool 
    378                                 Name="VCResourceCompilerTool" 
    379                         /> 
    380                         <Tool 
    381                                 Name="VCPreLinkEventTool" 
    382                         /> 
    383                         <Tool 
    384                                 Name="VCLibrarianTool" 
    385                                 AdditionalDependencies="strmiids.lib" 
    386                                 OutputFile="$(OutDir)\strmbase.lib" 
    387                         /> 
    388                         <Tool 
    389                                 Name="VCALinkTool" 
    390                         /> 
    391                         <Tool 
    392                                 Name="VCXDCMakeTool" 
    393                         /> 
    394                         <Tool 
    395                                 Name="VCBscMakeTool" 
    396                         /> 
    397                         <Tool 
    398                                 Name="VCFxCopTool" 
    399                         /> 
    400                         <Tool 
    401                                 Name="VCPostBuildEventTool" 
    402                         /> 
    403                 </Configuration> 
    404                 <Configuration 
    405                         Name="Debug_MBCS|x64" 
    406                         OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    407                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    408                         ConfigurationType="4" 
    409                         CharacterSet="2" 
    410                         > 
    411                         <Tool 
    412                                 Name="VCPreBuildEventTool" 
    413                         /> 
    414                         <Tool 
    415                                 Name="VCCustomBuildTool" 
    416                         /> 
    417                         <Tool 
    418                                 Name="VCXMLDataGeneratorTool" 
    419                         /> 
    420                         <Tool 
    421                                 Name="VCWebServiceProxyGeneratorTool" 
    422                         /> 
    423                         <Tool 
    424                                 Name="VCMIDLTool" 
    425                                 TargetEnvironment="3" 
    426                         /> 
    427                         <Tool 
    428                                 Name="VCCLCompilerTool" 
    429                                 Optimization="0" 
    430                                 AdditionalIncludeDirectories="." 
    431                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 
    432                                 MinimalRebuild="true" 
    433                                 BasicRuntimeChecks="3" 
    434                                 RuntimeLibrary="3" 
    435                                 UsePrecompiledHeader="0" 
    436                                 WarningLevel="3" 
    437                                 DebugInformationFormat="3" 
    438                         /> 
    439                         <Tool 
    440                                 Name="VCManagedResourceCompilerTool" 
    441                         /> 
    442                         <Tool 
    443                                 Name="VCResourceCompilerTool" 
    444                         /> 
    445                         <Tool 
    446                                 Name="VCPreLinkEventTool" 
    447                         /> 
    448                         <Tool 
    449                                 Name="VCLibrarianTool" 
    450                                 AdditionalDependencies="strmiids.lib" 
    451                                 OutputFile="$(OutDir)\strmbasd.lib" 
    452                                 AdditionalLibraryDirectories="" 
    453                         /> 
    454                         <Tool 
    455                                 Name="VCALinkTool" 
    456                         /> 
    457                         <Tool 
    458                                 Name="VCXDCMakeTool" 
    459                         /> 
    460                         <Tool 
    461                                 Name="VCBscMakeTool" 
    462                         /> 
    463                         <Tool 
    464                                 Name="VCFxCopTool" 
    465                         /> 
    466                         <Tool 
    467                                 Name="VCPostBuildEventTool" 
    468                         /> 
    469                 </Configuration> 
    470                 <Configuration 
    471                         Name="Release_MBCS|x64" 
    472                         OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    473                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    474                         ConfigurationType="4" 
    475                         CharacterSet="2" 
    476                         > 
    477                         <Tool 
    478                                 Name="VCPreBuildEventTool" 
    479                         /> 
    480                         <Tool 
    481                                 Name="VCCustomBuildTool" 
    482                         /> 
    483                         <Tool 
    484                                 Name="VCXMLDataGeneratorTool" 
    485                         /> 
    486                         <Tool 
    487                                 Name="VCWebServiceProxyGeneratorTool" 
    488                         /> 
    489                         <Tool 
    490                                 Name="VCMIDLTool" 
    491                                 TargetEnvironment="3" 
    492                         /> 
    493                         <Tool 
    494                                 Name="VCCLCompilerTool" 
    495                                 Optimization="2" 
    496                                 AdditionalIncludeDirectories="." 
    497                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" 
    498                                 RuntimeLibrary="2" 
    499                                 UsePrecompiledHeader="0" 
    500                                 WarningLevel="3" 
    501                                 DebugInformationFormat="3" 
    502                         /> 
    503                         <Tool 
    504                                 Name="VCManagedResourceCompilerTool" 
    505                         /> 
    506                         <Tool 
    507                                 Name="VCResourceCompilerTool" 
    508                         /> 
    509                         <Tool 
    510                                 Name="VCPreLinkEventTool" 
    511                         /> 
    512                         <Tool 
    513                                 Name="VCLibrarianTool" 
    514                                 AdditionalDependencies="strmiids.lib" 
    515                                 OutputFile="$(OutDir)\strmbase.lib" 
     305                                AdditionalOptions="/nodefaultlib " 
     306                                OutputFile="..\lib\strmbas-$(ConfigurationName).lib" 
     307                                SuppressStartupBanner="true" 
    516308                        /> 
    517309                        <Tool 
     
    537329                <Filter 
    538330                        Name="Source Files" 
    539                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 
    540                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 
    541                         > 
    542                         <File 
    543                                 RelativePath=".\amextra.cpp" 
    544                                 > 
    545                         </File> 
     331                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 
     332                        > 
    546333                        <File 
    547334                                RelativePath=".\amfilter.cpp" 
     
    561348                        </File> 
    562349                        <File 
    563                                 RelativePath=".\cprop.cpp" 
    564                                 > 
    565                         </File> 
    566                         <File 
    567350                                RelativePath=".\ctlutil.cpp" 
    568351                                > 
    569352                        </File> 
    570353                        <File 
    571                                 RelativePath=".\ddmm.cpp" 
    572                                 > 
    573                         </File> 
    574                         <File 
    575                                 RelativePath=".\dllentry.cpp" 
    576                                 > 
    577                         </File> 
    578                         <File 
    579                                 RelativePath=".\dllsetup.cpp" 
    580                                 > 
    581                         </File> 
    582                         <File 
    583354                                RelativePath=".\mtype.cpp" 
    584355                                > 
    585356                        </File> 
    586357                        <File 
    587                                 RelativePath=".\outputq.cpp" 
    588                                 > 
    589                         </File> 
    590                         <File 
    591                                 RelativePath=".\perflog.cpp" 
    592                                 > 
    593                         </File> 
    594                         <File 
    595                                 RelativePath=".\pstream.cpp" 
    596                                 > 
    597                         </File> 
    598                         <File 
    599                                 RelativePath=".\pullpin.cpp" 
    600                                 > 
    601                         </File> 
    602                         <File 
    603                                 RelativePath=".\refclock.cpp" 
    604                                 > 
    605                         </File> 
    606                         <File 
    607358                                RelativePath=".\renbase.cpp" 
    608                                 > 
    609                         </File> 
    610                         <File 
    611                                 RelativePath=".\schedule.cpp" 
    612                                 > 
    613                         </File> 
    614                         <File 
    615                                 RelativePath=".\seekpt.cpp" 
    616                                 > 
    617                         </File> 
    618                         <File 
    619                                 RelativePath=".\source.cpp" 
    620                                 > 
    621                         </File> 
    622                         <File 
    623                                 RelativePath=".\strmctl.cpp" 
    624                                 > 
    625                         </File> 
    626                         <File 
    627                                 RelativePath=".\sysclock.cpp" 
    628                                 > 
    629                         </File> 
    630                         <File 
    631                                 RelativePath=".\transfrm.cpp" 
    632                                 > 
    633                         </File> 
    634                         <File 
    635                                 RelativePath=".\transip.cpp" 
    636                                 > 
    637                         </File> 
    638                         <File 
    639                                 RelativePath=".\videoctl.cpp" 
    640                                 > 
    641                         </File> 
    642                         <File 
    643                                 RelativePath=".\vtrans.cpp" 
    644                                 > 
    645                         </File> 
    646                         <File 
    647                                 RelativePath=".\winctrl.cpp" 
    648                                 > 
    649                         </File> 
    650                         <File 
    651                                 RelativePath=".\winutil.cpp" 
    652359                                > 
    653360                        </File> 
     
    667374                <Filter 
    668375                        Name="Header Files" 
    669                         Filter="h;hpp;hxx;hm;inl;inc;xsd" 
    670                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 
    671                         > 
    672                         <File 
    673                                 RelativePath=".\amextra.h" 
    674                                 > 
    675                         </File> 
     376                        Filter="h;hpp;hxx;hm;inl" 
     377                        > 
    676378                        <File 
    677379                                RelativePath=".\amfilter.h" 
     
    679381                        </File> 
    680382                        <File 
    681                                 RelativePath=".\cache.h" 
    682                                 > 
    683                         </File> 
    684                         <File 
    685383                                RelativePath=".\combase.h" 
    686384                                > 
    687385                        </File> 
    688386                        <File 
    689                                 RelativePath=".\cprop.h" 
    690                                 > 
    691                         </File> 
    692                         <File 
    693387                                RelativePath=".\ctlutil.h" 
    694388                                > 
    695389                        </File> 
    696390                        <File 
    697                                 RelativePath=".\ddmm.h" 
    698                                 > 
    699                         </File> 
    700                         <File 
    701                                 RelativePath=".\dllsetup.h" 
    702                                 > 
    703                         </File> 
    704                         <File 
    705                                 RelativePath=".\dxmperf.h" 
    706                                 > 
    707                         </File> 
    708                         <File 
    709391                                RelativePath=".\fourcc.h" 
    710392                                > 
     
    723405                        </File> 
    724406                        <File 
    725                                 RelativePath=".\outputq.h" 
    726                                 > 
    727                         </File> 
    728                         <File 
    729                                 RelativePath=".\perflog.h" 
    730                                 > 
    731                         </File> 
    732                         <File 
    733                                 RelativePath=".\perfstruct.h" 
    734                                 > 
    735                         </File> 
    736                         <File 
    737                                 RelativePath=".\pstream.h" 
    738                                 > 
    739                         </File> 
    740                         <File 
    741                                 RelativePath=".\pullpin.h" 
    742                                 > 
    743                         </File> 
    744                         <File 
    745407                                RelativePath=".\refclock.h" 
    746408                                > 
     
    755417                        </File> 
    756418                        <File 
    757                                 RelativePath=".\schedule.h" 
    758                                 > 
    759                         </File> 
    760                         <File 
    761419                                RelativePath=".\seekpt.h" 
    762420                                > 
    763421                        </File> 
    764422                        <File 
    765                                 RelativePath=".\source.h" 
    766                                 > 
    767                         </File> 
    768                         <File 
    769423                                RelativePath=".\streams.h" 
    770424                                > 
    771425                        </File> 
    772426                        <File 
    773                                 RelativePath=".\strmctl.h" 
    774                                 > 
    775                         </File> 
    776                         <File 
    777                                 RelativePath=".\sysclock.h" 
    778                                 > 
    779                         </File> 
    780                         <File 
    781                                 RelativePath=".\transfrm.h" 
    782                                 > 
    783                         </File> 
    784                         <File 
    785                                 RelativePath=".\transip.h" 
    786                                 > 
    787                         </File> 
    788                         <File 
    789                                 RelativePath=".\videoctl.h" 
    790                                 > 
    791                         </File> 
    792                         <File 
    793                                 RelativePath=".\vtrans.h" 
    794                                 > 
    795                         </File> 
    796                         <File 
    797                                 RelativePath=".\winctrl.h" 
    798                                 > 
    799                         </File> 
    800                         <File 
    801                                 RelativePath=".\winutil.h" 
    802                                 > 
    803                         </File> 
    804                         <File 
    805427                                RelativePath=".\wxdebug.h" 
    806428                                > 
     
    814436                                > 
    815437                        </File> 
    816                 </Filter> 
    817                 <Filter 
    818                         Name="Resource Files" 
    819                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 
    820                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 
    821                         > 
    822438                </Filter> 
    823439        </Files> 
Note: See TracChangeset for help on using the changeset viewer.