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/samples.vcxproj

    r5210 r5497  
    5959    <!-- Specific windows store/UWP property --> 
    6060    <DefaultLanguage>en-US</DefaultLanguage> 
    61     <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication> 
    62     <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType> 
    63     <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 
    64     <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 
    65     <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision> 
    6661  </PropertyGroup> 
    6762  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
Note: See TracChangeset for help on using the changeset viewer.