- Timestamp:
- Dec 10, 2015 1:58:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp/pjnath/build/pjnath.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>{A5D9AA24-08ED-48B9-BD65-F0A25E96BFC4}</ProjectGuid> 55 <RootNamespace>pjnath</RootNamespace> 81 <RootNamespace>pjnath</RootNamespace> 82 <!-- Specific UWP property --> 83 <DefaultLanguage>en-US</DefaultLanguage> 84 <AppContainerApplication Condition="'$(API_Family)'=='UWP'">true</AppContainerApplication> 85 <ApplicationType Condition="'$(API_Family)'=='UWP'">Windows Store</ApplicationType> 86 <WindowsTargetPlatformVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformVersion> 87 <WindowsTargetPlatformMinVersion Condition="'$(API_Family)'=='UWP'">$(PlatformVersion)</WindowsTargetPlatformMinVersion> 88 <ApplicationTypeRevision Condition="'$(API_Family)'=='UWP'">$(AppTypeRev)</ApplicationTypeRevision> 56 89 </PropertyGroup> 57 90 <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 <UseOfMfc>false</UseOfMfc> 101 <CharacterSet>MultiByte</CharacterSet> 102 </PropertyGroup> 64 103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration"> 65 104 <ConfigurationType>StaticLibrary</ConfigurationType> … … 68 107 <CharacterSet>MultiByte</CharacterSet> 69 108 </PropertyGroup> 109 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration"> 110 <ConfigurationType>StaticLibrary</ConfigurationType> 111 <PlatformToolset>v140</PlatformToolset> 112 <UseOfMfc>false</UseOfMfc> 113 <CharacterSet>MultiByte</CharacterSet> 114 </PropertyGroup> 70 115 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration"> 71 116 <ConfigurationType>StaticLibrary</ConfigurationType> … … 74 119 <CharacterSet>MultiByte</CharacterSet> 75 120 </PropertyGroup> 121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration"> 122 <ConfigurationType>StaticLibrary</ConfigurationType> 123 <PlatformToolset>v140</PlatformToolset> 124 <UseOfMfc>false</UseOfMfc> 125 <CharacterSet>MultiByte</CharacterSet> 126 </PropertyGroup> 76 127 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration"> 77 128 <ConfigurationType>StaticLibrary</ConfigurationType> … … 80 131 <CharacterSet>MultiByte</CharacterSet> 81 132 </PropertyGroup> 133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration"> 134 <ConfigurationType>StaticLibrary</ConfigurationType> 135 <PlatformToolset>v140</PlatformToolset> 136 <UseOfMfc>false</UseOfMfc> 137 <CharacterSet>MultiByte</CharacterSet> 138 </PropertyGroup> 82 139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 83 140 <ConfigurationType>StaticLibrary</ConfigurationType> … … 86 143 <CharacterSet>MultiByte</CharacterSet> 87 144 </PropertyGroup> 145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 146 <ConfigurationType>StaticLibrary</ConfigurationType> 147 <PlatformToolset>v140</PlatformToolset> 148 <UseOfMfc>false</UseOfMfc> 149 <CharacterSet>MultiByte</CharacterSet> 150 </PropertyGroup> 88 151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 89 152 <ConfigurationType>StaticLibrary</ConfigurationType> … … 92 155 <CharacterSet>MultiByte</CharacterSet> 93 156 </PropertyGroup> 157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 158 <ConfigurationType>StaticLibrary</ConfigurationType> 159 <PlatformToolset>v140</PlatformToolset> 160 <UseOfMfc>false</UseOfMfc> 161 <CharacterSet>MultiByte</CharacterSet> 162 </PropertyGroup> 94 163 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration"> 95 164 <ConfigurationType>StaticLibrary</ConfigurationType> … … 127 196 <UseOfMfc>false</UseOfMfc> 128 197 <CharacterSet>MultiByte</CharacterSet> 198 </PropertyGroup> 199 <!-- Override the PlatformToolset --> 200 <PropertyGroup> 201 <PlatformToolset>$(BuildToolset)</PlatformToolset> 202 <CharacterSet Condition="'$(API_Family)'!='WinDesktop'"></CharacterSet> 129 203 </PropertyGroup> 130 204 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> … … 133 207 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="PropertySheets"> 134 208 <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" /> 209 <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 210 <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 211 </ImportGroup> 212 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets"> 213 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 214 <Import Project="..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 215 <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 137 216 </ImportGroup> 138 217 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets"> 139 218 <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" /> 219 <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 220 <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 221 </ImportGroup> 222 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets"> 223 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 224 <Import Project="..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 225 <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 142 226 </ImportGroup> 143 227 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets"> 144 228 <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" /> 229 <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 230 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 231 </ImportGroup> 232 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets"> 233 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 234 <Import Project="..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 235 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 147 236 </ImportGroup> 148 237 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets"> 149 238 <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" /> 239 <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 240 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 241 </ImportGroup> 242 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets"> 243 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 244 <Import Project="..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 245 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 152 246 </ImportGroup> 153 247 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 154 248 <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" /> 249 <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" /> 250 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 251 </ImportGroup> 252 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets"> 253 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 254 <Import Project="..\..\build\vs\pjproject-vs14-arm-common-defaults.props" /> 255 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 157 256 </ImportGroup> 158 257 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 159 258 <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" /> 259 <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" /> 260 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 261 </ImportGroup> 262 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> 263 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 264 <Import Project="..\..\build\vs\pjproject-vs14-arm-release-defaults.props" /> 265 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 162 266 </ImportGroup> 163 267 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets"> 164 268 <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" /> 269 <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 270 <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" /> 167 271 </ImportGroup> 168 272 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets"> 169 273 <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" /> 274 <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 275 <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" /> 172 276 </ImportGroup> 173 277 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets"> 174 278 <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" /> 279 <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 280 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 177 281 </ImportGroup> 178 282 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets"> 179 283 <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" /> 284 <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 285 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 182 286 </ImportGroup> 183 287 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 184 288 <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" /> 289 <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" /> 290 <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" /> 187 291 </ImportGroup> 188 292 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 189 293 <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" /> 294 <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" /> 295 <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" /> 192 296 </ImportGroup> 193 297 <PropertyGroup Label="UserMacros" /> … … 195 299 <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion> 196 300 </PropertyGroup> 301 <!-- Compile and link option definition --> 302 <ItemDefinitionGroup> 303 <ClCompile> 304 <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary> 305 </ClCompile> 306 </ItemDefinitionGroup> 197 307 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'"> 198 308 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 200 310 <CodeAnalysisRuleAssemblies /> 201 311 </PropertyGroup> 312 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 313 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 314 <CodeAnalysisRules /> 315 <CodeAnalysisRuleAssemblies /> 316 </PropertyGroup> 202 317 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 203 318 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 215 330 <CodeAnalysisRuleAssemblies /> 216 331 </PropertyGroup> 332 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 333 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 334 <CodeAnalysisRules /> 335 <CodeAnalysisRuleAssemblies /> 336 </PropertyGroup> 217 337 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 218 338 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 220 340 <CodeAnalysisRuleAssemblies /> 221 341 </PropertyGroup> 342 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 343 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 344 <CodeAnalysisRules /> 345 <CodeAnalysisRuleAssemblies /> 346 </PropertyGroup> 222 347 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 223 348 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 230 355 <CodeAnalysisRuleAssemblies /> 231 356 </PropertyGroup> 357 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 358 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 359 <CodeAnalysisRules /> 360 <CodeAnalysisRuleAssemblies /> 361 </PropertyGroup> 232 362 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 233 363 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 240 370 <CodeAnalysisRuleAssemblies /> 241 371 </PropertyGroup> 372 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 373 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 374 <CodeAnalysisRules /> 375 <CodeAnalysisRuleAssemblies /> 376 </PropertyGroup> 242 377 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 243 378 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> … … 255 390 <CodeAnalysisRuleAssemblies /> 256 391 </PropertyGroup> 392 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 393 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 394 <CodeAnalysisRules /> 395 <CodeAnalysisRuleAssemblies /> 396 </PropertyGroup> 257 397 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 258 398 <ClCompile> … … 260 400 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 261 401 <PrecompiledHeaderOutputFile /> 402 </ClCompile> 403 </ItemDefinitionGroup> 404 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 405 <ClCompile> 406 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 407 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 408 <PrecompiledHeaderOutputFile> 409 </PrecompiledHeaderOutputFile> 262 410 </ClCompile> 263 411 </ItemDefinitionGroup> … … 279 427 </ClCompile> 280 428 </ItemDefinitionGroup> 429 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 430 <ClCompile> 431 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 432 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 433 <PrecompiledHeaderOutputFile> 434 </PrecompiledHeaderOutputFile> 435 </ClCompile> 436 </ItemDefinitionGroup> 281 437 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 282 438 <Midl> … … 297 453 </ClCompile> 298 454 </ItemDefinitionGroup> 455 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'"> 456 <ClCompile> 457 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 458 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 459 <PrecompiledHeaderOutputFile> 460 </PrecompiledHeaderOutputFile> 461 </ClCompile> 462 </ItemDefinitionGroup> 299 463 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'"> 300 464 <Midl> … … 315 479 </ClCompile> 316 480 </ItemDefinitionGroup> 481 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'"> 482 <ClCompile> 483 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 484 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 485 <PrecompiledHeaderOutputFile> 486 </PrecompiledHeaderOutputFile> 487 </ClCompile> 488 </ItemDefinitionGroup> 317 489 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'"> 318 490 <Midl> … … 332 504 </ClCompile> 333 505 </ItemDefinitionGroup> 506 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'"> 507 <ClCompile> 508 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 509 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 510 <PrecompiledHeaderOutputFile> 511 </PrecompiledHeaderOutputFile> 512 </ClCompile> 513 </ItemDefinitionGroup> 334 514 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'"> 335 515 <Midl> … … 348 528 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 349 529 <PrecompiledHeaderOutputFile /> 530 </ClCompile> 531 </ItemDefinitionGroup> 532 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'"> 533 <ClCompile> 534 <AdditionalIncludeDirectories>../include;../../pjlib/include;../../pjlib-util/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 535 <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 536 <PrecompiledHeaderOutputFile> 537 </PrecompiledHeaderOutputFile> 350 538 </ClCompile> 351 539 </ItemDefinitionGroup> … … 388 576 <ClInclude Include="..\include\pjnath\nat_detect.h" /> 389 577 <ClInclude Include="..\include\pjnath\stun_auth.h" /> 390 <ClInclude Include="..\include\pjnath\stun_config.h" /> 578 <ClInclude Include="..\include\pjnath\stun_config.h" /> 391 579 <ClInclude Include="..\include\pjnath\stun_msg.h" /> 392 580 <ClInclude Include="..\include\pjnath\stun_session.h" />
Note: See TracChangeset
for help on using the changeset viewer.