- Timestamp:
- Dec 10, 2015 1:58:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp/third_party/build/srtp/libsrtp.vcxproj
r5168 r5210 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> 85 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication> 86 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType> 87 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 88 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 89 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision> 57 90 </PropertyGroup> 58 91 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 62 95 <CharacterSet>MultiByte</CharacterSet> 63 96 </PropertyGroup> 97 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration"> 98 <ConfigurationType>StaticLibrary</ConfigurationType> 99 <PlatformToolset>v140</PlatformToolset> 100 <CharacterSet>MultiByte</CharacterSet> 101 </PropertyGroup> 64 102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> 65 103 <ConfigurationType>StaticLibrary</ConfigurationType> … … 67 105 <CharacterSet>MultiByte</CharacterSet> 68 106 </PropertyGroup> 107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 108 <ConfigurationType>StaticLibrary</ConfigurationType> 109 <PlatformToolset>v140</PlatformToolset> 110 <CharacterSet>MultiByte</CharacterSet> 111 </PropertyGroup> 69 112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration"> 70 113 <ConfigurationType>StaticLibrary</ConfigurationType> … … 72 115 <CharacterSet>MultiByte</CharacterSet> 73 116 </PropertyGroup> 117 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 118 <ConfigurationType>StaticLibrary</ConfigurationType> 119 <PlatformToolset>v140</PlatformToolset> 120 <CharacterSet>MultiByte</CharacterSet> 121 </PropertyGroup> 74 122 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> 75 123 <ConfigurationType>StaticLibrary</ConfigurationType> … … 77 125 <CharacterSet>MultiByte</CharacterSet> 78 126 </PropertyGroup> 127 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 128 <ConfigurationType>StaticLibrary</ConfigurationType> 129 <PlatformToolset>v140</PlatformToolset> 130 <CharacterSet>MultiByte</CharacterSet> 131 </PropertyGroup> 79 132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 80 133 <ConfigurationType>StaticLibrary</ConfigurationType> … … 82 135 <CharacterSet>MultiByte</CharacterSet> 83 136 </PropertyGroup> 137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 138 <ConfigurationType>StaticLibrary</ConfigurationType> 139 <PlatformToolset>v140</PlatformToolset> 140 <CharacterSet>MultiByte</CharacterSet> 141 </PropertyGroup> 84 142 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 85 143 <ConfigurationType>StaticLibrary</ConfigurationType> … … 87 145 <CharacterSet>MultiByte</CharacterSet> 88 146 </PropertyGroup> 147 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 148 <ConfigurationType>StaticLibrary</ConfigurationType> 149 <PlatformToolset>v140</PlatformToolset> 150 <CharacterSet>MultiByte</CharacterSet> 151 </PropertyGroup> 89 152 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> 90 153 <ConfigurationType>StaticLibrary</ConfigurationType> … … 116 179 <PlatformToolset>v140</PlatformToolset> 117 180 <CharacterSet>MultiByte</CharacterSet> 181 </PropertyGroup> 182 <!-- Override the PlatformToolset --> 183 <PropertyGroup> 184 <PlatformToolset>$(BuildToolset)</PlatformToolset> 185 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 118 186 </PropertyGroup> 119 187 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 125 193 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 126 194 </ImportGroup> 195 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 196 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 197 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 198 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 199 </ImportGroup> 127 200 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 128 201 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 129 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 130 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 202 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 203 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 204 </ImportGroup> 205 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 206 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 207 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 208 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 131 209 </ImportGroup> 132 210 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> … … 135 213 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 136 214 </ImportGroup> 215 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 216 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 217 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 218 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 219 </ImportGroup> 137 220 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 138 221 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> … … 140 223 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 141 224 </ImportGroup> 225 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 226 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 227 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 228 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 229 </ImportGroup> 142 230 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 143 231 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 144 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 145 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 232 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 233 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 234 </ImportGroup> 235 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 236 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 237 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 238 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 146 239 </ImportGroup> 147 240 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 148 241 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 149 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 150 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 242 <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 243 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 244 </ImportGroup> 245 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 246 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 247 <Import Project="..\..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 248 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 151 249 </ImportGroup> 152 250 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets"> 153 251 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 154 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 155 252 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 253 <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 156 254 </ImportGroup> 157 255 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets"> 158 256 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 159 160 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 257 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 258 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 161 259 </ImportGroup> 162 260 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 163 261 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 164 165 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 262 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 263 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 166 264 </ImportGroup> 167 265 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets"> 168 266 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 169 170 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 267 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 268 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 171 269 </ImportGroup> 172 270 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets"> 173 271 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 174 175 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 272 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 273 <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 176 274 </ImportGroup> 177 275 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 178 276 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 179 180 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 277 <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 278 <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 181 279 </ImportGroup> 182 280 <PropertyGroup Label="UserMacros" /> 183 281 <PropertyGroup> 184 282 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 185 <OutDir>..\..\lib\</OutDir> 186 </PropertyGroup> 283 <OutDir>..\..\lib\</OutDir> 284 </PropertyGroup> 285 <!-- Compile and link option definition --> 286 <ItemDefinitionGroup> 287 <ClCompile> 288 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 289 </ClCompile> 290 </ItemDefinitionGroup> 187 291 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 188 292 <ClCompile> … … 190 294 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 191 295 <PrecompiledHeaderOutputFile /> 296 </ClCompile> 297 <Lib> 298 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 299 </Lib> 300 </ItemDefinitionGroup> 301 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 302 <ClCompile> 303 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 304 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 305 <PrecompiledHeaderOutputFile> 306 </PrecompiledHeaderOutputFile> 192 307 </ClCompile> 193 308 <Lib> … … 219 334 </Lib> 220 335 </ItemDefinitionGroup> 336 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 337 <ClCompile> 338 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 339 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 340 <PrecompiledHeaderOutputFile> 341 </PrecompiledHeaderOutputFile> 342 </ClCompile> 343 <Lib> 344 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 345 </Lib> 346 </ItemDefinitionGroup> 221 347 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 222 348 <Midl> … … 242 368 </Lib> 243 369 </ItemDefinitionGroup> 370 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 371 <ClCompile> 372 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 373 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 374 <PrecompiledHeaderOutputFile> 375 </PrecompiledHeaderOutputFile> 376 </ClCompile> 377 <Lib> 378 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 379 </Lib> 380 </ItemDefinitionGroup> 244 381 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 245 382 <Midl> … … 266 403 </Lib> 267 404 </ItemDefinitionGroup> 405 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 406 <ClCompile> 407 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 408 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 409 <PrecompiledHeaderOutputFile> 410 </PrecompiledHeaderOutputFile> 411 </ClCompile> 412 <Lib> 413 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 414 </Lib> 415 </ItemDefinitionGroup> 268 416 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 269 417 <Midl> … … 289 437 </Lib> 290 438 </ItemDefinitionGroup> 439 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 440 <ClCompile> 441 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 442 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 443 <PrecompiledHeaderOutputFile> 444 </PrecompiledHeaderOutputFile> 445 </ClCompile> 446 <Lib> 447 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 448 </Lib> 449 </ItemDefinitionGroup> 291 450 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 292 451 <Midl> … … 308 467 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 309 468 <PrecompiledHeaderOutputFile /> 469 </ClCompile> 470 <Lib> 471 <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile> 472 </Lib> 473 </ItemDefinitionGroup> 474 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 475 <ClCompile> 476 <AdditionalIncludeDirectories>.;../../srtp/include;../../srtp/crypto/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 477 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 478 <PrecompiledHeaderOutputFile> 479 </PrecompiledHeaderOutputFile> 310 480 </ClCompile> 311 481 <Lib>
Note: See TracChangeset
for help on using the changeset viewer.