- Timestamp:
- Dec 28, 2016 5:20:16 AM (8 years ago)
- 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 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.