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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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> 
Note: See TracChangeset for help on using the changeset viewer.