Changeset 5497 for pjproject


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.

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  
    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'"> 
  • pjproject/branches/projects/uwp/pjlib-util/build/pjlib_util.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjlib-util/build/pjlib_util_test.vcxproj

    r5210 r5497  
    5858    <!-- Specific UWP property --> 
    5959    <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> 
    6560  </PropertyGroup> 
    6661  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjlib/build/pjlib.vcxproj

    r5470 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjlib/build/pjlib_test.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjmedia/build/pjmedia_audiodev.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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>     
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjmedia/build/pjmedia_codec.vcxproj

    r5210 r5497  
    8282    <DefaultLanguage>en-US</DefaultLanguage> 
    8383    <!-- 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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjmedia/build/pjmedia_test.vcxproj

    r5210 r5497  
    5858    <!-- Specific UWP property --> 
    5959    <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> 
    6560  </PropertyGroup> 
    6661  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjmedia/build/pjmedia_videodev.vcxproj

    r5210 r5497  
    8282    <DefaultLanguage>en-US</DefaultLanguage> 
    8383    <!-- 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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjnath/build/pjnath.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjnath/build/pjnath_test.vcxproj

    r5210 r5497  
    5858    <DefaultLanguage>en-US</DefaultLanguage> 
    5959    <!-- 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> 
    6560  </PropertyGroup> 
    6661  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip-apps/build/libpjproject.vcxproj

    r5254 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip-apps/build/pjsua.vcxproj

    r5254 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip-apps/build/pjsystest.vcxproj

    r5210 r5497  
    2727    <!-- Specific UWP property --> 
    2828    <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> 
    3429  </PropertyGroup> 
    3530  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip-apps/build/sample_debug.vcxproj

    r5210 r5497  
    5858    <!-- Specific UWP property --> 
    5959    <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> 
    6560  </PropertyGroup> 
    6661  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip-apps/build/samples.vcxproj

    r5210 r5497  
    5959    <!-- Specific windows store/UWP property --> 
    6060    <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> 
    6661  </PropertyGroup> 
    6762  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip-apps/src/pjsua/winrt/cli/uwp/pjsua_cli_uwp.csproj

    r5254 r5497  
    1818    <AssemblyName>pjsua_cli_uwp</AssemblyName> 
    1919    <DefaultLanguage>en-US</DefaultLanguage> 
    20     <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> 
    21     <TargetPlatformVersion>10.0.10240.0</TargetPlatformVersion> 
    22     <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> 
    2320    <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> 
    2421    <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile> 
  • pjproject/branches/projects/uwp/pjsip-apps/src/pjsua/winrt/gui/uwp/Voip/Voip.csproj

    r5254 r5497  
    22<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
    33  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 
     4  <Import Project="..\..\..\..\..\..\..\build\vs\pjproject-vs14-common-config.props" /> 
    45  <PropertyGroup> 
    56    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
     
    1112    <AssemblyName>Voip</AssemblyName> 
    1213    <DefaultLanguage>en-US</DefaultLanguage> 
    13     <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> 
    14     <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion> 
    15     <TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion> 
    1614    <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> 
    1715    <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile> 
  • pjproject/branches/projects/uwp/pjsip-apps/src/pjsua/winrt/gui/uwp/VoipTasks/VoipTasks.csproj

    r5254 r5497  
    22<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
    33  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> 
     4  <Import Project="..\..\..\..\..\..\..\build\vs\pjproject-vs14-common-config.props" /> 
    45  <PropertyGroup> 
    56    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
     
    1112    <AssemblyName>VoipTasks</AssemblyName> 
    1213    <DefaultLanguage>en-US</DefaultLanguage> 
    13     <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier> 
    14     <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion> 
    15     <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> 
    1614    <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion> 
    1715    <FileAlignment>512</FileAlignment> 
    1816    <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 
    19     <AllowCrossPlatformRetargeting>false</AllowCrossPlatformRetargeting> 
    2017  </PropertyGroup> 
    2118  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    124121  </ItemGroup> 
    125122  <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> 
    131123    <ProjectReference Include="..\VoipBackEnd\VoipBackEnd.vcxproj"> 
    132124      <Project>{fc9cbb95-624c-4ce8-86a8-3ab5a415aa65}</Project> 
  • pjproject/branches/projects/uwp/pjsip/build/pjsip_core.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip/build/pjsip_simple.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip/build/pjsip_test.vcxproj

    r5210 r5497  
    5858    <!-- Specific UWP property --> 
    5959    <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>     
    6560  </PropertyGroup> 
    6661  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip/build/pjsip_ua.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip/build/pjsua2_lib.vcxproj

    r5254 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/pjsip/build/pjsua_lib.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/third_party/build/baseclasses/libbaseclasses.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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>   
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/third_party/build/g7221/libg7221codec.vcxproj

    r5210 r5497  
    8282    <DefaultLanguage>en-US</DefaultLanguage>     
    8383    <!-- 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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/third_party/build/gsm/libgsmcodec.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/third_party/build/ilbc/libilbccodec.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/third_party/build/milenage/libmilenage.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/third_party/build/portaudio/libportaudio.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/third_party/build/resample/libresample.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/third_party/build/speex/libspeex.vcxproj

    r5210 r5497  
    8282    <!-- Specific UWP property --> 
    8383    <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> 
    8984  </PropertyGroup> 
    9085  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
  • pjproject/branches/projects/uwp/third_party/build/srtp/libsrtp.vcxproj

    r5210 r5497  
    8383    <!-- Specific UWP property --> 
    8484    <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>     
    9085  </PropertyGroup> 
    9186  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
Note: See TracChangeset for help on using the changeset viewer.