Changeset 5539 for pjproject/trunk/third_party/build/yuv/libyuv.vcxproj
- Timestamp:
- Jan 23, 2017 4:32:34 AM (8 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/projects/uwp (added) merged: 5208,5210-5211,5254,5256,5298,5439,5470,5497,5511-5515,5526,5528-5529,5532,5538 -
Property
svn:global-ignores
set to
bin
obj
lib
Bin
output
Debug
Generated[^A-Ba-b0-9]Files
Service[^A-Ba-b0-9]References
*.opendb
*.db
*.user
- Property svn:mergeinfo changed
-
pjproject/trunk/third_party/build/yuv/libyuv.vcxproj
r5358 r5539 51 51 </ProjectConfiguration> 52 52 </ItemGroup> 53 <!-- Import common config --> 54 <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" /> 53 55 <PropertyGroup Label="Globals"> 54 56 <ProjectGuid>{6AC9B65F-0862-4A5C-8A9D-141516993130}</ProjectGuid> 55 57 <RootNamespace>libyuv</RootNamespace> 58 <!-- Specific UWP property --> 59 <DefaultLanguage>en-US</DefaultLanguage> 56 60 </PropertyGroup> 57 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 127 131 <UseOfMfc>false</UseOfMfc> 128 132 <CharacterSet>MultiByte</CharacterSet> 133 </PropertyGroup> 134 <!-- Override the PlatformToolset --> 135 <PropertyGroup> 136 <PlatformToolset>$(BuildToolset)</PlatformToolset> 137 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"> 138 </CharacterSet> 129 139 </PropertyGroup> 130 140 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 196 206 <OutDir>..\..\lib\</OutDir> 197 207 </PropertyGroup> 208 <!-- Compile and link option definition --> 209 <ItemDefinitionGroup> 210 <ClCompile> 211 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 212 </ClCompile> 213 </ItemDefinitionGroup> 198 214 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 199 215 <ClCompile> … … 202 218 <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions> 203 219 <PrecompiledHeaderOutputFile /> 220 <SDLCheck>false</SDLCheck> 204 221 </ClCompile> 205 222 <Lib>
Note: See TracChangeset
for help on using the changeset viewer.