Ignore:
Timestamp:
Dec 9, 2016 1:43:07 PM (7 years ago)
Author:
nanang
Message:

Re #1900: Updated project files for target platform version configuration, it is configurable via property sheet build/vs/pjproject-vs14-common-config.props.

File:
1 edited

Legend:

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

    r5210 r5497  
    2727    <!-- Specific UWP property --> 
    2828    <DefaultLanguage>en-US</DefaultLanguage> 
    29     <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication> 
    30     <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType> 
    31     <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 
    32     <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 
    33     <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision> 
    3429  </PropertyGroup> 
    3530  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
Note: See TracChangeset for help on using the changeset viewer.