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/build/vs/pjproject-vs14-common-config.props

    r5210 r5254  
    22<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
    33  <ImportGroup Label="PropertySheets"> 
    4   </ImportGroup> 
    5   <PropertyGroup> 
    6     <!--  
    7      - Set the API Family here: 
    8      * WinDesktop   (Desktop) 
    9      * UWP          (UWP) 
    10      * WinPhone8    (Windows Phone 8) 
    11     --> 
    12     <API_Family>UWP</API_Family> 
    13   </PropertyGroup> 
     4    <Import Project="pjproject-vs14-api-def.props" /> 
     5  </ImportGroup>   
    146  <Choose> 
    157    <When Condition="'$(Platform)'=='ARM' "> 
Note: See TracChangeset for help on using the changeset viewer.