Ignore:
Timestamp:
Jan 23, 2017 4:32:34 AM (7 years ago)
Author:
nanang
Message:

Re #1900: Reintegrated works in UWP branch to trunk.

Location:
pjproject/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk

  • pjproject/trunk/third_party/build/yuv/libyuv.vcxproj

    r5358 r5539  
    5151    </ProjectConfiguration> 
    5252  </ItemGroup> 
     53  <!-- Import common config --> 
     54  <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" /> 
    5355  <PropertyGroup Label="Globals"> 
    5456    <ProjectGuid>{6AC9B65F-0862-4A5C-8A9D-141516993130}</ProjectGuid> 
    5557    <RootNamespace>libyuv</RootNamespace> 
     58    <!-- Specific UWP property --> 
     59    <DefaultLanguage>en-US</DefaultLanguage> 
    5660  </PropertyGroup> 
    5761  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 
     
    127131    <UseOfMfc>false</UseOfMfc> 
    128132    <CharacterSet>MultiByte</CharacterSet> 
     133  </PropertyGroup> 
     134  <!-- Override the PlatformToolset --> 
     135  <PropertyGroup> 
     136    <PlatformToolset>$(BuildToolset)</PlatformToolset> 
     137    <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"> 
     138    </CharacterSet> 
    129139  </PropertyGroup> 
    130140  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 
     
    196206    <OutDir>..\..\lib\</OutDir> 
    197207  </PropertyGroup> 
     208  <!-- Compile and link option definition --> 
     209  <ItemDefinitionGroup> 
     210    <ClCompile> 
     211      <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 
     212    </ClCompile> 
     213  </ItemDefinitionGroup> 
    198214  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 
    199215    <ClCompile> 
     
    202218      <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions> 
    203219      <PrecompiledHeaderOutputFile /> 
     220      <SDLCheck>false</SDLCheck> 
    204221    </ClCompile> 
    205222    <Lib> 
Note: See TracChangeset for help on using the changeset viewer.