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/build/pjsua2_lib.vcxproj

    r5210 r5254  
    7979  <PropertyGroup Label="Globals"> 
    8080    <ProjectGuid>{B82CDD25-6903-430E-BD38-D8129A2015C1}</ProjectGuid> 
    81     <RootNamespace>pjsua2_lib</RootNamespace>     
     81    <RootNamespace>pjsua2_lib</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  </PropertyGroup> 
    204205  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 
     
    322323      <PrecompiledHeaderOutputFile> 
    323324      </PrecompiledHeaderOutputFile> 
     325      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 
    324326    </ClCompile> 
    325327    <Lib> 
Note: See TracChangeset for help on using the changeset viewer.