Ignore:
Timestamp:
Mar 7, 2016 11:15:34 PM (8 years ago)
Author:
riza
Message:

Re: #1900:

  • Add new property file (pjproject-vs14-api-def.props) to define the API used
  • Add ioqueue specific to uwp using winRT networking API
  • Add uwp GUI sample APP using Voip architecture
  • Add async activation for wasapi dev
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/uwp/pjsip-apps/build/pjsua.vcxproj

    r5210 r5254  
    7979  <PropertyGroup Label="Globals"> 
    8080    <ProjectGuid>{8310649E-A25E-4AF0-91E8-9E3CC659BB89}</ProjectGuid> 
    81     <RootNamespace>pjsua</RootNamespace>     
     81    <RootNamespace>pjsua</RootNamespace> 
    8282    <!-- Specific UWP property --> 
    8383    <DefaultLanguage>en-US</DefaultLanguage> 
     
    8686    <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 
    8787    <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 
    88     <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>     
     88    <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision> 
    8989  </PropertyGroup> 
    9090  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
     
    200200  <PropertyGroup> 
    201201    <PlatformToolset>$(BuildToolset)</PlatformToolset> 
    202     <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 
     202    <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"> 
     203    </CharacterSet> 
    203204    <ConfigurationType Condition="'$(API_Family)'=='WinDesktop'">Application</ConfigurationType> 
    204205    <ConfigurationType Condition="'$(API_Family)'=='UWP' Or '$(API_Family)'=='WinPhone8'">StaticLibrary</ConfigurationType> 
     
    304305  <ItemDefinitionGroup> 
    305306    <ClCompile> 
    306       <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary>       
    307     </ClCompile> 
    308   </ItemDefinitionGroup>     
     307      <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 
     308    </ClCompile> 
     309  </ItemDefinitionGroup> 
    309310  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 
    310311    <ClCompile> 
     
    567568    <ClInclude Include="..\src\pjsua\pjsua_app.h" /> 
    568569    <ClInclude Include="..\src\pjsua\pjsua_app_common.h" /> 
     570    <ClInclude Include="..\src\pjsua\pjsua_app_config.h" /> 
    569571  </ItemGroup> 
    570572  <ItemGroup> 
Note: See TracChangeset for help on using the changeset viewer.