Changeset 5539 for pjproject/trunk/pjnath/build/pjnath.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/pjnath/build/pjnath.vcxproj
r5168 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>{A5D9AA24-08ED-48B9-BD65-F0A25E96BFC4}</ProjectGuid> 55 <RootNamespace>pjnath</RootNamespace> 81 <RootNamespace>pjnath</RootNamespace> 82 <!-- Specific UWP property --> 83 <DefaultLanguage>en-US</DefaultLanguage> 56 84 </PropertyGroup> 57 85 <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 <UseOfMfc>false</UseOfMfc> 96 <CharacterSet>MultiByte</CharacterSet> 97 </PropertyGroup> 64 98 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> 65 99 <ConfigurationType>StaticLibrary</ConfigurationType> … … 68 102 <CharacterSet>MultiByte</CharacterSet> 69 103 </PropertyGroup> 104 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 105 <ConfigurationType>StaticLibrary</ConfigurationType> 106 <PlatformToolset>v140</PlatformToolset> 107 <UseOfMfc>false</UseOfMfc> 108 <CharacterSet>MultiByte</CharacterSet> 109 </PropertyGroup> 70 110 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration"> 71 111 <ConfigurationType>StaticLibrary</ConfigurationType> … … 74 114 <CharacterSet>MultiByte</CharacterSet> 75 115 </PropertyGroup> 116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 117 <ConfigurationType>StaticLibrary</ConfigurationType> 118 <PlatformToolset>v140</PlatformToolset> 119 <UseOfMfc>false</UseOfMfc> 120 <CharacterSet>MultiByte</CharacterSet> 121 </PropertyGroup> 76 122 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> 77 123 <ConfigurationType>StaticLibrary</ConfigurationType> … … 80 126 <CharacterSet>MultiByte</CharacterSet> 81 127 </PropertyGroup> 128 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 129 <ConfigurationType>StaticLibrary</ConfigurationType> 130 <PlatformToolset>v140</PlatformToolset> 131 <UseOfMfc>false</UseOfMfc> 132 <CharacterSet>MultiByte</CharacterSet> 133 </PropertyGroup> 82 134 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 83 135 <ConfigurationType>StaticLibrary</ConfigurationType> … … 86 138 <CharacterSet>MultiByte</CharacterSet> 87 139 </PropertyGroup> 140 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 141 <ConfigurationType>StaticLibrary</ConfigurationType> 142 <PlatformToolset>v140</PlatformToolset> 143 <UseOfMfc>false</UseOfMfc> 144 <CharacterSet>MultiByte</CharacterSet> 145 </PropertyGroup> 88 146 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 89 147 <ConfigurationType>StaticLibrary</ConfigurationType> … … 92 150 <CharacterSet>MultiByte</CharacterSet> 93 151 </PropertyGroup> 152 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 153 <ConfigurationType>StaticLibrary</ConfigurationType> 154 <PlatformToolset>v140</PlatformToolset> 155 <UseOfMfc>false</UseOfMfc> 156 <CharacterSet>MultiByte</CharacterSet> 157 </PropertyGroup> 94 158 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> 95 159 <ConfigurationType>StaticLibrary</ConfigurationType> … … 127 191 <UseOfMfc>false</UseOfMfc> 128 192 <CharacterSet>MultiByte</CharacterSet> 193 </PropertyGroup> 194 <!-- Override the PlatformToolset --> 195 <PropertyGroup> 196 <PlatformToolset>$(BuildToolset)</PlatformToolset> 197 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 129 198 </PropertyGroup> 130 199 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 133 202 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="PropertySheets"> 134 203 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 135 <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 136 <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 204 <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 205 <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 206 </ImportGroup> 207 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 208 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 209 <Import Project="..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 210 <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 137 211 </ImportGroup> 138 212 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 139 213 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 140 <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 141 <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 214 <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 215 <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 216 </ImportGroup> 217 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 218 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 219 <Import Project="..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 220 <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 142 221 </ImportGroup> 143 222 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 144 223 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 145 <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 146 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 224 <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 225 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 226 </ImportGroup> 227 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 228 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 229 <Import Project="..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 230 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 147 231 </ImportGroup> 148 232 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 149 233 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 150 <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 151 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 234 <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 235 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 236 </ImportGroup> 237 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 238 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 239 <Import Project="..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 240 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 152 241 </ImportGroup> 153 242 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 154 243 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 155 <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 156 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 244 <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 245 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 246 </ImportGroup> 247 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 248 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 249 <Import Project="..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 250 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 157 251 </ImportGroup> 158 252 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 159 253 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 160 <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 161 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 254 <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 255 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 256 </ImportGroup> 257 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 258 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 259 <Import Project="..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 260 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 162 261 </ImportGroup> 163 262 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets"> 164 263 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 165 166 <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 264 <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 265 <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 167 266 </ImportGroup> 168 267 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets"> 169 268 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 170 171 <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 269 <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 270 <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 172 271 </ImportGroup> 173 272 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets"> 174 273 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 175 176 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 274 <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 275 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 177 276 </ImportGroup> 178 277 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets"> 179 278 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 180 181 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 279 <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 280 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 182 281 </ImportGroup> 183 282 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 184 283 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 185 186 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 284 <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 285 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 187 286 </ImportGroup> 188 287 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 189 288 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 190 191 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 289 <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 290 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 192 291 </ImportGroup> 193 292 <PropertyGroup Label="UserMacros" /> … … 195 294 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 196 295 </PropertyGroup> 296 <!-- Compile and link option definition --> 297 <ItemDefinitionGroup> 298 <ClCompile> 299 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 300 </ClCompile> 301 </ItemDefinitionGroup> 197 302 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'"> 198 303 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 200 305 <CodeAnalysisRuleAssemblies /> 201 306 </PropertyGroup> 307 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 308 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 309 <CodeAnalysisRules /> 310 <CodeAnalysisRuleAssemblies /> 311 </PropertyGroup> 202 312 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 203 313 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 215 325 <CodeAnalysisRuleAssemblies /> 216 326 </PropertyGroup> 327 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 328 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 329 <CodeAnalysisRules /> 330 <CodeAnalysisRuleAssemblies /> 331 </PropertyGroup> 217 332 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 218 333 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 220 335 <CodeAnalysisRuleAssemblies /> 221 336 </PropertyGroup> 337 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 338 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 339 <CodeAnalysisRules /> 340 <CodeAnalysisRuleAssemblies /> 341 </PropertyGroup> 222 342 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 223 343 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 230 350 <CodeAnalysisRuleAssemblies /> 231 351 </PropertyGroup> 352 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 353 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 354 <CodeAnalysisRules /> 355 <CodeAnalysisRuleAssemblies /> 356 </PropertyGroup> 232 357 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 233 358 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 240 365 <CodeAnalysisRuleAssemblies /> 241 366 </PropertyGroup> 367 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 368 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 369 <CodeAnalysisRules /> 370 <CodeAnalysisRuleAssemblies /> 371 </PropertyGroup> 242 372 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 243 373 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 255 385 <CodeAnalysisRuleAssemblies /> 256 386 </PropertyGroup> 387 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 388 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 389 <CodeAnalysisRules /> 390 <CodeAnalysisRuleAssemblies /> 391 </PropertyGroup> 257 392 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 258 393 <ClCompile> … … 260 395 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 261 396 <PrecompiledHeaderOutputFile /> 397 </ClCompile> 398 </ItemDefinitionGroup> 399 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 400 <ClCompile> 401 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 402 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 403 <PrecompiledHeaderOutputFile> 404 </PrecompiledHeaderOutputFile> 262 405 </ClCompile> 263 406 </ItemDefinitionGroup> … … 279 422 </ClCompile> 280 423 </ItemDefinitionGroup> 424 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 425 <ClCompile> 426 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 427 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 428 <PrecompiledHeaderOutputFile> 429 </PrecompiledHeaderOutputFile> 430 </ClCompile> 431 </ItemDefinitionGroup> 281 432 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 282 433 <Midl> … … 297 448 </ClCompile> 298 449 </ItemDefinitionGroup> 450 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 451 <ClCompile> 452 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 453 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 454 <PrecompiledHeaderOutputFile> 455 </PrecompiledHeaderOutputFile> 456 </ClCompile> 457 </ItemDefinitionGroup> 299 458 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 300 459 <Midl> … … 315 474 </ClCompile> 316 475 </ItemDefinitionGroup> 476 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 477 <ClCompile> 478 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 479 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 480 <PrecompiledHeaderOutputFile> 481 </PrecompiledHeaderOutputFile> 482 </ClCompile> 483 </ItemDefinitionGroup> 317 484 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 318 485 <Midl> … … 332 499 </ClCompile> 333 500 </ItemDefinitionGroup> 501 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 502 <ClCompile> 503 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 504 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 505 <PrecompiledHeaderOutputFile> 506 </PrecompiledHeaderOutputFile> 507 </ClCompile> 508 </ItemDefinitionGroup> 334 509 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 335 510 <Midl> … … 348 523 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 349 524 <PrecompiledHeaderOutputFile /> 525 </ClCompile> 526 </ItemDefinitionGroup> 527 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 528 <ClCompile> 529 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 530 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 531 <PrecompiledHeaderOutputFile> 532 </PrecompiledHeaderOutputFile> 350 533 </ClCompile> 351 534 </ItemDefinitionGroup> … … 388 571 <ClInclude Include="..\include\pjnath\nat_detect.h" /> 389 572 <ClInclude Include="..\include\pjnath\stun_auth.h" /> 390 <ClInclude Include="..\include\pjnath\stun_config.h" /> 573 <ClInclude Include="..\include\pjnath\stun_config.h" /> 391 574 <ClInclude Include="..\include\pjnath\stun_msg.h" /> 392 575 <ClInclude Include="..\include\pjnath\stun_session.h" />
Note: See TracChangeset
for help on using the changeset viewer.