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/srtp/libsrtp.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>{F0DBAA03-1BA3-4E3B-A2CA-727E3D3AB858}</ProjectGuid> 
    5581    <RootNamespace>libsrtp</RootNamespace> 
    5682    <Keyword>Win32Proj</Keyword> 
     83    <!-- Specific UWP property --> 
     84    <DefaultLanguage>en-US</DefaultLanguage> 
     85    <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication> 
     86    <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType> 
     87    <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 
     88    <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 
     89    <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>     
    5790  </PropertyGroup> 
    5891  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
     
    6295    <CharacterSet>MultiByte</CharacterSet> 
    6396  </PropertyGroup> 
     97  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration"> 
     98    <ConfigurationType>StaticLibrary</ConfigurationType> 
     99    <PlatformToolset>v140</PlatformToolset> 
     100    <CharacterSet>MultiByte</CharacterSet> 
     101  </PropertyGroup> 
    64102  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> 
    65103    <ConfigurationType>StaticLibrary</ConfigurationType> 
     
    67105    <CharacterSet>MultiByte</CharacterSet> 
    68106  </PropertyGroup> 
     107  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 
     108    <ConfigurationType>StaticLibrary</ConfigurationType> 
     109    <PlatformToolset>v140</PlatformToolset> 
     110    <CharacterSet>MultiByte</CharacterSet> 
     111  </PropertyGroup> 
    69112  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration"> 
    70113    <ConfigurationType>StaticLibrary</ConfigurationType> 
     
    72115    <CharacterSet>MultiByte</CharacterSet> 
    73116  </PropertyGroup> 
     117  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 
     118    <ConfigurationType>StaticLibrary</ConfigurationType> 
     119    <PlatformToolset>v140</PlatformToolset> 
     120    <CharacterSet>MultiByte</CharacterSet> 
     121  </PropertyGroup> 
    74122  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> 
    75123    <ConfigurationType>StaticLibrary</ConfigurationType> 
     
    77125    <CharacterSet>MultiByte</CharacterSet> 
    78126  </PropertyGroup> 
     127  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 
     128    <ConfigurationType>StaticLibrary</ConfigurationType> 
     129    <PlatformToolset>v140</PlatformToolset> 
     130    <CharacterSet>MultiByte</CharacterSet> 
     131  </PropertyGroup> 
    79132  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 
    80133    <ConfigurationType>StaticLibrary</ConfigurationType> 
     
    82135    <CharacterSet>MultiByte</CharacterSet> 
    83136  </PropertyGroup> 
     137  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 
     138    <ConfigurationType>StaticLibrary</ConfigurationType> 
     139    <PlatformToolset>v140</PlatformToolset> 
     140    <CharacterSet>MultiByte</CharacterSet> 
     141  </PropertyGroup> 
    84142  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 
    85143    <ConfigurationType>StaticLibrary</ConfigurationType> 
     
    87145    <CharacterSet>MultiByte</CharacterSet> 
    88146  </PropertyGroup> 
     147  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 
     148    <ConfigurationType>StaticLibrary</ConfigurationType> 
     149    <PlatformToolset>v140</PlatformToolset> 
     150    <CharacterSet>MultiByte</CharacterSet> 
     151  </PropertyGroup> 
    89152  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> 
    90153    <ConfigurationType>StaticLibrary</ConfigurationType> 
     
    116179    <PlatformToolset>v140</PlatformToolset> 
    117180    <CharacterSet>MultiByte</CharacterSet> 
     181  </PropertyGroup> 
     182  <!-- Override the PlatformToolset --> 
     183  <PropertyGroup> 
     184    <PlatformToolset>$(BuildToolset)</PlatformToolset> 
     185    <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 
    118186  </PropertyGroup> 
    119187  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 
     
    125193    <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 
    126194  </ImportGroup> 
     195  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 
     196    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     197    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 
     198    <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 
     199  </ImportGroup> 
    127200  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 
    128201    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    129         <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 
    130     <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />     
     202    <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 
     203    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
     204  </ImportGroup> 
     205  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 
     206    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     207    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 
     208    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
    131209  </ImportGroup> 
    132210  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 
     
    135213    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
    136214  </ImportGroup> 
     215  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 
     216    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     217    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 
     218    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
     219  </ImportGroup> 
    137220  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 
    138221    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     
    140223    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 
    141224  </ImportGroup> 
     225  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 
     226    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     227    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 
     228    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 
     229  </ImportGroup> 
    142230  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 
    143231    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    144         <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 
    145     <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />     
     232    <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 
     233    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
     234  </ImportGroup> 
     235  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 
     236    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     237    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 
     238    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
    146239  </ImportGroup> 
    147240  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 
    148241    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    149         <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 
    150     <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />     
     242    <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 
     243    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
     244  </ImportGroup> 
     245  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 
     246    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
     247    <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 
     248    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
    151249  </ImportGroup> 
    152250  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets"> 
    153251    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    154         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />    
    155         <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 
     252    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
     253    <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 
    156254  </ImportGroup> 
    157255  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets"> 
    158256    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    159         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
    160     <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />     
     257    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
     258    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
    161259  </ImportGroup> 
    162260  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 
    163261    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    164         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
    165     <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />     
     262    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
     263    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
    166264  </ImportGroup> 
    167265  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets"> 
    168266    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    169         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
    170     <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />     
     267    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
     268    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 
    171269  </ImportGroup> 
    172270  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets"> 
    173271    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    174         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
    175     <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />     
     272    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 
     273    <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 
    176274  </ImportGroup> 
    177275  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 
    178276    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 
    179         <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
    180     <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />     
     277    <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 
     278    <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 
    181279  </ImportGroup> 
    182280  <PropertyGroup Label="UserMacros" /> 
    183281  <PropertyGroup> 
    184282    <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 
    185         <OutDir>..\..\lib\</OutDir> 
    186   </PropertyGroup> 
     283    <OutDir>..\..\lib\</OutDir>     
     284  </PropertyGroup> 
     285  <!-- Compile and link option definition --> 
     286  <ItemDefinitionGroup> 
     287    <ClCompile> 
     288      <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 
     289    </ClCompile> 
     290  </ItemDefinitionGroup> 
    187291  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 
    188292    <ClCompile> 
     
    190294      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
    191295      <PrecompiledHeaderOutputFile /> 
     296    </ClCompile> 
     297    <Lib> 
     298      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     299    </Lib> 
     300  </ItemDefinitionGroup> 
     301  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 
     302    <ClCompile> 
     303      <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     304      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     305      <PrecompiledHeaderOutputFile> 
     306      </PrecompiledHeaderOutputFile> 
    192307    </ClCompile> 
    193308    <Lib> 
     
    219334    </Lib> 
    220335  </ItemDefinitionGroup> 
     336  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 
     337    <ClCompile> 
     338      <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     339      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     340      <PrecompiledHeaderOutputFile> 
     341      </PrecompiledHeaderOutputFile> 
     342    </ClCompile> 
     343    <Lib> 
     344      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     345    </Lib> 
     346  </ItemDefinitionGroup> 
    221347  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 
    222348    <Midl> 
     
    242368    </Lib> 
    243369  </ItemDefinitionGroup> 
     370  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 
     371    <ClCompile> 
     372      <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     373      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     374      <PrecompiledHeaderOutputFile> 
     375      </PrecompiledHeaderOutputFile> 
     376    </ClCompile> 
     377    <Lib> 
     378      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     379    </Lib> 
     380  </ItemDefinitionGroup> 
    244381  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 
    245382    <Midl> 
     
    266403    </Lib> 
    267404  </ItemDefinitionGroup> 
     405  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 
     406    <ClCompile> 
     407      <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     408      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     409      <PrecompiledHeaderOutputFile> 
     410      </PrecompiledHeaderOutputFile> 
     411    </ClCompile> 
     412    <Lib> 
     413      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     414    </Lib> 
     415  </ItemDefinitionGroup> 
    268416  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 
    269417    <Midl> 
     
    289437    </Lib> 
    290438  </ItemDefinitionGroup> 
     439  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 
     440    <ClCompile> 
     441      <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     442      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     443      <PrecompiledHeaderOutputFile> 
     444      </PrecompiledHeaderOutputFile> 
     445    </ClCompile> 
     446    <Lib> 
     447      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     448    </Lib> 
     449  </ItemDefinitionGroup> 
    291450  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 
    292451    <Midl> 
     
    308467      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
    309468      <PrecompiledHeaderOutputFile /> 
     469    </ClCompile> 
     470    <Lib> 
     471      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     472    </Lib> 
     473  </ItemDefinitionGroup> 
     474  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 
     475    <ClCompile> 
     476      <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     477      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     478      <PrecompiledHeaderOutputFile> 
     479      </PrecompiledHeaderOutputFile> 
    310480    </ClCompile> 
    311481    <Lib> 
Note: See TracChangeset for help on using the changeset viewer.