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/third_party/build/milenage/libmilenage.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <DefaultLanguage>en-US</DefaultLanguage> 
    84     <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication> 
    85     <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType> 
    86     <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 
    87     <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 
    88     <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
Note: See TracChangeset for help on using the changeset viewer.