Ignore:
Timestamp:
Dec 28, 2016 5:20:16 AM (7 years ago)
Author:
riza
Message:

Re #1900: Fix merge conflict for solution file and project files. And fix some compile error found for UWP.

Location:
pjproject/branches/projects/uwp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/uwp

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • pjproject/branches/projects/uwp/third_party/build/webrtc/libwebrtc.vcxproj

    r5432 r5514  
    140140    <ClCompile Include="..\..\webrtc\src\webrtc\system_wrappers\source\cpu_features.cc" /> 
    141141  </ItemGroup> 
     142  <!-- Import common config --> 
     143  <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" /> 
    142144  <PropertyGroup Label="Globals"> 
    143145    <ProjectGuid>{5BCF2773-3825-4D91-9D72-3E2F650DF1DB}</ProjectGuid> 
    144146    <RootNamespace>libwebrtc</RootNamespace> 
     147    <!-- Specific UWP property --> 
     148    <DefaultLanguage>en-US</DefaultLanguage> 
    145149  </PropertyGroup> 
    146150  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
     
    216220    <UseOfMfc>false</UseOfMfc> 
    217221    <CharacterSet>MultiByte</CharacterSet> 
     222  </PropertyGroup> 
     223  <!-- Override the PlatformToolset --> 
     224  <PropertyGroup> 
     225    <PlatformToolset>$(BuildToolset)</PlatformToolset> 
     226    <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 
    218227  </PropertyGroup> 
    219228  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 
     
    285294    <OutDir>..\..\lib\</OutDir> 
    286295  </PropertyGroup> 
     296  <!-- Compile and link option definition --> 
     297  <ItemDefinitionGroup> 
     298    <ClCompile> 
     299        <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 
     300    </ClCompile> 
     301  </ItemDefinitionGroup> 
    287302  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 
    288303    <ClCompile> 
Note: See TracChangeset for help on using the changeset viewer.