Changeset 5497
- Timestamp:
- Dec 9, 2016 1:43:07 PM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 34 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'"> -
pjproject/branches/projects/uwp/pjlib-util/build/pjlib_util.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" /> -
pjproject/branches/projects/uwp/pjlib-util/build/pjlib_util_test.vcxproj
r5210 r5497 58 58 <!-- Specific UWP property --> 59 59 <DefaultLanguage>en-US</DefaultLanguage> 60 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication>61 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType>62 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion>63 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion>64 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>65 60 </PropertyGroup> 66 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> -
pjproject/branches/projects/uwp/pjlib/build/pjlib.vcxproj
r5470 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" /> -
pjproject/branches/projects/uwp/pjlib/build/pjlib_test.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" /> -
pjproject/branches/projects/uwp/pjmedia/build/pjmedia_audiodev.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" /> -
pjproject/branches/projects/uwp/pjmedia/build/pjmedia_codec.vcxproj
r5210 r5497 82 82 <DefaultLanguage>en-US</DefaultLanguage> 83 83 <!-- Specific UWP property --> 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" /> -
pjproject/branches/projects/uwp/pjmedia/build/pjmedia_test.vcxproj
r5210 r5497 58 58 <!-- Specific UWP property --> 59 59 <DefaultLanguage>en-US</DefaultLanguage> 60 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication>61 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType>62 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion>63 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion>64 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>65 60 </PropertyGroup> 66 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> -
pjproject/branches/projects/uwp/pjmedia/build/pjmedia_videodev.vcxproj
r5210 r5497 82 82 <DefaultLanguage>en-US</DefaultLanguage> 83 83 <!-- Specific UWP property --> 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" /> -
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" /> -
pjproject/branches/projects/uwp/pjnath/build/pjnath_test.vcxproj
r5210 r5497 58 58 <DefaultLanguage>en-US</DefaultLanguage> 59 59 <!-- Specific UWP property --> 60 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication>61 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType>62 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion>63 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion>64 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>65 60 </PropertyGroup> 66 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> -
pjproject/branches/projects/uwp/pjsip-apps/build/libpjproject.vcxproj
r5254 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" /> -
pjproject/branches/projects/uwp/pjsip-apps/build/pjsua.vcxproj
r5254 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" /> -
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" /> -
pjproject/branches/projects/uwp/pjsip-apps/build/sample_debug.vcxproj
r5210 r5497 58 58 <!-- Specific UWP property --> 59 59 <DefaultLanguage>en-US</DefaultLanguage> 60 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication>61 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType>62 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion>63 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion>64 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>65 60 </PropertyGroup> 66 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> -
pjproject/branches/projects/uwp/pjsip-apps/build/samples.vcxproj
r5210 r5497 59 59 <!-- Specific windows store/UWP property --> 60 60 <DefaultLanguage>en-US</DefaultLanguage> 61 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication>62 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType>63 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion>64 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion>65 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>66 61 </PropertyGroup> 67 62 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> -
pjproject/branches/projects/uwp/pjsip-apps/src/pjsua/winrt/cli/uwp/pjsua_cli_uwp.csproj
r5254 r5497 18 18 <AssemblyName>pjsua_cli_uwp</AssemblyName> 19 19 <DefaultLanguage>en-US</DefaultLanguage> 20 <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>21 <TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion>22 <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>23 20 <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> 24 21 <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile> -
pjproject/branches/projects/uwp/pjsip-apps/src/pjsua/winrt/gui/uwp/Voip/Voip.csproj
r5254 r5497 2 2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 4 <Import Project="..\..\..\..\..\..\..\build\vs\pjproject-vs14-common-config.props" /> 4 5 <PropertyGroup> 5 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 11 12 <AssemblyName>Voip</AssemblyName> 12 13 <DefaultLanguage>en-US</DefaultLanguage> 13 <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>14 <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>15 <TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>16 14 <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> 17 15 <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile> -
pjproject/branches/projects/uwp/pjsip-apps/src/pjsua/winrt/gui/uwp/VoipTasks/VoipTasks.csproj
r5254 r5497 2 2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 4 <Import Project="..\..\..\..\..\..\..\build\vs\pjproject-vs14-common-config.props" /> 4 5 <PropertyGroup> 5 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 11 12 <AssemblyName>VoipTasks</AssemblyName> 12 13 <DefaultLanguage>en-US</DefaultLanguage> 13 <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>14 <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>15 <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>16 14 <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> 17 15 <FileAlignment>512</FileAlignment> 18 16 <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 19 <AllowCrossPlatformRetargeting>false</AllowCrossPlatformRetargeting>20 17 </PropertyGroup> 21 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 124 121 </ItemGroup> 125 122 <ItemGroup> 126 <SDKReference Include="WindowsMobile, Version=10.0.10240.0">127 <Name>Windows Mobile Extensions for the UWP</Name>128 </SDKReference>129 </ItemGroup>130 <ItemGroup>131 123 <ProjectReference Include="..\VoipBackEnd\VoipBackEnd.vcxproj"> 132 124 <Project>{fc9cbb95-624c-4ce8-86a8-3ab5a415aa65}</Project> -
pjproject/branches/projects/uwp/pjsip/build/pjsip_core.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" /> -
pjproject/branches/projects/uwp/pjsip/build/pjsip_simple.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" /> -
pjproject/branches/projects/uwp/pjsip/build/pjsip_test.vcxproj
r5210 r5497 58 58 <!-- Specific UWP property --> 59 59 <DefaultLanguage>en-US</DefaultLanguage> 60 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication>61 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType>62 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion>63 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion>64 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>65 60 </PropertyGroup> 66 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> -
pjproject/branches/projects/uwp/pjsip/build/pjsip_ua.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" /> -
pjproject/branches/projects/uwp/pjsip/build/pjsua2_lib.vcxproj
r5254 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" /> -
pjproject/branches/projects/uwp/pjsip/build/pjsua_lib.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" /> -
pjproject/branches/projects/uwp/third_party/build/baseclasses/libbaseclasses.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" /> -
pjproject/branches/projects/uwp/third_party/build/g7221/libg7221codec.vcxproj
r5210 r5497 82 82 <DefaultLanguage>en-US</DefaultLanguage> 83 83 <!-- Specific UWP property --> 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" /> -
pjproject/branches/projects/uwp/third_party/build/gsm/libgsmcodec.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" /> -
pjproject/branches/projects/uwp/third_party/build/ilbc/libilbccodec.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" /> -
pjproject/branches/projects/uwp/third_party/build/milenage/libmilenage.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" /> -
pjproject/branches/projects/uwp/third_party/build/portaudio/libportaudio.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" /> -
pjproject/branches/projects/uwp/third_party/build/resample/libresample.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" /> -
pjproject/branches/projects/uwp/third_party/build/speex/libspeex.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" /> -
pjproject/branches/projects/uwp/third_party/build/srtp/libsrtp.vcxproj
r5210 r5497 83 83 <!-- Specific UWP property --> 84 84 <DefaultLanguage>en-US</DefaultLanguage> 85 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication>86 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType>87 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion>88 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion>89 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision>90 85 </PropertyGroup> 91 86 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Note: See TracChangeset
for help on using the changeset viewer.