Ignore:
Timestamp:
Dec 10, 2015 1:58:38 AM (9 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/g7221/libg7221codec.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>{2A3F241E-682C-47E1-9543-DC28708B406A}</ProjectGuid> 
    5581    <RootNamespace>libg7221codec</RootNamespace> 
     82    <DefaultLanguage>en-US</DefaultLanguage>     
     83    <!-- Specific UWP property --> 
     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-Dynamic|ARM'" Label="Configuration"> 
     97    <ConfigurationType>StaticLibrary</ConfigurationType> 
     98    <PlatformToolset>v140</PlatformToolset> 
     99    <UseOfMfc>false</UseOfMfc> 
    63100  </PropertyGroup> 
    64101  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="Configuration"> 
     
    66103    <PlatformToolset>v140</PlatformToolset> 
    67104    <UseOfMfc>false</UseOfMfc> 
    68     <CharacterSet>MultiByte</CharacterSet> 
     105  </PropertyGroup> 
     106  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration"> 
     107    <ConfigurationType>StaticLibrary</ConfigurationType> 
     108    <PlatformToolset>v140</PlatformToolset> 
     109    <UseOfMfc>false</UseOfMfc> 
    69110  </PropertyGroup> 
    70111  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> 
     
    72113    <PlatformToolset>v140</PlatformToolset> 
    73114    <UseOfMfc>false</UseOfMfc> 
    74     <CharacterSet>MultiByte</CharacterSet> 
     115  </PropertyGroup> 
     116  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 
     117    <ConfigurationType>StaticLibrary</ConfigurationType> 
     118    <PlatformToolset>v140</PlatformToolset> 
     119    <UseOfMfc>false</UseOfMfc> 
    75120  </PropertyGroup> 
    76121  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> 
     
    78123    <PlatformToolset>v140</PlatformToolset> 
    79124    <UseOfMfc>false</UseOfMfc> 
    80     <CharacterSet>MultiByte</CharacterSet> 
     125  </PropertyGroup> 
     126  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 
     127    <ConfigurationType>StaticLibrary</ConfigurationType> 
     128    <PlatformToolset>v140</PlatformToolset> 
     129    <UseOfMfc>false</UseOfMfc> 
    81130  </PropertyGroup> 
    82131  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 
     
    84133    <PlatformToolset>v140</PlatformToolset> 
    85134    <UseOfMfc>false</UseOfMfc> 
    86     <CharacterSet>MultiByte</CharacterSet> 
     135  </PropertyGroup> 
     136  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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-Dynamic|x64'" Label="Configuration"> 
     
    96153    <PlatformToolset>v140</PlatformToolset> 
    97154    <UseOfMfc>false</UseOfMfc> 
    98     <CharacterSet>MultiByte</CharacterSet> 
    99155  </PropertyGroup> 
    100156  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> 
     
    102158    <PlatformToolset>v140</PlatformToolset> 
    103159    <UseOfMfc>false</UseOfMfc> 
    104     <CharacterSet>MultiByte</CharacterSet> 
    105160  </PropertyGroup> 
    106161  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="Configuration"> 
     
    108163    <PlatformToolset>v140</PlatformToolset> 
    109164    <UseOfMfc>false</UseOfMfc> 
    110     <CharacterSet>MultiByte</CharacterSet> 
    111165  </PropertyGroup> 
    112166  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="Configuration"> 
     
    114168    <PlatformToolset>v140</PlatformToolset> 
    115169    <UseOfMfc>false</UseOfMfc> 
    116     <CharacterSet>MultiByte</CharacterSet> 
    117170  </PropertyGroup> 
    118171  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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><CharacterSet Condition="'$(API_Family)'=='WinDesktop'">MultiByte</CharacterSet> 
     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'"> 
    199291    <ClCompile> 
     
    201293      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
    202294      <PrecompiledHeaderOutputFile /> 
     295    </ClCompile> 
     296    <Lib> 
     297      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     298    </Lib> 
     299  </ItemDefinitionGroup> 
     300  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 
     301    <ClCompile> 
     302      <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     303      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     304      <PrecompiledHeaderOutputFile> 
     305      </PrecompiledHeaderOutputFile> 
    203306    </ClCompile> 
    204307    <Lib> 
     
    229332    </Lib> 
    230333  </ItemDefinitionGroup> 
     334  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 
     335    <ClCompile> 
     336      <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     337      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     338      <PrecompiledHeaderOutputFile> 
     339      </PrecompiledHeaderOutputFile> 
     340    </ClCompile> 
     341    <Lib> 
     342      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     343    </Lib> 
     344  </ItemDefinitionGroup> 
    231345  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 
    232346    <Midl> 
     
    253367    </Lib> 
    254368  </ItemDefinitionGroup> 
     369  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 
     370    <ClCompile> 
     371      <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     372      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     373      <PrecompiledHeaderOutputFile> 
     374      </PrecompiledHeaderOutputFile> 
     375    </ClCompile> 
     376    <Lib> 
     377      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     378    </Lib> 
     379  </ItemDefinitionGroup> 
    255380  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 
    256381    <Midl> 
     
    277402    </Lib> 
    278403  </ItemDefinitionGroup> 
     404  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 
     405    <ClCompile> 
     406      <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     407      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     408      <PrecompiledHeaderOutputFile> 
     409      </PrecompiledHeaderOutputFile> 
     410    </ClCompile> 
     411    <Lib> 
     412      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     413    </Lib> 
     414  </ItemDefinitionGroup> 
    279415  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 
    280416    <Midl> 
     
    301437    </Lib> 
    302438  </ItemDefinitionGroup> 
     439  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 
     440    <ClCompile> 
     441      <AdditionalIncludeDirectories>../..;../../g7221/common;../../../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> 
    303450  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'"> 
    304451    <Midl> 
     
    319466      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
    320467      <PrecompiledHeaderOutputFile /> 
     468    </ClCompile> 
     469    <Lib> 
     470      <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 
     471    </Lib> 
     472  </ItemDefinitionGroup> 
     473  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 
     474    <ClCompile> 
     475      <AdditionalIncludeDirectories>../..;../../g7221/common;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 
     476      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
     477      <PrecompiledHeaderOutputFile> 
     478      </PrecompiledHeaderOutputFile> 
    321479    </ClCompile> 
    322480    <Lib> 
Note: See TracChangeset for help on using the changeset viewer.