- Timestamp:
- Dec 9, 2016 1:43:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp/pjnath/build/pjnath.vcxproj
r5210 r5497 82 82 <!-- Specific UWP property --> 83 83 <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>89 84 </PropertyGroup> 90 85 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Note: See TracChangeset
for help on using the changeset viewer.