Changeset 5539 for pjproject/trunk/third_party/build/srtp/libsrtp.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/srtp/libsrtp.vcxproj
r5415 r5539 2 2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug-Dynamic|ARM"> 5 <Configuration>Debug-Dynamic</Configuration> 6 <Platform>ARM</Platform> 7 </ProjectConfiguration> 4 8 <ProjectConfiguration Include="Debug-Dynamic|Win32"> 5 9 <Configuration>Debug-Dynamic</Configuration> … … 10 14 <Platform>x64</Platform> 11 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Debug-Static|ARM"> 17 <Configuration>Debug-Static</Configuration> 18 <Platform>ARM</Platform> 19 </ProjectConfiguration> 12 20 <ProjectConfiguration Include="Debug-Static|Win32"> 13 21 <Configuration>Debug-Static</Configuration> … … 18 26 <Platform>x64</Platform> 19 27 </ProjectConfiguration> 28 <ProjectConfiguration Include="Debug|ARM"> 29 <Configuration>Debug</Configuration> 30 <Platform>ARM</Platform> 31 </ProjectConfiguration> 20 32 <ProjectConfiguration Include="Debug|Win32"> 21 33 <Configuration>Debug</Configuration> … … 26 38 <Platform>x64</Platform> 27 39 </ProjectConfiguration> 40 <ProjectConfiguration Include="Release-Dynamic|ARM"> 41 <Configuration>Release-Dynamic</Configuration> 42 <Platform>ARM</Platform> 43 </ProjectConfiguration> 28 44 <ProjectConfiguration Include="Release-Dynamic|Win32"> 29 45 <Configuration>Release-Dynamic</Configuration> … … 34 50 <Platform>x64</Platform> 35 51 </ProjectConfiguration> 52 <ProjectConfiguration Include="Release-Static|ARM"> 53 <Configuration>Release-Static</Configuration> 54 <Platform>ARM</Platform> 55 </ProjectConfiguration> 36 56 <ProjectConfiguration Include="Release-Static|Win32"> 37 57 <Configuration>Release-Static</Configuration> … … 42 62 <Platform>x64</Platform> 43 63 </ProjectConfiguration> 64 <ProjectConfiguration Include="Release|ARM"> 65 <Configuration>Release</Configuration> 66 <Platform>ARM</Platform> 67 </ProjectConfiguration> 44 68 <ProjectConfiguration Include="Release|Win32"> 45 69 <Configuration>Release</Configuration> … … 51 75 </ProjectConfiguration> 52 76 </ItemGroup> 77 <!-- Import common config --> 78 <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" /> 53 79 <PropertyGroup Label="Globals"> 54 80 <ProjectGuid>{F0DBAA03-1BA3-4E3B-A2CA-727E3D3AB858}</ProjectGuid> 55 81 <RootNamespace>libsrtp</RootNamespace> 56 82 <Keyword>Win32Proj</Keyword> 83 <!-- Specific UWP property --> 84 <DefaultLanguage>en-US</DefaultLanguage> 57 85 </PropertyGroup> 58 86 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 62 90 <CharacterSet>MultiByte</CharacterSet> 63 91 </PropertyGroup> 92 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration"> 93 <ConfigurationType>StaticLibrary</ConfigurationType> 94 <PlatformToolset>v140</PlatformToolset> 95 <CharacterSet>MultiByte</CharacterSet> 96 </PropertyGroup> 64 97 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> 65 98 <ConfigurationType>StaticLibrary</ConfigurationType> … … 67 100 <CharacterSet>MultiByte</CharacterSet> 68 101 </PropertyGroup> 102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 103 <ConfigurationType>StaticLibrary</ConfigurationType> 104 <PlatformToolset>v140</PlatformToolset> 105 <CharacterSet>MultiByte</CharacterSet> 106 </PropertyGroup> 69 107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration"> 70 108 <ConfigurationType>StaticLibrary</ConfigurationType> … … 72 110 <CharacterSet>MultiByte</CharacterSet> 73 111 </PropertyGroup> 112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 113 <ConfigurationType>StaticLibrary</ConfigurationType> 114 <PlatformToolset>v140</PlatformToolset> 115 <CharacterSet>MultiByte</CharacterSet> 116 </PropertyGroup> 74 117 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> 75 118 <ConfigurationType>StaticLibrary</ConfigurationType> … … 77 120 <CharacterSet>MultiByte</CharacterSet> 78 121 </PropertyGroup> 122 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 123 <ConfigurationType>StaticLibrary</ConfigurationType> 124 <PlatformToolset>v140</PlatformToolset> 125 <CharacterSet>MultiByte</CharacterSet> 126 </PropertyGroup> 79 127 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 80 128 <ConfigurationType>StaticLibrary</ConfigurationType> … … 82 130 <CharacterSet>MultiByte</CharacterSet> 83 131 </PropertyGroup> 132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 133 <ConfigurationType>StaticLibrary</ConfigurationType> 134 <PlatformToolset>v140</PlatformToolset> 135 <CharacterSet>MultiByte</CharacterSet> 136 </PropertyGroup> 84 137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 85 138 <ConfigurationType>StaticLibrary</ConfigurationType> … … 87 140 <CharacterSet>MultiByte</CharacterSet> 88 141 </PropertyGroup> 142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 143 <ConfigurationType>StaticLibrary</ConfigurationType> 144 <PlatformToolset>v140</PlatformToolset> 145 <CharacterSet>MultiByte</CharacterSet> 146 </PropertyGroup> 89 147 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> 90 148 <ConfigurationType>StaticLibrary</ConfigurationType> … … 116 174 <PlatformToolset>v140</PlatformToolset> 117 175 <CharacterSet>MultiByte</CharacterSet> 176 </PropertyGroup> 177 <!-- Override the PlatformToolset --> 178 <PropertyGroup> 179 <PlatformToolset>$(BuildToolset)</PlatformToolset> 180 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"> 181 </CharacterSet> 118 182 </PropertyGroup> 119 183 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 125 189 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 126 190 </ImportGroup> 191 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 192 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 193 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 194 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 195 </ImportGroup> 127 196 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 128 197 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> … … 130 199 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 131 200 </ImportGroup> 201 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 202 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 203 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 204 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 205 </ImportGroup> 132 206 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 133 207 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> … … 135 209 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 136 210 </ImportGroup> 211 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 212 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 213 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 214 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 215 </ImportGroup> 137 216 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 138 217 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> … … 140 219 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 141 220 </ImportGroup> 221 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 222 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 223 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 224 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 225 </ImportGroup> 142 226 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 143 227 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> … … 145 229 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 146 230 </ImportGroup> 231 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 232 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 233 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 234 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 235 </ImportGroup> 147 236 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 148 237 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 149 238 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 239 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 240 </ImportGroup> 241 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 242 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 243 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 150 244 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 151 245 </ImportGroup> … … 185 279 <OutDir>..\..\lib\</OutDir> 186 280 </PropertyGroup> 281 <!-- Compile and link option definition --> 282 <ItemDefinitionGroup> 283 <ClCompile> 284 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 285 </ClCompile> 286 </ItemDefinitionGroup> 187 287 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 188 288 <ClCompile> … … 190 290 <PreprocessorDefinitions>_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions> 191 291 <PrecompiledHeaderOutputFile /> 292 </ClCompile> 293 <Lib> 294 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 295 </Lib> 296 </ItemDefinitionGroup> 297 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 298 <ClCompile> 299 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 300 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 301 <PrecompiledHeaderOutputFile> 302 </PrecompiledHeaderOutputFile> 192 303 </ClCompile> 193 304 <Lib> … … 219 330 </Lib> 220 331 </ItemDefinitionGroup> 332 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 333 <ClCompile> 334 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 335 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 336 <PrecompiledHeaderOutputFile> 337 </PrecompiledHeaderOutputFile> 338 </ClCompile> 339 <Lib> 340 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 341 </Lib> 342 </ItemDefinitionGroup> 221 343 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 222 344 <Midl> … … 242 364 </Lib> 243 365 </ItemDefinitionGroup> 366 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 367 <ClCompile> 368 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 369 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 370 <PrecompiledHeaderOutputFile> 371 </PrecompiledHeaderOutputFile> 372 </ClCompile> 373 <Lib> 374 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 375 </Lib> 376 </ItemDefinitionGroup> 244 377 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 245 378 <Midl> … … 266 399 </Lib> 267 400 </ItemDefinitionGroup> 401 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 402 <ClCompile> 403 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 404 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 405 <PrecompiledHeaderOutputFile> 406 </PrecompiledHeaderOutputFile> 407 </ClCompile> 408 <Lib> 409 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 410 </Lib> 411 </ItemDefinitionGroup> 268 412 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 269 413 <Midl> … … 289 433 </Lib> 290 434 </ItemDefinitionGroup> 435 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 436 <ClCompile> 437 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 438 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 439 <PrecompiledHeaderOutputFile> 440 </PrecompiledHeaderOutputFile> 441 </ClCompile> 442 <Lib> 443 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 444 </Lib> 445 </ItemDefinitionGroup> 291 446 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 292 447 <Midl> … … 308 463 <PreprocessorDefinitions>_LIB;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions> 309 464 <PrecompiledHeaderOutputFile /> 465 </ClCompile> 466 <Lib> 467 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 468 </Lib> 469 </ItemDefinitionGroup> 470 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 471 <ClCompile> 472 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 473 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 474 <PrecompiledHeaderOutputFile> 475 </PrecompiledHeaderOutputFile> 310 476 </ClCompile> 311 477 <Lib> … … 379 545 <ClCompile Include="..\..\srtp\crypto\hash\sha1.c" /> 380 546 <ClCompile Include="..\..\srtp\crypto\kernel\alloc.c" /> 381 <ClCompile Include="..\..\srtp\crypto\kernel\crypto_kernel.c" /> 547 <ClCompile Include="..\..\srtp\crypto\kernel\crypto_kernel.c"> 548 <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 549 </DisableSpecificWarnings> 550 </ClCompile> 382 551 <ClCompile Include="..\..\srtp\crypto\kernel\key.c" /> 383 552 <ClCompile Include="..\..\srtp\crypto\math\datatypes.c" />
Note: See TracChangeset
for help on using the changeset viewer.