- 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/webrtc/libwebrtc.vcxproj
r5432 r5539 140 140 <ClCompile Include="..\..\webrtc\src\webrtc\system_wrappers\source\cpu_features.cc" /> 141 141 </ItemGroup> 142 <!-- Import common config --> 143 <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" /> 142 144 <PropertyGroup Label="Globals"> 143 145 <ProjectGuid>{5BCF2773-3825-4D91-9D72-3E2F650DF1DB}</ProjectGuid> 144 146 <RootNamespace>libwebrtc</RootNamespace> 147 <!-- Specific UWP property --> 148 <DefaultLanguage>en-US</DefaultLanguage> 145 149 </PropertyGroup> 146 150 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 216 220 <UseOfMfc>false</UseOfMfc> 217 221 <CharacterSet>MultiByte</CharacterSet> 222 </PropertyGroup> 223 <!-- Override the PlatformToolset --> 224 <PropertyGroup> 225 <PlatformToolset>$(BuildToolset)</PlatformToolset> 226 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 218 227 </PropertyGroup> 219 228 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 285 294 <OutDir>..\..\lib\</OutDir> 286 295 </PropertyGroup> 296 <!-- Compile and link option definition --> 297 <ItemDefinitionGroup> 298 <ClCompile> 299 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 300 </ClCompile> 301 </ItemDefinitionGroup> 287 302 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 288 303 <ClCompile>
Note: See TracChangeset
for help on using the changeset viewer.