- Timestamp:
- Dec 9, 2016 1:43:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp/pjsip-apps/build/pjsystest.vcxproj
r5210 r5497 27 27 <!-- Specific UWP property --> 28 28 <DefaultLanguage>en-US</DefaultLanguage> 29 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication>30 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType>31 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion>32 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion>33 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>34 29 </PropertyGroup> 35 30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Note: See TracChangeset
for help on using the changeset viewer.