Ignore:
Timestamp:
Mar 7, 2016 11:15:34 PM (9 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/libpjproject.vcxproj

    r5210 r5254  
    7979  <PropertyGroup Label="Globals"> 
    8080    <ProjectGuid>{23D7679C-764C-4E02-8B29-BB882CEEEFE2}</ProjectGuid> 
    81     <RootNamespace>libpjproject</RootNamespace>     
     81    <RootNamespace>libpjproject</RootNamespace> 
    8282    <!-- Specific UWP property --> 
    8383    <DefaultLanguage>en-US</DefaultLanguage> 
     
    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" /> 
     
    323324      <PrecompiledHeaderOutputFile> 
    324325      </PrecompiledHeaderOutputFile> 
     326      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 
    325327    </ClCompile> 
    326328    <ProjectReference> 
Note: See TracChangeset for help on using the changeset viewer.