Ignore:
Timestamp:
Dec 10, 2015 1:58:38 AM (8 years ago)
Author:
riza
Message:

Re #1900: Initial implementation with pjsua cli/telnet sample app.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/uwp/third_party/build/baseclasses/libbaseclasses.vcxproj

    r5168 r5210  
    22<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
    33  <ItemGroup Label="ProjectConfigurations"> 
     4    <ProjectConfiguration Include="Debug-Dynamic|ARM"> 
     5      <Configuration>Debug-Dynamic</Configuration> 
     6      <Platform>ARM</Platform> 
     7    </ProjectConfiguration> 
    48    <ProjectConfiguration Include="Debug-Dynamic|Win32"> 
    59      <Configuration>Debug-Dynamic</Configuration> 
     
    1014      <Platform>x64</Platform> 
    1115    </ProjectConfiguration> 
     16    <ProjectConfiguration Include="Debug-Static|ARM"> 
     17      <Configuration>Debug-Static</Configuration> 
     18      <Platform>ARM</Platform> 
     19    </ProjectConfiguration> 
    1220    <ProjectConfiguration Include="Debug-Static|Win32"> 
    1321      <Configuration>Debug-Static</Configuration> 
     
    1826      <Platform>x64</Platform> 
    1927    </ProjectConfiguration> 
     28    <ProjectConfiguration Include="Debug|ARM"> 
     29      <Configuration>Debug</Configuration> 
     30      <Platform>ARM</Platform> 
     31    </ProjectConfiguration> 
    2032    <ProjectConfiguration Include="Debug|Win32"> 
    2133      <Configuration>Debug</Configuration> 
     
    2638      <Platform>x64</Platform> 
    2739    </ProjectConfiguration> 
     40    <ProjectConfiguration Include="Release-Dynamic|ARM"> 
     41      <Configuration>Release-Dynamic</Configuration> 
     42      <Platform>ARM</Platform> 
     43    </ProjectConfiguration> 
    2844    <ProjectConfiguration Include="Release-Dynamic|Win32"> 
    2945      <Configuration>Release-Dynamic</Configuration> 
     
    3450      <Platform>x64</Platform> 
    3551    </ProjectConfiguration> 
     52    <ProjectConfiguration Include="Release-Static|ARM"> 
     53      <Configuration>Release-Static</Configuration> 
     54      <Platform>ARM</Platform> 
     55    </ProjectConfiguration> 
    3656    <ProjectConfiguration Include="Release-Static|Win32"> 
    3757      <Configuration>Release-Static</Configuration> 
     
    4262      <Platform>x64</Platform> 
    4363    </ProjectConfiguration> 
     64    <ProjectConfiguration Include="Release|ARM"> 
     65      <Configuration>Release</Configuration> 
     66      <Platform>ARM</Platform> 
     67    </ProjectConfiguration> 
    4468    <ProjectConfiguration Include="Release|Win32"> 
    4569      <Configuration>Release</Configuration> 
     
    5175    </ProjectConfiguration> 
    5276  </ItemGroup> 
     77  <!-- Import common config --> 
     78  <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" /> 
    5379  <PropertyGroup Label="Globals"> 
    5480    <ProjectGuid>{E8A3F6FA-AE1C-4C8E-A0B6-9C8480324EAA}</ProjectGuid> 
    55     <RootNamespace>libbaseclasses</RootNamespace> 
     81    <RootNamespace>libbaseclasses</RootNamespace>     
     82    <!-- Specific UWP property --> 
     83    <DefaultLanguage>en-US</DefaultLanguage> 
     84    <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication> 
     85    <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType> 
     86    <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 
     87    <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 
     88    <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>   
    5689  </PropertyGroup> 
    5790  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
     
    6093    <PlatformToolset>v140</PlatformToolset> 
    6194    <UseOfMfc>false</UseOfMfc> 
    62     <CharacterSet>MultiByte</CharacterSet> 
     95  </PropertyGroup> 
     96  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration"> 
     97    <ConfigurationType>StaticLibrary</ConfigurationType> 
     98    <PlatformToolset>v140</PlatformToolset> 
     99    <UseOfMfc>false</UseOfMfc> 
    63100  </PropertyGroup> 
    64101  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration"> 
     
    66103    <PlatformToolset>v140</PlatformToolset> 
    67104    <UseOfMfc>false</UseOfMfc> 
    68     <CharacterSet>MultiByte</CharacterSet> 
     105  </PropertyGroup> 
     106  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 
     107    <ConfigurationType>StaticLibrary</ConfigurationType> 
     108    <PlatformToolset>v140</PlatformToolset> 
     109    <UseOfMfc>false</UseOfMfc> 
    69110  </PropertyGroup> 
    70111  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 
     
    72113    <PlatformToolset>v140</PlatformToolset> 
    73114    <UseOfMfc>false</UseOfMfc> 
    74     <CharacterSet>MultiByte</CharacterSet> 
     115  </PropertyGroup> 
     116  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 
     117    <ConfigurationType>StaticLibrary</ConfigurationType> 
     118    <PlatformToolset>v140</PlatformToolset> 
     119    <UseOfMfc>false</UseOfMfc> 
    75120  </PropertyGroup> 
    76121  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> 
     
    78123    <PlatformToolset>v140</PlatformToolset> 
    79124    <UseOfMfc>false</UseOfMfc> 
    80     <CharacterSet>MultiByte</CharacterSet> 
     125  </PropertyGroup> 
     126  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 
     127    <ConfigurationType>StaticLibrary</ConfigurationType> 
     128    <PlatformToolset>v140</PlatformToolset> 
     129    <UseOfMfc>false</UseOfMfc> 
    81130  </PropertyGroup> 
    82131  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> 
     
    84133    <PlatformToolset>v140</PlatformToolset> 
    85134    <UseOfMfc>false</UseOfMfc> 
    86     <CharacterSet>MultiByte</CharacterSet> 
     135  </PropertyGroup> 
     136  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 
     137    <ConfigurationType>StaticLibrary</ConfigurationType> 
     138    <PlatformToolset>v140</PlatformToolset> 
     139    <UseOfMfc>false</UseOfMfc> 
    87140  </PropertyGroup> 
    88141  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 
     
    90143    <PlatformToolset>v140</PlatformToolset> 
    91144    <UseOfMfc>false</UseOfMfc> 
    92     <CharacterSet>MultiByte</CharacterSet> 
     145  </PropertyGroup> 
     146  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 
     147    <ConfigurationType>StaticLibrary</ConfigurationType> 
     148    <PlatformToolset>v140</PlatformToolset> 
     149    <UseOfMfc>false</UseOfMfc> 
    93150  </PropertyGroup> 
    94151  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> 
     
    96153    <PlatformToolset>v140</PlatformToolset> 
    97154    <UseOfMfc>false</UseOfMfc> 
    98     <CharacterSet>MultiByte</CharacterSet> 
    99155  </PropertyGroup> 
    100156  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="Configuration"> 
     
    102158    <PlatformToolset>v140</PlatformToolset> 
    103159    <UseOfMfc>false</UseOfMfc> 
    104     <CharacterSet>MultiByte</CharacterSet> 
    105160  </PropertyGroup> 
    106161  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 
     
    108163    <PlatformToolset>v140</PlatformToolset> 
    109164    <UseOfMfc>false</UseOfMfc> 
    110     <CharacterSet>MultiByte</CharacterSet> 
    111165  </PropertyGroup> 
    112166  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="Configuration"> 
     
    114168    <PlatformToolset>v140</PlatformToolset> 
    115169    <UseOfMfc>false</UseOfMfc> 
    116     <CharacterSet>MultiByte</CharacterSet> 
    117170  </PropertyGroup> 
    118171  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="Configuration"> 
     
    120173    <PlatformToolset>v140</PlatformToolset> 
    121174    <UseOfMfc>false</UseOfMfc> 
    122     <CharacterSet>MultiByte</CharacterSet> 
    123175  </PropertyGroup> 
    124176  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 
     
    126178    <PlatformToolset>v140</PlatformToolset> 
    127179    <UseOfMfc>false</UseOfMfc> 
    128     <CharacterSet>MultiByte</CharacterSet> 
     180  </PropertyGroup> 
     181  <!-- Override the PlatformToolset --> 
     182  <PropertyGroup> 
     183    <PlatformToolset>$(BuildToolset)</PlatformToolset> 
     184    <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet>     
    129185  </PropertyGroup> 
    130186  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 
     
    136192    <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 
    137193  </ImportGroup> 
     194  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 
     195    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     196    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 
     197    <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 
     198  </ImportGroup> 
    138199  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 
    139200    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    140         <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 
    141     <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />     
     201    <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 
     202    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
     203  </ImportGroup> 
     204  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 
     205    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     206    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 
     207    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
    142208  </ImportGroup> 
    143209  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 
     
    146212    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
    147213  </ImportGroup> 
     214  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 
     215    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     216    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 
     217    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
     218  </ImportGroup> 
    148219  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 
    149220    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     
    151222    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 
    152223  </ImportGroup> 
     224  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 
     225    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     226    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 
     227    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 
     228  </ImportGroup> 
    153229  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 
    154230    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    155         <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 
    156     <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />     
     231    <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 
     232    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
     233  </ImportGroup> 
     234  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 
     235    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     236    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 
     237    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
    157238  </ImportGroup> 
    158239  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 
    159240    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    160         <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 
    161     <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />     
     241    <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 
     242    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
     243  </ImportGroup> 
     244  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 
     245    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     246    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 
     247    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
    162248  </ImportGroup> 
    163249  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets"> 
    164250    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    165         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />    
    166         <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 
     251    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
     252    <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 
    167253  </ImportGroup> 
    168254  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets"> 
    169255    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    170         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
    171     <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />     
     256    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
     257    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
    172258  </ImportGroup> 
    173259  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 
    174260    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    175         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
    176     <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />     
     261    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
     262    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
    177263  </ImportGroup> 
    178264  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets"> 
    179265    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    180         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
    181     <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />     
     266    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
     267    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 
    182268  </ImportGroup> 
    183269  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets"> 
    184270    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    185         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
    186     <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />     
     271    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
     272    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
    187273  </ImportGroup> 
    188274  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 
    189275    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    190         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
    191     <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />     
     276    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
     277    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
    192278  </ImportGroup> 
    193279  <PropertyGroup Label="UserMacros" /> 
    194280  <PropertyGroup> 
    195281    <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 
    196         <OutDir>..\..\lib\</OutDir> 
    197   </PropertyGroup> 
     282    <OutDir>..\..\lib\</OutDir>     
     283  </PropertyGroup> 
     284  <!-- Compile and link option definition --> 
     285  <ItemDefinitionGroup> 
     286    <ClCompile> 
     287      <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 
     288    </ClCompile> 
     289  </ItemDefinitionGroup> 
    198290  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 
     291    <ClCompile> 
     292      <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     293      <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     294    </ClCompile> 
     295    <ResourceCompile> 
     296      <PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     297      <Culture>0x0409</Culture> 
     298    </ResourceCompile> 
     299    <Lib> 
     300      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     301    </Lib> 
     302  </ItemDefinitionGroup> 
     303  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 
    199304    <ClCompile> 
    200305      <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     
    238343    </Lib> 
    239344  </ItemDefinitionGroup> 
     345  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 
     346    <ClCompile> 
     347      <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     348      <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     349    </ClCompile> 
     350    <ResourceCompile> 
     351      <PreprocessorDefinitions>_DEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     352      <Culture>0x0409</Culture> 
     353    </ResourceCompile> 
     354    <Lib> 
     355      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     356    </Lib> 
     357  </ItemDefinitionGroup> 
    240358  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 
    241359    <Midl> 
     
    268386    </Lib> 
    269387  </ItemDefinitionGroup> 
     388  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 
     389    <ClCompile> 
     390      <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     391      <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     392    </ClCompile> 
     393    <ResourceCompile> 
     394      <PreprocessorDefinitions>_DEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     395      <Culture>0x0409</Culture> 
     396    </ResourceCompile> 
     397    <Lib> 
     398      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     399    </Lib> 
     400  </ItemDefinitionGroup> 
    270401  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 
    271402    <Midl> 
     
    298429    </Lib> 
    299430  </ItemDefinitionGroup> 
     431  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 
     432    <ClCompile> 
     433      <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     434      <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     435    </ClCompile> 
     436    <ResourceCompile> 
     437      <PreprocessorDefinitions>_DEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     438      <Culture>0x0409</Culture> 
     439    </ResourceCompile> 
     440    <Lib> 
     441      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     442    </Lib> 
     443  </ItemDefinitionGroup> 
    300444  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 
    301445    <Midl> 
     
    328472    </Lib> 
    329473  </ItemDefinitionGroup> 
     474  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 
     475    <ClCompile> 
     476      <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     477      <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     478    </ClCompile> 
     479    <ResourceCompile> 
     480      <PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     481      <Culture>0x0409</Culture> 
     482    </ResourceCompile> 
     483    <Lib> 
     484      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     485    </Lib> 
     486  </ItemDefinitionGroup> 
    330487  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 
    331488    <Midl> 
     
    345502  </ItemDefinitionGroup> 
    346503  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'"> 
     504    <ClCompile> 
     505      <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     506      <PreprocessorDefinitions>_LIB;_WIN32_DCOM;WINVER=0x400;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     507    </ClCompile> 
     508    <ResourceCompile> 
     509      <PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     510      <Culture>0x0409</Culture> 
     511    </ResourceCompile> 
     512    <Lib> 
     513      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     514    </Lib> 
     515  </ItemDefinitionGroup> 
     516  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 
    347517    <ClCompile> 
    348518      <AdditionalIncludeDirectories>.;../../baseclasses;../../../pjmedia/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
Note: See TracChangeset for help on using the changeset viewer.