Changeset 2638 for pjproject/trunk/third_party/build/srtp/libsrtp.vcproj
- Timestamp:
- Apr 22, 2009 2:27:55 PM (16 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
- Property svn:mergeinfo changed
/pjproject/branches/projects/vs-reorg (added) merged: 2588,2595,2598,2606,2608-2612,2618-2619,2621-2622,2624-2637
- Property svn:mergeinfo changed
-
pjproject/trunk/third_party/build/srtp/libsrtp.vcproj
r2584 r2638 15 15 Name="Windows Mobile 6 Standard SDK (ARMV4I)" 16 16 /> 17 <Platform 18 Name="Windows Mobile 6 Professional SDK (ARMV4I)" 19 /> 17 20 </Platforms> 18 21 <ToolFiles> … … 21 24 <Configuration 22 25 Name="Debug|Win32" 23 OutputDirectory=".\output\libsrtp-i386-win32-vc8-debug" 24 IntermediateDirectory=".\output\libsrtp-i386-win32-vc8-debug" 25 ConfigurationType="4" 26 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 27 28 ATLMinimizesCRunTimeLibraryUsage="false" 29 26 30 CharacterSet="2" 27 > 28 <Tool 29 Name="VCPreBuildEventTool" 30 /> 31 <Tool 32 Name="VCCustomBuildTool" 33 /> 34 <Tool 35 Name="VCXMLDataGeneratorTool" 36 /> 37 <Tool 38 Name="VCWebServiceProxyGeneratorTool" 39 /> 40 <Tool 41 Name="VCMIDLTool" 42 /> 43 <Tool 44 Name="VCCLCompilerTool" 45 Optimization="0" 46 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 47 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 48 MinimalRebuild="true" 49 BasicRuntimeChecks="3" 50 RuntimeLibrary="1" 51 UsePrecompiledHeader="0" 52 WarningLevel="3" 53 Detect64BitPortabilityProblems="true" 54 DebugInformationFormat="4" 55 /> 56 <Tool 57 Name="VCManagedResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCResourceCompilerTool" 61 /> 62 <Tool 63 Name="VCPreLinkEventTool" 64 /> 65 <Tool 66 Name="VCLibrarianTool" 67 OutputFile="..\..\lib\libsrtp-i386-win32-vc8-debug.lib" 31 32 ConfigurationType="4" 33 > 34 <Tool 35 Name="VCPreBuildEventTool" 36 /> 37 <Tool 38 Name="VCCustomBuildTool" 39 /> 40 <Tool 41 Name="VCXMLDataGeneratorTool" 42 /> 43 <Tool 44 Name="VCWebServiceProxyGeneratorTool" 45 /> 46 <Tool 47 Name="VCMIDLTool" 48 /> 49 <Tool 50 Name="VCCLCompilerTool" 51 PrecompiledHeaderFile="" 52 53 PreprocessorDefinitions="_LIB;" 54 55 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 56 /> 57 <Tool 58 Name="VCManagedResourceCompilerTool" 59 /> 60 <Tool 61 Name="VCResourceCompilerTool" 62 /> 63 <Tool 64 Name="VCPreLinkEventTool" 65 /> 66 <Tool 67 Name="VCLibrarianTool" 68 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 69 68 70 /> 69 71 <Tool … … 85 87 <Configuration 86 88 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 87 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 88 IntermediateDirectory="$(OutDir)" 89 ConfigurationType="4" 89 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 90 91 ATLMinimizesCRunTimeLibraryUsage="false" 92 90 93 CharacterSet="1" 91 > 92 <Tool 93 Name="VCPreBuildEventTool" 94 /> 95 <Tool 96 Name="VCCustomBuildTool" 97 /> 98 <Tool 99 Name="VCXMLDataGeneratorTool" 100 /> 101 <Tool 102 Name="VCWebServiceProxyGeneratorTool" 103 /> 104 <Tool 105 Name="VCMIDLTool" 106 /> 107 <Tool 108 Name="VCCLCompilerTool" 109 ExecutionBucket="7" 110 Optimization="0" 111 FavorSizeOrSpeed="0" 112 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 113 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 114 ExceptionHandling="0" 115 RuntimeLibrary="1" 116 WarningLevel="3" 117 DebugInformationFormat="3" 118 CompileAs="0" 119 CompileForArchitecture="0" 120 /> 121 <Tool 122 Name="VCManagedResourceCompilerTool" 123 /> 124 <Tool 125 Name="VCResourceCompilerTool" 126 /> 127 <Tool 128 Name="VCPreLinkEventTool" 129 /> 130 <Tool 131 Name="VCLibrarianTool" 132 AdditionalOptions="" 94 95 ConfigurationType="4" 96 > 97 <Tool 98 Name="VCPreBuildEventTool" 99 /> 100 <Tool 101 Name="VCCustomBuildTool" 102 /> 103 <Tool 104 Name="VCXMLDataGeneratorTool" 105 /> 106 <Tool 107 Name="VCWebServiceProxyGeneratorTool" 108 /> 109 <Tool 110 Name="VCMIDLTool" 111 /> 112 <Tool 113 Name="VCCLCompilerTool" 114 PrecompiledHeaderFile="" 115 116 PreprocessorDefinitions="_LIB;" 117 118 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 119 /> 120 <Tool 121 Name="VCManagedResourceCompilerTool" 122 /> 123 <Tool 124 Name="VCResourceCompilerTool" 125 /> 126 <Tool 127 Name="VCPreLinkEventTool" 128 /> 129 <Tool 130 Name="VCLibrarianTool" 131 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 132 133 133 /> 134 134 <Tool … … 157 157 </Configuration> 158 158 <Configuration 159 Name="Release|Win32" 160 OutputDirectory=".\output\libsrtp-i386-win32-vc8-release" 161 IntermediateDirectory="$(OutDir)" 162 ConfigurationType="4" 163 CharacterSet="2" 164 WholeProgramOptimization="1" 165 > 166 <Tool 167 Name="VCPreBuildEventTool" 168 /> 169 <Tool 170 Name="VCCustomBuildTool" 171 /> 172 <Tool 173 Name="VCXMLDataGeneratorTool" 174 /> 175 <Tool 176 Name="VCWebServiceProxyGeneratorTool" 177 /> 178 <Tool 179 Name="VCMIDLTool" 180 /> 181 <Tool 182 Name="VCCLCompilerTool" 183 WholeProgramOptimization="false" 184 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 185 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 186 RuntimeLibrary="2" 187 UsePrecompiledHeader="0" 188 WarningLevel="3" 189 Detect64BitPortabilityProblems="true" 190 DebugInformationFormat="3" 191 /> 192 <Tool 193 Name="VCManagedResourceCompilerTool" 194 /> 195 <Tool 196 Name="VCResourceCompilerTool" 197 /> 198 <Tool 199 Name="VCPreLinkEventTool" 200 /> 201 <Tool 202 Name="VCLibrarianTool" 203 OutputFile="..\..\lib\libsrtp-i386-win32-vc8-release.lib" 204 /> 205 <Tool 206 Name="VCALinkTool" 207 /> 208 <Tool 209 Name="VCXDCMakeTool" 210 /> 211 <Tool 212 Name="VCBscMakeTool" 213 /> 214 <Tool 215 Name="VCFxCopTool" 216 /> 217 <Tool 218 Name="VCPostBuildEventTool" 219 /> 220 </Configuration> 221 <Configuration 222 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 223 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 224 IntermediateDirectory="$(OutDir)" 225 ConfigurationType="4" 159 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 160 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 161 162 ATLMinimizesCRunTimeLibraryUsage="false" 163 226 164 CharacterSet="1" 227 > 228 <Tool 229 Name="VCPreBuildEventTool" 230 /> 231 <Tool 232 Name="VCCustomBuildTool" 233 /> 234 <Tool 235 Name="VCXMLDataGeneratorTool" 236 /> 237 <Tool 238 Name="VCWebServiceProxyGeneratorTool" 239 /> 240 <Tool 241 Name="VCMIDLTool" 242 /> 243 <Tool 244 Name="VCCLCompilerTool" 245 ExecutionBucket="7" 246 Optimization="2" 247 FavorSizeOrSpeed="2" 248 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 249 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 250 ExceptionHandling="0" 251 RuntimeLibrary="0" 252 WarningLevel="3" 253 DebugInformationFormat="0" 254 CompileAs="0" 255 /> 256 <Tool 257 Name="VCManagedResourceCompilerTool" 258 /> 259 <Tool 260 Name="VCResourceCompilerTool" 261 /> 262 <Tool 263 Name="VCPreLinkEventTool" 264 /> 265 <Tool 266 Name="VCLibrarianTool" 267 AdditionalOptions="" 165 166 ConfigurationType="4" 167 > 168 <Tool 169 Name="VCPreBuildEventTool" 170 /> 171 <Tool 172 Name="VCCustomBuildTool" 173 /> 174 <Tool 175 Name="VCXMLDataGeneratorTool" 176 /> 177 <Tool 178 Name="VCWebServiceProxyGeneratorTool" 179 /> 180 <Tool 181 Name="VCMIDLTool" 182 /> 183 <Tool 184 Name="VCCLCompilerTool" 185 PrecompiledHeaderFile="" 186 187 PreprocessorDefinitions="_LIB;" 188 189 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 190 /> 191 <Tool 192 Name="VCManagedResourceCompilerTool" 193 /> 194 <Tool 195 Name="VCResourceCompilerTool" 196 /> 197 <Tool 198 Name="VCPreLinkEventTool" 199 /> 200 <Tool 201 Name="VCLibrarianTool" 202 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 203 268 204 /> 269 205 <Tool … … 292 228 </Configuration> 293 229 <Configuration 294 Name="Debug-Static|Win32" 295 OutputDirectory="$(ConfigurationName)" 296 IntermediateDirectory="$(ConfigurationName)" 297 ConfigurationType="4" 230 Name="Release|Win32" 231 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 232 233 ATLMinimizesCRunTimeLibraryUsage="false" 234 298 235 CharacterSet="2" 299 > 300 <Tool 301 Name="VCPreBuildEventTool" 302 /> 303 <Tool 304 Name="VCCustomBuildTool" 305 /> 306 <Tool 307 Name="VCXMLDataGeneratorTool" 308 /> 309 <Tool 310 Name="VCWebServiceProxyGeneratorTool" 311 /> 312 <Tool 313 Name="VCMIDLTool" 314 /> 315 <Tool 316 Name="VCCLCompilerTool" 317 Optimization="0" 318 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 319 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 320 MinimalRebuild="true" 321 BasicRuntimeChecks="3" 322 RuntimeLibrary="1" 323 UsePrecompiledHeader="0" 324 WarningLevel="3" 325 Detect64BitPortabilityProblems="true" 326 DebugInformationFormat="4" 327 /> 328 <Tool 329 Name="VCManagedResourceCompilerTool" 330 /> 331 <Tool 332 Name="VCResourceCompilerTool" 333 /> 334 <Tool 335 Name="VCPreLinkEventTool" 336 /> 337 <Tool 338 Name="VCLibrarianTool" 339 OutputFile="..\..\lib\libsrtp-i386-win32-vc8-debug.lib" 236 237 ConfigurationType="4" 238 > 239 <Tool 240 Name="VCPreBuildEventTool" 241 /> 242 <Tool 243 Name="VCCustomBuildTool" 244 /> 245 <Tool 246 Name="VCXMLDataGeneratorTool" 247 /> 248 <Tool 249 Name="VCWebServiceProxyGeneratorTool" 250 /> 251 <Tool 252 Name="VCMIDLTool" 253 /> 254 <Tool 255 Name="VCCLCompilerTool" 256 PrecompiledHeaderFile="" 257 258 PreprocessorDefinitions="_LIB;" 259 260 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 261 /> 262 <Tool 263 Name="VCManagedResourceCompilerTool" 264 /> 265 <Tool 266 Name="VCResourceCompilerTool" 267 /> 268 <Tool 269 Name="VCPreLinkEventTool" 270 /> 271 <Tool 272 Name="VCLibrarianTool" 273 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 274 340 275 /> 341 276 <Tool … … 356 291 </Configuration> 357 292 <Configuration 358 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 359 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 360 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 361 ConfigurationType="4" 293 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 294 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 295 296 ATLMinimizesCRunTimeLibraryUsage="false" 297 362 298 CharacterSet="1" 363 > 364 <Tool 365 Name="VCPreBuildEventTool" 366 /> 367 <Tool 368 Name="VCCustomBuildTool" 369 /> 370 <Tool 371 Name="VCXMLDataGeneratorTool" 372 /> 373 <Tool 374 Name="VCWebServiceProxyGeneratorTool" 375 /> 376 <Tool 377 Name="VCMIDLTool" 378 TargetEnvironment="1" 379 /> 380 <Tool 381 Name="VCCLCompilerTool" 382 ExecutionBucket="7" 383 Optimization="0" 384 FavorSizeOrSpeed="0" 385 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 386 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 387 ExceptionHandling="0" 388 RuntimeLibrary="1" 389 WarningLevel="3" 390 DebugInformationFormat="3" 391 CompileAs="0" 392 CompileForArchitecture="0" 393 /> 394 <Tool 395 Name="VCManagedResourceCompilerTool" 396 /> 397 <Tool 398 Name="VCResourceCompilerTool" 399 /> 400 <Tool 401 Name="VCPreLinkEventTool" 402 /> 403 <Tool 404 Name="VCLibrarianTool" 405 AdditionalOptions="" 299 300 ConfigurationType="4" 301 > 302 <Tool 303 Name="VCPreBuildEventTool" 304 /> 305 <Tool 306 Name="VCCustomBuildTool" 307 /> 308 <Tool 309 Name="VCXMLDataGeneratorTool" 310 /> 311 <Tool 312 Name="VCWebServiceProxyGeneratorTool" 313 /> 314 <Tool 315 Name="VCMIDLTool" 316 /> 317 <Tool 318 Name="VCCLCompilerTool" 319 PrecompiledHeaderFile="" 320 321 PreprocessorDefinitions="_LIB;" 322 323 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 324 /> 325 <Tool 326 Name="VCManagedResourceCompilerTool" 327 /> 328 <Tool 329 Name="VCResourceCompilerTool" 330 /> 331 <Tool 332 Name="VCPreLinkEventTool" 333 /> 334 <Tool 335 Name="VCLibrarianTool" 336 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 337 406 338 /> 407 339 <Tool … … 430 362 </Configuration> 431 363 <Configuration 432 Name="Release-Dynamic|Win32" 433 OutputDirectory="$(ConfigurationName)" 434 IntermediateDirectory="$(OutDir)" 435 ConfigurationType="4" 436 CharacterSet="2" 437 WholeProgramOptimization="1" 438 > 439 <Tool 440 Name="VCPreBuildEventTool" 441 /> 442 <Tool 443 Name="VCCustomBuildTool" 444 /> 445 <Tool 446 Name="VCXMLDataGeneratorTool" 447 /> 448 <Tool 449 Name="VCWebServiceProxyGeneratorTool" 450 /> 451 <Tool 452 Name="VCMIDLTool" 453 /> 454 <Tool 455 Name="VCCLCompilerTool" 456 WholeProgramOptimization="false" 457 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 458 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 459 RuntimeLibrary="2" 460 UsePrecompiledHeader="0" 461 WarningLevel="3" 462 Detect64BitPortabilityProblems="true" 463 DebugInformationFormat="3" 464 /> 465 <Tool 466 Name="VCManagedResourceCompilerTool" 467 /> 468 <Tool 469 Name="VCResourceCompilerTool" 470 /> 471 <Tool 472 Name="VCPreLinkEventTool" 473 /> 474 <Tool 475 Name="VCLibrarianTool" 476 OutputFile="..\..\lib\libsrtp-i386-win32-vc8-release.lib" 477 /> 478 <Tool 479 Name="VCALinkTool" 480 /> 481 <Tool 482 Name="VCXDCMakeTool" 483 /> 484 <Tool 485 Name="VCBscMakeTool" 486 /> 487 <Tool 488 Name="VCFxCopTool" 489 /> 490 <Tool 491 Name="VCPostBuildEventTool" 492 /> 493 </Configuration> 494 <Configuration 495 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 496 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 497 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 498 ConfigurationType="4" 364 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 365 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 366 367 ATLMinimizesCRunTimeLibraryUsage="false" 368 499 369 CharacterSet="1" 500 > 501 <Tool 502 Name="VCPreBuildEventTool" 503 /> 504 <Tool 505 Name="VCCustomBuildTool" 506 /> 507 <Tool 508 Name="VCXMLDataGeneratorTool" 509 /> 510 <Tool 511 Name="VCWebServiceProxyGeneratorTool" 512 /> 513 <Tool 514 Name="VCMIDLTool" 515 TargetEnvironment="1" 516 /> 517 <Tool 518 Name="VCCLCompilerTool" 519 ExecutionBucket="7" 520 Optimization="2" 521 FavorSizeOrSpeed="2" 522 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 523 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 524 ExceptionHandling="0" 525 RuntimeLibrary="0" 526 WarningLevel="3" 527 DebugInformationFormat="0" 528 CompileAs="0" 529 /> 530 <Tool 531 Name="VCManagedResourceCompilerTool" 532 /> 533 <Tool 534 Name="VCResourceCompilerTool" 535 /> 536 <Tool 537 Name="VCPreLinkEventTool" 538 /> 539 <Tool 540 Name="VCLibrarianTool" 541 AdditionalOptions="" 370 371 ConfigurationType="4" 372 > 373 <Tool 374 Name="VCPreBuildEventTool" 375 /> 376 <Tool 377 Name="VCCustomBuildTool" 378 /> 379 <Tool 380 Name="VCXMLDataGeneratorTool" 381 /> 382 <Tool 383 Name="VCWebServiceProxyGeneratorTool" 384 /> 385 <Tool 386 Name="VCMIDLTool" 387 /> 388 <Tool 389 Name="VCCLCompilerTool" 390 PrecompiledHeaderFile="" 391 392 PreprocessorDefinitions="_LIB;" 393 394 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 395 /> 396 <Tool 397 Name="VCManagedResourceCompilerTool" 398 /> 399 <Tool 400 Name="VCResourceCompilerTool" 401 /> 402 <Tool 403 Name="VCPreLinkEventTool" 404 /> 405 <Tool 406 Name="VCLibrarianTool" 407 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 408 542 409 /> 543 410 <Tool … … 566 433 </Configuration> 567 434 <Configuration 568 Name="Debug-Dynamic|Win32" 569 OutputDirectory="$(ConfigurationName)" 570 IntermediateDirectory="$(ConfigurationName)" 571 ConfigurationType="4" 435 Name="Debug-Static|Win32" 436 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 437 438 ATLMinimizesCRunTimeLibraryUsage="false" 439 572 440 CharacterSet="2" 573 > 574 <Tool 575 Name="VCPreBuildEventTool" 576 /> 577 <Tool 578 Name="VCCustomBuildTool" 579 /> 580 <Tool 581 Name="VCXMLDataGeneratorTool" 582 /> 583 <Tool 584 Name="VCWebServiceProxyGeneratorTool" 585 /> 586 <Tool 587 Name="VCMIDLTool" 588 /> 589 <Tool 590 Name="VCCLCompilerTool" 591 Optimization="0" 592 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 593 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 594 MinimalRebuild="true" 595 BasicRuntimeChecks="3" 596 RuntimeLibrary="3" 597 UsePrecompiledHeader="0" 598 WarningLevel="3" 599 Detect64BitPortabilityProblems="true" 600 DebugInformationFormat="4" 601 /> 602 <Tool 603 Name="VCManagedResourceCompilerTool" 604 /> 605 <Tool 606 Name="VCResourceCompilerTool" 607 /> 608 <Tool 609 Name="VCPreLinkEventTool" 610 /> 611 <Tool 612 Name="VCLibrarianTool" 613 OutputFile="..\..\lib\libsrtp-i386-win32-vc8-debug.lib" 441 442 ConfigurationType="4" 443 > 444 <Tool 445 Name="VCPreBuildEventTool" 446 /> 447 <Tool 448 Name="VCCustomBuildTool" 449 /> 450 <Tool 451 Name="VCXMLDataGeneratorTool" 452 /> 453 <Tool 454 Name="VCWebServiceProxyGeneratorTool" 455 /> 456 <Tool 457 Name="VCMIDLTool" 458 /> 459 <Tool 460 Name="VCCLCompilerTool" 461 PrecompiledHeaderFile="" 462 463 PreprocessorDefinitions="_LIB;" 464 465 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 466 /> 467 <Tool 468 Name="VCManagedResourceCompilerTool" 469 /> 470 <Tool 471 Name="VCResourceCompilerTool" 472 /> 473 <Tool 474 Name="VCPreLinkEventTool" 475 /> 476 <Tool 477 Name="VCLibrarianTool" 478 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 479 614 480 /> 615 481 <Tool … … 630 496 </Configuration> 631 497 <Configuration 632 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 633 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 634 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 635 ConfigurationType="4" 498 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 499 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 500 501 ATLMinimizesCRunTimeLibraryUsage="false" 502 636 503 CharacterSet="1" 637 > 638 <Tool 639 Name="VCPreBuildEventTool" 640 /> 641 <Tool 642 Name="VCCustomBuildTool" 643 /> 644 <Tool 645 Name="VCXMLDataGeneratorTool" 646 /> 647 <Tool 648 Name="VCWebServiceProxyGeneratorTool" 649 /> 650 <Tool 651 Name="VCMIDLTool" 652 TargetEnvironment="1" 653 /> 654 <Tool 655 Name="VCCLCompilerTool" 656 ExecutionBucket="7" 657 Optimization="0" 658 FavorSizeOrSpeed="0" 659 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 660 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 661 ExceptionHandling="0" 662 RuntimeLibrary="1" 663 WarningLevel="3" 664 DebugInformationFormat="3" 665 CompileAs="0" 666 CompileForArchitecture="0" 667 /> 668 <Tool 669 Name="VCManagedResourceCompilerTool" 670 /> 671 <Tool 672 Name="VCResourceCompilerTool" 673 /> 674 <Tool 675 Name="VCPreLinkEventTool" 676 /> 677 <Tool 678 Name="VCLibrarianTool" 679 AdditionalOptions="" 504 505 ConfigurationType="4" 506 > 507 <Tool 508 Name="VCPreBuildEventTool" 509 /> 510 <Tool 511 Name="VCCustomBuildTool" 512 /> 513 <Tool 514 Name="VCXMLDataGeneratorTool" 515 /> 516 <Tool 517 Name="VCWebServiceProxyGeneratorTool" 518 /> 519 <Tool 520 Name="VCMIDLTool" 521 /> 522 <Tool 523 Name="VCCLCompilerTool" 524 PrecompiledHeaderFile="" 525 526 PreprocessorDefinitions="_LIB;" 527 528 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 529 /> 530 <Tool 531 Name="VCManagedResourceCompilerTool" 532 /> 533 <Tool 534 Name="VCResourceCompilerTool" 535 /> 536 <Tool 537 Name="VCPreLinkEventTool" 538 /> 539 <Tool 540 Name="VCLibrarianTool" 541 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 542 680 543 /> 681 544 <Tool … … 704 567 </Configuration> 705 568 <Configuration 569 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 570 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 571 572 ATLMinimizesCRunTimeLibraryUsage="false" 573 574 CharacterSet="1" 575 576 ConfigurationType="4" 577 > 578 <Tool 579 Name="VCPreBuildEventTool" 580 /> 581 <Tool 582 Name="VCCustomBuildTool" 583 /> 584 <Tool 585 Name="VCXMLDataGeneratorTool" 586 /> 587 <Tool 588 Name="VCWebServiceProxyGeneratorTool" 589 /> 590 <Tool 591 Name="VCMIDLTool" 592 /> 593 <Tool 594 Name="VCCLCompilerTool" 595 PrecompiledHeaderFile="" 596 597 PreprocessorDefinitions="_LIB;" 598 599 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 600 /> 601 <Tool 602 Name="VCManagedResourceCompilerTool" 603 /> 604 <Tool 605 Name="VCResourceCompilerTool" 606 /> 607 <Tool 608 Name="VCPreLinkEventTool" 609 /> 610 <Tool 611 Name="VCLibrarianTool" 612 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 613 614 /> 615 <Tool 616 Name="VCALinkTool" 617 /> 618 <Tool 619 Name="VCXDCMakeTool" 620 /> 621 <Tool 622 Name="VCBscMakeTool" 623 /> 624 <Tool 625 Name="VCCodeSignTool" 626 /> 627 <Tool 628 Name="VCPostBuildEventTool" 629 /> 630 <DeploymentTool 631 ForceDirty="-1" 632 RemoteDirectory="" 633 RegisterOutput="0" 634 AdditionalFiles="" 635 /> 636 <DebuggerTool 637 /> 638 </Configuration> 639 <Configuration 640 Name="Release-Dynamic|Win32" 641 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 642 643 ATLMinimizesCRunTimeLibraryUsage="false" 644 645 CharacterSet="2" 646 647 ConfigurationType="4" 648 > 649 <Tool 650 Name="VCPreBuildEventTool" 651 /> 652 <Tool 653 Name="VCCustomBuildTool" 654 /> 655 <Tool 656 Name="VCXMLDataGeneratorTool" 657 /> 658 <Tool 659 Name="VCWebServiceProxyGeneratorTool" 660 /> 661 <Tool 662 Name="VCMIDLTool" 663 /> 664 <Tool 665 Name="VCCLCompilerTool" 666 PrecompiledHeaderFile="" 667 668 PreprocessorDefinitions="_LIB;" 669 670 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 671 /> 672 <Tool 673 Name="VCManagedResourceCompilerTool" 674 /> 675 <Tool 676 Name="VCResourceCompilerTool" 677 /> 678 <Tool 679 Name="VCPreLinkEventTool" 680 /> 681 <Tool 682 Name="VCLibrarianTool" 683 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 684 685 /> 686 <Tool 687 Name="VCALinkTool" 688 /> 689 <Tool 690 Name="VCXDCMakeTool" 691 /> 692 <Tool 693 Name="VCBscMakeTool" 694 /> 695 <Tool 696 Name="VCFxCopTool" 697 /> 698 <Tool 699 Name="VCPostBuildEventTool" 700 /> 701 </Configuration> 702 <Configuration 703 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 704 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 705 706 ATLMinimizesCRunTimeLibraryUsage="false" 707 708 CharacterSet="1" 709 710 ConfigurationType="4" 711 > 712 <Tool 713 Name="VCPreBuildEventTool" 714 /> 715 <Tool 716 Name="VCCustomBuildTool" 717 /> 718 <Tool 719 Name="VCXMLDataGeneratorTool" 720 /> 721 <Tool 722 Name="VCWebServiceProxyGeneratorTool" 723 /> 724 <Tool 725 Name="VCMIDLTool" 726 /> 727 <Tool 728 Name="VCCLCompilerTool" 729 PrecompiledHeaderFile="" 730 731 PreprocessorDefinitions="_LIB;" 732 733 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 734 /> 735 <Tool 736 Name="VCManagedResourceCompilerTool" 737 /> 738 <Tool 739 Name="VCResourceCompilerTool" 740 /> 741 <Tool 742 Name="VCPreLinkEventTool" 743 /> 744 <Tool 745 Name="VCLibrarianTool" 746 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 747 748 /> 749 <Tool 750 Name="VCALinkTool" 751 /> 752 <Tool 753 Name="VCXDCMakeTool" 754 /> 755 <Tool 756 Name="VCBscMakeTool" 757 /> 758 <Tool 759 Name="VCCodeSignTool" 760 /> 761 <Tool 762 Name="VCPostBuildEventTool" 763 /> 764 <DeploymentTool 765 ForceDirty="-1" 766 RemoteDirectory="" 767 RegisterOutput="0" 768 AdditionalFiles="" 769 /> 770 <DebuggerTool 771 /> 772 </Configuration> 773 <Configuration 774 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 775 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 776 777 ATLMinimizesCRunTimeLibraryUsage="false" 778 779 CharacterSet="1" 780 781 ConfigurationType="4" 782 > 783 <Tool 784 Name="VCPreBuildEventTool" 785 /> 786 <Tool 787 Name="VCCustomBuildTool" 788 /> 789 <Tool 790 Name="VCXMLDataGeneratorTool" 791 /> 792 <Tool 793 Name="VCWebServiceProxyGeneratorTool" 794 /> 795 <Tool 796 Name="VCMIDLTool" 797 /> 798 <Tool 799 Name="VCCLCompilerTool" 800 PrecompiledHeaderFile="" 801 802 PreprocessorDefinitions="_LIB;" 803 804 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 805 /> 806 <Tool 807 Name="VCManagedResourceCompilerTool" 808 /> 809 <Tool 810 Name="VCResourceCompilerTool" 811 /> 812 <Tool 813 Name="VCPreLinkEventTool" 814 /> 815 <Tool 816 Name="VCLibrarianTool" 817 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 818 819 /> 820 <Tool 821 Name="VCALinkTool" 822 /> 823 <Tool 824 Name="VCXDCMakeTool" 825 /> 826 <Tool 827 Name="VCBscMakeTool" 828 /> 829 <Tool 830 Name="VCCodeSignTool" 831 /> 832 <Tool 833 Name="VCPostBuildEventTool" 834 /> 835 <DeploymentTool 836 ForceDirty="-1" 837 RemoteDirectory="" 838 RegisterOutput="0" 839 AdditionalFiles="" 840 /> 841 <DebuggerTool 842 /> 843 </Configuration> 844 <Configuration 845 Name="Debug-Dynamic|Win32" 846 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops" 847 848 ATLMinimizesCRunTimeLibraryUsage="false" 849 850 CharacterSet="2" 851 852 ConfigurationType="4" 853 > 854 <Tool 855 Name="VCPreBuildEventTool" 856 /> 857 <Tool 858 Name="VCCustomBuildTool" 859 /> 860 <Tool 861 Name="VCXMLDataGeneratorTool" 862 /> 863 <Tool 864 Name="VCWebServiceProxyGeneratorTool" 865 /> 866 <Tool 867 Name="VCMIDLTool" 868 /> 869 <Tool 870 Name="VCCLCompilerTool" 871 PrecompiledHeaderFile="" 872 873 PreprocessorDefinitions="_LIB;" 874 875 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 876 /> 877 <Tool 878 Name="VCManagedResourceCompilerTool" 879 /> 880 <Tool 881 Name="VCResourceCompilerTool" 882 /> 883 <Tool 884 Name="VCPreLinkEventTool" 885 /> 886 <Tool 887 Name="VCLibrarianTool" 888 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 889 890 /> 891 <Tool 892 Name="VCALinkTool" 893 /> 894 <Tool 895 Name="VCXDCMakeTool" 896 /> 897 <Tool 898 Name="VCBscMakeTool" 899 /> 900 <Tool 901 Name="VCFxCopTool" 902 /> 903 <Tool 904 Name="VCPostBuildEventTool" 905 /> 906 </Configuration> 907 <Configuration 908 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 909 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 910 911 ATLMinimizesCRunTimeLibraryUsage="false" 912 913 CharacterSet="1" 914 915 ConfigurationType="4" 916 > 917 <Tool 918 Name="VCPreBuildEventTool" 919 /> 920 <Tool 921 Name="VCCustomBuildTool" 922 /> 923 <Tool 924 Name="VCXMLDataGeneratorTool" 925 /> 926 <Tool 927 Name="VCWebServiceProxyGeneratorTool" 928 /> 929 <Tool 930 Name="VCMIDLTool" 931 /> 932 <Tool 933 Name="VCCLCompilerTool" 934 PrecompiledHeaderFile="" 935 936 PreprocessorDefinitions="_LIB;" 937 938 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 939 /> 940 <Tool 941 Name="VCManagedResourceCompilerTool" 942 /> 943 <Tool 944 Name="VCResourceCompilerTool" 945 /> 946 <Tool 947 Name="VCPreLinkEventTool" 948 /> 949 <Tool 950 Name="VCLibrarianTool" 951 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 952 953 /> 954 <Tool 955 Name="VCALinkTool" 956 /> 957 <Tool 958 Name="VCXDCMakeTool" 959 /> 960 <Tool 961 Name="VCBscMakeTool" 962 /> 963 <Tool 964 Name="VCCodeSignTool" 965 /> 966 <Tool 967 Name="VCPostBuildEventTool" 968 /> 969 <DeploymentTool 970 ForceDirty="-1" 971 RemoteDirectory="" 972 RegisterOutput="0" 973 AdditionalFiles="" 974 /> 975 <DebuggerTool 976 /> 977 </Configuration> 978 <Configuration 979 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 980 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-debug-dynamic-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 981 982 ATLMinimizesCRunTimeLibraryUsage="false" 983 984 CharacterSet="1" 985 986 ConfigurationType="4" 987 > 988 <Tool 989 Name="VCPreBuildEventTool" 990 /> 991 <Tool 992 Name="VCCustomBuildTool" 993 /> 994 <Tool 995 Name="VCXMLDataGeneratorTool" 996 /> 997 <Tool 998 Name="VCWebServiceProxyGeneratorTool" 999 /> 1000 <Tool 1001 Name="VCMIDLTool" 1002 /> 1003 <Tool 1004 Name="VCCLCompilerTool" 1005 PrecompiledHeaderFile="" 1006 1007 PreprocessorDefinitions="_LIB;" 1008 1009 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 1010 /> 1011 <Tool 1012 Name="VCManagedResourceCompilerTool" 1013 /> 1014 <Tool 1015 Name="VCResourceCompilerTool" 1016 /> 1017 <Tool 1018 Name="VCPreLinkEventTool" 1019 /> 1020 <Tool 1021 Name="VCLibrarianTool" 1022 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 1023 1024 /> 1025 <Tool 1026 Name="VCALinkTool" 1027 /> 1028 <Tool 1029 Name="VCXDCMakeTool" 1030 /> 1031 <Tool 1032 Name="VCBscMakeTool" 1033 /> 1034 <Tool 1035 Name="VCCodeSignTool" 1036 /> 1037 <Tool 1038 Name="VCPostBuildEventTool" 1039 /> 1040 <DeploymentTool 1041 ForceDirty="-1" 1042 RemoteDirectory="" 1043 RegisterOutput="0" 1044 AdditionalFiles="" 1045 /> 1046 <DebuggerTool 1047 /> 1048 </Configuration> 1049 <Configuration 706 1050 Name="Release-Static|Win32" 707 OutputDirectory="$(ConfigurationName)" 708 IntermediateDirectory="$(OutDir)" 709 ConfigurationType="4" 1051 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 1052 1053 ATLMinimizesCRunTimeLibraryUsage="false" 1054 710 1055 CharacterSet="2" 711 WholeProgramOptimization="1" 712 > 713 <Tool 714 Name="VCPreBuildEventTool" 715 /> 716 <Tool 717 Name="VCCustomBuildTool" 718 /> 719 <Tool 720 Name="VCXMLDataGeneratorTool" 721 /> 722 <Tool 723 Name="VCWebServiceProxyGeneratorTool" 724 /> 725 <Tool 726 Name="VCMIDLTool" 727 /> 728 <Tool 729 Name="VCCLCompilerTool" 730 WholeProgramOptimization="false" 731 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 732 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 733 RuntimeLibrary="0" 734 UsePrecompiledHeader="0" 735 WarningLevel="3" 736 Detect64BitPortabilityProblems="true" 737 DebugInformationFormat="3" 738 /> 739 <Tool 740 Name="VCManagedResourceCompilerTool" 741 /> 742 <Tool 743 Name="VCResourceCompilerTool" 744 /> 745 <Tool 746 Name="VCPreLinkEventTool" 747 /> 748 <Tool 749 Name="VCLibrarianTool" 750 OutputFile="..\..\lib\libsrtp-i386-win32-vc8-release.lib" 1056 1057 ConfigurationType="4" 1058 > 1059 <Tool 1060 Name="VCPreBuildEventTool" 1061 /> 1062 <Tool 1063 Name="VCCustomBuildTool" 1064 /> 1065 <Tool 1066 Name="VCXMLDataGeneratorTool" 1067 /> 1068 <Tool 1069 Name="VCWebServiceProxyGeneratorTool" 1070 /> 1071 <Tool 1072 Name="VCMIDLTool" 1073 /> 1074 <Tool 1075 Name="VCCLCompilerTool" 1076 PrecompiledHeaderFile="" 1077 1078 PreprocessorDefinitions="_LIB;" 1079 1080 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 1081 /> 1082 <Tool 1083 Name="VCManagedResourceCompilerTool" 1084 /> 1085 <Tool 1086 Name="VCResourceCompilerTool" 1087 /> 1088 <Tool 1089 Name="VCPreLinkEventTool" 1090 /> 1091 <Tool 1092 Name="VCLibrarianTool" 1093 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName).lib" 1094 751 1095 /> 752 1096 <Tool … … 768 1112 <Configuration 769 1113 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 770 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 771 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 772 ConfigurationType="4" 1114 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1115 1116 ATLMinimizesCRunTimeLibraryUsage="false" 1117 773 1118 CharacterSet="1" 774 > 775 <Tool 776 Name="VCPreBuildEventTool" 777 /> 778 <Tool 779 Name="VCCustomBuildTool" 780 /> 781 <Tool 782 Name="VCXMLDataGeneratorTool" 783 /> 784 <Tool 785 Name="VCWebServiceProxyGeneratorTool" 786 /> 787 <Tool 788 Name="VCMIDLTool" 789 TargetEnvironment="1" 790 /> 791 <Tool 792 Name="VCCLCompilerTool" 793 ExecutionBucket="7" 794 Optimization="2" 795 FavorSizeOrSpeed="2" 796 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 797 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 798 ExceptionHandling="0" 799 RuntimeLibrary="0" 800 WarningLevel="3" 801 DebugInformationFormat="0" 802 CompileAs="0" 803 /> 804 <Tool 805 Name="VCManagedResourceCompilerTool" 806 /> 807 <Tool 808 Name="VCResourceCompilerTool" 809 /> 810 <Tool 811 Name="VCPreLinkEventTool" 812 /> 813 <Tool 814 Name="VCLibrarianTool" 815 AdditionalOptions="" 1119 1120 ConfigurationType="4" 1121 > 1122 <Tool 1123 Name="VCPreBuildEventTool" 1124 /> 1125 <Tool 1126 Name="VCCustomBuildTool" 1127 /> 1128 <Tool 1129 Name="VCXMLDataGeneratorTool" 1130 /> 1131 <Tool 1132 Name="VCWebServiceProxyGeneratorTool" 1133 /> 1134 <Tool 1135 Name="VCMIDLTool" 1136 /> 1137 <Tool 1138 Name="VCCLCompilerTool" 1139 PrecompiledHeaderFile="" 1140 1141 PreprocessorDefinitions="_LIB;" 1142 1143 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 1144 /> 1145 <Tool 1146 Name="VCManagedResourceCompilerTool" 1147 /> 1148 <Tool 1149 Name="VCResourceCompilerTool" 1150 /> 1151 <Tool 1152 Name="VCPreLinkEventTool" 1153 /> 1154 <Tool 1155 Name="VCLibrarianTool" 1156 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6std-vs$(VSVer)-$(ConfigurationName).lib" 1157 1158 /> 1159 <Tool 1160 Name="VCALinkTool" 1161 /> 1162 <Tool 1163 Name="VCXDCMakeTool" 1164 /> 1165 <Tool 1166 Name="VCBscMakeTool" 1167 /> 1168 <Tool 1169 Name="VCCodeSignTool" 1170 /> 1171 <Tool 1172 Name="VCPostBuildEventTool" 1173 /> 1174 <DeploymentTool 1175 ForceDirty="-1" 1176 RemoteDirectory="" 1177 RegisterOutput="0" 1178 AdditionalFiles="" 1179 /> 1180 <DebuggerTool 1181 /> 1182 </Configuration> 1183 <Configuration 1184 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1185 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-release-static-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 1186 1187 ATLMinimizesCRunTimeLibraryUsage="false" 1188 1189 CharacterSet="1" 1190 1191 ConfigurationType="4" 1192 > 1193 <Tool 1194 Name="VCPreBuildEventTool" 1195 /> 1196 <Tool 1197 Name="VCCustomBuildTool" 1198 /> 1199 <Tool 1200 Name="VCXMLDataGeneratorTool" 1201 /> 1202 <Tool 1203 Name="VCWebServiceProxyGeneratorTool" 1204 /> 1205 <Tool 1206 Name="VCMIDLTool" 1207 /> 1208 <Tool 1209 Name="VCCLCompilerTool" 1210 PrecompiledHeaderFile="" 1211 1212 PreprocessorDefinitions="_LIB;" 1213 1214 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 1215 /> 1216 <Tool 1217 Name="VCManagedResourceCompilerTool" 1218 /> 1219 <Tool 1220 Name="VCResourceCompilerTool" 1221 /> 1222 <Tool 1223 Name="VCPreLinkEventTool" 1224 /> 1225 <Tool 1226 Name="VCLibrarianTool" 1227 OutputFile="..\..\lib\$(ProjectName)-$(TargetCPU)-wm6pro-vs$(VSVer)-$(ConfigurationName).lib" 1228 816 1229 /> 817 1230 <Tool
Note: See TracChangeset
for help on using the changeset viewer.