- Timestamp:
- Dec 9, 2016 1:43:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp/build/vs/pjproject-vs14-common-config.props
r5254 r5497 34 34 <PreprocessorDef>PJ_WIN32_UWP;UNICODE;_UNICODE;</PreprocessorDef> 35 35 <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> 37 38 <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> 39 50 </When> 40 51 <When Condition="'$(API_Family)'=='WinPhone8'">
Note: See TracChangeset
for help on using the changeset viewer.