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/build/vs/pjproject-vs14-common-config.props

    r5254 r5497  
    3434        <PreprocessorDef>PJ_WIN32_UWP;UNICODE;_UNICODE;</PreprocessorDef> 
    3535        <PreprocessorDef Condition="'$(Platform)'=='ARM'">$(PreprocessorDef);PJ_M_ARMV7=1;</PreprocessorDef> 
    36         <PlatformVersion>10.0.10240.0</PlatformVersion> 
     36        <PlatformVersion>10.0.10586.0</PlatformVersion> 
     37        <MinPlatformVersion>10.0.10240.0</MinPlatformVersion> 
    3738        <AppTypeRev>10.0</AppTypeRev> 
    38     </PropertyGroup> 
     39         
     40        <WindowsTargetPlatformVersion>$(PlatformVersion)</WindowsTargetPlatformVersion> 
     41        <WindowsTargetPlatformMinVersion>$(MinPlatformVersion)</WindowsTargetPlatformMinVersion> 
     42        <AppContainerApplication>true</AppContainerApplication> 
     43        <ApplicationType>Windows Store</ApplicationType> 
     44        <ApplicationTypeRevision>$(AppTypeRev)</ApplicationTypeRevision> 
     45         
     46        <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> 
     47        <TargetPlatformVersion>$(PlatformVersion)</TargetPlatformVersion> 
     48        <TargetPlatformMinVersion>$(MinPlatformVersion)</TargetPlatformMinVersion> 
     49      </PropertyGroup> 
    3950    </When> 
    4051    <When Condition="'$(API_Family)'=='WinPhone8'"> 
Note: See TracChangeset for help on using the changeset viewer.