- Timestamp:
- Apr 17, 2009 1:54:57 PM (16 years ago)
- Location:
- pjproject/branches/projects/vs-reorg
- Files:
-
- 1 added
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/vs-reorg/build/vs/pjproject-vs8-win32-common-defaults.vsprops
r2608 r2609 4 4 Version="8.00" 5 5 Name="pjproject-vs8-win32-common-defaults" 6 InheritedPropertySheets=".\pjproject-vs8-common-defaults.vsprops" 6 7 > 7 8 <UserMacro -
pjproject/branches/projects/vs-reorg/build/vs/pjproject-vs8-win32-release-defaults.vsprops
r2598 r2609 1 <?xml version="1.0" ?>2 <VisualStudioPropertySheet 3 ProjectType="Visual C++" 4 Version="8.00" 1 <?xml version="1.0" encoding="Windows-1252"?> 2 <VisualStudioPropertySheet 3 ProjectType="Visual C++" 4 Version="8.00" 5 5 Name="pjproject-vs8-win32-release-defaults" 6 InheritedPropertySheets=".\pjproject-vs8-win32-common-defaults.vsprops;.\pjproject-vs8-release-defaults.vsprops" 6 7 > 7 8 </VisualStudioPropertySheet> -
pjproject/branches/projects/vs-reorg/pjlib-util/build/pjlib_util.vcproj
r2606 r2609 167 167 </Configuration> 168 168 <Configuration 169 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 170 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 171 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 172 ConfigurationType="4" 173 CharacterSet="1" 174 > 175 <Tool 176 Name="VCPreBuildEventTool" 177 /> 178 <Tool 179 Name="VCCustomBuildTool" 180 /> 181 <Tool 182 Name="VCXMLDataGeneratorTool" 183 /> 184 <Tool 185 Name="VCWebServiceProxyGeneratorTool" 186 /> 187 <Tool 188 Name="VCMIDLTool" 189 TargetEnvironment="1" 190 /> 191 <Tool 192 Name="VCCLCompilerTool" 193 ExecutionBucket="7" 194 AdditionalIncludeDirectories="../include,../../pjlib/include" 195 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 196 ExceptionHandling="0" 197 WarningLevel="3" 198 CompileAs="0" 199 /> 200 <Tool 201 Name="VCManagedResourceCompilerTool" 202 /> 203 <Tool 204 Name="VCResourceCompilerTool" 205 /> 206 <Tool 207 Name="VCPreLinkEventTool" 208 /> 209 <Tool 210 Name="VCLibrarianTool" 211 AdditionalOptions="" 212 /> 213 <Tool 214 Name="VCALinkTool" 215 /> 216 <Tool 217 Name="VCXDCMakeTool" 218 /> 219 <Tool 220 Name="VCBscMakeTool" 221 /> 222 <Tool 223 Name="VCCodeSignTool" 224 /> 225 <Tool 226 Name="VCPostBuildEventTool" 227 /> 228 <DeploymentTool 229 ForceDirty="-1" 230 RemoteDirectory="" 231 RegisterOutput="0" 232 AdditionalFiles="" 233 /> 234 <DebuggerTool 235 /> 236 </Configuration> 237 <Configuration 169 238 Name="Debug|Win32" 170 239 OutputDirectory="./output/pjlib-util-i386-win32-vc8-debug" 171 240 IntermediateDirectory="./output/pjlib-util-i386-win32-vc8-debug" 241 ConfigurationType="4" 242 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 243 UseOfMFC="0" 244 ATLMinimizesCRunTimeLibraryUsage="false" 245 CharacterSet="2" 246 > 247 <Tool 248 Name="VCPreBuildEventTool" 249 /> 250 <Tool 251 Name="VCCustomBuildTool" 252 /> 253 <Tool 254 Name="VCXMLDataGeneratorTool" 255 /> 256 <Tool 257 Name="VCWebServiceProxyGeneratorTool" 258 /> 259 <Tool 260 Name="VCMIDLTool" 261 /> 262 <Tool 263 Name="VCCLCompilerTool" 264 AdditionalIncludeDirectories="../include,../../pjlib/include" 265 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 266 MinimalRebuild="true" 267 BasicRuntimeChecks="3" 268 RuntimeLibrary="1" 269 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.pch" 270 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-debug/" 271 ObjectFile="./output/pjlib-util-i386-win32-vc8-debug/" 272 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-debug/" 273 BrowseInformation="1" 274 WarningLevel="4" 275 SuppressStartupBanner="true" 276 /> 277 <Tool 278 Name="VCManagedResourceCompilerTool" 279 /> 280 <Tool 281 Name="VCResourceCompilerTool" 282 PreprocessorDefinitions="_DEBUG" 283 Culture="1033" 284 /> 285 <Tool 286 Name="VCPreLinkEventTool" 287 /> 288 <Tool 289 Name="VCLibrarianTool" 290 OutputFile="../lib/pjlib-util-i386-win32-vc8-debug.lib" 291 SuppressStartupBanner="true" 292 /> 293 <Tool 294 Name="VCALinkTool" 295 /> 296 <Tool 297 Name="VCXDCMakeTool" 298 /> 299 <Tool 300 Name="VCBscMakeTool" 301 SuppressStartupBanner="true" 302 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc" 303 /> 304 <Tool 305 Name="VCFxCopTool" 306 /> 307 <Tool 308 Name="VCPostBuildEventTool" 309 /> 310 </Configuration> 311 <Configuration 312 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 313 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 314 IntermediateDirectory="$(OutDir)" 315 ConfigurationType="4" 316 CharacterSet="1" 317 > 318 <Tool 319 Name="VCPreBuildEventTool" 320 /> 321 <Tool 322 Name="VCCustomBuildTool" 323 /> 324 <Tool 325 Name="VCXMLDataGeneratorTool" 326 /> 327 <Tool 328 Name="VCWebServiceProxyGeneratorTool" 329 /> 330 <Tool 331 Name="VCMIDLTool" 332 /> 333 <Tool 334 Name="VCCLCompilerTool" 335 ExecutionBucket="7" 336 Optimization="0" 337 FavorSizeOrSpeed="0" 338 AdditionalIncludeDirectories="../include,../../pjlib/include" 339 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 340 ExceptionHandling="0" 341 RuntimeLibrary="1" 342 WarningLevel="3" 343 DebugInformationFormat="3" 344 CompileAs="0" 345 CompileForArchitecture="0" 346 /> 347 <Tool 348 Name="VCManagedResourceCompilerTool" 349 /> 350 <Tool 351 Name="VCResourceCompilerTool" 352 /> 353 <Tool 354 Name="VCPreLinkEventTool" 355 /> 356 <Tool 357 Name="VCLibrarianTool" 358 AdditionalOptions="" 359 /> 360 <Tool 361 Name="VCALinkTool" 362 /> 363 <Tool 364 Name="VCXDCMakeTool" 365 /> 366 <Tool 367 Name="VCBscMakeTool" 368 /> 369 <Tool 370 Name="VCCodeSignTool" 371 /> 372 <Tool 373 Name="VCPostBuildEventTool" 374 /> 375 <DeploymentTool 376 ForceDirty="-1" 377 RemoteDirectory="" 378 RegisterOutput="0" 379 AdditionalFiles="" 380 /> 381 <DebuggerTool 382 /> 383 </Configuration> 384 <Configuration 385 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 386 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 387 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 388 ConfigurationType="4" 389 CharacterSet="1" 390 > 391 <Tool 392 Name="VCPreBuildEventTool" 393 /> 394 <Tool 395 Name="VCCustomBuildTool" 396 /> 397 <Tool 398 Name="VCXMLDataGeneratorTool" 399 /> 400 <Tool 401 Name="VCWebServiceProxyGeneratorTool" 402 /> 403 <Tool 404 Name="VCMIDLTool" 405 TargetEnvironment="1" 406 /> 407 <Tool 408 Name="VCCLCompilerTool" 409 ExecutionBucket="7" 410 Optimization="0" 411 FavorSizeOrSpeed="0" 412 AdditionalIncludeDirectories="../include,../../pjlib/include" 413 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 414 ExceptionHandling="0" 415 RuntimeLibrary="1" 416 WarningLevel="3" 417 DebugInformationFormat="3" 418 CompileAs="0" 419 CompileForArchitecture="0" 420 /> 421 <Tool 422 Name="VCManagedResourceCompilerTool" 423 /> 424 <Tool 425 Name="VCResourceCompilerTool" 426 /> 427 <Tool 428 Name="VCPreLinkEventTool" 429 /> 430 <Tool 431 Name="VCLibrarianTool" 432 AdditionalOptions="" 433 /> 434 <Tool 435 Name="VCALinkTool" 436 /> 437 <Tool 438 Name="VCXDCMakeTool" 439 /> 440 <Tool 441 Name="VCBscMakeTool" 442 /> 443 <Tool 444 Name="VCCodeSignTool" 445 /> 446 <Tool 447 Name="VCPostBuildEventTool" 448 /> 449 <DeploymentTool 450 ForceDirty="-1" 451 RemoteDirectory="" 452 RegisterOutput="0" 453 AdditionalFiles="" 454 /> 455 <DebuggerTool 456 /> 457 </Configuration> 458 <Configuration 459 Name="Debug-Static|Win32" 460 OutputDirectory="$(ConfigurationName)" 461 IntermediateDirectory="$(ConfigurationName)" 172 462 ConfigurationType="4" 173 463 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" … … 243 533 </Configuration> 244 534 <Configuration 245 Name="Debug |Windows Mobile 6 Standard SDK (ARMV4I)"246 OutputDirectory=" output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)"247 IntermediateDirectory=" $(OutDir)"535 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 536 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 537 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 248 538 ConfigurationType="4" 249 539 CharacterSet="1" … … 263 553 <Tool 264 554 Name="VCMIDLTool" 555 TargetEnvironment="1" 265 556 /> 266 557 <Tool … … 316 607 </Configuration> 317 608 <Configuration 318 Name="Debug-Static|Win32" 319 OutputDirectory="$(ConfigurationName)" 320 IntermediateDirectory="$(ConfigurationName)" 321 ConfigurationType="4" 322 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 323 UseOfMFC="0" 324 ATLMinimizesCRunTimeLibraryUsage="false" 325 CharacterSet="2" 326 > 327 <Tool 328 Name="VCPreBuildEventTool" 329 /> 330 <Tool 331 Name="VCCustomBuildTool" 332 /> 333 <Tool 334 Name="VCXMLDataGeneratorTool" 335 /> 336 <Tool 337 Name="VCWebServiceProxyGeneratorTool" 338 /> 339 <Tool 340 Name="VCMIDLTool" 341 /> 342 <Tool 343 Name="VCCLCompilerTool" 344 Optimization="0" 345 AdditionalIncludeDirectories="../include,../../pjlib/include" 346 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 347 MinimalRebuild="true" 348 BasicRuntimeChecks="3" 349 RuntimeLibrary="1" 350 PrecompiledHeaderFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.pch" 351 AssemblerListingLocation="./output/pjlib-util-i386-win32-vc8-debug/" 352 ObjectFile="./output/pjlib-util-i386-win32-vc8-debug/" 353 ProgramDataBaseFileName="./output/pjlib-util-i386-win32-vc8-debug/" 354 BrowseInformation="1" 355 WarningLevel="4" 356 SuppressStartupBanner="true" 357 DebugInformationFormat="4" 358 /> 359 <Tool 360 Name="VCManagedResourceCompilerTool" 361 /> 362 <Tool 363 Name="VCResourceCompilerTool" 364 PreprocessorDefinitions="_DEBUG" 365 Culture="1033" 366 /> 367 <Tool 368 Name="VCPreLinkEventTool" 369 /> 370 <Tool 371 Name="VCLibrarianTool" 372 OutputFile="../lib/pjlib-util-i386-win32-vc8-debug.lib" 373 SuppressStartupBanner="true" 374 /> 375 <Tool 376 Name="VCALinkTool" 377 /> 378 <Tool 379 Name="VCXDCMakeTool" 380 /> 381 <Tool 382 Name="VCBscMakeTool" 383 SuppressStartupBanner="true" 384 OutputFile="./output/pjlib-util-i386-win32-vc8-debug/pjlib_util.bsc" 385 /> 386 <Tool 387 Name="VCFxCopTool" 388 /> 389 <Tool 390 Name="VCPostBuildEventTool" 391 /> 392 </Configuration> 393 <Configuration 394 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 395 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 396 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 609 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 610 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 611 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 397 612 ConfigurationType="4" 398 613 CharacterSet="1" … … 612 827 </Configuration> 613 828 <Configuration 829 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 830 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 831 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 832 ConfigurationType="4" 833 CharacterSet="1" 834 > 835 <Tool 836 Name="VCPreBuildEventTool" 837 /> 838 <Tool 839 Name="VCCustomBuildTool" 840 /> 841 <Tool 842 Name="VCXMLDataGeneratorTool" 843 /> 844 <Tool 845 Name="VCWebServiceProxyGeneratorTool" 846 /> 847 <Tool 848 Name="VCMIDLTool" 849 TargetEnvironment="1" 850 /> 851 <Tool 852 Name="VCCLCompilerTool" 853 ExecutionBucket="7" 854 AdditionalIncludeDirectories="../include,../../pjlib/include" 855 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 856 ExceptionHandling="0" 857 WarningLevel="3" 858 CompileAs="0" 859 /> 860 <Tool 861 Name="VCManagedResourceCompilerTool" 862 /> 863 <Tool 864 Name="VCResourceCompilerTool" 865 /> 866 <Tool 867 Name="VCPreLinkEventTool" 868 /> 869 <Tool 870 Name="VCLibrarianTool" 871 AdditionalOptions="" 872 /> 873 <Tool 874 Name="VCALinkTool" 875 /> 876 <Tool 877 Name="VCXDCMakeTool" 878 /> 879 <Tool 880 Name="VCBscMakeTool" 881 /> 882 <Tool 883 Name="VCCodeSignTool" 884 /> 885 <Tool 886 Name="VCPostBuildEventTool" 887 /> 888 <DeploymentTool 889 ForceDirty="-1" 890 RemoteDirectory="" 891 RegisterOutput="0" 892 AdditionalFiles="" 893 /> 894 <DebuggerTool 895 /> 896 </Configuration> 897 <Configuration 614 898 Name="Debug-Dynamic|Win32" 615 899 OutputDirectory="$(ConfigurationName)" … … 691 975 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 692 976 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 977 ConfigurationType="4" 978 CharacterSet="1" 979 > 980 <Tool 981 Name="VCPreBuildEventTool" 982 /> 983 <Tool 984 Name="VCCustomBuildTool" 985 /> 986 <Tool 987 Name="VCXMLDataGeneratorTool" 988 /> 989 <Tool 990 Name="VCWebServiceProxyGeneratorTool" 991 /> 992 <Tool 993 Name="VCMIDLTool" 994 TargetEnvironment="1" 995 /> 996 <Tool 997 Name="VCCLCompilerTool" 998 ExecutionBucket="7" 999 Optimization="0" 1000 FavorSizeOrSpeed="0" 1001 AdditionalIncludeDirectories="../include,../../pjlib/include" 1002 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1003 ExceptionHandling="0" 1004 RuntimeLibrary="1" 1005 WarningLevel="3" 1006 DebugInformationFormat="3" 1007 CompileAs="0" 1008 CompileForArchitecture="0" 1009 /> 1010 <Tool 1011 Name="VCManagedResourceCompilerTool" 1012 /> 1013 <Tool 1014 Name="VCResourceCompilerTool" 1015 /> 1016 <Tool 1017 Name="VCPreLinkEventTool" 1018 /> 1019 <Tool 1020 Name="VCLibrarianTool" 1021 AdditionalOptions="" 1022 /> 1023 <Tool 1024 Name="VCALinkTool" 1025 /> 1026 <Tool 1027 Name="VCXDCMakeTool" 1028 /> 1029 <Tool 1030 Name="VCBscMakeTool" 1031 /> 1032 <Tool 1033 Name="VCCodeSignTool" 1034 /> 1035 <Tool 1036 Name="VCPostBuildEventTool" 1037 /> 1038 <DeploymentTool 1039 ForceDirty="-1" 1040 RemoteDirectory="" 1041 RegisterOutput="0" 1042 AdditionalFiles="" 1043 /> 1044 <DebuggerTool 1045 /> 1046 </Configuration> 1047 <Configuration 1048 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1049 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1050 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 693 1051 ConfigurationType="4" 694 1052 CharacterSet="1" … … 908 1266 </Configuration> 909 1267 <Configuration 910 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"911 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"912 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"913 ConfigurationType="4"914 CharacterSet="1"915 >916 <Tool917 Name="VCPreBuildEventTool"918 />919 <Tool920 Name="VCCustomBuildTool"921 />922 <Tool923 Name="VCXMLDataGeneratorTool"924 />925 <Tool926 Name="VCWebServiceProxyGeneratorTool"927 />928 <Tool929 Name="VCMIDLTool"930 TargetEnvironment="1"931 />932 <Tool933 Name="VCCLCompilerTool"934 ExecutionBucket="7"935 AdditionalIncludeDirectories="../include,../../pjlib/include"936 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"937 ExceptionHandling="0"938 WarningLevel="3"939 CompileAs="0"940 />941 <Tool942 Name="VCManagedResourceCompilerTool"943 />944 <Tool945 Name="VCResourceCompilerTool"946 />947 <Tool948 Name="VCPreLinkEventTool"949 />950 <Tool951 Name="VCLibrarianTool"952 AdditionalOptions=""953 />954 <Tool955 Name="VCALinkTool"956 />957 <Tool958 Name="VCXDCMakeTool"959 />960 <Tool961 Name="VCBscMakeTool"962 />963 <Tool964 Name="VCCodeSignTool"965 />966 <Tool967 Name="VCPostBuildEventTool"968 />969 <DeploymentTool970 ForceDirty="-1"971 RemoteDirectory=""972 RegisterOutput="0"973 AdditionalFiles=""974 />975 <DebuggerTool976 />977 </Configuration>978 <Configuration979 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"980 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"981 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"982 ConfigurationType="4"983 CharacterSet="1"984 >985 <Tool986 Name="VCPreBuildEventTool"987 />988 <Tool989 Name="VCCustomBuildTool"990 />991 <Tool992 Name="VCXMLDataGeneratorTool"993 />994 <Tool995 Name="VCWebServiceProxyGeneratorTool"996 />997 <Tool998 Name="VCMIDLTool"999 TargetEnvironment="1"1000 />1001 <Tool1002 Name="VCCLCompilerTool"1003 ExecutionBucket="7"1004 Optimization="0"1005 FavorSizeOrSpeed="0"1006 AdditionalIncludeDirectories="../include,../../pjlib/include"1007 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1008 ExceptionHandling="0"1009 RuntimeLibrary="1"1010 WarningLevel="3"1011 DebugInformationFormat="3"1012 CompileAs="0"1013 CompileForArchitecture="0"1014 />1015 <Tool1016 Name="VCManagedResourceCompilerTool"1017 />1018 <Tool1019 Name="VCResourceCompilerTool"1020 />1021 <Tool1022 Name="VCPreLinkEventTool"1023 />1024 <Tool1025 Name="VCLibrarianTool"1026 AdditionalOptions=""1027 />1028 <Tool1029 Name="VCALinkTool"1030 />1031 <Tool1032 Name="VCXDCMakeTool"1033 />1034 <Tool1035 Name="VCBscMakeTool"1036 />1037 <Tool1038 Name="VCCodeSignTool"1039 />1040 <Tool1041 Name="VCPostBuildEventTool"1042 />1043 <DeploymentTool1044 ForceDirty="-1"1045 RemoteDirectory=""1046 RegisterOutput="0"1047 AdditionalFiles=""1048 />1049 <DebuggerTool1050 />1051 </Configuration>1052 <Configuration1053 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1054 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1055 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1056 ConfigurationType="4"1057 CharacterSet="1"1058 >1059 <Tool1060 Name="VCPreBuildEventTool"1061 />1062 <Tool1063 Name="VCCustomBuildTool"1064 />1065 <Tool1066 Name="VCXMLDataGeneratorTool"1067 />1068 <Tool1069 Name="VCWebServiceProxyGeneratorTool"1070 />1071 <Tool1072 Name="VCMIDLTool"1073 TargetEnvironment="1"1074 />1075 <Tool1076 Name="VCCLCompilerTool"1077 ExecutionBucket="7"1078 Optimization="0"1079 FavorSizeOrSpeed="0"1080 AdditionalIncludeDirectories="../include,../../pjlib/include"1081 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1082 ExceptionHandling="0"1083 RuntimeLibrary="1"1084 WarningLevel="3"1085 DebugInformationFormat="3"1086 CompileAs="0"1087 CompileForArchitecture="0"1088 />1089 <Tool1090 Name="VCManagedResourceCompilerTool"1091 />1092 <Tool1093 Name="VCResourceCompilerTool"1094 />1095 <Tool1096 Name="VCPreLinkEventTool"1097 />1098 <Tool1099 Name="VCLibrarianTool"1100 AdditionalOptions=""1101 />1102 <Tool1103 Name="VCALinkTool"1104 />1105 <Tool1106 Name="VCXDCMakeTool"1107 />1108 <Tool1109 Name="VCBscMakeTool"1110 />1111 <Tool1112 Name="VCCodeSignTool"1113 />1114 <Tool1115 Name="VCPostBuildEventTool"1116 />1117 <DeploymentTool1118 ForceDirty="-1"1119 RemoteDirectory=""1120 RegisterOutput="0"1121 AdditionalFiles=""1122 />1123 <DebuggerTool1124 />1125 </Configuration>1126 <Configuration1127 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1128 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1129 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1130 ConfigurationType="4"1131 CharacterSet="1"1132 >1133 <Tool1134 Name="VCPreBuildEventTool"1135 />1136 <Tool1137 Name="VCCustomBuildTool"1138 />1139 <Tool1140 Name="VCXMLDataGeneratorTool"1141 />1142 <Tool1143 Name="VCWebServiceProxyGeneratorTool"1144 />1145 <Tool1146 Name="VCMIDLTool"1147 TargetEnvironment="1"1148 />1149 <Tool1150 Name="VCCLCompilerTool"1151 ExecutionBucket="7"1152 AdditionalIncludeDirectories="../include,../../pjlib/include"1153 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1154 ExceptionHandling="0"1155 WarningLevel="3"1156 CompileAs="0"1157 />1158 <Tool1159 Name="VCManagedResourceCompilerTool"1160 />1161 <Tool1162 Name="VCResourceCompilerTool"1163 />1164 <Tool1165 Name="VCPreLinkEventTool"1166 />1167 <Tool1168 Name="VCLibrarianTool"1169 AdditionalOptions=""1170 />1171 <Tool1172 Name="VCALinkTool"1173 />1174 <Tool1175 Name="VCXDCMakeTool"1176 />1177 <Tool1178 Name="VCBscMakeTool"1179 />1180 <Tool1181 Name="VCCodeSignTool"1182 />1183 <Tool1184 Name="VCPostBuildEventTool"1185 />1186 <DeploymentTool1187 ForceDirty="-1"1188 RemoteDirectory=""1189 RegisterOutput="0"1190 AdditionalFiles=""1191 />1192 <DebuggerTool1193 />1194 </Configuration>1195 <Configuration1196 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1197 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1198 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1199 ConfigurationType="4"1200 CharacterSet="1"1201 >1202 <Tool1203 Name="VCPreBuildEventTool"1204 />1205 <Tool1206 Name="VCCustomBuildTool"1207 />1208 <Tool1209 Name="VCXMLDataGeneratorTool"1210 />1211 <Tool1212 Name="VCWebServiceProxyGeneratorTool"1213 />1214 <Tool1215 Name="VCMIDLTool"1216 TargetEnvironment="1"1217 />1218 <Tool1219 Name="VCCLCompilerTool"1220 ExecutionBucket="7"1221 Optimization="0"1222 FavorSizeOrSpeed="0"1223 AdditionalIncludeDirectories="../include,../../pjlib/include"1224 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1225 ExceptionHandling="0"1226 RuntimeLibrary="1"1227 WarningLevel="3"1228 DebugInformationFormat="3"1229 CompileAs="0"1230 CompileForArchitecture="0"1231 />1232 <Tool1233 Name="VCManagedResourceCompilerTool"1234 />1235 <Tool1236 Name="VCResourceCompilerTool"1237 />1238 <Tool1239 Name="VCPreLinkEventTool"1240 />1241 <Tool1242 Name="VCLibrarianTool"1243 AdditionalOptions=""1244 />1245 <Tool1246 Name="VCALinkTool"1247 />1248 <Tool1249 Name="VCXDCMakeTool"1250 />1251 <Tool1252 Name="VCBscMakeTool"1253 />1254 <Tool1255 Name="VCCodeSignTool"1256 />1257 <Tool1258 Name="VCPostBuildEventTool"1259 />1260 <DeploymentTool1261 ForceDirty="-1"1262 RemoteDirectory=""1263 RegisterOutput="0"1264 AdditionalFiles=""1265 />1266 <DebuggerTool1267 />1268 </Configuration>1269 <Configuration1270 1268 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1271 1269 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" … … 1958 1956 </FileConfiguration> 1959 1957 <FileConfiguration 1958 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1959 ExcludedFromBuild="true" 1960 > 1961 <Tool 1962 Name="VCCLCompilerTool" 1963 /> 1964 </FileConfiguration> 1965 <FileConfiguration 1960 1966 Name="Debug|Win32" 1961 1967 ExcludedFromBuild="true" … … 1976 1982 </FileConfiguration> 1977 1983 <FileConfiguration 1984 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1985 ExcludedFromBuild="true" 1986 > 1987 <Tool 1988 Name="VCCLCompilerTool" 1989 /> 1990 </FileConfiguration> 1991 <FileConfiguration 1978 1992 Name="Debug-Static|Win32" 1979 1993 ExcludedFromBuild="true" … … 1994 2008 </FileConfiguration> 1995 2009 <FileConfiguration 2010 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2011 ExcludedFromBuild="true" 2012 > 2013 <Tool 2014 Name="VCCLCompilerTool" 2015 /> 2016 </FileConfiguration> 2017 <FileConfiguration 1996 2018 Name="Release-Dynamic|Win32" 1997 2019 ExcludedFromBuild="true" … … 2012 2034 </FileConfiguration> 2013 2035 <FileConfiguration 2036 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2037 ExcludedFromBuild="true" 2038 > 2039 <Tool 2040 Name="VCCLCompilerTool" 2041 /> 2042 </FileConfiguration> 2043 <FileConfiguration 2014 2044 Name="Debug-Dynamic|Win32" 2015 2045 ExcludedFromBuild="true" … … 2030 2060 </FileConfiguration> 2031 2061 <FileConfiguration 2062 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2063 ExcludedFromBuild="true" 2064 > 2065 <Tool 2066 Name="VCCLCompilerTool" 2067 /> 2068 </FileConfiguration> 2069 <FileConfiguration 2032 2070 Name="Release-Static|Win32" 2033 2071 ExcludedFromBuild="true" … … 2048 2086 </FileConfiguration> 2049 2087 <FileConfiguration 2088 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2089 ExcludedFromBuild="true" 2090 > 2091 <Tool 2092 Name="VCCLCompilerTool" 2093 /> 2094 </FileConfiguration> 2095 </File> 2096 <File 2097 RelativePath="..\src\pjlib-util\scanner_cis_uint.c" 2098 > 2099 <FileConfiguration 2100 Name="Release|Win32" 2101 ExcludedFromBuild="true" 2102 > 2103 <Tool 2104 Name="VCCLCompilerTool" 2105 AdditionalIncludeDirectories="" 2106 PreprocessorDefinitions="" 2107 /> 2108 </FileConfiguration> 2109 <FileConfiguration 2110 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 2111 ExcludedFromBuild="true" 2112 > 2113 <Tool 2114 Name="VCCLCompilerTool" 2115 /> 2116 </FileConfiguration> 2117 <FileConfiguration 2050 2118 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2051 2119 ExcludedFromBuild="true" … … 2056 2124 </FileConfiguration> 2057 2125 <FileConfiguration 2126 Name="Debug|Win32" 2127 ExcludedFromBuild="true" 2128 > 2129 <Tool 2130 Name="VCCLCompilerTool" 2131 AdditionalIncludeDirectories="" 2132 PreprocessorDefinitions="" 2133 /> 2134 </FileConfiguration> 2135 <FileConfiguration 2136 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 2137 ExcludedFromBuild="true" 2138 > 2139 <Tool 2140 Name="VCCLCompilerTool" 2141 /> 2142 </FileConfiguration> 2143 <FileConfiguration 2058 2144 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2059 2145 ExcludedFromBuild="true" … … 2064 2150 </FileConfiguration> 2065 2151 <FileConfiguration 2152 Name="Debug-Static|Win32" 2153 ExcludedFromBuild="true" 2154 > 2155 <Tool 2156 Name="VCCLCompilerTool" 2157 AdditionalIncludeDirectories="" 2158 PreprocessorDefinitions="" 2159 /> 2160 </FileConfiguration> 2161 <FileConfiguration 2162 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2163 ExcludedFromBuild="true" 2164 > 2165 <Tool 2166 Name="VCCLCompilerTool" 2167 /> 2168 </FileConfiguration> 2169 <FileConfiguration 2066 2170 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2067 2171 ExcludedFromBuild="true" … … 2072 2176 </FileConfiguration> 2073 2177 <FileConfiguration 2178 Name="Release-Dynamic|Win32" 2179 ExcludedFromBuild="true" 2180 > 2181 <Tool 2182 Name="VCCLCompilerTool" 2183 AdditionalIncludeDirectories="" 2184 PreprocessorDefinitions="" 2185 /> 2186 </FileConfiguration> 2187 <FileConfiguration 2188 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 2189 ExcludedFromBuild="true" 2190 > 2191 <Tool 2192 Name="VCCLCompilerTool" 2193 /> 2194 </FileConfiguration> 2195 <FileConfiguration 2074 2196 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2075 2197 ExcludedFromBuild="true" … … 2080 2202 </FileConfiguration> 2081 2203 <FileConfiguration 2204 Name="Debug-Dynamic|Win32" 2205 ExcludedFromBuild="true" 2206 > 2207 <Tool 2208 Name="VCCLCompilerTool" 2209 AdditionalIncludeDirectories="" 2210 PreprocessorDefinitions="" 2211 /> 2212 </FileConfiguration> 2213 <FileConfiguration 2214 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 2215 ExcludedFromBuild="true" 2216 > 2217 <Tool 2218 Name="VCCLCompilerTool" 2219 /> 2220 </FileConfiguration> 2221 <FileConfiguration 2082 2222 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2083 2223 ExcludedFromBuild="true" … … 2088 2228 </FileConfiguration> 2089 2229 <FileConfiguration 2230 Name="Release-Static|Win32" 2231 ExcludedFromBuild="true" 2232 > 2233 <Tool 2234 Name="VCCLCompilerTool" 2235 AdditionalIncludeDirectories="" 2236 PreprocessorDefinitions="" 2237 /> 2238 </FileConfiguration> 2239 <FileConfiguration 2240 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2241 ExcludedFromBuild="true" 2242 > 2243 <Tool 2244 Name="VCCLCompilerTool" 2245 /> 2246 </FileConfiguration> 2247 <FileConfiguration 2090 2248 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2091 2249 ExcludedFromBuild="true" … … 2097 2255 </File> 2098 2256 <File 2099 RelativePath="..\src\pjlib-util\s canner_cis_uint.c"2257 RelativePath="..\src\pjlib-util\sha1.c" 2100 2258 > 2101 2259 <FileConfiguration 2102 2260 Name="Release|Win32" 2103 ExcludedFromBuild="true" 2261 > 2262 <Tool 2263 Name="VCCLCompilerTool" 2264 AdditionalIncludeDirectories="" 2265 PreprocessorDefinitions="" 2266 /> 2267 </FileConfiguration> 2268 <FileConfiguration 2269 Name="Debug|Win32" 2270 > 2271 <Tool 2272 Name="VCCLCompilerTool" 2273 AdditionalIncludeDirectories="" 2274 PreprocessorDefinitions="" 2275 /> 2276 </FileConfiguration> 2277 <FileConfiguration 2278 Name="Debug-Static|Win32" 2279 > 2280 <Tool 2281 Name="VCCLCompilerTool" 2282 AdditionalIncludeDirectories="" 2283 PreprocessorDefinitions="" 2284 /> 2285 </FileConfiguration> 2286 <FileConfiguration 2287 Name="Release-Dynamic|Win32" 2288 > 2289 <Tool 2290 Name="VCCLCompilerTool" 2291 AdditionalIncludeDirectories="" 2292 PreprocessorDefinitions="" 2293 /> 2294 </FileConfiguration> 2295 <FileConfiguration 2296 Name="Debug-Dynamic|Win32" 2297 > 2298 <Tool 2299 Name="VCCLCompilerTool" 2300 AdditionalIncludeDirectories="" 2301 PreprocessorDefinitions="" 2302 /> 2303 </FileConfiguration> 2304 <FileConfiguration 2305 Name="Release-Static|Win32" 2306 > 2307 <Tool 2308 Name="VCCLCompilerTool" 2309 AdditionalIncludeDirectories="" 2310 PreprocessorDefinitions="" 2311 /> 2312 </FileConfiguration> 2313 </File> 2314 <File 2315 RelativePath="..\src\pjlib-util\srv_resolver.c" 2316 > 2317 </File> 2318 <File 2319 RelativePath="..\src\pjlib-util\string.c" 2320 > 2321 <FileConfiguration 2322 Name="Release|Win32" 2323 > 2324 <Tool 2325 Name="VCCLCompilerTool" 2326 AdditionalIncludeDirectories="" 2327 PreprocessorDefinitions="" 2328 /> 2329 </FileConfiguration> 2330 <FileConfiguration 2331 Name="Debug|Win32" 2332 > 2333 <Tool 2334 Name="VCCLCompilerTool" 2335 AdditionalIncludeDirectories="" 2336 PreprocessorDefinitions="" 2337 /> 2338 </FileConfiguration> 2339 <FileConfiguration 2340 Name="Debug-Static|Win32" 2341 > 2342 <Tool 2343 Name="VCCLCompilerTool" 2344 AdditionalIncludeDirectories="" 2345 PreprocessorDefinitions="" 2346 /> 2347 </FileConfiguration> 2348 <FileConfiguration 2349 Name="Release-Dynamic|Win32" 2350 > 2351 <Tool 2352 Name="VCCLCompilerTool" 2353 AdditionalIncludeDirectories="" 2354 PreprocessorDefinitions="" 2355 /> 2356 </FileConfiguration> 2357 <FileConfiguration 2358 Name="Debug-Dynamic|Win32" 2359 > 2360 <Tool 2361 Name="VCCLCompilerTool" 2362 AdditionalIncludeDirectories="" 2363 PreprocessorDefinitions="" 2364 /> 2365 </FileConfiguration> 2366 <FileConfiguration 2367 Name="Release-Static|Win32" 2368 > 2369 <Tool 2370 Name="VCCLCompilerTool" 2371 AdditionalIncludeDirectories="" 2372 PreprocessorDefinitions="" 2373 /> 2374 </FileConfiguration> 2375 </File> 2376 <File 2377 RelativePath="..\src\pjlib-util\stun_simple.c" 2378 > 2379 <FileConfiguration 2380 Name="Release|Win32" 2381 > 2382 <Tool 2383 Name="VCCLCompilerTool" 2384 AdditionalIncludeDirectories="" 2385 PreprocessorDefinitions="" 2386 /> 2387 </FileConfiguration> 2388 <FileConfiguration 2389 Name="Debug|Win32" 2390 > 2391 <Tool 2392 Name="VCCLCompilerTool" 2393 AdditionalIncludeDirectories="" 2394 PreprocessorDefinitions="" 2395 /> 2396 </FileConfiguration> 2397 <FileConfiguration 2398 Name="Debug-Static|Win32" 2399 > 2400 <Tool 2401 Name="VCCLCompilerTool" 2402 AdditionalIncludeDirectories="" 2403 PreprocessorDefinitions="" 2404 /> 2405 </FileConfiguration> 2406 <FileConfiguration 2407 Name="Release-Dynamic|Win32" 2408 > 2409 <Tool 2410 Name="VCCLCompilerTool" 2411 AdditionalIncludeDirectories="" 2412 PreprocessorDefinitions="" 2413 /> 2414 </FileConfiguration> 2415 <FileConfiguration 2416 Name="Debug-Dynamic|Win32" 2417 > 2418 <Tool 2419 Name="VCCLCompilerTool" 2420 AdditionalIncludeDirectories="" 2421 PreprocessorDefinitions="" 2422 /> 2423 </FileConfiguration> 2424 <FileConfiguration 2425 Name="Release-Static|Win32" 2426 > 2427 <Tool 2428 Name="VCCLCompilerTool" 2429 AdditionalIncludeDirectories="" 2430 PreprocessorDefinitions="" 2431 /> 2432 </FileConfiguration> 2433 </File> 2434 <File 2435 RelativePath="..\src\pjlib-util\stun_simple_client.c" 2436 > 2437 <FileConfiguration 2438 Name="Release|Win32" 2439 > 2440 <Tool 2441 Name="VCCLCompilerTool" 2442 AdditionalIncludeDirectories="" 2443 PreprocessorDefinitions="" 2444 /> 2445 </FileConfiguration> 2446 <FileConfiguration 2447 Name="Debug|Win32" 2448 > 2449 <Tool 2450 Name="VCCLCompilerTool" 2451 AdditionalIncludeDirectories="" 2452 PreprocessorDefinitions="" 2453 /> 2454 </FileConfiguration> 2455 <FileConfiguration 2456 Name="Debug-Static|Win32" 2457 > 2458 <Tool 2459 Name="VCCLCompilerTool" 2460 AdditionalIncludeDirectories="" 2461 PreprocessorDefinitions="" 2462 /> 2463 </FileConfiguration> 2464 <FileConfiguration 2465 Name="Release-Dynamic|Win32" 2466 > 2467 <Tool 2468 Name="VCCLCompilerTool" 2469 AdditionalIncludeDirectories="" 2470 PreprocessorDefinitions="" 2471 /> 2472 </FileConfiguration> 2473 <FileConfiguration 2474 Name="Debug-Dynamic|Win32" 2475 > 2476 <Tool 2477 Name="VCCLCompilerTool" 2478 AdditionalIncludeDirectories="" 2479 PreprocessorDefinitions="" 2480 /> 2481 </FileConfiguration> 2482 <FileConfiguration 2483 Name="Release-Static|Win32" 2484 > 2485 <Tool 2486 Name="VCCLCompilerTool" 2487 AdditionalIncludeDirectories="" 2488 PreprocessorDefinitions="" 2489 /> 2490 </FileConfiguration> 2491 </File> 2492 <File 2493 RelativePath="..\src\pjlib-util\symbols.c" 2494 > 2495 <FileConfiguration 2496 Name="Release|Win32" 2104 2497 > 2105 2498 <Tool … … 2118 2511 </FileConfiguration> 2119 2512 <FileConfiguration 2513 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2514 ExcludedFromBuild="true" 2515 > 2516 <Tool 2517 Name="VCCLCompilerTool" 2518 /> 2519 </FileConfiguration> 2520 <FileConfiguration 2120 2521 Name="Debug|Win32" 2121 ExcludedFromBuild="true"2122 2522 > 2123 2523 <Tool … … 2136 2536 </FileConfiguration> 2137 2537 <FileConfiguration 2538 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2539 ExcludedFromBuild="true" 2540 > 2541 <Tool 2542 Name="VCCLCompilerTool" 2543 /> 2544 </FileConfiguration> 2545 <FileConfiguration 2138 2546 Name="Debug-Static|Win32" 2139 ExcludedFromBuild="true"2140 2547 > 2141 2548 <Tool … … 2154 2561 </FileConfiguration> 2155 2562 <FileConfiguration 2563 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2564 ExcludedFromBuild="true" 2565 > 2566 <Tool 2567 Name="VCCLCompilerTool" 2568 /> 2569 </FileConfiguration> 2570 <FileConfiguration 2156 2571 Name="Release-Dynamic|Win32" 2157 ExcludedFromBuild="true"2158 2572 > 2159 2573 <Tool … … 2172 2586 </FileConfiguration> 2173 2587 <FileConfiguration 2588 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2589 ExcludedFromBuild="true" 2590 > 2591 <Tool 2592 Name="VCCLCompilerTool" 2593 /> 2594 </FileConfiguration> 2595 <FileConfiguration 2174 2596 Name="Debug-Dynamic|Win32" 2175 ExcludedFromBuild="true"2176 2597 > 2177 2598 <Tool … … 2190 2611 </FileConfiguration> 2191 2612 <FileConfiguration 2613 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2614 ExcludedFromBuild="true" 2615 > 2616 <Tool 2617 Name="VCCLCompilerTool" 2618 /> 2619 </FileConfiguration> 2620 <FileConfiguration 2192 2621 Name="Release-Static|Win32" 2193 ExcludedFromBuild="true"2194 2622 > 2195 2623 <Tool … … 2201 2629 <FileConfiguration 2202 2630 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2203 ExcludedFromBuild="true"2204 >2205 <Tool2206 Name="VCCLCompilerTool"2207 />2208 </FileConfiguration>2209 <FileConfiguration2210 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"2211 ExcludedFromBuild="true"2212 >2213 <Tool2214 Name="VCCLCompilerTool"2215 />2216 </FileConfiguration>2217 <FileConfiguration2218 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"2219 ExcludedFromBuild="true"2220 >2221 <Tool2222 Name="VCCLCompilerTool"2223 />2224 </FileConfiguration>2225 <FileConfiguration2226 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2227 ExcludedFromBuild="true"2228 >2229 <Tool2230 Name="VCCLCompilerTool"2231 />2232 </FileConfiguration>2233 <FileConfiguration2234 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2235 ExcludedFromBuild="true"2236 >2237 <Tool2238 Name="VCCLCompilerTool"2239 />2240 </FileConfiguration>2241 <FileConfiguration2242 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2243 ExcludedFromBuild="true"2244 >2245 <Tool2246 Name="VCCLCompilerTool"2247 />2248 </FileConfiguration>2249 <FileConfiguration2250 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2251 ExcludedFromBuild="true"2252 >2253 <Tool2254 Name="VCCLCompilerTool"2255 />2256 </FileConfiguration>2257 </File>2258 <File2259 RelativePath="..\src\pjlib-util\sha1.c"2260 >2261 <FileConfiguration2262 Name="Release|Win32"2263 >2264 <Tool2265 Name="VCCLCompilerTool"2266 AdditionalIncludeDirectories=""2267 PreprocessorDefinitions=""2268 />2269 </FileConfiguration>2270 <FileConfiguration2271 Name="Debug|Win32"2272 >2273 <Tool2274 Name="VCCLCompilerTool"2275 AdditionalIncludeDirectories=""2276 PreprocessorDefinitions=""2277 />2278 </FileConfiguration>2279 <FileConfiguration2280 Name="Debug-Static|Win32"2281 >2282 <Tool2283 Name="VCCLCompilerTool"2284 AdditionalIncludeDirectories=""2285 PreprocessorDefinitions=""2286 />2287 </FileConfiguration>2288 <FileConfiguration2289 Name="Release-Dynamic|Win32"2290 >2291 <Tool2292 Name="VCCLCompilerTool"2293 AdditionalIncludeDirectories=""2294 PreprocessorDefinitions=""2295 />2296 </FileConfiguration>2297 <FileConfiguration2298 Name="Debug-Dynamic|Win32"2299 >2300 <Tool2301 Name="VCCLCompilerTool"2302 AdditionalIncludeDirectories=""2303 PreprocessorDefinitions=""2304 />2305 </FileConfiguration>2306 <FileConfiguration2307 Name="Release-Static|Win32"2308 >2309 <Tool2310 Name="VCCLCompilerTool"2311 AdditionalIncludeDirectories=""2312 PreprocessorDefinitions=""2313 />2314 </FileConfiguration>2315 </File>2316 <File2317 RelativePath="..\src\pjlib-util\srv_resolver.c"2318 >2319 </File>2320 <File2321 RelativePath="..\src\pjlib-util\string.c"2322 >2323 <FileConfiguration2324 Name="Release|Win32"2325 >2326 <Tool2327 Name="VCCLCompilerTool"2328 AdditionalIncludeDirectories=""2329 PreprocessorDefinitions=""2330 />2331 </FileConfiguration>2332 <FileConfiguration2333 Name="Debug|Win32"2334 >2335 <Tool2336 Name="VCCLCompilerTool"2337 AdditionalIncludeDirectories=""2338 PreprocessorDefinitions=""2339 />2340 </FileConfiguration>2341 <FileConfiguration2342 Name="Debug-Static|Win32"2343 >2344 <Tool2345 Name="VCCLCompilerTool"2346 AdditionalIncludeDirectories=""2347 PreprocessorDefinitions=""2348 />2349 </FileConfiguration>2350 <FileConfiguration2351 Name="Release-Dynamic|Win32"2352 >2353 <Tool2354 Name="VCCLCompilerTool"2355 AdditionalIncludeDirectories=""2356 PreprocessorDefinitions=""2357 />2358 </FileConfiguration>2359 <FileConfiguration2360 Name="Debug-Dynamic|Win32"2361 >2362 <Tool2363 Name="VCCLCompilerTool"2364 AdditionalIncludeDirectories=""2365 PreprocessorDefinitions=""2366 />2367 </FileConfiguration>2368 <FileConfiguration2369 Name="Release-Static|Win32"2370 >2371 <Tool2372 Name="VCCLCompilerTool"2373 AdditionalIncludeDirectories=""2374 PreprocessorDefinitions=""2375 />2376 </FileConfiguration>2377 </File>2378 <File2379 RelativePath="..\src\pjlib-util\stun_simple.c"2380 >2381 <FileConfiguration2382 Name="Release|Win32"2383 >2384 <Tool2385 Name="VCCLCompilerTool"2386 AdditionalIncludeDirectories=""2387 PreprocessorDefinitions=""2388 />2389 </FileConfiguration>2390 <FileConfiguration2391 Name="Debug|Win32"2392 >2393 <Tool2394 Name="VCCLCompilerTool"2395 AdditionalIncludeDirectories=""2396 PreprocessorDefinitions=""2397 />2398 </FileConfiguration>2399 <FileConfiguration2400 Name="Debug-Static|Win32"2401 >2402 <Tool2403 Name="VCCLCompilerTool"2404 AdditionalIncludeDirectories=""2405 PreprocessorDefinitions=""2406 />2407 </FileConfiguration>2408 <FileConfiguration2409 Name="Release-Dynamic|Win32"2410 >2411 <Tool2412 Name="VCCLCompilerTool"2413 AdditionalIncludeDirectories=""2414 PreprocessorDefinitions=""2415 />2416 </FileConfiguration>2417 <FileConfiguration2418 Name="Debug-Dynamic|Win32"2419 >2420 <Tool2421 Name="VCCLCompilerTool"2422 AdditionalIncludeDirectories=""2423 PreprocessorDefinitions=""2424 />2425 </FileConfiguration>2426 <FileConfiguration2427 Name="Release-Static|Win32"2428 >2429 <Tool2430 Name="VCCLCompilerTool"2431 AdditionalIncludeDirectories=""2432 PreprocessorDefinitions=""2433 />2434 </FileConfiguration>2435 </File>2436 <File2437 RelativePath="..\src\pjlib-util\stun_simple_client.c"2438 >2439 <FileConfiguration2440 Name="Release|Win32"2441 >2442 <Tool2443 Name="VCCLCompilerTool"2444 AdditionalIncludeDirectories=""2445 PreprocessorDefinitions=""2446 />2447 </FileConfiguration>2448 <FileConfiguration2449 Name="Debug|Win32"2450 >2451 <Tool2452 Name="VCCLCompilerTool"2453 AdditionalIncludeDirectories=""2454 PreprocessorDefinitions=""2455 />2456 </FileConfiguration>2457 <FileConfiguration2458 Name="Debug-Static|Win32"2459 >2460 <Tool2461 Name="VCCLCompilerTool"2462 AdditionalIncludeDirectories=""2463 PreprocessorDefinitions=""2464 />2465 </FileConfiguration>2466 <FileConfiguration2467 Name="Release-Dynamic|Win32"2468 >2469 <Tool2470 Name="VCCLCompilerTool"2471 AdditionalIncludeDirectories=""2472 PreprocessorDefinitions=""2473 />2474 </FileConfiguration>2475 <FileConfiguration2476 Name="Debug-Dynamic|Win32"2477 >2478 <Tool2479 Name="VCCLCompilerTool"2480 AdditionalIncludeDirectories=""2481 PreprocessorDefinitions=""2482 />2483 </FileConfiguration>2484 <FileConfiguration2485 Name="Release-Static|Win32"2486 >2487 <Tool2488 Name="VCCLCompilerTool"2489 AdditionalIncludeDirectories=""2490 PreprocessorDefinitions=""2491 />2492 </FileConfiguration>2493 </File>2494 <File2495 RelativePath="..\src\pjlib-util\symbols.c"2496 >2497 <FileConfiguration2498 Name="Release|Win32"2499 >2500 <Tool2501 Name="VCCLCompilerTool"2502 AdditionalIncludeDirectories=""2503 PreprocessorDefinitions=""2504 />2505 </FileConfiguration>2506 <FileConfiguration2507 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"2508 ExcludedFromBuild="true"2509 >2510 <Tool2511 Name="VCCLCompilerTool"2512 />2513 </FileConfiguration>2514 <FileConfiguration2515 Name="Debug|Win32"2516 >2517 <Tool2518 Name="VCCLCompilerTool"2519 AdditionalIncludeDirectories=""2520 PreprocessorDefinitions=""2521 />2522 </FileConfiguration>2523 <FileConfiguration2524 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"2525 ExcludedFromBuild="true"2526 >2527 <Tool2528 Name="VCCLCompilerTool"2529 />2530 </FileConfiguration>2531 <FileConfiguration2532 Name="Debug-Static|Win32"2533 >2534 <Tool2535 Name="VCCLCompilerTool"2536 AdditionalIncludeDirectories=""2537 PreprocessorDefinitions=""2538 />2539 </FileConfiguration>2540 <FileConfiguration2541 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"2542 ExcludedFromBuild="true"2543 >2544 <Tool2545 Name="VCCLCompilerTool"2546 />2547 </FileConfiguration>2548 <FileConfiguration2549 Name="Release-Dynamic|Win32"2550 >2551 <Tool2552 Name="VCCLCompilerTool"2553 AdditionalIncludeDirectories=""2554 PreprocessorDefinitions=""2555 />2556 </FileConfiguration>2557 <FileConfiguration2558 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"2559 ExcludedFromBuild="true"2560 >2561 <Tool2562 Name="VCCLCompilerTool"2563 />2564 </FileConfiguration>2565 <FileConfiguration2566 Name="Debug-Dynamic|Win32"2567 >2568 <Tool2569 Name="VCCLCompilerTool"2570 AdditionalIncludeDirectories=""2571 PreprocessorDefinitions=""2572 />2573 </FileConfiguration>2574 <FileConfiguration2575 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"2576 ExcludedFromBuild="true"2577 >2578 <Tool2579 Name="VCCLCompilerTool"2580 />2581 </FileConfiguration>2582 <FileConfiguration2583 Name="Release-Static|Win32"2584 >2585 <Tool2586 Name="VCCLCompilerTool"2587 AdditionalIncludeDirectories=""2588 PreprocessorDefinitions=""2589 />2590 </FileConfiguration>2591 <FileConfiguration2592 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)"2593 ExcludedFromBuild="true"2594 >2595 <Tool2596 Name="VCCLCompilerTool"2597 />2598 </FileConfiguration>2599 <FileConfiguration2600 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"2601 ExcludedFromBuild="true"2602 >2603 <Tool2604 Name="VCCLCompilerTool"2605 />2606 </FileConfiguration>2607 <FileConfiguration2608 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"2609 ExcludedFromBuild="true"2610 >2611 <Tool2612 Name="VCCLCompilerTool"2613 />2614 </FileConfiguration>2615 <FileConfiguration2616 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2617 ExcludedFromBuild="true"2618 >2619 <Tool2620 Name="VCCLCompilerTool"2621 />2622 </FileConfiguration>2623 <FileConfiguration2624 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2625 ExcludedFromBuild="true"2626 >2627 <Tool2628 Name="VCCLCompilerTool"2629 />2630 </FileConfiguration>2631 <FileConfiguration2632 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2633 2631 ExcludedFromBuild="true" 2634 2632 > -
pjproject/branches/projects/vs-reorg/pjlib-util/build/pjlib_util_test.vcproj
r2584 r2609 5 5 Name="pjlib_util_test" 6 6 ProjectGUID="{ED02BE13-8297-4770-8097-27DC2CCABF9A}" 7 RootNamespace="pjlib_util_test" 7 8 > 8 9 <Platforms> … … 186 187 IntermediateDirectory="./output/pjlib-util-test-i386-win32-vc8-debug" 187 188 ConfigurationType="1" 188 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"189 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 189 190 UseOfMFC="0" 190 191 ATLMinimizesCRunTimeLibraryUsage="false" … … 210 211 <Tool 211 212 Name="VCCLCompilerTool" 212 Optimization="0"213 213 AdditionalIncludeDirectories="../include,../../pjlib/include" 214 214 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" … … 223 223 WarningLevel="3" 224 224 SuppressStartupBanner="true" 225 DebugInformationFormat="4"226 225 /> 227 226 <Tool -
pjproject/branches/projects/vs-reorg/pjlib/build/pjlib.vcproj
r2608 r2609 23 23 <Configuration 24 24 Name="Debug|Win32" 25 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 25 26 IntermediateDirectory="$(ConfigurationName)" 26 27 ConfigurationType="4" 27 InheritedPropertySheets="..\..\build\vs\pjproject-vs8- common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"28 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 28 29 UseOfMFC="0" 29 30 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 48 <Tool 48 49 Name="VCCLCompilerTool" 49 Optimization="0"50 50 AdditionalIncludeDirectories="../include" 51 51 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32;PJ_M_I386" … … 60 60 WarningLevel="4" 61 61 SuppressStartupBanner="true" 62 DebugInformationFormat="4"63 62 /> 64 63 <Tool … … 94 93 <Tool 95 94 Name="VCPostBuildEventTool" 95 /> 96 </Configuration> 97 <Configuration 98 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 99 ConfigurationType="4" 100 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 101 CharacterSet="1" 102 > 103 <Tool 104 Name="VCPreBuildEventTool" 105 /> 106 <Tool 107 Name="VCCustomBuildTool" 108 /> 109 <Tool 110 Name="VCXMLDataGeneratorTool" 111 /> 112 <Tool 113 Name="VCWebServiceProxyGeneratorTool" 114 /> 115 <Tool 116 Name="VCMIDLTool" 117 /> 118 <Tool 119 Name="VCCLCompilerTool" 120 ExecutionBucket="7" 121 Optimization="0" 122 FavorSizeOrSpeed="0" 123 AdditionalIncludeDirectories="../include" 124 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 125 ExceptionHandling="0" 126 RuntimeLibrary="1" 127 WarningLevel="3" 128 DebugInformationFormat="3" 129 CompileAs="0" 130 CompileForArchitecture="0" 131 /> 132 <Tool 133 Name="VCManagedResourceCompilerTool" 134 /> 135 <Tool 136 Name="VCResourceCompilerTool" 137 /> 138 <Tool 139 Name="VCPreLinkEventTool" 140 /> 141 <Tool 142 Name="VCLibrarianTool" 143 AdditionalOptions="" 144 /> 145 <Tool 146 Name="VCALinkTool" 147 /> 148 <Tool 149 Name="VCXDCMakeTool" 150 /> 151 <Tool 152 Name="VCBscMakeTool" 153 /> 154 <Tool 155 Name="VCCodeSignTool" 156 /> 157 <Tool 158 Name="VCPostBuildEventTool" 159 /> 160 <DeploymentTool 161 ForceDirty="-1" 162 RemoteDirectory="" 163 RegisterOutput="0" 164 AdditionalFiles="" 165 /> 166 <DebuggerTool 167 /> 168 </Configuration> 169 <Configuration 170 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 171 ConfigurationType="4" 172 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 173 CharacterSet="1" 174 > 175 <Tool 176 Name="VCPreBuildEventTool" 177 /> 178 <Tool 179 Name="VCCustomBuildTool" 180 /> 181 <Tool 182 Name="VCXMLDataGeneratorTool" 183 /> 184 <Tool 185 Name="VCWebServiceProxyGeneratorTool" 186 /> 187 <Tool 188 Name="VCMIDLTool" 189 TargetEnvironment="1" 190 /> 191 <Tool 192 Name="VCCLCompilerTool" 193 ExecutionBucket="7" 194 Optimization="0" 195 FavorSizeOrSpeed="0" 196 AdditionalIncludeDirectories="../include" 197 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 198 ExceptionHandling="0" 199 RuntimeLibrary="1" 200 WarningLevel="3" 201 DebugInformationFormat="3" 202 CompileAs="0" 203 CompileForArchitecture="0" 204 /> 205 <Tool 206 Name="VCManagedResourceCompilerTool" 207 /> 208 <Tool 209 Name="VCResourceCompilerTool" 210 /> 211 <Tool 212 Name="VCPreLinkEventTool" 213 /> 214 <Tool 215 Name="VCLibrarianTool" 216 AdditionalOptions="" 217 /> 218 <Tool 219 Name="VCALinkTool" 220 /> 221 <Tool 222 Name="VCXDCMakeTool" 223 /> 224 <Tool 225 Name="VCBscMakeTool" 226 /> 227 <Tool 228 Name="VCCodeSignTool" 229 /> 230 <Tool 231 Name="VCPostBuildEventTool" 232 /> 233 <DeploymentTool 234 ForceDirty="-1" 235 RemoteDirectory="" 236 RegisterOutput="0" 237 AdditionalFiles="" 238 /> 239 <DebuggerTool 96 240 /> 97 241 </Configuration> … … 173 317 </Configuration> 174 318 <Configuration 319 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 320 ConfigurationType="4" 321 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 322 CharacterSet="1" 323 > 324 <Tool 325 Name="VCPreBuildEventTool" 326 /> 327 <Tool 328 Name="VCCustomBuildTool" 329 /> 330 <Tool 331 Name="VCXMLDataGeneratorTool" 332 /> 333 <Tool 334 Name="VCWebServiceProxyGeneratorTool" 335 /> 336 <Tool 337 Name="VCMIDLTool" 338 /> 339 <Tool 340 Name="VCCLCompilerTool" 341 ExecutionBucket="7" 342 Optimization="2" 343 FavorSizeOrSpeed="2" 344 AdditionalIncludeDirectories="../include" 345 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 346 ExceptionHandling="0" 347 RuntimeLibrary="0" 348 WarningLevel="3" 349 DebugInformationFormat="0" 350 CompileAs="0" 351 /> 352 <Tool 353 Name="VCManagedResourceCompilerTool" 354 /> 355 <Tool 356 Name="VCResourceCompilerTool" 357 /> 358 <Tool 359 Name="VCPreLinkEventTool" 360 /> 361 <Tool 362 Name="VCLibrarianTool" 363 AdditionalOptions="" 364 /> 365 <Tool 366 Name="VCALinkTool" 367 /> 368 <Tool 369 Name="VCXDCMakeTool" 370 /> 371 <Tool 372 Name="VCBscMakeTool" 373 /> 374 <Tool 375 Name="VCCodeSignTool" 376 /> 377 <Tool 378 Name="VCPostBuildEventTool" 379 /> 380 <DeploymentTool 381 ForceDirty="-1" 382 RemoteDirectory="" 383 RegisterOutput="0" 384 AdditionalFiles="" 385 /> 386 <DebuggerTool 387 /> 388 </Configuration> 389 <Configuration 390 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 391 ConfigurationType="4" 392 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 393 CharacterSet="1" 394 > 395 <Tool 396 Name="VCPreBuildEventTool" 397 /> 398 <Tool 399 Name="VCCustomBuildTool" 400 /> 401 <Tool 402 Name="VCXMLDataGeneratorTool" 403 /> 404 <Tool 405 Name="VCWebServiceProxyGeneratorTool" 406 /> 407 <Tool 408 Name="VCMIDLTool" 409 TargetEnvironment="1" 410 /> 411 <Tool 412 Name="VCCLCompilerTool" 413 ExecutionBucket="7" 414 Optimization="2" 415 FavorSizeOrSpeed="2" 416 AdditionalIncludeDirectories="../include" 417 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 418 ExceptionHandling="0" 419 RuntimeLibrary="0" 420 WarningLevel="3" 421 DebugInformationFormat="0" 422 CompileAs="0" 423 /> 424 <Tool 425 Name="VCManagedResourceCompilerTool" 426 /> 427 <Tool 428 Name="VCResourceCompilerTool" 429 /> 430 <Tool 431 Name="VCPreLinkEventTool" 432 /> 433 <Tool 434 Name="VCLibrarianTool" 435 AdditionalOptions="" 436 /> 437 <Tool 438 Name="VCALinkTool" 439 /> 440 <Tool 441 Name="VCXDCMakeTool" 442 /> 443 <Tool 444 Name="VCBscMakeTool" 445 /> 446 <Tool 447 Name="VCCodeSignTool" 448 /> 449 <Tool 450 Name="VCPostBuildEventTool" 451 /> 452 <DeploymentTool 453 ForceDirty="-1" 454 RemoteDirectory="" 455 RegisterOutput="0" 456 AdditionalFiles="" 457 /> 458 <DebuggerTool 459 /> 460 </Configuration> 461 <Configuration 175 462 Name="Debug-Static|Win32" 176 463 IntermediateDirectory="$(ConfigurationName)" … … 245 532 <Tool 246 533 Name="VCPostBuildEventTool" 534 /> 535 </Configuration> 536 <Configuration 537 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 538 ConfigurationType="4" 539 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 540 CharacterSet="1" 541 > 542 <Tool 543 Name="VCPreBuildEventTool" 544 /> 545 <Tool 546 Name="VCCustomBuildTool" 547 /> 548 <Tool 549 Name="VCXMLDataGeneratorTool" 550 /> 551 <Tool 552 Name="VCWebServiceProxyGeneratorTool" 553 /> 554 <Tool 555 Name="VCMIDLTool" 556 TargetEnvironment="1" 557 /> 558 <Tool 559 Name="VCCLCompilerTool" 560 ExecutionBucket="7" 561 Optimization="0" 562 FavorSizeOrSpeed="0" 563 AdditionalIncludeDirectories="../include" 564 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 565 ExceptionHandling="0" 566 RuntimeLibrary="1" 567 WarningLevel="3" 568 DebugInformationFormat="3" 569 CompileAs="0" 570 CompileForArchitecture="0" 571 /> 572 <Tool 573 Name="VCManagedResourceCompilerTool" 574 /> 575 <Tool 576 Name="VCResourceCompilerTool" 577 /> 578 <Tool 579 Name="VCPreLinkEventTool" 580 /> 581 <Tool 582 Name="VCLibrarianTool" 583 AdditionalOptions="" 584 /> 585 <Tool 586 Name="VCALinkTool" 587 /> 588 <Tool 589 Name="VCXDCMakeTool" 590 /> 591 <Tool 592 Name="VCBscMakeTool" 593 /> 594 <Tool 595 Name="VCCodeSignTool" 596 /> 597 <Tool 598 Name="VCPostBuildEventTool" 599 /> 600 <DeploymentTool 601 ForceDirty="-1" 602 RemoteDirectory="" 603 RegisterOutput="0" 604 AdditionalFiles="" 605 /> 606 <DebuggerTool 607 /> 608 </Configuration> 609 <Configuration 610 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 611 ConfigurationType="4" 612 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 613 CharacterSet="1" 614 > 615 <Tool 616 Name="VCPreBuildEventTool" 617 /> 618 <Tool 619 Name="VCCustomBuildTool" 620 /> 621 <Tool 622 Name="VCXMLDataGeneratorTool" 623 /> 624 <Tool 625 Name="VCWebServiceProxyGeneratorTool" 626 /> 627 <Tool 628 Name="VCMIDLTool" 629 TargetEnvironment="1" 630 /> 631 <Tool 632 Name="VCCLCompilerTool" 633 ExecutionBucket="7" 634 Optimization="0" 635 FavorSizeOrSpeed="0" 636 AdditionalIncludeDirectories="../include" 637 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 638 ExceptionHandling="0" 639 RuntimeLibrary="1" 640 WarningLevel="3" 641 DebugInformationFormat="3" 642 CompileAs="0" 643 CompileForArchitecture="0" 644 /> 645 <Tool 646 Name="VCManagedResourceCompilerTool" 647 /> 648 <Tool 649 Name="VCResourceCompilerTool" 650 /> 651 <Tool 652 Name="VCPreLinkEventTool" 653 /> 654 <Tool 655 Name="VCLibrarianTool" 656 AdditionalOptions="" 657 /> 658 <Tool 659 Name="VCALinkTool" 660 /> 661 <Tool 662 Name="VCXDCMakeTool" 663 /> 664 <Tool 665 Name="VCBscMakeTool" 666 /> 667 <Tool 668 Name="VCCodeSignTool" 669 /> 670 <Tool 671 Name="VCPostBuildEventTool" 672 /> 673 <DeploymentTool 674 ForceDirty="-1" 675 RemoteDirectory="" 676 RegisterOutput="0" 677 AdditionalFiles="" 678 /> 679 <DebuggerTool 247 680 /> 248 681 </Configuration> … … 324 757 </Configuration> 325 758 <Configuration 759 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 760 ConfigurationType="4" 761 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 762 CharacterSet="1" 763 > 764 <Tool 765 Name="VCPreBuildEventTool" 766 /> 767 <Tool 768 Name="VCCustomBuildTool" 769 /> 770 <Tool 771 Name="VCXMLDataGeneratorTool" 772 /> 773 <Tool 774 Name="VCWebServiceProxyGeneratorTool" 775 /> 776 <Tool 777 Name="VCMIDLTool" 778 TargetEnvironment="1" 779 /> 780 <Tool 781 Name="VCCLCompilerTool" 782 ExecutionBucket="7" 783 Optimization="2" 784 FavorSizeOrSpeed="2" 785 AdditionalIncludeDirectories="../include" 786 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 787 ExceptionHandling="0" 788 RuntimeLibrary="0" 789 WarningLevel="3" 790 DebugInformationFormat="0" 791 CompileAs="0" 792 /> 793 <Tool 794 Name="VCManagedResourceCompilerTool" 795 /> 796 <Tool 797 Name="VCResourceCompilerTool" 798 /> 799 <Tool 800 Name="VCPreLinkEventTool" 801 /> 802 <Tool 803 Name="VCLibrarianTool" 804 AdditionalOptions="" 805 /> 806 <Tool 807 Name="VCALinkTool" 808 /> 809 <Tool 810 Name="VCXDCMakeTool" 811 /> 812 <Tool 813 Name="VCBscMakeTool" 814 /> 815 <Tool 816 Name="VCCodeSignTool" 817 /> 818 <Tool 819 Name="VCPostBuildEventTool" 820 /> 821 <DeploymentTool 822 ForceDirty="-1" 823 RemoteDirectory="" 824 RegisterOutput="0" 825 AdditionalFiles="" 826 /> 827 <DebuggerTool 828 /> 829 </Configuration> 830 <Configuration 831 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 832 ConfigurationType="4" 833 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" 834 CharacterSet="1" 835 > 836 <Tool 837 Name="VCPreBuildEventTool" 838 /> 839 <Tool 840 Name="VCCustomBuildTool" 841 /> 842 <Tool 843 Name="VCXMLDataGeneratorTool" 844 /> 845 <Tool 846 Name="VCWebServiceProxyGeneratorTool" 847 /> 848 <Tool 849 Name="VCMIDLTool" 850 TargetEnvironment="1" 851 /> 852 <Tool 853 Name="VCCLCompilerTool" 854 ExecutionBucket="7" 855 Optimization="2" 856 FavorSizeOrSpeed="2" 857 AdditionalIncludeDirectories="../include" 858 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 859 ExceptionHandling="0" 860 RuntimeLibrary="0" 861 WarningLevel="3" 862 DebugInformationFormat="0" 863 CompileAs="0" 864 /> 865 <Tool 866 Name="VCManagedResourceCompilerTool" 867 /> 868 <Tool 869 Name="VCResourceCompilerTool" 870 /> 871 <Tool 872 Name="VCPreLinkEventTool" 873 /> 874 <Tool 875 Name="VCLibrarianTool" 876 AdditionalOptions="" 877 /> 878 <Tool 879 Name="VCALinkTool" 880 /> 881 <Tool 882 Name="VCXDCMakeTool" 883 /> 884 <Tool 885 Name="VCBscMakeTool" 886 /> 887 <Tool 888 Name="VCCodeSignTool" 889 /> 890 <Tool 891 Name="VCPostBuildEventTool" 892 /> 893 <DeploymentTool 894 ForceDirty="-1" 895 RemoteDirectory="" 896 RegisterOutput="0" 897 AdditionalFiles="" 898 /> 899 <DebuggerTool 900 /> 901 </Configuration> 902 <Configuration 326 903 Name="Debug-Dynamic|Win32" 327 904 IntermediateDirectory="$(ConfigurationName)" … … 396 973 <Tool 397 974 Name="VCPostBuildEventTool" 975 /> 976 </Configuration> 977 <Configuration 978 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 979 ConfigurationType="4" 980 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 981 CharacterSet="1" 982 > 983 <Tool 984 Name="VCPreBuildEventTool" 985 /> 986 <Tool 987 Name="VCCustomBuildTool" 988 /> 989 <Tool 990 Name="VCXMLDataGeneratorTool" 991 /> 992 <Tool 993 Name="VCWebServiceProxyGeneratorTool" 994 /> 995 <Tool 996 Name="VCMIDLTool" 997 TargetEnvironment="1" 998 /> 999 <Tool 1000 Name="VCCLCompilerTool" 1001 ExecutionBucket="7" 1002 Optimization="0" 1003 FavorSizeOrSpeed="0" 1004 AdditionalIncludeDirectories="../include" 1005 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1006 ExceptionHandling="0" 1007 RuntimeLibrary="1" 1008 WarningLevel="3" 1009 DebugInformationFormat="3" 1010 CompileAs="0" 1011 CompileForArchitecture="0" 1012 /> 1013 <Tool 1014 Name="VCManagedResourceCompilerTool" 1015 /> 1016 <Tool 1017 Name="VCResourceCompilerTool" 1018 /> 1019 <Tool 1020 Name="VCPreLinkEventTool" 1021 /> 1022 <Tool 1023 Name="VCLibrarianTool" 1024 AdditionalOptions="" 1025 /> 1026 <Tool 1027 Name="VCALinkTool" 1028 /> 1029 <Tool 1030 Name="VCXDCMakeTool" 1031 /> 1032 <Tool 1033 Name="VCBscMakeTool" 1034 /> 1035 <Tool 1036 Name="VCCodeSignTool" 1037 /> 1038 <Tool 1039 Name="VCPostBuildEventTool" 1040 /> 1041 <DeploymentTool 1042 ForceDirty="-1" 1043 RemoteDirectory="" 1044 RegisterOutput="0" 1045 AdditionalFiles="" 1046 /> 1047 <DebuggerTool 1048 /> 1049 </Configuration> 1050 <Configuration 1051 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1052 ConfigurationType="4" 1053 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 1054 CharacterSet="1" 1055 > 1056 <Tool 1057 Name="VCPreBuildEventTool" 1058 /> 1059 <Tool 1060 Name="VCCustomBuildTool" 1061 /> 1062 <Tool 1063 Name="VCXMLDataGeneratorTool" 1064 /> 1065 <Tool 1066 Name="VCWebServiceProxyGeneratorTool" 1067 /> 1068 <Tool 1069 Name="VCMIDLTool" 1070 TargetEnvironment="1" 1071 /> 1072 <Tool 1073 Name="VCCLCompilerTool" 1074 ExecutionBucket="7" 1075 Optimization="0" 1076 FavorSizeOrSpeed="0" 1077 AdditionalIncludeDirectories="../include" 1078 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1079 ExceptionHandling="0" 1080 RuntimeLibrary="1" 1081 WarningLevel="3" 1082 DebugInformationFormat="3" 1083 CompileAs="0" 1084 CompileForArchitecture="0" 1085 /> 1086 <Tool 1087 Name="VCManagedResourceCompilerTool" 1088 /> 1089 <Tool 1090 Name="VCResourceCompilerTool" 1091 /> 1092 <Tool 1093 Name="VCPreLinkEventTool" 1094 /> 1095 <Tool 1096 Name="VCLibrarianTool" 1097 AdditionalOptions="" 1098 /> 1099 <Tool 1100 Name="VCALinkTool" 1101 /> 1102 <Tool 1103 Name="VCXDCMakeTool" 1104 /> 1105 <Tool 1106 Name="VCBscMakeTool" 1107 /> 1108 <Tool 1109 Name="VCCodeSignTool" 1110 /> 1111 <Tool 1112 Name="VCPostBuildEventTool" 1113 /> 1114 <DeploymentTool 1115 ForceDirty="-1" 1116 RemoteDirectory="" 1117 RegisterOutput="0" 1118 AdditionalFiles="" 1119 /> 1120 <DebuggerTool 398 1121 /> 399 1122 </Configuration> … … 475 1198 </Configuration> 476 1199 <Configuration 477 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 478 ConfigurationType="4" 479 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 480 CharacterSet="1" 481 > 482 <Tool 483 Name="VCPreBuildEventTool" 484 /> 485 <Tool 486 Name="VCCustomBuildTool" 487 /> 488 <Tool 489 Name="VCXMLDataGeneratorTool" 490 /> 491 <Tool 492 Name="VCWebServiceProxyGeneratorTool" 493 /> 494 <Tool 495 Name="VCMIDLTool" 496 /> 497 <Tool 498 Name="VCCLCompilerTool" 499 ExecutionBucket="7" 500 Optimization="0" 501 FavorSizeOrSpeed="0" 502 AdditionalIncludeDirectories="../include" 503 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 504 ExceptionHandling="0" 505 RuntimeLibrary="1" 506 WarningLevel="3" 507 DebugInformationFormat="3" 508 CompileAs="0" 509 CompileForArchitecture="0" 510 /> 511 <Tool 512 Name="VCManagedResourceCompilerTool" 513 /> 514 <Tool 515 Name="VCResourceCompilerTool" 516 /> 517 <Tool 518 Name="VCPreLinkEventTool" 519 /> 520 <Tool 521 Name="VCLibrarianTool" 522 AdditionalOptions="" 523 /> 524 <Tool 525 Name="VCALinkTool" 526 /> 527 <Tool 528 Name="VCXDCMakeTool" 529 /> 530 <Tool 531 Name="VCBscMakeTool" 532 /> 533 <Tool 534 Name="VCCodeSignTool" 535 /> 536 <Tool 537 Name="VCPostBuildEventTool" 538 /> 539 <DeploymentTool 540 ForceDirty="-1" 541 RemoteDirectory="" 542 RegisterOutput="0" 543 AdditionalFiles="" 544 /> 545 <DebuggerTool 546 /> 547 </Configuration> 548 <Configuration 549 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 550 ConfigurationType="4" 551 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops" 552 CharacterSet="1" 553 > 554 <Tool 555 Name="VCPreBuildEventTool" 556 /> 557 <Tool 558 Name="VCCustomBuildTool" 559 /> 560 <Tool 561 Name="VCXMLDataGeneratorTool" 562 /> 563 <Tool 564 Name="VCWebServiceProxyGeneratorTool" 565 /> 566 <Tool 567 Name="VCMIDLTool" 568 TargetEnvironment="1" 569 /> 570 <Tool 571 Name="VCCLCompilerTool" 572 ExecutionBucket="7" 573 Optimization="0" 574 FavorSizeOrSpeed="0" 575 AdditionalIncludeDirectories="../include" 576 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 577 ExceptionHandling="0" 578 RuntimeLibrary="1" 579 WarningLevel="3" 580 DebugInformationFormat="3" 581 CompileAs="0" 582 CompileForArchitecture="0" 583 /> 584 <Tool 585 Name="VCManagedResourceCompilerTool" 586 /> 587 <Tool 588 Name="VCResourceCompilerTool" 589 /> 590 <Tool 591 Name="VCPreLinkEventTool" 592 /> 593 <Tool 594 Name="VCLibrarianTool" 595 AdditionalOptions="" 596 /> 597 <Tool 598 Name="VCALinkTool" 599 /> 600 <Tool 601 Name="VCXDCMakeTool" 602 /> 603 <Tool 604 Name="VCBscMakeTool" 605 /> 606 <Tool 607 Name="VCCodeSignTool" 608 /> 609 <Tool 610 Name="VCPostBuildEventTool" 611 /> 612 <DeploymentTool 613 ForceDirty="-1" 614 RemoteDirectory="" 615 RegisterOutput="0" 616 AdditionalFiles="" 617 /> 618 <DebuggerTool 619 /> 620 </Configuration> 621 <Configuration 622 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 1200 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 623 1201 ConfigurationType="4" 624 1202 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" … … 639 1217 <Tool 640 1218 Name="VCMIDLTool" 1219 TargetEnvironment="1" 641 1220 /> 642 1221 <Tool … … 691 1270 </Configuration> 692 1271 <Configuration 693 Name="Release |Windows Mobile 6 Professional SDK (ARMV4I)"1272 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 694 1273 ConfigurationType="4" 695 1274 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops" … … 762 1341 /> 763 1342 </Configuration> 764 <Configuration765 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"766 ConfigurationType="4"767 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"768 CharacterSet="1"769 >770 <Tool771 Name="VCPreBuildEventTool"772 />773 <Tool774 Name="VCCustomBuildTool"775 />776 <Tool777 Name="VCXMLDataGeneratorTool"778 />779 <Tool780 Name="VCWebServiceProxyGeneratorTool"781 />782 <Tool783 Name="VCMIDLTool"784 TargetEnvironment="1"785 />786 <Tool787 Name="VCCLCompilerTool"788 ExecutionBucket="7"789 Optimization="0"790 FavorSizeOrSpeed="0"791 AdditionalIncludeDirectories="../include"792 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"793 ExceptionHandling="0"794 RuntimeLibrary="1"795 WarningLevel="3"796 DebugInformationFormat="3"797 CompileAs="0"798 CompileForArchitecture="0"799 />800 <Tool801 Name="VCManagedResourceCompilerTool"802 />803 <Tool804 Name="VCResourceCompilerTool"805 />806 <Tool807 Name="VCPreLinkEventTool"808 />809 <Tool810 Name="VCLibrarianTool"811 AdditionalOptions=""812 />813 <Tool814 Name="VCALinkTool"815 />816 <Tool817 Name="VCXDCMakeTool"818 />819 <Tool820 Name="VCBscMakeTool"821 />822 <Tool823 Name="VCCodeSignTool"824 />825 <Tool826 Name="VCPostBuildEventTool"827 />828 <DeploymentTool829 ForceDirty="-1"830 RemoteDirectory=""831 RegisterOutput="0"832 AdditionalFiles=""833 />834 <DebuggerTool835 />836 </Configuration>837 <Configuration838 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"839 ConfigurationType="4"840 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"841 CharacterSet="1"842 >843 <Tool844 Name="VCPreBuildEventTool"845 />846 <Tool847 Name="VCCustomBuildTool"848 />849 <Tool850 Name="VCXMLDataGeneratorTool"851 />852 <Tool853 Name="VCWebServiceProxyGeneratorTool"854 />855 <Tool856 Name="VCMIDLTool"857 TargetEnvironment="1"858 />859 <Tool860 Name="VCCLCompilerTool"861 ExecutionBucket="7"862 Optimization="0"863 FavorSizeOrSpeed="0"864 AdditionalIncludeDirectories="../include"865 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"866 ExceptionHandling="0"867 RuntimeLibrary="1"868 WarningLevel="3"869 DebugInformationFormat="3"870 CompileAs="0"871 CompileForArchitecture="0"872 />873 <Tool874 Name="VCManagedResourceCompilerTool"875 />876 <Tool877 Name="VCResourceCompilerTool"878 />879 <Tool880 Name="VCPreLinkEventTool"881 />882 <Tool883 Name="VCLibrarianTool"884 AdditionalOptions=""885 />886 <Tool887 Name="VCALinkTool"888 />889 <Tool890 Name="VCXDCMakeTool"891 />892 <Tool893 Name="VCBscMakeTool"894 />895 <Tool896 Name="VCCodeSignTool"897 />898 <Tool899 Name="VCPostBuildEventTool"900 />901 <DeploymentTool902 ForceDirty="-1"903 RemoteDirectory=""904 RegisterOutput="0"905 AdditionalFiles=""906 />907 <DebuggerTool908 />909 </Configuration>910 <Configuration911 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"912 ConfigurationType="4"913 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"914 CharacterSet="1"915 >916 <Tool917 Name="VCPreBuildEventTool"918 />919 <Tool920 Name="VCCustomBuildTool"921 />922 <Tool923 Name="VCXMLDataGeneratorTool"924 />925 <Tool926 Name="VCWebServiceProxyGeneratorTool"927 />928 <Tool929 Name="VCMIDLTool"930 TargetEnvironment="1"931 />932 <Tool933 Name="VCCLCompilerTool"934 ExecutionBucket="7"935 Optimization="2"936 FavorSizeOrSpeed="2"937 AdditionalIncludeDirectories="../include"938 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"939 ExceptionHandling="0"940 RuntimeLibrary="0"941 WarningLevel="3"942 DebugInformationFormat="0"943 CompileAs="0"944 />945 <Tool946 Name="VCManagedResourceCompilerTool"947 />948 <Tool949 Name="VCResourceCompilerTool"950 />951 <Tool952 Name="VCPreLinkEventTool"953 />954 <Tool955 Name="VCLibrarianTool"956 AdditionalOptions=""957 />958 <Tool959 Name="VCALinkTool"960 />961 <Tool962 Name="VCXDCMakeTool"963 />964 <Tool965 Name="VCBscMakeTool"966 />967 <Tool968 Name="VCCodeSignTool"969 />970 <Tool971 Name="VCPostBuildEventTool"972 />973 <DeploymentTool974 ForceDirty="-1"975 RemoteDirectory=""976 RegisterOutput="0"977 AdditionalFiles=""978 />979 <DebuggerTool980 />981 </Configuration>982 <Configuration983 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"984 ConfigurationType="4"985 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"986 CharacterSet="1"987 >988 <Tool989 Name="VCPreBuildEventTool"990 />991 <Tool992 Name="VCCustomBuildTool"993 />994 <Tool995 Name="VCXMLDataGeneratorTool"996 />997 <Tool998 Name="VCWebServiceProxyGeneratorTool"999 />1000 <Tool1001 Name="VCMIDLTool"1002 TargetEnvironment="1"1003 />1004 <Tool1005 Name="VCCLCompilerTool"1006 ExecutionBucket="7"1007 Optimization="2"1008 FavorSizeOrSpeed="2"1009 AdditionalIncludeDirectories="../include"1010 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1011 ExceptionHandling="0"1012 RuntimeLibrary="0"1013 WarningLevel="3"1014 DebugInformationFormat="0"1015 CompileAs="0"1016 />1017 <Tool1018 Name="VCManagedResourceCompilerTool"1019 />1020 <Tool1021 Name="VCResourceCompilerTool"1022 />1023 <Tool1024 Name="VCPreLinkEventTool"1025 />1026 <Tool1027 Name="VCLibrarianTool"1028 AdditionalOptions=""1029 />1030 <Tool1031 Name="VCALinkTool"1032 />1033 <Tool1034 Name="VCXDCMakeTool"1035 />1036 <Tool1037 Name="VCBscMakeTool"1038 />1039 <Tool1040 Name="VCCodeSignTool"1041 />1042 <Tool1043 Name="VCPostBuildEventTool"1044 />1045 <DeploymentTool1046 ForceDirty="-1"1047 RemoteDirectory=""1048 RegisterOutput="0"1049 AdditionalFiles=""1050 />1051 <DebuggerTool1052 />1053 </Configuration>1054 <Configuration1055 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"1056 ConfigurationType="4"1057 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"1058 CharacterSet="1"1059 >1060 <Tool1061 Name="VCPreBuildEventTool"1062 />1063 <Tool1064 Name="VCCustomBuildTool"1065 />1066 <Tool1067 Name="VCXMLDataGeneratorTool"1068 />1069 <Tool1070 Name="VCWebServiceProxyGeneratorTool"1071 />1072 <Tool1073 Name="VCMIDLTool"1074 TargetEnvironment="1"1075 />1076 <Tool1077 Name="VCCLCompilerTool"1078 ExecutionBucket="7"1079 Optimization="0"1080 FavorSizeOrSpeed="0"1081 AdditionalIncludeDirectories="../include"1082 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1083 ExceptionHandling="0"1084 RuntimeLibrary="1"1085 WarningLevel="3"1086 DebugInformationFormat="3"1087 CompileAs="0"1088 CompileForArchitecture="0"1089 />1090 <Tool1091 Name="VCManagedResourceCompilerTool"1092 />1093 <Tool1094 Name="VCResourceCompilerTool"1095 />1096 <Tool1097 Name="VCPreLinkEventTool"1098 />1099 <Tool1100 Name="VCLibrarianTool"1101 AdditionalOptions=""1102 />1103 <Tool1104 Name="VCALinkTool"1105 />1106 <Tool1107 Name="VCXDCMakeTool"1108 />1109 <Tool1110 Name="VCBscMakeTool"1111 />1112 <Tool1113 Name="VCCodeSignTool"1114 />1115 <Tool1116 Name="VCPostBuildEventTool"1117 />1118 <DeploymentTool1119 ForceDirty="-1"1120 RemoteDirectory=""1121 RegisterOutput="0"1122 AdditionalFiles=""1123 />1124 <DebuggerTool1125 />1126 </Configuration>1127 <Configuration1128 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1129 ConfigurationType="4"1130 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"1131 CharacterSet="1"1132 >1133 <Tool1134 Name="VCPreBuildEventTool"1135 />1136 <Tool1137 Name="VCCustomBuildTool"1138 />1139 <Tool1140 Name="VCXMLDataGeneratorTool"1141 />1142 <Tool1143 Name="VCWebServiceProxyGeneratorTool"1144 />1145 <Tool1146 Name="VCMIDLTool"1147 TargetEnvironment="1"1148 />1149 <Tool1150 Name="VCCLCompilerTool"1151 ExecutionBucket="7"1152 Optimization="0"1153 FavorSizeOrSpeed="0"1154 AdditionalIncludeDirectories="../include"1155 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1156 ExceptionHandling="0"1157 RuntimeLibrary="1"1158 WarningLevel="3"1159 DebugInformationFormat="3"1160 CompileAs="0"1161 CompileForArchitecture="0"1162 />1163 <Tool1164 Name="VCManagedResourceCompilerTool"1165 />1166 <Tool1167 Name="VCResourceCompilerTool"1168 />1169 <Tool1170 Name="VCPreLinkEventTool"1171 />1172 <Tool1173 Name="VCLibrarianTool"1174 AdditionalOptions=""1175 />1176 <Tool1177 Name="VCALinkTool"1178 />1179 <Tool1180 Name="VCXDCMakeTool"1181 />1182 <Tool1183 Name="VCBscMakeTool"1184 />1185 <Tool1186 Name="VCCodeSignTool"1187 />1188 <Tool1189 Name="VCPostBuildEventTool"1190 />1191 <DeploymentTool1192 ForceDirty="-1"1193 RemoteDirectory=""1194 RegisterOutput="0"1195 AdditionalFiles=""1196 />1197 <DebuggerTool1198 />1199 </Configuration>1200 <Configuration1201 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)"1202 ConfigurationType="4"1203 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1204 CharacterSet="1"1205 >1206 <Tool1207 Name="VCPreBuildEventTool"1208 />1209 <Tool1210 Name="VCCustomBuildTool"1211 />1212 <Tool1213 Name="VCXMLDataGeneratorTool"1214 />1215 <Tool1216 Name="VCWebServiceProxyGeneratorTool"1217 />1218 <Tool1219 Name="VCMIDLTool"1220 TargetEnvironment="1"1221 />1222 <Tool1223 Name="VCCLCompilerTool"1224 ExecutionBucket="7"1225 Optimization="2"1226 FavorSizeOrSpeed="2"1227 AdditionalIncludeDirectories="../include"1228 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1229 ExceptionHandling="0"1230 RuntimeLibrary="0"1231 WarningLevel="3"1232 DebugInformationFormat="0"1233 CompileAs="0"1234 />1235 <Tool1236 Name="VCManagedResourceCompilerTool"1237 />1238 <Tool1239 Name="VCResourceCompilerTool"1240 />1241 <Tool1242 Name="VCPreLinkEventTool"1243 />1244 <Tool1245 Name="VCLibrarianTool"1246 AdditionalOptions=""1247 />1248 <Tool1249 Name="VCALinkTool"1250 />1251 <Tool1252 Name="VCXDCMakeTool"1253 />1254 <Tool1255 Name="VCBscMakeTool"1256 />1257 <Tool1258 Name="VCCodeSignTool"1259 />1260 <Tool1261 Name="VCPostBuildEventTool"1262 />1263 <DeploymentTool1264 ForceDirty="-1"1265 RemoteDirectory=""1266 RegisterOutput="0"1267 AdditionalFiles=""1268 />1269 <DebuggerTool1270 />1271 </Configuration>1272 <Configuration1273 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1274 ConfigurationType="4"1275 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1276 CharacterSet="1"1277 >1278 <Tool1279 Name="VCPreBuildEventTool"1280 />1281 <Tool1282 Name="VCCustomBuildTool"1283 />1284 <Tool1285 Name="VCXMLDataGeneratorTool"1286 />1287 <Tool1288 Name="VCWebServiceProxyGeneratorTool"1289 />1290 <Tool1291 Name="VCMIDLTool"1292 TargetEnvironment="1"1293 />1294 <Tool1295 Name="VCCLCompilerTool"1296 ExecutionBucket="7"1297 Optimization="2"1298 FavorSizeOrSpeed="2"1299 AdditionalIncludeDirectories="../include"1300 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1301 ExceptionHandling="0"1302 RuntimeLibrary="0"1303 WarningLevel="3"1304 DebugInformationFormat="0"1305 CompileAs="0"1306 />1307 <Tool1308 Name="VCManagedResourceCompilerTool"1309 />1310 <Tool1311 Name="VCResourceCompilerTool"1312 />1313 <Tool1314 Name="VCPreLinkEventTool"1315 />1316 <Tool1317 Name="VCLibrarianTool"1318 AdditionalOptions=""1319 />1320 <Tool1321 Name="VCALinkTool"1322 />1323 <Tool1324 Name="VCXDCMakeTool"1325 />1326 <Tool1327 Name="VCBscMakeTool"1328 />1329 <Tool1330 Name="VCCodeSignTool"1331 />1332 <Tool1333 Name="VCPostBuildEventTool"1334 />1335 <DeploymentTool1336 ForceDirty="-1"1337 RemoteDirectory=""1338 RegisterOutput="0"1339 AdditionalFiles=""1340 />1341 <DebuggerTool1342 />1343 </Configuration>1344 1343 </Configurations> 1345 1344 <References> … … 1832 1831 </FileConfiguration> 1833 1832 <FileConfiguration 1833 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 1834 ExcludedFromBuild="true" 1835 > 1836 <Tool 1837 Name="VCCLCompilerTool" 1838 /> 1839 </FileConfiguration> 1840 <FileConfiguration 1841 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1842 ExcludedFromBuild="true" 1843 > 1844 <Tool 1845 Name="VCCLCompilerTool" 1846 /> 1847 </FileConfiguration> 1848 <FileConfiguration 1834 1849 Name="Release|Win32" 1835 1850 ExcludedFromBuild="true" … … 1842 1857 </FileConfiguration> 1843 1858 <FileConfiguration 1859 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 1860 ExcludedFromBuild="true" 1861 > 1862 <Tool 1863 Name="VCCLCompilerTool" 1864 /> 1865 </FileConfiguration> 1866 <FileConfiguration 1867 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1868 ExcludedFromBuild="true" 1869 > 1870 <Tool 1871 Name="VCCLCompilerTool" 1872 /> 1873 </FileConfiguration> 1874 <FileConfiguration 1844 1875 Name="Debug-Static|Win32" 1845 1876 ExcludedFromBuild="true" … … 1852 1883 </FileConfiguration> 1853 1884 <FileConfiguration 1885 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1886 ExcludedFromBuild="true" 1887 > 1888 <Tool 1889 Name="VCCLCompilerTool" 1890 /> 1891 </FileConfiguration> 1892 <FileConfiguration 1893 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1894 ExcludedFromBuild="true" 1895 > 1896 <Tool 1897 Name="VCCLCompilerTool" 1898 /> 1899 </FileConfiguration> 1900 <FileConfiguration 1854 1901 Name="Release-Dynamic|Win32" 1855 1902 ExcludedFromBuild="true" … … 1862 1909 </FileConfiguration> 1863 1910 <FileConfiguration 1911 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1912 ExcludedFromBuild="true" 1913 > 1914 <Tool 1915 Name="VCCLCompilerTool" 1916 /> 1917 </FileConfiguration> 1918 <FileConfiguration 1919 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1920 ExcludedFromBuild="true" 1921 > 1922 <Tool 1923 Name="VCCLCompilerTool" 1924 /> 1925 </FileConfiguration> 1926 <FileConfiguration 1864 1927 Name="Debug-Dynamic|Win32" 1865 1928 ExcludedFromBuild="true" … … 1872 1935 </FileConfiguration> 1873 1936 <FileConfiguration 1937 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1938 ExcludedFromBuild="true" 1939 > 1940 <Tool 1941 Name="VCCLCompilerTool" 1942 /> 1943 </FileConfiguration> 1944 <FileConfiguration 1945 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1946 ExcludedFromBuild="true" 1947 > 1948 <Tool 1949 Name="VCCLCompilerTool" 1950 /> 1951 </FileConfiguration> 1952 <FileConfiguration 1874 1953 Name="Release-Static|Win32" 1875 1954 ExcludedFromBuild="true" … … 1882 1961 </FileConfiguration> 1883 1962 <FileConfiguration 1963 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1964 ExcludedFromBuild="true" 1965 > 1966 <Tool 1967 Name="VCCLCompilerTool" 1968 /> 1969 </FileConfiguration> 1970 <FileConfiguration 1971 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1972 ExcludedFromBuild="true" 1973 > 1974 <Tool 1975 Name="VCCLCompilerTool" 1976 /> 1977 </FileConfiguration> 1978 </File> 1979 <File 1980 RelativePath="..\src\pj\file_io_win32.c" 1981 > 1982 <FileConfiguration 1983 Name="Debug|Win32" 1984 > 1985 <Tool 1986 Name="VCCLCompilerTool" 1987 AdditionalIncludeDirectories="" 1988 PreprocessorDefinitions="" 1989 /> 1990 </FileConfiguration> 1991 <FileConfiguration 1992 Name="Release|Win32" 1993 > 1994 <Tool 1995 Name="VCCLCompilerTool" 1996 AdditionalIncludeDirectories="" 1997 PreprocessorDefinitions="" 1998 /> 1999 </FileConfiguration> 2000 <FileConfiguration 2001 Name="Debug-Static|Win32" 2002 > 2003 <Tool 2004 Name="VCCLCompilerTool" 2005 AdditionalIncludeDirectories="" 2006 PreprocessorDefinitions="" 2007 /> 2008 </FileConfiguration> 2009 <FileConfiguration 2010 Name="Release-Dynamic|Win32" 2011 > 2012 <Tool 2013 Name="VCCLCompilerTool" 2014 AdditionalIncludeDirectories="" 2015 PreprocessorDefinitions="" 2016 /> 2017 </FileConfiguration> 2018 <FileConfiguration 2019 Name="Debug-Dynamic|Win32" 2020 > 2021 <Tool 2022 Name="VCCLCompilerTool" 2023 AdditionalIncludeDirectories="" 2024 PreprocessorDefinitions="" 2025 /> 2026 </FileConfiguration> 2027 <FileConfiguration 2028 Name="Release-Static|Win32" 2029 > 2030 <Tool 2031 Name="VCCLCompilerTool" 2032 AdditionalIncludeDirectories="" 2033 PreprocessorDefinitions="" 2034 /> 2035 </FileConfiguration> 2036 </File> 2037 <File 2038 RelativePath="..\src\pj\guid.c" 2039 > 2040 <FileConfiguration 2041 Name="Debug|Win32" 2042 > 2043 <Tool 2044 Name="VCCLCompilerTool" 2045 AdditionalIncludeDirectories="" 2046 PreprocessorDefinitions="" 2047 /> 2048 </FileConfiguration> 2049 <FileConfiguration 2050 Name="Release|Win32" 2051 > 2052 <Tool 2053 Name="VCCLCompilerTool" 2054 AdditionalIncludeDirectories="" 2055 PreprocessorDefinitions="" 2056 /> 2057 </FileConfiguration> 2058 <FileConfiguration 2059 Name="Debug-Static|Win32" 2060 > 2061 <Tool 2062 Name="VCCLCompilerTool" 2063 AdditionalIncludeDirectories="" 2064 PreprocessorDefinitions="" 2065 /> 2066 </FileConfiguration> 2067 <FileConfiguration 2068 Name="Release-Dynamic|Win32" 2069 > 2070 <Tool 2071 Name="VCCLCompilerTool" 2072 AdditionalIncludeDirectories="" 2073 PreprocessorDefinitions="" 2074 /> 2075 </FileConfiguration> 2076 <FileConfiguration 2077 Name="Debug-Dynamic|Win32" 2078 > 2079 <Tool 2080 Name="VCCLCompilerTool" 2081 AdditionalIncludeDirectories="" 2082 PreprocessorDefinitions="" 2083 /> 2084 </FileConfiguration> 2085 <FileConfiguration 2086 Name="Release-Static|Win32" 2087 > 2088 <Tool 2089 Name="VCCLCompilerTool" 2090 AdditionalIncludeDirectories="" 2091 PreprocessorDefinitions="" 2092 /> 2093 </FileConfiguration> 2094 </File> 2095 <File 2096 RelativePath="..\src\pj\guid_win32.c" 2097 > 2098 <FileConfiguration 2099 Name="Debug|Win32" 2100 > 2101 <Tool 2102 Name="VCCLCompilerTool" 2103 AdditionalIncludeDirectories="" 2104 PreprocessorDefinitions="" 2105 /> 2106 </FileConfiguration> 2107 <FileConfiguration 2108 Name="Release|Win32" 2109 > 2110 <Tool 2111 Name="VCCLCompilerTool" 2112 AdditionalIncludeDirectories="" 2113 PreprocessorDefinitions="" 2114 /> 2115 </FileConfiguration> 2116 <FileConfiguration 2117 Name="Debug-Static|Win32" 2118 > 2119 <Tool 2120 Name="VCCLCompilerTool" 2121 AdditionalIncludeDirectories="" 2122 PreprocessorDefinitions="" 2123 /> 2124 </FileConfiguration> 2125 <FileConfiguration 2126 Name="Release-Dynamic|Win32" 2127 > 2128 <Tool 2129 Name="VCCLCompilerTool" 2130 AdditionalIncludeDirectories="" 2131 PreprocessorDefinitions="" 2132 /> 2133 </FileConfiguration> 2134 <FileConfiguration 2135 Name="Debug-Dynamic|Win32" 2136 > 2137 <Tool 2138 Name="VCCLCompilerTool" 2139 AdditionalIncludeDirectories="" 2140 PreprocessorDefinitions="" 2141 /> 2142 </FileConfiguration> 2143 <FileConfiguration 2144 Name="Release-Static|Win32" 2145 > 2146 <Tool 2147 Name="VCCLCompilerTool" 2148 AdditionalIncludeDirectories="" 2149 PreprocessorDefinitions="" 2150 /> 2151 </FileConfiguration> 2152 </File> 2153 <File 2154 RelativePath="..\src\pj\hash.c" 2155 > 2156 <FileConfiguration 2157 Name="Debug|Win32" 2158 > 2159 <Tool 2160 Name="VCCLCompilerTool" 2161 AdditionalIncludeDirectories="" 2162 PreprocessorDefinitions="" 2163 /> 2164 </FileConfiguration> 2165 <FileConfiguration 2166 Name="Release|Win32" 2167 > 2168 <Tool 2169 Name="VCCLCompilerTool" 2170 AdditionalIncludeDirectories="" 2171 PreprocessorDefinitions="" 2172 /> 2173 </FileConfiguration> 2174 <FileConfiguration 2175 Name="Debug-Static|Win32" 2176 > 2177 <Tool 2178 Name="VCCLCompilerTool" 2179 AdditionalIncludeDirectories="" 2180 PreprocessorDefinitions="" 2181 /> 2182 </FileConfiguration> 2183 <FileConfiguration 2184 Name="Release-Dynamic|Win32" 2185 > 2186 <Tool 2187 Name="VCCLCompilerTool" 2188 AdditionalIncludeDirectories="" 2189 PreprocessorDefinitions="" 2190 /> 2191 </FileConfiguration> 2192 <FileConfiguration 2193 Name="Debug-Dynamic|Win32" 2194 > 2195 <Tool 2196 Name="VCCLCompilerTool" 2197 AdditionalIncludeDirectories="" 2198 PreprocessorDefinitions="" 2199 /> 2200 </FileConfiguration> 2201 <FileConfiguration 2202 Name="Release-Static|Win32" 2203 > 2204 <Tool 2205 Name="VCCLCompilerTool" 2206 AdditionalIncludeDirectories="" 2207 PreprocessorDefinitions="" 2208 /> 2209 </FileConfiguration> 2210 </File> 2211 <File 2212 RelativePath="..\src\pj\ioqueue_common_abs.c" 2213 > 2214 <FileConfiguration 2215 Name="Debug|Win32" 2216 ExcludedFromBuild="true" 2217 > 2218 <Tool 2219 Name="VCCLCompilerTool" 2220 AdditionalIncludeDirectories="" 2221 PreprocessorDefinitions="" 2222 /> 2223 </FileConfiguration> 2224 <FileConfiguration 1884 2225 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 1885 2226 ExcludedFromBuild="true" … … 1898 2239 </FileConfiguration> 1899 2240 <FileConfiguration 2241 Name="Release|Win32" 2242 ExcludedFromBuild="true" 2243 > 2244 <Tool 2245 Name="VCCLCompilerTool" 2246 AdditionalIncludeDirectories="" 2247 PreprocessorDefinitions="" 2248 /> 2249 </FileConfiguration> 2250 <FileConfiguration 1900 2251 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 1901 2252 ExcludedFromBuild="true" … … 1914 2265 </FileConfiguration> 1915 2266 <FileConfiguration 2267 Name="Debug-Static|Win32" 2268 ExcludedFromBuild="true" 2269 > 2270 <Tool 2271 Name="VCCLCompilerTool" 2272 AdditionalIncludeDirectories="" 2273 PreprocessorDefinitions="" 2274 /> 2275 </FileConfiguration> 2276 <FileConfiguration 1916 2277 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1917 2278 ExcludedFromBuild="true" … … 1930 2291 </FileConfiguration> 1931 2292 <FileConfiguration 2293 Name="Release-Dynamic|Win32" 2294 ExcludedFromBuild="true" 2295 > 2296 <Tool 2297 Name="VCCLCompilerTool" 2298 AdditionalIncludeDirectories="" 2299 PreprocessorDefinitions="" 2300 /> 2301 </FileConfiguration> 2302 <FileConfiguration 1932 2303 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1933 2304 ExcludedFromBuild="true" … … 1946 2317 </FileConfiguration> 1947 2318 <FileConfiguration 2319 Name="Debug-Dynamic|Win32" 2320 ExcludedFromBuild="true" 2321 > 2322 <Tool 2323 Name="VCCLCompilerTool" 2324 AdditionalIncludeDirectories="" 2325 PreprocessorDefinitions="" 2326 /> 2327 </FileConfiguration> 2328 <FileConfiguration 1948 2329 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 1949 2330 ExcludedFromBuild="true" … … 1962 2343 </FileConfiguration> 1963 2344 <FileConfiguration 2345 Name="Release-Static|Win32" 2346 ExcludedFromBuild="true" 2347 > 2348 <Tool 2349 Name="VCCLCompilerTool" 2350 AdditionalIncludeDirectories="" 2351 PreprocessorDefinitions="" 2352 /> 2353 </FileConfiguration> 2354 <FileConfiguration 1964 2355 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1965 2356 ExcludedFromBuild="true" … … 1979 2370 </File> 1980 2371 <File 1981 RelativePath="..\src\pj\file_io_win32.c" 2372 RelativePath="..\src\pj\ioqueue_common_abs.h" 2373 > 2374 </File> 2375 <File 2376 RelativePath="..\src\pj\ioqueue_select.c" 1982 2377 > 1983 2378 <FileConfiguration … … 1992 2387 <FileConfiguration 1993 2388 Name="Release|Win32" 2389 ExcludedFromBuild="true" 1994 2390 > 1995 2391 <Tool … … 2010 2406 <FileConfiguration 2011 2407 Name="Release-Dynamic|Win32" 2408 ExcludedFromBuild="true" 2012 2409 > 2013 2410 <Tool … … 2028 2425 <FileConfiguration 2029 2426 Name="Release-Static|Win32" 2030 > 2031 <Tool 2032 Name="VCCLCompilerTool" 2033 AdditionalIncludeDirectories="" 2034 PreprocessorDefinitions="" 2035 /> 2036 </FileConfiguration> 2037 </File> 2038 <File 2039 RelativePath="..\src\pj\guid.c" 2040 > 2041 <FileConfiguration 2042 Name="Debug|Win32" 2043 > 2044 <Tool 2045 Name="VCCLCompilerTool" 2046 AdditionalIncludeDirectories="" 2047 PreprocessorDefinitions="" 2048 /> 2049 </FileConfiguration> 2050 <FileConfiguration 2051 Name="Release|Win32" 2052 > 2053 <Tool 2054 Name="VCCLCompilerTool" 2055 AdditionalIncludeDirectories="" 2056 PreprocessorDefinitions="" 2057 /> 2058 </FileConfiguration> 2059 <FileConfiguration 2060 Name="Debug-Static|Win32" 2061 > 2062 <Tool 2063 Name="VCCLCompilerTool" 2064 AdditionalIncludeDirectories="" 2065 PreprocessorDefinitions="" 2066 /> 2067 </FileConfiguration> 2068 <FileConfiguration 2069 Name="Release-Dynamic|Win32" 2070 > 2071 <Tool 2072 Name="VCCLCompilerTool" 2073 AdditionalIncludeDirectories="" 2074 PreprocessorDefinitions="" 2075 /> 2076 </FileConfiguration> 2077 <FileConfiguration 2078 Name="Debug-Dynamic|Win32" 2079 > 2080 <Tool 2081 Name="VCCLCompilerTool" 2082 AdditionalIncludeDirectories="" 2083 PreprocessorDefinitions="" 2084 /> 2085 </FileConfiguration> 2086 <FileConfiguration 2087 Name="Release-Static|Win32" 2088 > 2089 <Tool 2090 Name="VCCLCompilerTool" 2091 AdditionalIncludeDirectories="" 2092 PreprocessorDefinitions="" 2093 /> 2094 </FileConfiguration> 2095 </File> 2096 <File 2097 RelativePath="..\src\pj\guid_win32.c" 2098 > 2099 <FileConfiguration 2100 Name="Debug|Win32" 2101 > 2102 <Tool 2103 Name="VCCLCompilerTool" 2104 AdditionalIncludeDirectories="" 2105 PreprocessorDefinitions="" 2106 /> 2107 </FileConfiguration> 2108 <FileConfiguration 2109 Name="Release|Win32" 2110 > 2111 <Tool 2112 Name="VCCLCompilerTool" 2113 AdditionalIncludeDirectories="" 2114 PreprocessorDefinitions="" 2115 /> 2116 </FileConfiguration> 2117 <FileConfiguration 2118 Name="Debug-Static|Win32" 2119 > 2120 <Tool 2121 Name="VCCLCompilerTool" 2122 AdditionalIncludeDirectories="" 2123 PreprocessorDefinitions="" 2124 /> 2125 </FileConfiguration> 2126 <FileConfiguration 2127 Name="Release-Dynamic|Win32" 2128 > 2129 <Tool 2130 Name="VCCLCompilerTool" 2131 AdditionalIncludeDirectories="" 2132 PreprocessorDefinitions="" 2133 /> 2134 </FileConfiguration> 2135 <FileConfiguration 2136 Name="Debug-Dynamic|Win32" 2137 > 2138 <Tool 2139 Name="VCCLCompilerTool" 2140 AdditionalIncludeDirectories="" 2141 PreprocessorDefinitions="" 2142 /> 2143 </FileConfiguration> 2144 <FileConfiguration 2145 Name="Release-Static|Win32" 2146 > 2147 <Tool 2148 Name="VCCLCompilerTool" 2149 AdditionalIncludeDirectories="" 2150 PreprocessorDefinitions="" 2151 /> 2152 </FileConfiguration> 2153 </File> 2154 <File 2155 RelativePath="..\src\pj\hash.c" 2156 > 2157 <FileConfiguration 2158 Name="Debug|Win32" 2159 > 2160 <Tool 2161 Name="VCCLCompilerTool" 2162 AdditionalIncludeDirectories="" 2163 PreprocessorDefinitions="" 2164 /> 2165 </FileConfiguration> 2166 <FileConfiguration 2167 Name="Release|Win32" 2168 > 2169 <Tool 2170 Name="VCCLCompilerTool" 2171 AdditionalIncludeDirectories="" 2172 PreprocessorDefinitions="" 2173 /> 2174 </FileConfiguration> 2175 <FileConfiguration 2176 Name="Debug-Static|Win32" 2177 > 2178 <Tool 2179 Name="VCCLCompilerTool" 2180 AdditionalIncludeDirectories="" 2181 PreprocessorDefinitions="" 2182 /> 2183 </FileConfiguration> 2184 <FileConfiguration 2185 Name="Release-Dynamic|Win32" 2186 > 2187 <Tool 2188 Name="VCCLCompilerTool" 2189 AdditionalIncludeDirectories="" 2190 PreprocessorDefinitions="" 2191 /> 2192 </FileConfiguration> 2193 <FileConfiguration 2194 Name="Debug-Dynamic|Win32" 2195 > 2196 <Tool 2197 Name="VCCLCompilerTool" 2198 AdditionalIncludeDirectories="" 2199 PreprocessorDefinitions="" 2200 /> 2201 </FileConfiguration> 2202 <FileConfiguration 2203 Name="Release-Static|Win32" 2204 > 2205 <Tool 2206 Name="VCCLCompilerTool" 2207 AdditionalIncludeDirectories="" 2208 PreprocessorDefinitions="" 2209 /> 2210 </FileConfiguration> 2211 </File> 2212 <File 2213 RelativePath="..\src\pj\ioqueue_common_abs.c" 2427 ExcludedFromBuild="true" 2428 > 2429 <Tool 2430 Name="VCCLCompilerTool" 2431 AdditionalIncludeDirectories="" 2432 PreprocessorDefinitions="" 2433 /> 2434 </FileConfiguration> 2435 </File> 2436 <File 2437 RelativePath="..\src\pj\ioqueue_winnt.c" 2214 2438 > 2215 2439 <FileConfiguration … … 2224 2448 </FileConfiguration> 2225 2449 <FileConfiguration 2450 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 2451 ExcludedFromBuild="true" 2452 > 2453 <Tool 2454 Name="VCCLCompilerTool" 2455 /> 2456 </FileConfiguration> 2457 <FileConfiguration 2458 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2459 ExcludedFromBuild="true" 2460 > 2461 <Tool 2462 Name="VCCLCompilerTool" 2463 /> 2464 </FileConfiguration> 2465 <FileConfiguration 2226 2466 Name="Release|Win32" 2467 > 2468 <Tool 2469 Name="VCCLCompilerTool" 2470 AdditionalIncludeDirectories="" 2471 PreprocessorDefinitions="" 2472 /> 2473 </FileConfiguration> 2474 <FileConfiguration 2475 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 2227 2476 ExcludedFromBuild="true" 2228 2477 > 2229 2478 <Tool 2230 2479 Name="VCCLCompilerTool" 2231 AdditionalIncludeDirectories="" 2232 PreprocessorDefinitions="" 2480 /> 2481 </FileConfiguration> 2482 <FileConfiguration 2483 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2484 ExcludedFromBuild="true" 2485 > 2486 <Tool 2487 Name="VCCLCompilerTool" 2233 2488 /> 2234 2489 </FileConfiguration> … … 2244 2499 </FileConfiguration> 2245 2500 <FileConfiguration 2501 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2502 ExcludedFromBuild="true" 2503 > 2504 <Tool 2505 Name="VCCLCompilerTool" 2506 /> 2507 </FileConfiguration> 2508 <FileConfiguration 2509 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2510 ExcludedFromBuild="true" 2511 > 2512 <Tool 2513 Name="VCCLCompilerTool" 2514 /> 2515 </FileConfiguration> 2516 <FileConfiguration 2246 2517 Name="Release-Dynamic|Win32" 2518 > 2519 <Tool 2520 Name="VCCLCompilerTool" 2521 AdditionalIncludeDirectories="" 2522 PreprocessorDefinitions="" 2523 /> 2524 </FileConfiguration> 2525 <FileConfiguration 2526 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 2247 2527 ExcludedFromBuild="true" 2248 2528 > 2249 2529 <Tool 2250 2530 Name="VCCLCompilerTool" 2251 AdditionalIncludeDirectories="" 2252 PreprocessorDefinitions="" 2531 /> 2532 </FileConfiguration> 2533 <FileConfiguration 2534 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2535 ExcludedFromBuild="true" 2536 > 2537 <Tool 2538 Name="VCCLCompilerTool" 2253 2539 /> 2254 2540 </FileConfiguration> … … 2264 2550 </FileConfiguration> 2265 2551 <FileConfiguration 2266 Name="Release-Static|Win32"2267 ExcludedFromBuild="true"2268 >2269 <Tool2270 Name="VCCLCompilerTool"2271 AdditionalIncludeDirectories=""2272 PreprocessorDefinitions=""2273 />2274 </FileConfiguration>2275 <FileConfiguration2276 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"2277 ExcludedFromBuild="true"2278 >2279 <Tool2280 Name="VCCLCompilerTool"2281 />2282 </FileConfiguration>2283 <FileConfiguration2284 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"2285 ExcludedFromBuild="true"2286 >2287 <Tool2288 Name="VCCLCompilerTool"2289 />2290 </FileConfiguration>2291 <FileConfiguration2292 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"2293 ExcludedFromBuild="true"2294 >2295 <Tool2296 Name="VCCLCompilerTool"2297 />2298 </FileConfiguration>2299 <FileConfiguration2300 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"2301 ExcludedFromBuild="true"2302 >2303 <Tool2304 Name="VCCLCompilerTool"2305 />2306 </FileConfiguration>2307 <FileConfiguration2308 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"2309 ExcludedFromBuild="true"2310 >2311 <Tool2312 Name="VCCLCompilerTool"2313 />2314 </FileConfiguration>2315 <FileConfiguration2316 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2317 ExcludedFromBuild="true"2318 >2319 <Tool2320 Name="VCCLCompilerTool"2321 />2322 </FileConfiguration>2323 <FileConfiguration2324 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"2325 ExcludedFromBuild="true"2326 >2327 <Tool2328 Name="VCCLCompilerTool"2329 />2330 </FileConfiguration>2331 <FileConfiguration2332 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2333 ExcludedFromBuild="true"2334 >2335 <Tool2336 Name="VCCLCompilerTool"2337 />2338 </FileConfiguration>2339 <FileConfiguration2340 2552 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 2341 2553 ExcludedFromBuild="true" … … 2354 2566 </FileConfiguration> 2355 2567 <FileConfiguration 2568 Name="Release-Static|Win32" 2569 > 2570 <Tool 2571 Name="VCCLCompilerTool" 2572 AdditionalIncludeDirectories="" 2573 PreprocessorDefinitions="" 2574 /> 2575 </FileConfiguration> 2576 <FileConfiguration 2356 2577 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2357 2578 ExcludedFromBuild="true" … … 2371 2592 </File> 2372 2593 <File 2373 RelativePath="..\src\pj\ioqueue_common_abs.h"2374 >2375 </File>2376 <File2377 RelativePath="..\src\pj\ioqueue_select.c"2378 >2379 <FileConfiguration2380 Name="Debug|Win32"2381 >2382 <Tool2383 Name="VCCLCompilerTool"2384 AdditionalIncludeDirectories=""2385 PreprocessorDefinitions=""2386 />2387 </FileConfiguration>2388 <FileConfiguration2389 Name="Release|Win32"2390 ExcludedFromBuild="true"2391 >2392 <Tool2393 Name="VCCLCompilerTool"2394 AdditionalIncludeDirectories=""2395 PreprocessorDefinitions=""2396 />2397 </FileConfiguration>2398 <FileConfiguration2399 Name="Debug-Static|Win32"2400 >2401 <Tool2402 Name="VCCLCompilerTool"2403 AdditionalIncludeDirectories=""2404 PreprocessorDefinitions=""2405 />2406 </FileConfiguration>2407 <FileConfiguration2408 Name="Release-Dynamic|Win32"2409 ExcludedFromBuild="true"2410 >2411 <Tool2412 Name="VCCLCompilerTool"2413 AdditionalIncludeDirectories=""2414 PreprocessorDefinitions=""2415 />2416 </FileConfiguration>2417 <FileConfiguration2418 Name="Debug-Dynamic|Win32"2419 >2420 <Tool2421 Name="VCCLCompilerTool"2422 AdditionalIncludeDirectories=""2423 PreprocessorDefinitions=""2424 />2425 </FileConfiguration>2426 <FileConfiguration2427 Name="Release-Static|Win32"2428 ExcludedFromBuild="true"2429 >2430 <Tool2431 Name="VCCLCompilerTool"2432 AdditionalIncludeDirectories=""2433 PreprocessorDefinitions=""2434 />2435 </FileConfiguration>2436 </File>2437 <File2438 RelativePath="..\src\pj\ioqueue_winnt.c"2439 >2440 <FileConfiguration2441 Name="Debug|Win32"2442 ExcludedFromBuild="true"2443 >2444 <Tool2445 Name="VCCLCompilerTool"2446 AdditionalIncludeDirectories=""2447 PreprocessorDefinitions=""2448 />2449 </FileConfiguration>2450 <FileConfiguration2451 Name="Release|Win32"2452 >2453 <Tool2454 Name="VCCLCompilerTool"2455 AdditionalIncludeDirectories=""2456 PreprocessorDefinitions=""2457 />2458 </FileConfiguration>2459 <FileConfiguration2460 Name="Debug-Static|Win32"2461 ExcludedFromBuild="true"2462 >2463 <Tool2464 Name="VCCLCompilerTool"2465 AdditionalIncludeDirectories=""2466 PreprocessorDefinitions=""2467 />2468 </FileConfiguration>2469 <FileConfiguration2470 Name="Release-Dynamic|Win32"2471 >2472 <Tool2473 Name="VCCLCompilerTool"2474 AdditionalIncludeDirectories=""2475 PreprocessorDefinitions=""2476 />2477 </FileConfiguration>2478 <FileConfiguration2479 Name="Debug-Dynamic|Win32"2480 ExcludedFromBuild="true"2481 >2482 <Tool2483 Name="VCCLCompilerTool"2484 AdditionalIncludeDirectories=""2485 PreprocessorDefinitions=""2486 />2487 </FileConfiguration>2488 <FileConfiguration2489 Name="Release-Static|Win32"2490 >2491 <Tool2492 Name="VCCLCompilerTool"2493 AdditionalIncludeDirectories=""2494 PreprocessorDefinitions=""2495 />2496 </FileConfiguration>2497 <FileConfiguration2498 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"2499 ExcludedFromBuild="true"2500 >2501 <Tool2502 Name="VCCLCompilerTool"2503 />2504 </FileConfiguration>2505 <FileConfiguration2506 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"2507 ExcludedFromBuild="true"2508 >2509 <Tool2510 Name="VCCLCompilerTool"2511 />2512 </FileConfiguration>2513 <FileConfiguration2514 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"2515 ExcludedFromBuild="true"2516 >2517 <Tool2518 Name="VCCLCompilerTool"2519 />2520 </FileConfiguration>2521 <FileConfiguration2522 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"2523 ExcludedFromBuild="true"2524 >2525 <Tool2526 Name="VCCLCompilerTool"2527 />2528 </FileConfiguration>2529 <FileConfiguration2530 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"2531 ExcludedFromBuild="true"2532 >2533 <Tool2534 Name="VCCLCompilerTool"2535 />2536 </FileConfiguration>2537 <FileConfiguration2538 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2539 ExcludedFromBuild="true"2540 >2541 <Tool2542 Name="VCCLCompilerTool"2543 />2544 </FileConfiguration>2545 <FileConfiguration2546 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"2547 ExcludedFromBuild="true"2548 >2549 <Tool2550 Name="VCCLCompilerTool"2551 />2552 </FileConfiguration>2553 <FileConfiguration2554 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2555 ExcludedFromBuild="true"2556 >2557 <Tool2558 Name="VCCLCompilerTool"2559 />2560 </FileConfiguration>2561 <FileConfiguration2562 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"2563 ExcludedFromBuild="true"2564 >2565 <Tool2566 Name="VCCLCompilerTool"2567 />2568 </FileConfiguration>2569 <FileConfiguration2570 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2571 ExcludedFromBuild="true"2572 >2573 <Tool2574 Name="VCCLCompilerTool"2575 />2576 </FileConfiguration>2577 <FileConfiguration2578 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)"2579 ExcludedFromBuild="true"2580 >2581 <Tool2582 Name="VCCLCompilerTool"2583 />2584 </FileConfiguration>2585 <FileConfiguration2586 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2587 ExcludedFromBuild="true"2588 >2589 <Tool2590 Name="VCCLCompilerTool"2591 />2592 </FileConfiguration>2593 </File>2594 <File2595 2594 RelativePath="..\src\pj\ip_helper_win32.c" 2596 2595 > … … 3893 3892 </FileConfiguration> 3894 3893 <FileConfiguration 3894 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 3895 ExcludedFromBuild="true" 3896 > 3897 <Tool 3898 Name="VCCLCompilerTool" 3899 /> 3900 </FileConfiguration> 3901 <FileConfiguration 3902 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 3903 ExcludedFromBuild="true" 3904 > 3905 <Tool 3906 Name="VCCLCompilerTool" 3907 /> 3908 </FileConfiguration> 3909 <FileConfiguration 3895 3910 Name="Release|Win32" 3896 3911 ExcludedFromBuild="true" … … 3903 3918 </FileConfiguration> 3904 3919 <FileConfiguration 3920 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 3921 ExcludedFromBuild="true" 3922 > 3923 <Tool 3924 Name="VCCLCompilerTool" 3925 /> 3926 </FileConfiguration> 3927 <FileConfiguration 3928 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 3929 ExcludedFromBuild="true" 3930 > 3931 <Tool 3932 Name="VCCLCompilerTool" 3933 /> 3934 </FileConfiguration> 3935 <FileConfiguration 3905 3936 Name="Debug-Static|Win32" 3906 3937 ExcludedFromBuild="true" … … 3913 3944 </FileConfiguration> 3914 3945 <FileConfiguration 3946 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 3947 ExcludedFromBuild="true" 3948 > 3949 <Tool 3950 Name="VCCLCompilerTool" 3951 /> 3952 </FileConfiguration> 3953 <FileConfiguration 3954 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 3955 ExcludedFromBuild="true" 3956 > 3957 <Tool 3958 Name="VCCLCompilerTool" 3959 /> 3960 </FileConfiguration> 3961 <FileConfiguration 3915 3962 Name="Release-Dynamic|Win32" 3916 3963 ExcludedFromBuild="true" … … 3923 3970 </FileConfiguration> 3924 3971 <FileConfiguration 3972 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 3973 ExcludedFromBuild="true" 3974 > 3975 <Tool 3976 Name="VCCLCompilerTool" 3977 /> 3978 </FileConfiguration> 3979 <FileConfiguration 3980 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 3981 ExcludedFromBuild="true" 3982 > 3983 <Tool 3984 Name="VCCLCompilerTool" 3985 /> 3986 </FileConfiguration> 3987 <FileConfiguration 3925 3988 Name="Debug-Dynamic|Win32" 3926 3989 ExcludedFromBuild="true" … … 3933 3996 </FileConfiguration> 3934 3997 <FileConfiguration 3998 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 3999 ExcludedFromBuild="true" 4000 > 4001 <Tool 4002 Name="VCCLCompilerTool" 4003 /> 4004 </FileConfiguration> 4005 <FileConfiguration 4006 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4007 ExcludedFromBuild="true" 4008 > 4009 <Tool 4010 Name="VCCLCompilerTool" 4011 /> 4012 </FileConfiguration> 4013 <FileConfiguration 3935 4014 Name="Release-Static|Win32" 3936 4015 ExcludedFromBuild="true" … … 3940 4019 AdditionalIncludeDirectories="" 3941 4020 PreprocessorDefinitions="" 3942 />3943 </FileConfiguration>3944 <FileConfiguration3945 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"3946 ExcludedFromBuild="true"3947 >3948 <Tool3949 Name="VCCLCompilerTool"3950 />3951 </FileConfiguration>3952 <FileConfiguration3953 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"3954 ExcludedFromBuild="true"3955 >3956 <Tool3957 Name="VCCLCompilerTool"3958 />3959 </FileConfiguration>3960 <FileConfiguration3961 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"3962 ExcludedFromBuild="true"3963 >3964 <Tool3965 Name="VCCLCompilerTool"3966 />3967 </FileConfiguration>3968 <FileConfiguration3969 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"3970 ExcludedFromBuild="true"3971 >3972 <Tool3973 Name="VCCLCompilerTool"3974 />3975 </FileConfiguration>3976 <FileConfiguration3977 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"3978 ExcludedFromBuild="true"3979 >3980 <Tool3981 Name="VCCLCompilerTool"3982 />3983 </FileConfiguration>3984 <FileConfiguration3985 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"3986 ExcludedFromBuild="true"3987 >3988 <Tool3989 Name="VCCLCompilerTool"3990 />3991 </FileConfiguration>3992 <FileConfiguration3993 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"3994 ExcludedFromBuild="true"3995 >3996 <Tool3997 Name="VCCLCompilerTool"3998 />3999 </FileConfiguration>4000 <FileConfiguration4001 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4002 ExcludedFromBuild="true"4003 >4004 <Tool4005 Name="VCCLCompilerTool"4006 />4007 </FileConfiguration>4008 <FileConfiguration4009 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4010 ExcludedFromBuild="true"4011 >4012 <Tool4013 Name="VCCLCompilerTool"4014 />4015 </FileConfiguration>4016 <FileConfiguration4017 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4018 ExcludedFromBuild="true"4019 >4020 <Tool4021 Name="VCCLCompilerTool"4022 4021 /> 4023 4022 </FileConfiguration> … … 4053 4052 </FileConfiguration> 4054 4053 <FileConfiguration 4054 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 4055 ExcludedFromBuild="true" 4056 > 4057 <Tool 4058 Name="VCCLCompilerTool" 4059 /> 4060 </FileConfiguration> 4061 <FileConfiguration 4062 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 4063 ExcludedFromBuild="true" 4064 > 4065 <Tool 4066 Name="VCCLCompilerTool" 4067 /> 4068 </FileConfiguration> 4069 <FileConfiguration 4055 4070 Name="Release|Win32" 4056 4071 ExcludedFromBuild="true" … … 4063 4078 </FileConfiguration> 4064 4079 <FileConfiguration 4080 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 4081 ExcludedFromBuild="true" 4082 > 4083 <Tool 4084 Name="VCCLCompilerTool" 4085 /> 4086 </FileConfiguration> 4087 <FileConfiguration 4088 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 4089 ExcludedFromBuild="true" 4090 > 4091 <Tool 4092 Name="VCCLCompilerTool" 4093 /> 4094 </FileConfiguration> 4095 <FileConfiguration 4065 4096 Name="Debug-Static|Win32" 4066 4097 ExcludedFromBuild="true" … … 4073 4104 </FileConfiguration> 4074 4105 <FileConfiguration 4106 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4107 ExcludedFromBuild="true" 4108 > 4109 <Tool 4110 Name="VCCLCompilerTool" 4111 /> 4112 </FileConfiguration> 4113 <FileConfiguration 4114 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4115 ExcludedFromBuild="true" 4116 > 4117 <Tool 4118 Name="VCCLCompilerTool" 4119 /> 4120 </FileConfiguration> 4121 <FileConfiguration 4075 4122 Name="Release-Dynamic|Win32" 4076 4123 ExcludedFromBuild="true" … … 4083 4130 </FileConfiguration> 4084 4131 <FileConfiguration 4132 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4133 ExcludedFromBuild="true" 4134 > 4135 <Tool 4136 Name="VCCLCompilerTool" 4137 /> 4138 </FileConfiguration> 4139 <FileConfiguration 4140 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4141 ExcludedFromBuild="true" 4142 > 4143 <Tool 4144 Name="VCCLCompilerTool" 4145 /> 4146 </FileConfiguration> 4147 <FileConfiguration 4085 4148 Name="Debug-Dynamic|Win32" 4086 4149 ExcludedFromBuild="true" … … 4093 4156 </FileConfiguration> 4094 4157 <FileConfiguration 4158 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4159 ExcludedFromBuild="true" 4160 > 4161 <Tool 4162 Name="VCCLCompilerTool" 4163 /> 4164 </FileConfiguration> 4165 <FileConfiguration 4166 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4167 ExcludedFromBuild="true" 4168 > 4169 <Tool 4170 Name="VCCLCompilerTool" 4171 /> 4172 </FileConfiguration> 4173 <FileConfiguration 4095 4174 Name="Release-Static|Win32" 4096 4175 ExcludedFromBuild="true" … … 4100 4179 AdditionalIncludeDirectories="" 4101 4180 PreprocessorDefinitions="" 4102 />4103 </FileConfiguration>4104 <FileConfiguration4105 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"4106 ExcludedFromBuild="true"4107 >4108 <Tool4109 Name="VCCLCompilerTool"4110 />4111 </FileConfiguration>4112 <FileConfiguration4113 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"4114 ExcludedFromBuild="true"4115 >4116 <Tool4117 Name="VCCLCompilerTool"4118 />4119 </FileConfiguration>4120 <FileConfiguration4121 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"4122 ExcludedFromBuild="true"4123 >4124 <Tool4125 Name="VCCLCompilerTool"4126 />4127 </FileConfiguration>4128 <FileConfiguration4129 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"4130 ExcludedFromBuild="true"4131 >4132 <Tool4133 Name="VCCLCompilerTool"4134 />4135 </FileConfiguration>4136 <FileConfiguration4137 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"4138 ExcludedFromBuild="true"4139 >4140 <Tool4141 Name="VCCLCompilerTool"4142 />4143 </FileConfiguration>4144 <FileConfiguration4145 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"4146 ExcludedFromBuild="true"4147 >4148 <Tool4149 Name="VCCLCompilerTool"4150 />4151 </FileConfiguration>4152 <FileConfiguration4153 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4154 ExcludedFromBuild="true"4155 >4156 <Tool4157 Name="VCCLCompilerTool"4158 />4159 </FileConfiguration>4160 <FileConfiguration4161 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4162 ExcludedFromBuild="true"4163 >4164 <Tool4165 Name="VCCLCompilerTool"4166 />4167 </FileConfiguration>4168 <FileConfiguration4169 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4170 ExcludedFromBuild="true"4171 >4172 <Tool4173 Name="VCCLCompilerTool"4174 />4175 </FileConfiguration>4176 <FileConfiguration4177 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4178 ExcludedFromBuild="true"4179 >4180 <Tool4181 Name="VCCLCompilerTool"4182 4181 /> 4183 4182 </FileConfiguration> … … 4213 4212 </FileConfiguration> 4214 4213 <FileConfiguration 4214 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 4215 ExcludedFromBuild="true" 4216 > 4217 <Tool 4218 Name="VCCLCompilerTool" 4219 /> 4220 </FileConfiguration> 4221 <FileConfiguration 4222 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 4223 ExcludedFromBuild="true" 4224 > 4225 <Tool 4226 Name="VCCLCompilerTool" 4227 /> 4228 </FileConfiguration> 4229 <FileConfiguration 4215 4230 Name="Release|Win32" 4216 4231 ExcludedFromBuild="true" … … 4223 4238 </FileConfiguration> 4224 4239 <FileConfiguration 4240 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 4241 ExcludedFromBuild="true" 4242 > 4243 <Tool 4244 Name="VCCLCompilerTool" 4245 /> 4246 </FileConfiguration> 4247 <FileConfiguration 4248 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 4249 ExcludedFromBuild="true" 4250 > 4251 <Tool 4252 Name="VCCLCompilerTool" 4253 /> 4254 </FileConfiguration> 4255 <FileConfiguration 4225 4256 Name="Debug-Static|Win32" 4226 4257 ExcludedFromBuild="true" … … 4233 4264 </FileConfiguration> 4234 4265 <FileConfiguration 4266 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4267 ExcludedFromBuild="true" 4268 > 4269 <Tool 4270 Name="VCCLCompilerTool" 4271 /> 4272 </FileConfiguration> 4273 <FileConfiguration 4274 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4275 ExcludedFromBuild="true" 4276 > 4277 <Tool 4278 Name="VCCLCompilerTool" 4279 /> 4280 </FileConfiguration> 4281 <FileConfiguration 4235 4282 Name="Release-Dynamic|Win32" 4236 4283 ExcludedFromBuild="true" … … 4243 4290 </FileConfiguration> 4244 4291 <FileConfiguration 4292 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4293 ExcludedFromBuild="true" 4294 > 4295 <Tool 4296 Name="VCCLCompilerTool" 4297 /> 4298 </FileConfiguration> 4299 <FileConfiguration 4300 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4301 ExcludedFromBuild="true" 4302 > 4303 <Tool 4304 Name="VCCLCompilerTool" 4305 /> 4306 </FileConfiguration> 4307 <FileConfiguration 4245 4308 Name="Debug-Dynamic|Win32" 4246 4309 ExcludedFromBuild="true" … … 4253 4316 </FileConfiguration> 4254 4317 <FileConfiguration 4318 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4319 ExcludedFromBuild="true" 4320 > 4321 <Tool 4322 Name="VCCLCompilerTool" 4323 /> 4324 </FileConfiguration> 4325 <FileConfiguration 4326 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4327 ExcludedFromBuild="true" 4328 > 4329 <Tool 4330 Name="VCCLCompilerTool" 4331 /> 4332 </FileConfiguration> 4333 <FileConfiguration 4255 4334 Name="Release-Static|Win32" 4256 4335 ExcludedFromBuild="true" … … 4260 4339 AdditionalIncludeDirectories="" 4261 4340 PreprocessorDefinitions="" 4262 />4263 </FileConfiguration>4264 <FileConfiguration4265 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"4266 ExcludedFromBuild="true"4267 >4268 <Tool4269 Name="VCCLCompilerTool"4270 />4271 </FileConfiguration>4272 <FileConfiguration4273 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"4274 ExcludedFromBuild="true"4275 >4276 <Tool4277 Name="VCCLCompilerTool"4278 />4279 </FileConfiguration>4280 <FileConfiguration4281 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"4282 ExcludedFromBuild="true"4283 >4284 <Tool4285 Name="VCCLCompilerTool"4286 />4287 </FileConfiguration>4288 <FileConfiguration4289 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"4290 ExcludedFromBuild="true"4291 >4292 <Tool4293 Name="VCCLCompilerTool"4294 />4295 </FileConfiguration>4296 <FileConfiguration4297 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"4298 ExcludedFromBuild="true"4299 >4300 <Tool4301 Name="VCCLCompilerTool"4302 />4303 </FileConfiguration>4304 <FileConfiguration4305 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"4306 ExcludedFromBuild="true"4307 >4308 <Tool4309 Name="VCCLCompilerTool"4310 />4311 </FileConfiguration>4312 <FileConfiguration4313 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4314 ExcludedFromBuild="true"4315 >4316 <Tool4317 Name="VCCLCompilerTool"4318 />4319 </FileConfiguration>4320 <FileConfiguration4321 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4322 ExcludedFromBuild="true"4323 >4324 <Tool4325 Name="VCCLCompilerTool"4326 />4327 </FileConfiguration>4328 <FileConfiguration4329 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4330 ExcludedFromBuild="true"4331 >4332 <Tool4333 Name="VCCLCompilerTool"4334 />4335 </FileConfiguration>4336 <FileConfiguration4337 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4338 ExcludedFromBuild="true"4339 >4340 <Tool4341 Name="VCCLCompilerTool"4342 4341 /> 4343 4342 </FileConfiguration> … … 4373 4372 </FileConfiguration> 4374 4373 <FileConfiguration 4374 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 4375 ExcludedFromBuild="true" 4376 > 4377 <Tool 4378 Name="VCCLCompilerTool" 4379 /> 4380 </FileConfiguration> 4381 <FileConfiguration 4382 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 4383 ExcludedFromBuild="true" 4384 > 4385 <Tool 4386 Name="VCCLCompilerTool" 4387 /> 4388 </FileConfiguration> 4389 <FileConfiguration 4375 4390 Name="Release|Win32" 4376 4391 ExcludedFromBuild="true" … … 4383 4398 </FileConfiguration> 4384 4399 <FileConfiguration 4400 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 4401 ExcludedFromBuild="true" 4402 > 4403 <Tool 4404 Name="VCCLCompilerTool" 4405 /> 4406 </FileConfiguration> 4407 <FileConfiguration 4408 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 4409 ExcludedFromBuild="true" 4410 > 4411 <Tool 4412 Name="VCCLCompilerTool" 4413 /> 4414 </FileConfiguration> 4415 <FileConfiguration 4385 4416 Name="Debug-Static|Win32" 4386 4417 ExcludedFromBuild="true" … … 4393 4424 </FileConfiguration> 4394 4425 <FileConfiguration 4426 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4427 ExcludedFromBuild="true" 4428 > 4429 <Tool 4430 Name="VCCLCompilerTool" 4431 /> 4432 </FileConfiguration> 4433 <FileConfiguration 4434 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4435 ExcludedFromBuild="true" 4436 > 4437 <Tool 4438 Name="VCCLCompilerTool" 4439 /> 4440 </FileConfiguration> 4441 <FileConfiguration 4395 4442 Name="Release-Dynamic|Win32" 4396 4443 ExcludedFromBuild="true" … … 4403 4450 </FileConfiguration> 4404 4451 <FileConfiguration 4452 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4453 ExcludedFromBuild="true" 4454 > 4455 <Tool 4456 Name="VCCLCompilerTool" 4457 /> 4458 </FileConfiguration> 4459 <FileConfiguration 4460 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4461 ExcludedFromBuild="true" 4462 > 4463 <Tool 4464 Name="VCCLCompilerTool" 4465 /> 4466 </FileConfiguration> 4467 <FileConfiguration 4405 4468 Name="Debug-Dynamic|Win32" 4406 4469 ExcludedFromBuild="true" … … 4413 4476 </FileConfiguration> 4414 4477 <FileConfiguration 4478 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4479 ExcludedFromBuild="true" 4480 > 4481 <Tool 4482 Name="VCCLCompilerTool" 4483 /> 4484 </FileConfiguration> 4485 <FileConfiguration 4486 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4487 ExcludedFromBuild="true" 4488 > 4489 <Tool 4490 Name="VCCLCompilerTool" 4491 /> 4492 </FileConfiguration> 4493 <FileConfiguration 4415 4494 Name="Release-Static|Win32" 4416 4495 ExcludedFromBuild="true" … … 4420 4499 AdditionalIncludeDirectories="" 4421 4500 PreprocessorDefinitions="" 4422 />4423 </FileConfiguration>4424 <FileConfiguration4425 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"4426 ExcludedFromBuild="true"4427 >4428 <Tool4429 Name="VCCLCompilerTool"4430 />4431 </FileConfiguration>4432 <FileConfiguration4433 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"4434 ExcludedFromBuild="true"4435 >4436 <Tool4437 Name="VCCLCompilerTool"4438 />4439 </FileConfiguration>4440 <FileConfiguration4441 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"4442 ExcludedFromBuild="true"4443 >4444 <Tool4445 Name="VCCLCompilerTool"4446 />4447 </FileConfiguration>4448 <FileConfiguration4449 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"4450 ExcludedFromBuild="true"4451 >4452 <Tool4453 Name="VCCLCompilerTool"4454 />4455 </FileConfiguration>4456 <FileConfiguration4457 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"4458 ExcludedFromBuild="true"4459 >4460 <Tool4461 Name="VCCLCompilerTool"4462 />4463 </FileConfiguration>4464 <FileConfiguration4465 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"4466 ExcludedFromBuild="true"4467 >4468 <Tool4469 Name="VCCLCompilerTool"4470 />4471 </FileConfiguration>4472 <FileConfiguration4473 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4474 ExcludedFromBuild="true"4475 >4476 <Tool4477 Name="VCCLCompilerTool"4478 />4479 </FileConfiguration>4480 <FileConfiguration4481 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4482 ExcludedFromBuild="true"4483 >4484 <Tool4485 Name="VCCLCompilerTool"4486 />4487 </FileConfiguration>4488 <FileConfiguration4489 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4490 ExcludedFromBuild="true"4491 >4492 <Tool4493 Name="VCCLCompilerTool"4494 />4495 </FileConfiguration>4496 <FileConfiguration4497 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4498 ExcludedFromBuild="true"4499 >4500 <Tool4501 Name="VCCLCompilerTool"4502 4501 /> 4503 4502 </FileConfiguration> … … 4531 4530 </FileConfiguration> 4532 4531 <FileConfiguration 4532 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 4533 ExcludedFromBuild="true" 4534 > 4535 <Tool 4536 Name="VCCLCompilerTool" 4537 /> 4538 </FileConfiguration> 4539 <FileConfiguration 4540 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 4541 ExcludedFromBuild="true" 4542 > 4543 <Tool 4544 Name="VCCLCompilerTool" 4545 /> 4546 </FileConfiguration> 4547 <FileConfiguration 4533 4548 Name="Release|Win32" 4534 4549 ExcludedFromBuild="true" … … 4539 4554 </FileConfiguration> 4540 4555 <FileConfiguration 4556 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 4557 ExcludedFromBuild="true" 4558 > 4559 <Tool 4560 Name="VCCLCompilerTool" 4561 /> 4562 </FileConfiguration> 4563 <FileConfiguration 4564 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 4565 ExcludedFromBuild="true" 4566 > 4567 <Tool 4568 Name="VCCLCompilerTool" 4569 /> 4570 </FileConfiguration> 4571 <FileConfiguration 4541 4572 Name="Debug-Static|Win32" 4542 4573 ExcludedFromBuild="true" … … 4547 4578 </FileConfiguration> 4548 4579 <FileConfiguration 4580 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4581 ExcludedFromBuild="true" 4582 > 4583 <Tool 4584 Name="VCCLCompilerTool" 4585 /> 4586 </FileConfiguration> 4587 <FileConfiguration 4588 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4589 ExcludedFromBuild="true" 4590 > 4591 <Tool 4592 Name="VCCLCompilerTool" 4593 /> 4594 </FileConfiguration> 4595 <FileConfiguration 4549 4596 Name="Release-Dynamic|Win32" 4550 4597 ExcludedFromBuild="true" … … 4555 4602 </FileConfiguration> 4556 4603 <FileConfiguration 4604 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4605 ExcludedFromBuild="true" 4606 > 4607 <Tool 4608 Name="VCCLCompilerTool" 4609 /> 4610 </FileConfiguration> 4611 <FileConfiguration 4612 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4613 ExcludedFromBuild="true" 4614 > 4615 <Tool 4616 Name="VCCLCompilerTool" 4617 /> 4618 </FileConfiguration> 4619 <FileConfiguration 4557 4620 Name="Debug-Dynamic|Win32" 4558 4621 ExcludedFromBuild="true" … … 4563 4626 </FileConfiguration> 4564 4627 <FileConfiguration 4628 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4629 ExcludedFromBuild="true" 4630 > 4631 <Tool 4632 Name="VCCLCompilerTool" 4633 /> 4634 </FileConfiguration> 4635 <FileConfiguration 4636 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4637 ExcludedFromBuild="true" 4638 > 4639 <Tool 4640 Name="VCCLCompilerTool" 4641 /> 4642 </FileConfiguration> 4643 <FileConfiguration 4565 4644 Name="Release-Static|Win32" 4566 ExcludedFromBuild="true"4567 >4568 <Tool4569 Name="VCCLCompilerTool"4570 />4571 </FileConfiguration>4572 <FileConfiguration4573 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"4574 ExcludedFromBuild="true"4575 >4576 <Tool4577 Name="VCCLCompilerTool"4578 />4579 </FileConfiguration>4580 <FileConfiguration4581 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"4582 ExcludedFromBuild="true"4583 >4584 <Tool4585 Name="VCCLCompilerTool"4586 />4587 </FileConfiguration>4588 <FileConfiguration4589 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"4590 ExcludedFromBuild="true"4591 >4592 <Tool4593 Name="VCCLCompilerTool"4594 />4595 </FileConfiguration>4596 <FileConfiguration4597 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"4598 ExcludedFromBuild="true"4599 >4600 <Tool4601 Name="VCCLCompilerTool"4602 />4603 </FileConfiguration>4604 <FileConfiguration4605 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"4606 ExcludedFromBuild="true"4607 >4608 <Tool4609 Name="VCCLCompilerTool"4610 />4611 </FileConfiguration>4612 <FileConfiguration4613 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"4614 ExcludedFromBuild="true"4615 >4616 <Tool4617 Name="VCCLCompilerTool"4618 />4619 </FileConfiguration>4620 <FileConfiguration4621 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4622 ExcludedFromBuild="true"4623 >4624 <Tool4625 Name="VCCLCompilerTool"4626 />4627 </FileConfiguration>4628 <FileConfiguration4629 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4630 ExcludedFromBuild="true"4631 >4632 <Tool4633 Name="VCCLCompilerTool"4634 />4635 </FileConfiguration>4636 <FileConfiguration4637 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4638 ExcludedFromBuild="true"4639 >4640 <Tool4641 Name="VCCLCompilerTool"4642 />4643 </FileConfiguration>4644 <FileConfiguration4645 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4646 4645 ExcludedFromBuild="true" 4647 4646 > … … 4681 4680 </FileConfiguration> 4682 4681 <FileConfiguration 4682 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 4683 ExcludedFromBuild="true" 4684 > 4685 <Tool 4686 Name="VCCLCompilerTool" 4687 /> 4688 </FileConfiguration> 4689 <FileConfiguration 4690 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 4691 ExcludedFromBuild="true" 4692 > 4693 <Tool 4694 Name="VCCLCompilerTool" 4695 /> 4696 </FileConfiguration> 4697 <FileConfiguration 4683 4698 Name="Release|Win32" 4684 4699 ExcludedFromBuild="true" … … 4691 4706 </FileConfiguration> 4692 4707 <FileConfiguration 4708 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 4709 ExcludedFromBuild="true" 4710 > 4711 <Tool 4712 Name="VCCLCompilerTool" 4713 /> 4714 </FileConfiguration> 4715 <FileConfiguration 4716 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 4717 ExcludedFromBuild="true" 4718 > 4719 <Tool 4720 Name="VCCLCompilerTool" 4721 /> 4722 </FileConfiguration> 4723 <FileConfiguration 4693 4724 Name="Debug-Static|Win32" 4694 4725 ExcludedFromBuild="true" … … 4701 4732 </FileConfiguration> 4702 4733 <FileConfiguration 4734 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4735 ExcludedFromBuild="true" 4736 > 4737 <Tool 4738 Name="VCCLCompilerTool" 4739 /> 4740 </FileConfiguration> 4741 <FileConfiguration 4742 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4743 ExcludedFromBuild="true" 4744 > 4745 <Tool 4746 Name="VCCLCompilerTool" 4747 /> 4748 </FileConfiguration> 4749 <FileConfiguration 4703 4750 Name="Release-Dynamic|Win32" 4704 4751 ExcludedFromBuild="true" … … 4711 4758 </FileConfiguration> 4712 4759 <FileConfiguration 4760 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4761 ExcludedFromBuild="true" 4762 > 4763 <Tool 4764 Name="VCCLCompilerTool" 4765 /> 4766 </FileConfiguration> 4767 <FileConfiguration 4768 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4769 ExcludedFromBuild="true" 4770 > 4771 <Tool 4772 Name="VCCLCompilerTool" 4773 /> 4774 </FileConfiguration> 4775 <FileConfiguration 4713 4776 Name="Debug-Dynamic|Win32" 4714 4777 ExcludedFromBuild="true" … … 4721 4784 </FileConfiguration> 4722 4785 <FileConfiguration 4786 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4787 ExcludedFromBuild="true" 4788 > 4789 <Tool 4790 Name="VCCLCompilerTool" 4791 /> 4792 </FileConfiguration> 4793 <FileConfiguration 4794 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4795 ExcludedFromBuild="true" 4796 > 4797 <Tool 4798 Name="VCCLCompilerTool" 4799 /> 4800 </FileConfiguration> 4801 <FileConfiguration 4723 4802 Name="Release-Static|Win32" 4724 4803 ExcludedFromBuild="true" … … 4728 4807 AdditionalIncludeDirectories="" 4729 4808 PreprocessorDefinitions="" 4730 />4731 </FileConfiguration>4732 <FileConfiguration4733 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"4734 ExcludedFromBuild="true"4735 >4736 <Tool4737 Name="VCCLCompilerTool"4738 />4739 </FileConfiguration>4740 <FileConfiguration4741 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"4742 ExcludedFromBuild="true"4743 >4744 <Tool4745 Name="VCCLCompilerTool"4746 />4747 </FileConfiguration>4748 <FileConfiguration4749 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"4750 ExcludedFromBuild="true"4751 >4752 <Tool4753 Name="VCCLCompilerTool"4754 />4755 </FileConfiguration>4756 <FileConfiguration4757 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"4758 ExcludedFromBuild="true"4759 >4760 <Tool4761 Name="VCCLCompilerTool"4762 />4763 </FileConfiguration>4764 <FileConfiguration4765 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"4766 ExcludedFromBuild="true"4767 >4768 <Tool4769 Name="VCCLCompilerTool"4770 />4771 </FileConfiguration>4772 <FileConfiguration4773 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"4774 ExcludedFromBuild="true"4775 >4776 <Tool4777 Name="VCCLCompilerTool"4778 />4779 </FileConfiguration>4780 <FileConfiguration4781 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4782 ExcludedFromBuild="true"4783 >4784 <Tool4785 Name="VCCLCompilerTool"4786 />4787 </FileConfiguration>4788 <FileConfiguration4789 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4790 ExcludedFromBuild="true"4791 >4792 <Tool4793 Name="VCCLCompilerTool"4794 />4795 </FileConfiguration>4796 <FileConfiguration4797 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4798 ExcludedFromBuild="true"4799 >4800 <Tool4801 Name="VCCLCompilerTool"4802 />4803 </FileConfiguration>4804 <FileConfiguration4805 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4806 ExcludedFromBuild="true"4807 >4808 <Tool4809 Name="VCCLCompilerTool"4810 4809 /> 4811 4810 </FileConfiguration> … … 4841 4840 </FileConfiguration> 4842 4841 <FileConfiguration 4842 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 4843 ExcludedFromBuild="true" 4844 > 4845 <Tool 4846 Name="VCCLCompilerTool" 4847 /> 4848 </FileConfiguration> 4849 <FileConfiguration 4850 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 4851 ExcludedFromBuild="true" 4852 > 4853 <Tool 4854 Name="VCCLCompilerTool" 4855 /> 4856 </FileConfiguration> 4857 <FileConfiguration 4843 4858 Name="Release|Win32" 4844 4859 ExcludedFromBuild="true" … … 4851 4866 </FileConfiguration> 4852 4867 <FileConfiguration 4868 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 4869 ExcludedFromBuild="true" 4870 > 4871 <Tool 4872 Name="VCCLCompilerTool" 4873 /> 4874 </FileConfiguration> 4875 <FileConfiguration 4876 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 4877 ExcludedFromBuild="true" 4878 > 4879 <Tool 4880 Name="VCCLCompilerTool" 4881 /> 4882 </FileConfiguration> 4883 <FileConfiguration 4853 4884 Name="Debug-Static|Win32" 4854 4885 ExcludedFromBuild="true" … … 4861 4892 </FileConfiguration> 4862 4893 <FileConfiguration 4894 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 4895 ExcludedFromBuild="true" 4896 > 4897 <Tool 4898 Name="VCCLCompilerTool" 4899 /> 4900 </FileConfiguration> 4901 <FileConfiguration 4902 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 4903 ExcludedFromBuild="true" 4904 > 4905 <Tool 4906 Name="VCCLCompilerTool" 4907 /> 4908 </FileConfiguration> 4909 <FileConfiguration 4863 4910 Name="Release-Dynamic|Win32" 4864 4911 ExcludedFromBuild="true" … … 4871 4918 </FileConfiguration> 4872 4919 <FileConfiguration 4920 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4921 ExcludedFromBuild="true" 4922 > 4923 <Tool 4924 Name="VCCLCompilerTool" 4925 /> 4926 </FileConfiguration> 4927 <FileConfiguration 4928 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4929 ExcludedFromBuild="true" 4930 > 4931 <Tool 4932 Name="VCCLCompilerTool" 4933 /> 4934 </FileConfiguration> 4935 <FileConfiguration 4873 4936 Name="Debug-Dynamic|Win32" 4874 4937 ExcludedFromBuild="true" … … 4881 4944 </FileConfiguration> 4882 4945 <FileConfiguration 4946 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 4947 ExcludedFromBuild="true" 4948 > 4949 <Tool 4950 Name="VCCLCompilerTool" 4951 /> 4952 </FileConfiguration> 4953 <FileConfiguration 4954 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 4955 ExcludedFromBuild="true" 4956 > 4957 <Tool 4958 Name="VCCLCompilerTool" 4959 /> 4960 </FileConfiguration> 4961 <FileConfiguration 4883 4962 Name="Release-Static|Win32" 4884 4963 ExcludedFromBuild="true" … … 4888 4967 AdditionalIncludeDirectories="" 4889 4968 PreprocessorDefinitions="" 4890 />4891 </FileConfiguration>4892 <FileConfiguration4893 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"4894 ExcludedFromBuild="true"4895 >4896 <Tool4897 Name="VCCLCompilerTool"4898 />4899 </FileConfiguration>4900 <FileConfiguration4901 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"4902 ExcludedFromBuild="true"4903 >4904 <Tool4905 Name="VCCLCompilerTool"4906 />4907 </FileConfiguration>4908 <FileConfiguration4909 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"4910 ExcludedFromBuild="true"4911 >4912 <Tool4913 Name="VCCLCompilerTool"4914 />4915 </FileConfiguration>4916 <FileConfiguration4917 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"4918 ExcludedFromBuild="true"4919 >4920 <Tool4921 Name="VCCLCompilerTool"4922 />4923 </FileConfiguration>4924 <FileConfiguration4925 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"4926 ExcludedFromBuild="true"4927 >4928 <Tool4929 Name="VCCLCompilerTool"4930 />4931 </FileConfiguration>4932 <FileConfiguration4933 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"4934 ExcludedFromBuild="true"4935 >4936 <Tool4937 Name="VCCLCompilerTool"4938 />4939 </FileConfiguration>4940 <FileConfiguration4941 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4942 ExcludedFromBuild="true"4943 >4944 <Tool4945 Name="VCCLCompilerTool"4946 />4947 </FileConfiguration>4948 <FileConfiguration4949 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4950 ExcludedFromBuild="true"4951 >4952 <Tool4953 Name="VCCLCompilerTool"4954 />4955 </FileConfiguration>4956 <FileConfiguration4957 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"4958 ExcludedFromBuild="true"4959 >4960 <Tool4961 Name="VCCLCompilerTool"4962 />4963 </FileConfiguration>4964 <FileConfiguration4965 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"4966 ExcludedFromBuild="true"4967 >4968 <Tool4969 Name="VCCLCompilerTool"4970 4969 /> 4971 4970 </FileConfiguration> … … 5001 5000 </FileConfiguration> 5002 5001 <FileConfiguration 5002 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 5003 ExcludedFromBuild="true" 5004 > 5005 <Tool 5006 Name="VCCLCompilerTool" 5007 /> 5008 </FileConfiguration> 5009 <FileConfiguration 5010 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 5011 ExcludedFromBuild="true" 5012 > 5013 <Tool 5014 Name="VCCLCompilerTool" 5015 /> 5016 </FileConfiguration> 5017 <FileConfiguration 5003 5018 Name="Release|Win32" 5004 5019 ExcludedFromBuild="true" … … 5011 5026 </FileConfiguration> 5012 5027 <FileConfiguration 5028 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 5029 ExcludedFromBuild="true" 5030 > 5031 <Tool 5032 Name="VCCLCompilerTool" 5033 /> 5034 </FileConfiguration> 5035 <FileConfiguration 5036 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 5037 ExcludedFromBuild="true" 5038 > 5039 <Tool 5040 Name="VCCLCompilerTool" 5041 /> 5042 </FileConfiguration> 5043 <FileConfiguration 5013 5044 Name="Debug-Static|Win32" 5014 5045 ExcludedFromBuild="true" … … 5021 5052 </FileConfiguration> 5022 5053 <FileConfiguration 5054 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 5055 ExcludedFromBuild="true" 5056 > 5057 <Tool 5058 Name="VCCLCompilerTool" 5059 /> 5060 </FileConfiguration> 5061 <FileConfiguration 5062 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 5063 ExcludedFromBuild="true" 5064 > 5065 <Tool 5066 Name="VCCLCompilerTool" 5067 /> 5068 </FileConfiguration> 5069 <FileConfiguration 5023 5070 Name="Release-Dynamic|Win32" 5024 5071 ExcludedFromBuild="true" … … 5031 5078 </FileConfiguration> 5032 5079 <FileConfiguration 5080 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5081 ExcludedFromBuild="true" 5082 > 5083 <Tool 5084 Name="VCCLCompilerTool" 5085 /> 5086 </FileConfiguration> 5087 <FileConfiguration 5088 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5089 ExcludedFromBuild="true" 5090 > 5091 <Tool 5092 Name="VCCLCompilerTool" 5093 /> 5094 </FileConfiguration> 5095 <FileConfiguration 5033 5096 Name="Debug-Dynamic|Win32" 5034 5097 ExcludedFromBuild="true" … … 5041 5104 </FileConfiguration> 5042 5105 <FileConfiguration 5106 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5107 ExcludedFromBuild="true" 5108 > 5109 <Tool 5110 Name="VCCLCompilerTool" 5111 /> 5112 </FileConfiguration> 5113 <FileConfiguration 5114 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5115 ExcludedFromBuild="true" 5116 > 5117 <Tool 5118 Name="VCCLCompilerTool" 5119 /> 5120 </FileConfiguration> 5121 <FileConfiguration 5043 5122 Name="Release-Static|Win32" 5044 5123 ExcludedFromBuild="true" … … 5048 5127 AdditionalIncludeDirectories="" 5049 5128 PreprocessorDefinitions="" 5050 />5051 </FileConfiguration>5052 <FileConfiguration5053 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"5054 ExcludedFromBuild="true"5055 >5056 <Tool5057 Name="VCCLCompilerTool"5058 />5059 </FileConfiguration>5060 <FileConfiguration5061 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"5062 ExcludedFromBuild="true"5063 >5064 <Tool5065 Name="VCCLCompilerTool"5066 />5067 </FileConfiguration>5068 <FileConfiguration5069 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"5070 ExcludedFromBuild="true"5071 >5072 <Tool5073 Name="VCCLCompilerTool"5074 />5075 </FileConfiguration>5076 <FileConfiguration5077 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"5078 ExcludedFromBuild="true"5079 >5080 <Tool5081 Name="VCCLCompilerTool"5082 />5083 </FileConfiguration>5084 <FileConfiguration5085 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"5086 ExcludedFromBuild="true"5087 >5088 <Tool5089 Name="VCCLCompilerTool"5090 />5091 </FileConfiguration>5092 <FileConfiguration5093 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"5094 ExcludedFromBuild="true"5095 >5096 <Tool5097 Name="VCCLCompilerTool"5098 />5099 </FileConfiguration>5100 <FileConfiguration5101 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5102 ExcludedFromBuild="true"5103 >5104 <Tool5105 Name="VCCLCompilerTool"5106 />5107 </FileConfiguration>5108 <FileConfiguration5109 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5110 ExcludedFromBuild="true"5111 >5112 <Tool5113 Name="VCCLCompilerTool"5114 />5115 </FileConfiguration>5116 <FileConfiguration5117 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5118 ExcludedFromBuild="true"5119 >5120 <Tool5121 Name="VCCLCompilerTool"5122 />5123 </FileConfiguration>5124 <FileConfiguration5125 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5126 ExcludedFromBuild="true"5127 >5128 <Tool5129 Name="VCCLCompilerTool"5130 5129 /> 5131 5130 </FileConfiguration> … … 5161 5160 </FileConfiguration> 5162 5161 <FileConfiguration 5162 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 5163 ExcludedFromBuild="true" 5164 > 5165 <Tool 5166 Name="VCCLCompilerTool" 5167 /> 5168 </FileConfiguration> 5169 <FileConfiguration 5170 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 5171 ExcludedFromBuild="true" 5172 > 5173 <Tool 5174 Name="VCCLCompilerTool" 5175 /> 5176 </FileConfiguration> 5177 <FileConfiguration 5163 5178 Name="Release|Win32" 5164 5179 ExcludedFromBuild="true" … … 5171 5186 </FileConfiguration> 5172 5187 <FileConfiguration 5188 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 5189 ExcludedFromBuild="true" 5190 > 5191 <Tool 5192 Name="VCCLCompilerTool" 5193 /> 5194 </FileConfiguration> 5195 <FileConfiguration 5196 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 5197 ExcludedFromBuild="true" 5198 > 5199 <Tool 5200 Name="VCCLCompilerTool" 5201 /> 5202 </FileConfiguration> 5203 <FileConfiguration 5173 5204 Name="Debug-Static|Win32" 5174 5205 ExcludedFromBuild="true" … … 5181 5212 </FileConfiguration> 5182 5213 <FileConfiguration 5214 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 5215 ExcludedFromBuild="true" 5216 > 5217 <Tool 5218 Name="VCCLCompilerTool" 5219 /> 5220 </FileConfiguration> 5221 <FileConfiguration 5222 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 5223 ExcludedFromBuild="true" 5224 > 5225 <Tool 5226 Name="VCCLCompilerTool" 5227 /> 5228 </FileConfiguration> 5229 <FileConfiguration 5183 5230 Name="Release-Dynamic|Win32" 5184 5231 ExcludedFromBuild="true" … … 5191 5238 </FileConfiguration> 5192 5239 <FileConfiguration 5240 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5241 ExcludedFromBuild="true" 5242 > 5243 <Tool 5244 Name="VCCLCompilerTool" 5245 /> 5246 </FileConfiguration> 5247 <FileConfiguration 5248 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5249 ExcludedFromBuild="true" 5250 > 5251 <Tool 5252 Name="VCCLCompilerTool" 5253 /> 5254 </FileConfiguration> 5255 <FileConfiguration 5193 5256 Name="Debug-Dynamic|Win32" 5194 5257 ExcludedFromBuild="true" … … 5201 5264 </FileConfiguration> 5202 5265 <FileConfiguration 5266 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5267 ExcludedFromBuild="true" 5268 > 5269 <Tool 5270 Name="VCCLCompilerTool" 5271 /> 5272 </FileConfiguration> 5273 <FileConfiguration 5274 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5275 ExcludedFromBuild="true" 5276 > 5277 <Tool 5278 Name="VCCLCompilerTool" 5279 /> 5280 </FileConfiguration> 5281 <FileConfiguration 5203 5282 Name="Release-Static|Win32" 5204 5283 ExcludedFromBuild="true" … … 5208 5287 AdditionalIncludeDirectories="" 5209 5288 PreprocessorDefinitions="" 5210 />5211 </FileConfiguration>5212 <FileConfiguration5213 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"5214 ExcludedFromBuild="true"5215 >5216 <Tool5217 Name="VCCLCompilerTool"5218 />5219 </FileConfiguration>5220 <FileConfiguration5221 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"5222 ExcludedFromBuild="true"5223 >5224 <Tool5225 Name="VCCLCompilerTool"5226 />5227 </FileConfiguration>5228 <FileConfiguration5229 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"5230 ExcludedFromBuild="true"5231 >5232 <Tool5233 Name="VCCLCompilerTool"5234 />5235 </FileConfiguration>5236 <FileConfiguration5237 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"5238 ExcludedFromBuild="true"5239 >5240 <Tool5241 Name="VCCLCompilerTool"5242 />5243 </FileConfiguration>5244 <FileConfiguration5245 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"5246 ExcludedFromBuild="true"5247 >5248 <Tool5249 Name="VCCLCompilerTool"5250 />5251 </FileConfiguration>5252 <FileConfiguration5253 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"5254 ExcludedFromBuild="true"5255 >5256 <Tool5257 Name="VCCLCompilerTool"5258 />5259 </FileConfiguration>5260 <FileConfiguration5261 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5262 ExcludedFromBuild="true"5263 >5264 <Tool5265 Name="VCCLCompilerTool"5266 />5267 </FileConfiguration>5268 <FileConfiguration5269 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5270 ExcludedFromBuild="true"5271 >5272 <Tool5273 Name="VCCLCompilerTool"5274 />5275 </FileConfiguration>5276 <FileConfiguration5277 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5278 ExcludedFromBuild="true"5279 >5280 <Tool5281 Name="VCCLCompilerTool"5282 />5283 </FileConfiguration>5284 <FileConfiguration5285 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5286 ExcludedFromBuild="true"5287 >5288 <Tool5289 Name="VCCLCompilerTool"5290 5289 /> 5291 5290 </FileConfiguration> … … 5321 5320 </FileConfiguration> 5322 5321 <FileConfiguration 5322 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 5323 ExcludedFromBuild="true" 5324 > 5325 <Tool 5326 Name="VCCLCompilerTool" 5327 /> 5328 </FileConfiguration> 5329 <FileConfiguration 5330 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 5331 ExcludedFromBuild="true" 5332 > 5333 <Tool 5334 Name="VCCLCompilerTool" 5335 /> 5336 </FileConfiguration> 5337 <FileConfiguration 5323 5338 Name="Release|Win32" 5324 5339 ExcludedFromBuild="true" … … 5331 5346 </FileConfiguration> 5332 5347 <FileConfiguration 5348 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 5349 ExcludedFromBuild="true" 5350 > 5351 <Tool 5352 Name="VCCLCompilerTool" 5353 /> 5354 </FileConfiguration> 5355 <FileConfiguration 5356 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 5357 ExcludedFromBuild="true" 5358 > 5359 <Tool 5360 Name="VCCLCompilerTool" 5361 /> 5362 </FileConfiguration> 5363 <FileConfiguration 5333 5364 Name="Debug-Static|Win32" 5334 5365 ExcludedFromBuild="true" … … 5341 5372 </FileConfiguration> 5342 5373 <FileConfiguration 5374 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 5375 ExcludedFromBuild="true" 5376 > 5377 <Tool 5378 Name="VCCLCompilerTool" 5379 /> 5380 </FileConfiguration> 5381 <FileConfiguration 5382 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 5383 ExcludedFromBuild="true" 5384 > 5385 <Tool 5386 Name="VCCLCompilerTool" 5387 /> 5388 </FileConfiguration> 5389 <FileConfiguration 5343 5390 Name="Release-Dynamic|Win32" 5344 5391 ExcludedFromBuild="true" … … 5351 5398 </FileConfiguration> 5352 5399 <FileConfiguration 5400 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5401 ExcludedFromBuild="true" 5402 > 5403 <Tool 5404 Name="VCCLCompilerTool" 5405 /> 5406 </FileConfiguration> 5407 <FileConfiguration 5408 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5409 ExcludedFromBuild="true" 5410 > 5411 <Tool 5412 Name="VCCLCompilerTool" 5413 /> 5414 </FileConfiguration> 5415 <FileConfiguration 5353 5416 Name="Debug-Dynamic|Win32" 5354 5417 ExcludedFromBuild="true" … … 5361 5424 </FileConfiguration> 5362 5425 <FileConfiguration 5426 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5427 ExcludedFromBuild="true" 5428 > 5429 <Tool 5430 Name="VCCLCompilerTool" 5431 /> 5432 </FileConfiguration> 5433 <FileConfiguration 5434 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5435 ExcludedFromBuild="true" 5436 > 5437 <Tool 5438 Name="VCCLCompilerTool" 5439 /> 5440 </FileConfiguration> 5441 <FileConfiguration 5363 5442 Name="Release-Static|Win32" 5364 5443 ExcludedFromBuild="true" … … 5368 5447 AdditionalIncludeDirectories="" 5369 5448 PreprocessorDefinitions="" 5370 />5371 </FileConfiguration>5372 <FileConfiguration5373 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"5374 ExcludedFromBuild="true"5375 >5376 <Tool5377 Name="VCCLCompilerTool"5378 />5379 </FileConfiguration>5380 <FileConfiguration5381 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"5382 ExcludedFromBuild="true"5383 >5384 <Tool5385 Name="VCCLCompilerTool"5386 />5387 </FileConfiguration>5388 <FileConfiguration5389 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"5390 ExcludedFromBuild="true"5391 >5392 <Tool5393 Name="VCCLCompilerTool"5394 />5395 </FileConfiguration>5396 <FileConfiguration5397 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"5398 ExcludedFromBuild="true"5399 >5400 <Tool5401 Name="VCCLCompilerTool"5402 />5403 </FileConfiguration>5404 <FileConfiguration5405 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"5406 ExcludedFromBuild="true"5407 >5408 <Tool5409 Name="VCCLCompilerTool"5410 />5411 </FileConfiguration>5412 <FileConfiguration5413 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"5414 ExcludedFromBuild="true"5415 >5416 <Tool5417 Name="VCCLCompilerTool"5418 />5419 </FileConfiguration>5420 <FileConfiguration5421 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5422 ExcludedFromBuild="true"5423 >5424 <Tool5425 Name="VCCLCompilerTool"5426 />5427 </FileConfiguration>5428 <FileConfiguration5429 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5430 ExcludedFromBuild="true"5431 >5432 <Tool5433 Name="VCCLCompilerTool"5434 />5435 </FileConfiguration>5436 <FileConfiguration5437 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5438 ExcludedFromBuild="true"5439 >5440 <Tool5441 Name="VCCLCompilerTool"5442 />5443 </FileConfiguration>5444 <FileConfiguration5445 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5446 ExcludedFromBuild="true"5447 >5448 <Tool5449 Name="VCCLCompilerTool"5450 5449 /> 5451 5450 </FileConfiguration> … … 5481 5480 </FileConfiguration> 5482 5481 <FileConfiguration 5482 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 5483 ExcludedFromBuild="true" 5484 > 5485 <Tool 5486 Name="VCCLCompilerTool" 5487 /> 5488 </FileConfiguration> 5489 <FileConfiguration 5490 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 5491 ExcludedFromBuild="true" 5492 > 5493 <Tool 5494 Name="VCCLCompilerTool" 5495 /> 5496 </FileConfiguration> 5497 <FileConfiguration 5483 5498 Name="Release|Win32" 5484 5499 ExcludedFromBuild="true" … … 5491 5506 </FileConfiguration> 5492 5507 <FileConfiguration 5508 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 5509 ExcludedFromBuild="true" 5510 > 5511 <Tool 5512 Name="VCCLCompilerTool" 5513 /> 5514 </FileConfiguration> 5515 <FileConfiguration 5516 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 5517 ExcludedFromBuild="true" 5518 > 5519 <Tool 5520 Name="VCCLCompilerTool" 5521 /> 5522 </FileConfiguration> 5523 <FileConfiguration 5493 5524 Name="Debug-Static|Win32" 5494 5525 ExcludedFromBuild="true" … … 5501 5532 </FileConfiguration> 5502 5533 <FileConfiguration 5534 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 5535 ExcludedFromBuild="true" 5536 > 5537 <Tool 5538 Name="VCCLCompilerTool" 5539 /> 5540 </FileConfiguration> 5541 <FileConfiguration 5542 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 5543 ExcludedFromBuild="true" 5544 > 5545 <Tool 5546 Name="VCCLCompilerTool" 5547 /> 5548 </FileConfiguration> 5549 <FileConfiguration 5503 5550 Name="Release-Dynamic|Win32" 5504 5551 ExcludedFromBuild="true" … … 5511 5558 </FileConfiguration> 5512 5559 <FileConfiguration 5560 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5561 ExcludedFromBuild="true" 5562 > 5563 <Tool 5564 Name="VCCLCompilerTool" 5565 /> 5566 </FileConfiguration> 5567 <FileConfiguration 5568 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5569 ExcludedFromBuild="true" 5570 > 5571 <Tool 5572 Name="VCCLCompilerTool" 5573 /> 5574 </FileConfiguration> 5575 <FileConfiguration 5513 5576 Name="Debug-Dynamic|Win32" 5514 5577 ExcludedFromBuild="true" … … 5521 5584 </FileConfiguration> 5522 5585 <FileConfiguration 5586 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5587 ExcludedFromBuild="true" 5588 > 5589 <Tool 5590 Name="VCCLCompilerTool" 5591 /> 5592 </FileConfiguration> 5593 <FileConfiguration 5594 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5595 ExcludedFromBuild="true" 5596 > 5597 <Tool 5598 Name="VCCLCompilerTool" 5599 /> 5600 </FileConfiguration> 5601 <FileConfiguration 5523 5602 Name="Release-Static|Win32" 5524 5603 ExcludedFromBuild="true" … … 5528 5607 AdditionalIncludeDirectories="" 5529 5608 PreprocessorDefinitions="" 5530 />5531 </FileConfiguration>5532 <FileConfiguration5533 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"5534 ExcludedFromBuild="true"5535 >5536 <Tool5537 Name="VCCLCompilerTool"5538 />5539 </FileConfiguration>5540 <FileConfiguration5541 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"5542 ExcludedFromBuild="true"5543 >5544 <Tool5545 Name="VCCLCompilerTool"5546 />5547 </FileConfiguration>5548 <FileConfiguration5549 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"5550 ExcludedFromBuild="true"5551 >5552 <Tool5553 Name="VCCLCompilerTool"5554 />5555 </FileConfiguration>5556 <FileConfiguration5557 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"5558 ExcludedFromBuild="true"5559 >5560 <Tool5561 Name="VCCLCompilerTool"5562 />5563 </FileConfiguration>5564 <FileConfiguration5565 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"5566 ExcludedFromBuild="true"5567 >5568 <Tool5569 Name="VCCLCompilerTool"5570 />5571 </FileConfiguration>5572 <FileConfiguration5573 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"5574 ExcludedFromBuild="true"5575 >5576 <Tool5577 Name="VCCLCompilerTool"5578 />5579 </FileConfiguration>5580 <FileConfiguration5581 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5582 ExcludedFromBuild="true"5583 >5584 <Tool5585 Name="VCCLCompilerTool"5586 />5587 </FileConfiguration>5588 <FileConfiguration5589 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5590 ExcludedFromBuild="true"5591 >5592 <Tool5593 Name="VCCLCompilerTool"5594 />5595 </FileConfiguration>5596 <FileConfiguration5597 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5598 ExcludedFromBuild="true"5599 >5600 <Tool5601 Name="VCCLCompilerTool"5602 />5603 </FileConfiguration>5604 <FileConfiguration5605 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5606 ExcludedFromBuild="true"5607 >5608 <Tool5609 Name="VCCLCompilerTool"5610 5609 /> 5611 5610 </FileConfiguration> … … 5641 5640 </FileConfiguration> 5642 5641 <FileConfiguration 5642 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 5643 ExcludedFromBuild="true" 5644 > 5645 <Tool 5646 Name="VCCLCompilerTool" 5647 /> 5648 </FileConfiguration> 5649 <FileConfiguration 5650 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 5651 ExcludedFromBuild="true" 5652 > 5653 <Tool 5654 Name="VCCLCompilerTool" 5655 /> 5656 </FileConfiguration> 5657 <FileConfiguration 5643 5658 Name="Release|Win32" 5644 5659 ExcludedFromBuild="true" … … 5651 5666 </FileConfiguration> 5652 5667 <FileConfiguration 5668 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 5669 ExcludedFromBuild="true" 5670 > 5671 <Tool 5672 Name="VCCLCompilerTool" 5673 /> 5674 </FileConfiguration> 5675 <FileConfiguration 5676 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 5677 ExcludedFromBuild="true" 5678 > 5679 <Tool 5680 Name="VCCLCompilerTool" 5681 /> 5682 </FileConfiguration> 5683 <FileConfiguration 5653 5684 Name="Debug-Static|Win32" 5654 5685 ExcludedFromBuild="true" … … 5661 5692 </FileConfiguration> 5662 5693 <FileConfiguration 5694 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 5695 ExcludedFromBuild="true" 5696 > 5697 <Tool 5698 Name="VCCLCompilerTool" 5699 /> 5700 </FileConfiguration> 5701 <FileConfiguration 5702 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 5703 ExcludedFromBuild="true" 5704 > 5705 <Tool 5706 Name="VCCLCompilerTool" 5707 /> 5708 </FileConfiguration> 5709 <FileConfiguration 5663 5710 Name="Release-Dynamic|Win32" 5664 5711 ExcludedFromBuild="true" … … 5671 5718 </FileConfiguration> 5672 5719 <FileConfiguration 5720 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5721 ExcludedFromBuild="true" 5722 > 5723 <Tool 5724 Name="VCCLCompilerTool" 5725 /> 5726 </FileConfiguration> 5727 <FileConfiguration 5728 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5729 ExcludedFromBuild="true" 5730 > 5731 <Tool 5732 Name="VCCLCompilerTool" 5733 /> 5734 </FileConfiguration> 5735 <FileConfiguration 5673 5736 Name="Debug-Dynamic|Win32" 5674 5737 ExcludedFromBuild="true" … … 5681 5744 </FileConfiguration> 5682 5745 <FileConfiguration 5746 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5747 ExcludedFromBuild="true" 5748 > 5749 <Tool 5750 Name="VCCLCompilerTool" 5751 /> 5752 </FileConfiguration> 5753 <FileConfiguration 5754 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5755 ExcludedFromBuild="true" 5756 > 5757 <Tool 5758 Name="VCCLCompilerTool" 5759 /> 5760 </FileConfiguration> 5761 <FileConfiguration 5683 5762 Name="Release-Static|Win32" 5684 5763 ExcludedFromBuild="true" … … 5688 5767 AdditionalIncludeDirectories="" 5689 5768 PreprocessorDefinitions="" 5690 />5691 </FileConfiguration>5692 <FileConfiguration5693 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"5694 ExcludedFromBuild="true"5695 >5696 <Tool5697 Name="VCCLCompilerTool"5698 />5699 </FileConfiguration>5700 <FileConfiguration5701 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"5702 ExcludedFromBuild="true"5703 >5704 <Tool5705 Name="VCCLCompilerTool"5706 />5707 </FileConfiguration>5708 <FileConfiguration5709 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"5710 ExcludedFromBuild="true"5711 >5712 <Tool5713 Name="VCCLCompilerTool"5714 />5715 </FileConfiguration>5716 <FileConfiguration5717 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"5718 ExcludedFromBuild="true"5719 >5720 <Tool5721 Name="VCCLCompilerTool"5722 />5723 </FileConfiguration>5724 <FileConfiguration5725 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"5726 ExcludedFromBuild="true"5727 >5728 <Tool5729 Name="VCCLCompilerTool"5730 />5731 </FileConfiguration>5732 <FileConfiguration5733 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"5734 ExcludedFromBuild="true"5735 >5736 <Tool5737 Name="VCCLCompilerTool"5738 />5739 </FileConfiguration>5740 <FileConfiguration5741 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5742 ExcludedFromBuild="true"5743 >5744 <Tool5745 Name="VCCLCompilerTool"5746 />5747 </FileConfiguration>5748 <FileConfiguration5749 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5750 ExcludedFromBuild="true"5751 >5752 <Tool5753 Name="VCCLCompilerTool"5754 />5755 </FileConfiguration>5756 <FileConfiguration5757 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5758 ExcludedFromBuild="true"5759 >5760 <Tool5761 Name="VCCLCompilerTool"5762 />5763 </FileConfiguration>5764 <FileConfiguration5765 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5766 ExcludedFromBuild="true"5767 >5768 <Tool5769 Name="VCCLCompilerTool"5770 5769 /> 5771 5770 </FileConfiguration> … … 5801 5800 </FileConfiguration> 5802 5801 <FileConfiguration 5802 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 5803 ExcludedFromBuild="true" 5804 > 5805 <Tool 5806 Name="VCCLCompilerTool" 5807 /> 5808 </FileConfiguration> 5809 <FileConfiguration 5810 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 5811 ExcludedFromBuild="true" 5812 > 5813 <Tool 5814 Name="VCCLCompilerTool" 5815 /> 5816 </FileConfiguration> 5817 <FileConfiguration 5803 5818 Name="Release|Win32" 5804 5819 ExcludedFromBuild="true" … … 5811 5826 </FileConfiguration> 5812 5827 <FileConfiguration 5828 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 5829 ExcludedFromBuild="true" 5830 > 5831 <Tool 5832 Name="VCCLCompilerTool" 5833 /> 5834 </FileConfiguration> 5835 <FileConfiguration 5836 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 5837 ExcludedFromBuild="true" 5838 > 5839 <Tool 5840 Name="VCCLCompilerTool" 5841 /> 5842 </FileConfiguration> 5843 <FileConfiguration 5813 5844 Name="Debug-Static|Win32" 5814 5845 ExcludedFromBuild="true" … … 5821 5852 </FileConfiguration> 5822 5853 <FileConfiguration 5854 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 5855 ExcludedFromBuild="true" 5856 > 5857 <Tool 5858 Name="VCCLCompilerTool" 5859 /> 5860 </FileConfiguration> 5861 <FileConfiguration 5862 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 5863 ExcludedFromBuild="true" 5864 > 5865 <Tool 5866 Name="VCCLCompilerTool" 5867 /> 5868 </FileConfiguration> 5869 <FileConfiguration 5823 5870 Name="Release-Dynamic|Win32" 5824 5871 ExcludedFromBuild="true" … … 5831 5878 </FileConfiguration> 5832 5879 <FileConfiguration 5880 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5881 ExcludedFromBuild="true" 5882 > 5883 <Tool 5884 Name="VCCLCompilerTool" 5885 /> 5886 </FileConfiguration> 5887 <FileConfiguration 5888 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5889 ExcludedFromBuild="true" 5890 > 5891 <Tool 5892 Name="VCCLCompilerTool" 5893 /> 5894 </FileConfiguration> 5895 <FileConfiguration 5833 5896 Name="Debug-Dynamic|Win32" 5834 5897 ExcludedFromBuild="true" … … 5841 5904 </FileConfiguration> 5842 5905 <FileConfiguration 5906 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 5907 ExcludedFromBuild="true" 5908 > 5909 <Tool 5910 Name="VCCLCompilerTool" 5911 /> 5912 </FileConfiguration> 5913 <FileConfiguration 5914 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 5915 ExcludedFromBuild="true" 5916 > 5917 <Tool 5918 Name="VCCLCompilerTool" 5919 /> 5920 </FileConfiguration> 5921 <FileConfiguration 5843 5922 Name="Release-Static|Win32" 5844 5923 ExcludedFromBuild="true" … … 5848 5927 AdditionalIncludeDirectories="" 5849 5928 PreprocessorDefinitions="" 5850 />5851 </FileConfiguration>5852 <FileConfiguration5853 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"5854 ExcludedFromBuild="true"5855 >5856 <Tool5857 Name="VCCLCompilerTool"5858 />5859 </FileConfiguration>5860 <FileConfiguration5861 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"5862 ExcludedFromBuild="true"5863 >5864 <Tool5865 Name="VCCLCompilerTool"5866 />5867 </FileConfiguration>5868 <FileConfiguration5869 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"5870 ExcludedFromBuild="true"5871 >5872 <Tool5873 Name="VCCLCompilerTool"5874 />5875 </FileConfiguration>5876 <FileConfiguration5877 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"5878 ExcludedFromBuild="true"5879 >5880 <Tool5881 Name="VCCLCompilerTool"5882 />5883 </FileConfiguration>5884 <FileConfiguration5885 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"5886 ExcludedFromBuild="true"5887 >5888 <Tool5889 Name="VCCLCompilerTool"5890 />5891 </FileConfiguration>5892 <FileConfiguration5893 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"5894 ExcludedFromBuild="true"5895 >5896 <Tool5897 Name="VCCLCompilerTool"5898 />5899 </FileConfiguration>5900 <FileConfiguration5901 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5902 ExcludedFromBuild="true"5903 >5904 <Tool5905 Name="VCCLCompilerTool"5906 />5907 </FileConfiguration>5908 <FileConfiguration5909 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5910 ExcludedFromBuild="true"5911 >5912 <Tool5913 Name="VCCLCompilerTool"5914 />5915 </FileConfiguration>5916 <FileConfiguration5917 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"5918 ExcludedFromBuild="true"5919 >5920 <Tool5921 Name="VCCLCompilerTool"5922 />5923 </FileConfiguration>5924 <FileConfiguration5925 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"5926 ExcludedFromBuild="true"5927 >5928 <Tool5929 Name="VCCLCompilerTool"5930 5929 /> 5931 5930 </FileConfiguration> … … 5961 5960 </FileConfiguration> 5962 5961 <FileConfiguration 5962 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 5963 ExcludedFromBuild="true" 5964 > 5965 <Tool 5966 Name="VCCLCompilerTool" 5967 /> 5968 </FileConfiguration> 5969 <FileConfiguration 5970 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 5971 ExcludedFromBuild="true" 5972 > 5973 <Tool 5974 Name="VCCLCompilerTool" 5975 /> 5976 </FileConfiguration> 5977 <FileConfiguration 5963 5978 Name="Release|Win32" 5964 5979 ExcludedFromBuild="true" … … 5971 5986 </FileConfiguration> 5972 5987 <FileConfiguration 5988 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 5989 ExcludedFromBuild="true" 5990 > 5991 <Tool 5992 Name="VCCLCompilerTool" 5993 /> 5994 </FileConfiguration> 5995 <FileConfiguration 5996 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 5997 ExcludedFromBuild="true" 5998 > 5999 <Tool 6000 Name="VCCLCompilerTool" 6001 /> 6002 </FileConfiguration> 6003 <FileConfiguration 5973 6004 Name="Debug-Static|Win32" 5974 6005 ExcludedFromBuild="true" … … 5981 6012 </FileConfiguration> 5982 6013 <FileConfiguration 6014 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 6015 ExcludedFromBuild="true" 6016 > 6017 <Tool 6018 Name="VCCLCompilerTool" 6019 /> 6020 </FileConfiguration> 6021 <FileConfiguration 6022 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 6023 ExcludedFromBuild="true" 6024 > 6025 <Tool 6026 Name="VCCLCompilerTool" 6027 /> 6028 </FileConfiguration> 6029 <FileConfiguration 5983 6030 Name="Release-Dynamic|Win32" 5984 6031 ExcludedFromBuild="true" … … 5991 6038 </FileConfiguration> 5992 6039 <FileConfiguration 6040 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 6041 ExcludedFromBuild="true" 6042 > 6043 <Tool 6044 Name="VCCLCompilerTool" 6045 /> 6046 </FileConfiguration> 6047 <FileConfiguration 6048 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 6049 ExcludedFromBuild="true" 6050 > 6051 <Tool 6052 Name="VCCLCompilerTool" 6053 /> 6054 </FileConfiguration> 6055 <FileConfiguration 5993 6056 Name="Debug-Dynamic|Win32" 5994 6057 ExcludedFromBuild="true" … … 6001 6064 </FileConfiguration> 6002 6065 <FileConfiguration 6066 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 6067 ExcludedFromBuild="true" 6068 > 6069 <Tool 6070 Name="VCCLCompilerTool" 6071 /> 6072 </FileConfiguration> 6073 <FileConfiguration 6074 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 6075 ExcludedFromBuild="true" 6076 > 6077 <Tool 6078 Name="VCCLCompilerTool" 6079 /> 6080 </FileConfiguration> 6081 <FileConfiguration 6003 6082 Name="Release-Static|Win32" 6004 6083 ExcludedFromBuild="true" … … 6008 6087 AdditionalIncludeDirectories="" 6009 6088 PreprocessorDefinitions="" 6010 />6011 </FileConfiguration>6012 <FileConfiguration6013 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"6014 ExcludedFromBuild="true"6015 >6016 <Tool6017 Name="VCCLCompilerTool"6018 />6019 </FileConfiguration>6020 <FileConfiguration6021 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"6022 ExcludedFromBuild="true"6023 >6024 <Tool6025 Name="VCCLCompilerTool"6026 />6027 </FileConfiguration>6028 <FileConfiguration6029 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"6030 ExcludedFromBuild="true"6031 >6032 <Tool6033 Name="VCCLCompilerTool"6034 />6035 </FileConfiguration>6036 <FileConfiguration6037 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"6038 ExcludedFromBuild="true"6039 >6040 <Tool6041 Name="VCCLCompilerTool"6042 />6043 </FileConfiguration>6044 <FileConfiguration6045 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"6046 ExcludedFromBuild="true"6047 >6048 <Tool6049 Name="VCCLCompilerTool"6050 />6051 </FileConfiguration>6052 <FileConfiguration6053 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"6054 ExcludedFromBuild="true"6055 >6056 <Tool6057 Name="VCCLCompilerTool"6058 />6059 </FileConfiguration>6060 <FileConfiguration6061 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"6062 ExcludedFromBuild="true"6063 >6064 <Tool6065 Name="VCCLCompilerTool"6066 />6067 </FileConfiguration>6068 <FileConfiguration6069 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"6070 ExcludedFromBuild="true"6071 >6072 <Tool6073 Name="VCCLCompilerTool"6074 />6075 </FileConfiguration>6076 <FileConfiguration6077 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"6078 ExcludedFromBuild="true"6079 >6080 <Tool6081 Name="VCCLCompilerTool"6082 />6083 </FileConfiguration>6084 <FileConfiguration6085 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"6086 ExcludedFromBuild="true"6087 >6088 <Tool6089 Name="VCCLCompilerTool"6090 6089 /> 6091 6090 </FileConfiguration> … … 6121 6120 </FileConfiguration> 6122 6121 <FileConfiguration 6122 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 6123 ExcludedFromBuild="true" 6124 > 6125 <Tool 6126 Name="VCCLCompilerTool" 6127 /> 6128 </FileConfiguration> 6129 <FileConfiguration 6130 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 6131 ExcludedFromBuild="true" 6132 > 6133 <Tool 6134 Name="VCCLCompilerTool" 6135 /> 6136 </FileConfiguration> 6137 <FileConfiguration 6123 6138 Name="Release|Win32" 6124 6139 ExcludedFromBuild="true" … … 6131 6146 </FileConfiguration> 6132 6147 <FileConfiguration 6148 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 6149 ExcludedFromBuild="true" 6150 > 6151 <Tool 6152 Name="VCCLCompilerTool" 6153 /> 6154 </FileConfiguration> 6155 <FileConfiguration 6156 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 6157 ExcludedFromBuild="true" 6158 > 6159 <Tool 6160 Name="VCCLCompilerTool" 6161 /> 6162 </FileConfiguration> 6163 <FileConfiguration 6133 6164 Name="Debug-Static|Win32" 6134 6165 ExcludedFromBuild="true" … … 6141 6172 </FileConfiguration> 6142 6173 <FileConfiguration 6174 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 6175 ExcludedFromBuild="true" 6176 > 6177 <Tool 6178 Name="VCCLCompilerTool" 6179 /> 6180 </FileConfiguration> 6181 <FileConfiguration 6182 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 6183 ExcludedFromBuild="true" 6184 > 6185 <Tool 6186 Name="VCCLCompilerTool" 6187 /> 6188 </FileConfiguration> 6189 <FileConfiguration 6143 6190 Name="Release-Dynamic|Win32" 6144 6191 ExcludedFromBuild="true" … … 6151 6198 </FileConfiguration> 6152 6199 <FileConfiguration 6200 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 6201 ExcludedFromBuild="true" 6202 > 6203 <Tool 6204 Name="VCCLCompilerTool" 6205 /> 6206 </FileConfiguration> 6207 <FileConfiguration 6208 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 6209 ExcludedFromBuild="true" 6210 > 6211 <Tool 6212 Name="VCCLCompilerTool" 6213 /> 6214 </FileConfiguration> 6215 <FileConfiguration 6153 6216 Name="Debug-Dynamic|Win32" 6154 6217 ExcludedFromBuild="true" … … 6161 6224 </FileConfiguration> 6162 6225 <FileConfiguration 6226 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 6227 ExcludedFromBuild="true" 6228 > 6229 <Tool 6230 Name="VCCLCompilerTool" 6231 /> 6232 </FileConfiguration> 6233 <FileConfiguration 6234 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 6235 ExcludedFromBuild="true" 6236 > 6237 <Tool 6238 Name="VCCLCompilerTool" 6239 /> 6240 </FileConfiguration> 6241 <FileConfiguration 6163 6242 Name="Release-Static|Win32" 6164 6243 ExcludedFromBuild="true" … … 6168 6247 AdditionalIncludeDirectories="" 6169 6248 PreprocessorDefinitions="" 6170 />6171 </FileConfiguration>6172 <FileConfiguration6173 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"6174 ExcludedFromBuild="true"6175 >6176 <Tool6177 Name="VCCLCompilerTool"6178 />6179 </FileConfiguration>6180 <FileConfiguration6181 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"6182 ExcludedFromBuild="true"6183 >6184 <Tool6185 Name="VCCLCompilerTool"6186 />6187 </FileConfiguration>6188 <FileConfiguration6189 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"6190 ExcludedFromBuild="true"6191 >6192 <Tool6193 Name="VCCLCompilerTool"6194 />6195 </FileConfiguration>6196 <FileConfiguration6197 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"6198 ExcludedFromBuild="true"6199 >6200 <Tool6201 Name="VCCLCompilerTool"6202 />6203 </FileConfiguration>6204 <FileConfiguration6205 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"6206 ExcludedFromBuild="true"6207 >6208 <Tool6209 Name="VCCLCompilerTool"6210 />6211 </FileConfiguration>6212 <FileConfiguration6213 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"6214 ExcludedFromBuild="true"6215 >6216 <Tool6217 Name="VCCLCompilerTool"6218 />6219 </FileConfiguration>6220 <FileConfiguration6221 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"6222 ExcludedFromBuild="true"6223 >6224 <Tool6225 Name="VCCLCompilerTool"6226 />6227 </FileConfiguration>6228 <FileConfiguration6229 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"6230 ExcludedFromBuild="true"6231 >6232 <Tool6233 Name="VCCLCompilerTool"6234 />6235 </FileConfiguration>6236 <FileConfiguration6237 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"6238 ExcludedFromBuild="true"6239 >6240 <Tool6241 Name="VCCLCompilerTool"6242 />6243 </FileConfiguration>6244 <FileConfiguration6245 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"6246 ExcludedFromBuild="true"6247 >6248 <Tool6249 Name="VCCLCompilerTool"6250 6249 /> 6251 6250 </FileConfiguration> … … 6281 6280 </FileConfiguration> 6282 6281 <FileConfiguration 6282 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 6283 ExcludedFromBuild="true" 6284 > 6285 <Tool 6286 Name="VCCLCompilerTool" 6287 /> 6288 </FileConfiguration> 6289 <FileConfiguration 6290 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 6291 ExcludedFromBuild="true" 6292 > 6293 <Tool 6294 Name="VCCLCompilerTool" 6295 /> 6296 </FileConfiguration> 6297 <FileConfiguration 6283 6298 Name="Release|Win32" 6284 6299 ExcludedFromBuild="true" … … 6291 6306 </FileConfiguration> 6292 6307 <FileConfiguration 6308 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 6309 ExcludedFromBuild="true" 6310 > 6311 <Tool 6312 Name="VCCLCompilerTool" 6313 /> 6314 </FileConfiguration> 6315 <FileConfiguration 6316 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 6317 ExcludedFromBuild="true" 6318 > 6319 <Tool 6320 Name="VCCLCompilerTool" 6321 /> 6322 </FileConfiguration> 6323 <FileConfiguration 6293 6324 Name="Debug-Static|Win32" 6294 6325 ExcludedFromBuild="true" … … 6301 6332 </FileConfiguration> 6302 6333 <FileConfiguration 6334 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 6335 ExcludedFromBuild="true" 6336 > 6337 <Tool 6338 Name="VCCLCompilerTool" 6339 /> 6340 </FileConfiguration> 6341 <FileConfiguration 6342 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 6343 ExcludedFromBuild="true" 6344 > 6345 <Tool 6346 Name="VCCLCompilerTool" 6347 /> 6348 </FileConfiguration> 6349 <FileConfiguration 6303 6350 Name="Release-Dynamic|Win32" 6304 6351 ExcludedFromBuild="true" … … 6311 6358 </FileConfiguration> 6312 6359 <FileConfiguration 6360 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 6361 ExcludedFromBuild="true" 6362 > 6363 <Tool 6364 Name="VCCLCompilerTool" 6365 /> 6366 </FileConfiguration> 6367 <FileConfiguration 6368 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 6369 ExcludedFromBuild="true" 6370 > 6371 <Tool 6372 Name="VCCLCompilerTool" 6373 /> 6374 </FileConfiguration> 6375 <FileConfiguration 6313 6376 Name="Debug-Dynamic|Win32" 6314 6377 ExcludedFromBuild="true" … … 6321 6384 </FileConfiguration> 6322 6385 <FileConfiguration 6386 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 6387 ExcludedFromBuild="true" 6388 > 6389 <Tool 6390 Name="VCCLCompilerTool" 6391 /> 6392 </FileConfiguration> 6393 <FileConfiguration 6394 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 6395 ExcludedFromBuild="true" 6396 > 6397 <Tool 6398 Name="VCCLCompilerTool" 6399 /> 6400 </FileConfiguration> 6401 <FileConfiguration 6323 6402 Name="Release-Static|Win32" 6324 6403 ExcludedFromBuild="true" … … 6328 6407 AdditionalIncludeDirectories="" 6329 6408 PreprocessorDefinitions="" 6330 />6331 </FileConfiguration>6332 <FileConfiguration6333 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"6334 ExcludedFromBuild="true"6335 >6336 <Tool6337 Name="VCCLCompilerTool"6338 />6339 </FileConfiguration>6340 <FileConfiguration6341 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"6342 ExcludedFromBuild="true"6343 >6344 <Tool6345 Name="VCCLCompilerTool"6346 />6347 </FileConfiguration>6348 <FileConfiguration6349 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"6350 ExcludedFromBuild="true"6351 >6352 <Tool6353 Name="VCCLCompilerTool"6354 />6355 </FileConfiguration>6356 <FileConfiguration6357 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"6358 ExcludedFromBuild="true"6359 >6360 <Tool6361 Name="VCCLCompilerTool"6362 />6363 </FileConfiguration>6364 <FileConfiguration6365 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)"6366 ExcludedFromBuild="true"6367 >6368 <Tool6369 Name="VCCLCompilerTool"6370 />6371 </FileConfiguration>6372 <FileConfiguration6373 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"6374 ExcludedFromBuild="true"6375 >6376 <Tool6377 Name="VCCLCompilerTool"6378 />6379 </FileConfiguration>6380 <FileConfiguration6381 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"6382 ExcludedFromBuild="true"6383 >6384 <Tool6385 Name="VCCLCompilerTool"6386 />6387 </FileConfiguration>6388 <FileConfiguration6389 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"6390 ExcludedFromBuild="true"6391 >6392 <Tool6393 Name="VCCLCompilerTool"6394 />6395 </FileConfiguration>6396 <FileConfiguration6397 Name="Debug-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)"6398 ExcludedFromBuild="true"6399 >6400 <Tool6401 Name="VCCLCompilerTool"6402 />6403 </FileConfiguration>6404 <FileConfiguration6405 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"6406 ExcludedFromBuild="true"6407 >6408 <Tool6409 Name="VCCLCompilerTool"6410 6409 /> 6411 6410 </FileConfiguration> -
pjproject/branches/projects/vs-reorg/pjlib/build/pjlib_test.vcproj
r2584 r2609 23 23 IntermediateDirectory=".\output\pjlib-test-i386-win32-vc8-debug" 24 24 ConfigurationType="1" 25 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"25 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 26 26 UseOfMFC="0" 27 27 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 47 <Tool 48 48 Name="VCCLCompilerTool" 49 Optimization="0"50 49 AdditionalIncludeDirectories="../include" 51 50 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32;PJ_M_I386" … … 60 59 WarningLevel="4" 61 60 SuppressStartupBanner="true" 62 DebugInformationFormat="4"63 61 /> 64 62 <Tool -
pjproject/branches/projects/vs-reorg/pjmedia/build/pjmedia.vcproj
r2606 r2609 171 171 </Configuration> 172 172 <Configuration 173 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 174 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 175 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 176 ConfigurationType="4" 177 CharacterSet="1" 178 > 179 <Tool 180 Name="VCPreBuildEventTool" 181 /> 182 <Tool 183 Name="VCCustomBuildTool" 184 /> 185 <Tool 186 Name="VCXMLDataGeneratorTool" 187 /> 188 <Tool 189 Name="VCWebServiceProxyGeneratorTool" 190 /> 191 <Tool 192 Name="VCMIDLTool" 193 TargetEnvironment="1" 194 /> 195 <Tool 196 Name="VCCLCompilerTool" 197 ExecutionBucket="7" 198 Optimization="2" 199 FavorSizeOrSpeed="2" 200 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 201 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 202 ExceptionHandling="0" 203 RuntimeLibrary="0" 204 WarningLevel="3" 205 DebugInformationFormat="0" 206 CompileAs="0" 207 /> 208 <Tool 209 Name="VCManagedResourceCompilerTool" 210 /> 211 <Tool 212 Name="VCResourceCompilerTool" 213 /> 214 <Tool 215 Name="VCPreLinkEventTool" 216 /> 217 <Tool 218 Name="VCLibrarianTool" 219 AdditionalOptions="" 220 /> 221 <Tool 222 Name="VCALinkTool" 223 /> 224 <Tool 225 Name="VCXDCMakeTool" 226 /> 227 <Tool 228 Name="VCBscMakeTool" 229 /> 230 <Tool 231 Name="VCCodeSignTool" 232 /> 233 <Tool 234 Name="VCPostBuildEventTool" 235 /> 236 <DeploymentTool 237 ForceDirty="-1" 238 RemoteDirectory="" 239 RegisterOutput="0" 240 AdditionalFiles="" 241 /> 242 <DebuggerTool 243 /> 244 </Configuration> 245 <Configuration 173 246 Name="Debug|Win32" 174 247 OutputDirectory=".\output\pjmedia-i386-win32-vc8-debug" 175 248 IntermediateDirectory=".\output\pjmedia-i386-win32-vc8-debug" 249 ConfigurationType="4" 250 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 251 UseOfMFC="0" 252 ATLMinimizesCRunTimeLibraryUsage="false" 253 CharacterSet="2" 254 > 255 <Tool 256 Name="VCPreBuildEventTool" 257 /> 258 <Tool 259 Name="VCCustomBuildTool" 260 /> 261 <Tool 262 Name="VCXMLDataGeneratorTool" 263 /> 264 <Tool 265 Name="VCWebServiceProxyGeneratorTool" 266 /> 267 <Tool 268 Name="VCMIDLTool" 269 /> 270 <Tool 271 Name="VCCLCompilerTool" 272 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 273 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 274 MinimalRebuild="true" 275 BasicRuntimeChecks="3" 276 RuntimeLibrary="1" 277 PrecompiledHeaderFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.pch" 278 AssemblerListingLocation=".\output\pjmedia-i386-win32-vc8-debug/" 279 ObjectFile=".\output\pjmedia-i386-win32-vc8-debug/" 280 ProgramDataBaseFileName=".\output\pjmedia-i386-win32-vc8-debug/" 281 BrowseInformation="1" 282 WarningLevel="4" 283 SuppressStartupBanner="true" 284 /> 285 <Tool 286 Name="VCManagedResourceCompilerTool" 287 /> 288 <Tool 289 Name="VCResourceCompilerTool" 290 PreprocessorDefinitions="_DEBUG" 291 Culture="1033" 292 /> 293 <Tool 294 Name="VCPreLinkEventTool" 295 /> 296 <Tool 297 Name="VCLibrarianTool" 298 OutputFile="../lib/pjmedia-i386-win32-vc8-debug.lib" 299 SuppressStartupBanner="true" 300 /> 301 <Tool 302 Name="VCALinkTool" 303 /> 304 <Tool 305 Name="VCXDCMakeTool" 306 /> 307 <Tool 308 Name="VCBscMakeTool" 309 SuppressStartupBanner="true" 310 OutputFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.bsc" 311 /> 312 <Tool 313 Name="VCFxCopTool" 314 /> 315 <Tool 316 Name="VCPostBuildEventTool" 317 /> 318 </Configuration> 319 <Configuration 320 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 321 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 322 IntermediateDirectory="$(OutDir)" 323 ConfigurationType="4" 324 CharacterSet="1" 325 > 326 <Tool 327 Name="VCPreBuildEventTool" 328 /> 329 <Tool 330 Name="VCCustomBuildTool" 331 /> 332 <Tool 333 Name="VCXMLDataGeneratorTool" 334 /> 335 <Tool 336 Name="VCWebServiceProxyGeneratorTool" 337 /> 338 <Tool 339 Name="VCMIDLTool" 340 /> 341 <Tool 342 Name="VCCLCompilerTool" 343 ExecutionBucket="7" 344 Optimization="0" 345 FavorSizeOrSpeed="0" 346 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 347 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 348 ExceptionHandling="0" 349 RuntimeLibrary="1" 350 WarningLevel="3" 351 DebugInformationFormat="3" 352 CompileAs="0" 353 CompileForArchitecture="0" 354 /> 355 <Tool 356 Name="VCManagedResourceCompilerTool" 357 /> 358 <Tool 359 Name="VCResourceCompilerTool" 360 /> 361 <Tool 362 Name="VCPreLinkEventTool" 363 /> 364 <Tool 365 Name="VCLibrarianTool" 366 AdditionalOptions="" 367 /> 368 <Tool 369 Name="VCALinkTool" 370 /> 371 <Tool 372 Name="VCXDCMakeTool" 373 /> 374 <Tool 375 Name="VCBscMakeTool" 376 /> 377 <Tool 378 Name="VCCodeSignTool" 379 /> 380 <Tool 381 Name="VCPostBuildEventTool" 382 /> 383 <DeploymentTool 384 ForceDirty="-1" 385 RemoteDirectory="" 386 RegisterOutput="0" 387 AdditionalFiles="" 388 /> 389 <DebuggerTool 390 /> 391 </Configuration> 392 <Configuration 393 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 394 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 395 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 396 ConfigurationType="4" 397 CharacterSet="1" 398 > 399 <Tool 400 Name="VCPreBuildEventTool" 401 /> 402 <Tool 403 Name="VCCustomBuildTool" 404 /> 405 <Tool 406 Name="VCXMLDataGeneratorTool" 407 /> 408 <Tool 409 Name="VCWebServiceProxyGeneratorTool" 410 /> 411 <Tool 412 Name="VCMIDLTool" 413 TargetEnvironment="1" 414 /> 415 <Tool 416 Name="VCCLCompilerTool" 417 ExecutionBucket="7" 418 Optimization="0" 419 FavorSizeOrSpeed="0" 420 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 421 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 422 ExceptionHandling="0" 423 RuntimeLibrary="1" 424 WarningLevel="3" 425 DebugInformationFormat="3" 426 CompileAs="0" 427 CompileForArchitecture="0" 428 /> 429 <Tool 430 Name="VCManagedResourceCompilerTool" 431 /> 432 <Tool 433 Name="VCResourceCompilerTool" 434 /> 435 <Tool 436 Name="VCPreLinkEventTool" 437 /> 438 <Tool 439 Name="VCLibrarianTool" 440 AdditionalOptions="/subsystem:windowsce,5.02" 441 /> 442 <Tool 443 Name="VCALinkTool" 444 /> 445 <Tool 446 Name="VCXDCMakeTool" 447 /> 448 <Tool 449 Name="VCBscMakeTool" 450 /> 451 <Tool 452 Name="VCCodeSignTool" 453 /> 454 <Tool 455 Name="VCPostBuildEventTool" 456 /> 457 <DeploymentTool 458 ForceDirty="-1" 459 RemoteDirectory="" 460 RegisterOutput="0" 461 AdditionalFiles="" 462 /> 463 <DebuggerTool 464 /> 465 </Configuration> 466 <Configuration 467 Name="Debug-Static|Win32" 468 OutputDirectory="$(ConfigurationName)" 469 IntermediateDirectory="$(ConfigurationName)" 176 470 ConfigurationType="4" 177 471 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" … … 247 541 </Configuration> 248 542 <Configuration 249 Name="Debug |Windows Mobile 6 Standard SDK (ARMV4I)"250 OutputDirectory=" output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)"251 IntermediateDirectory=" $(OutDir)"543 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 544 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 545 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 252 546 ConfigurationType="4" 253 547 CharacterSet="1" … … 267 561 <Tool 268 562 Name="VCMIDLTool" 563 TargetEnvironment="1" 269 564 /> 270 565 <Tool … … 320 615 </Configuration> 321 616 <Configuration 322 Name="Debug-Static|Win32" 323 OutputDirectory="$(ConfigurationName)" 324 IntermediateDirectory="$(ConfigurationName)" 325 ConfigurationType="4" 326 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 327 UseOfMFC="0" 328 ATLMinimizesCRunTimeLibraryUsage="false" 329 CharacterSet="2" 330 > 331 <Tool 332 Name="VCPreBuildEventTool" 333 /> 334 <Tool 335 Name="VCCustomBuildTool" 336 /> 337 <Tool 338 Name="VCXMLDataGeneratorTool" 339 /> 340 <Tool 341 Name="VCWebServiceProxyGeneratorTool" 342 /> 343 <Tool 344 Name="VCMIDLTool" 345 /> 346 <Tool 347 Name="VCCLCompilerTool" 348 Optimization="0" 349 AdditionalIncludeDirectories="../include;../../pjlib/include;"../../pjlib-util/include";../../pjnath/include;../../third_party/portaudio/include;../../third_party/speex/include;../../third_party/build/srtp;../../third_party/srtp/include;../../third_party/srtp/crypto/include;../..;"$(DXSDK_DIR)include"" 350 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 351 MinimalRebuild="true" 352 BasicRuntimeChecks="3" 353 RuntimeLibrary="1" 354 PrecompiledHeaderFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.pch" 355 AssemblerListingLocation=".\output\pjmedia-i386-win32-vc8-debug/" 356 ObjectFile=".\output\pjmedia-i386-win32-vc8-debug/" 357 ProgramDataBaseFileName=".\output\pjmedia-i386-win32-vc8-debug/" 358 BrowseInformation="1" 359 WarningLevel="4" 360 SuppressStartupBanner="true" 361 DebugInformationFormat="4" 362 /> 363 <Tool 364 Name="VCManagedResourceCompilerTool" 365 /> 366 <Tool 367 Name="VCResourceCompilerTool" 368 PreprocessorDefinitions="_DEBUG" 369 Culture="1033" 370 /> 371 <Tool 372 Name="VCPreLinkEventTool" 373 /> 374 <Tool 375 Name="VCLibrarianTool" 376 OutputFile="../lib/pjmedia-i386-win32-vc8-debug.lib" 377 SuppressStartupBanner="true" 378 /> 379 <Tool 380 Name="VCALinkTool" 381 /> 382 <Tool 383 Name="VCXDCMakeTool" 384 /> 385 <Tool 386 Name="VCBscMakeTool" 387 SuppressStartupBanner="true" 388 OutputFile=".\output\pjmedia-i386-win32-vc8-debug/pjmedia.bsc" 389 /> 390 <Tool 391 Name="VCFxCopTool" 392 /> 393 <Tool 394 Name="VCPostBuildEventTool" 395 /> 396 </Configuration> 397 <Configuration 398 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 399 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 400 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 617 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 618 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 619 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 401 620 ConfigurationType="4" 402 621 CharacterSet="1" … … 620 839 </Configuration> 621 840 <Configuration 841 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 842 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 843 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 844 ConfigurationType="4" 845 CharacterSet="1" 846 > 847 <Tool 848 Name="VCPreBuildEventTool" 849 /> 850 <Tool 851 Name="VCCustomBuildTool" 852 /> 853 <Tool 854 Name="VCXMLDataGeneratorTool" 855 /> 856 <Tool 857 Name="VCWebServiceProxyGeneratorTool" 858 /> 859 <Tool 860 Name="VCMIDLTool" 861 TargetEnvironment="1" 862 /> 863 <Tool 864 Name="VCCLCompilerTool" 865 ExecutionBucket="7" 866 Optimization="2" 867 FavorSizeOrSpeed="2" 868 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 869 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 870 ExceptionHandling="0" 871 RuntimeLibrary="0" 872 WarningLevel="3" 873 DebugInformationFormat="0" 874 CompileAs="0" 875 /> 876 <Tool 877 Name="VCManagedResourceCompilerTool" 878 /> 879 <Tool 880 Name="VCResourceCompilerTool" 881 /> 882 <Tool 883 Name="VCPreLinkEventTool" 884 /> 885 <Tool 886 Name="VCLibrarianTool" 887 AdditionalOptions="" 888 /> 889 <Tool 890 Name="VCALinkTool" 891 /> 892 <Tool 893 Name="VCXDCMakeTool" 894 /> 895 <Tool 896 Name="VCBscMakeTool" 897 /> 898 <Tool 899 Name="VCCodeSignTool" 900 /> 901 <Tool 902 Name="VCPostBuildEventTool" 903 /> 904 <DeploymentTool 905 ForceDirty="-1" 906 RemoteDirectory="" 907 RegisterOutput="0" 908 AdditionalFiles="" 909 /> 910 <DebuggerTool 911 /> 912 </Configuration> 913 <Configuration 622 914 Name="Debug-Dynamic|Win32" 623 915 OutputDirectory="$(ConfigurationName)" … … 699 991 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 700 992 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 993 ConfigurationType="4" 994 CharacterSet="1" 995 > 996 <Tool 997 Name="VCPreBuildEventTool" 998 /> 999 <Tool 1000 Name="VCCustomBuildTool" 1001 /> 1002 <Tool 1003 Name="VCXMLDataGeneratorTool" 1004 /> 1005 <Tool 1006 Name="VCWebServiceProxyGeneratorTool" 1007 /> 1008 <Tool 1009 Name="VCMIDLTool" 1010 TargetEnvironment="1" 1011 /> 1012 <Tool 1013 Name="VCCLCompilerTool" 1014 ExecutionBucket="7" 1015 Optimization="0" 1016 FavorSizeOrSpeed="0" 1017 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.." 1018 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1019 ExceptionHandling="0" 1020 RuntimeLibrary="1" 1021 WarningLevel="3" 1022 DebugInformationFormat="3" 1023 CompileAs="0" 1024 CompileForArchitecture="0" 1025 /> 1026 <Tool 1027 Name="VCManagedResourceCompilerTool" 1028 /> 1029 <Tool 1030 Name="VCResourceCompilerTool" 1031 /> 1032 <Tool 1033 Name="VCPreLinkEventTool" 1034 /> 1035 <Tool 1036 Name="VCLibrarianTool" 1037 AdditionalOptions="" 1038 /> 1039 <Tool 1040 Name="VCALinkTool" 1041 /> 1042 <Tool 1043 Name="VCXDCMakeTool" 1044 /> 1045 <Tool 1046 Name="VCBscMakeTool" 1047 /> 1048 <Tool 1049 Name="VCCodeSignTool" 1050 /> 1051 <Tool 1052 Name="VCPostBuildEventTool" 1053 /> 1054 <DeploymentTool 1055 ForceDirty="-1" 1056 RemoteDirectory="" 1057 RegisterOutput="0" 1058 AdditionalFiles="" 1059 /> 1060 <DebuggerTool 1061 /> 1062 </Configuration> 1063 <Configuration 1064 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1065 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1066 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 701 1067 ConfigurationType="4" 702 1068 CharacterSet="1" … … 920 1286 </Configuration> 921 1287 <Configuration 922 Name="Release |Windows Mobile 6 Professional SDK (ARMV4I)"1288 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 923 1289 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 924 1290 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" … … 992 1358 /> 993 1359 </Configuration> 994 <Configuration995 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"996 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"997 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"998 ConfigurationType="4"999 CharacterSet="1"1000 >1001 <Tool1002 Name="VCPreBuildEventTool"1003 />1004 <Tool1005 Name="VCCustomBuildTool"1006 />1007 <Tool1008 Name="VCXMLDataGeneratorTool"1009 />1010 <Tool1011 Name="VCWebServiceProxyGeneratorTool"1012 />1013 <Tool1014 Name="VCMIDLTool"1015 TargetEnvironment="1"1016 />1017 <Tool1018 Name="VCCLCompilerTool"1019 ExecutionBucket="7"1020 Optimization="0"1021 FavorSizeOrSpeed="0"1022 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.."1023 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1024 ExceptionHandling="0"1025 RuntimeLibrary="1"1026 WarningLevel="3"1027 DebugInformationFormat="3"1028 CompileAs="0"1029 CompileForArchitecture="0"1030 />1031 <Tool1032 Name="VCManagedResourceCompilerTool"1033 />1034 <Tool1035 Name="VCResourceCompilerTool"1036 />1037 <Tool1038 Name="VCPreLinkEventTool"1039 />1040 <Tool1041 Name="VCLibrarianTool"1042 AdditionalOptions="/subsystem:windowsce,5.02"1043 />1044 <Tool1045 Name="VCALinkTool"1046 />1047 <Tool1048 Name="VCXDCMakeTool"1049 />1050 <Tool1051 Name="VCBscMakeTool"1052 />1053 <Tool1054 Name="VCCodeSignTool"1055 />1056 <Tool1057 Name="VCPostBuildEventTool"1058 />1059 <DeploymentTool1060 ForceDirty="-1"1061 RemoteDirectory=""1062 RegisterOutput="0"1063 AdditionalFiles=""1064 />1065 <DebuggerTool1066 />1067 </Configuration>1068 <Configuration1069 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1070 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1071 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1072 ConfigurationType="4"1073 CharacterSet="1"1074 >1075 <Tool1076 Name="VCPreBuildEventTool"1077 />1078 <Tool1079 Name="VCCustomBuildTool"1080 />1081 <Tool1082 Name="VCXMLDataGeneratorTool"1083 />1084 <Tool1085 Name="VCWebServiceProxyGeneratorTool"1086 />1087 <Tool1088 Name="VCMIDLTool"1089 TargetEnvironment="1"1090 />1091 <Tool1092 Name="VCCLCompilerTool"1093 ExecutionBucket="7"1094 Optimization="0"1095 FavorSizeOrSpeed="0"1096 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.."1097 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1098 ExceptionHandling="0"1099 RuntimeLibrary="1"1100 WarningLevel="3"1101 DebugInformationFormat="3"1102 CompileAs="0"1103 CompileForArchitecture="0"1104 />1105 <Tool1106 Name="VCManagedResourceCompilerTool"1107 />1108 <Tool1109 Name="VCResourceCompilerTool"1110 />1111 <Tool1112 Name="VCPreLinkEventTool"1113 />1114 <Tool1115 Name="VCLibrarianTool"1116 AdditionalOptions=""1117 />1118 <Tool1119 Name="VCALinkTool"1120 />1121 <Tool1122 Name="VCXDCMakeTool"1123 />1124 <Tool1125 Name="VCBscMakeTool"1126 />1127 <Tool1128 Name="VCCodeSignTool"1129 />1130 <Tool1131 Name="VCPostBuildEventTool"1132 />1133 <DeploymentTool1134 ForceDirty="-1"1135 RemoteDirectory=""1136 RegisterOutput="0"1137 AdditionalFiles=""1138 />1139 <DebuggerTool1140 />1141 </Configuration>1142 <Configuration1143 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1144 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1145 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1146 ConfigurationType="4"1147 CharacterSet="1"1148 >1149 <Tool1150 Name="VCPreBuildEventTool"1151 />1152 <Tool1153 Name="VCCustomBuildTool"1154 />1155 <Tool1156 Name="VCXMLDataGeneratorTool"1157 />1158 <Tool1159 Name="VCWebServiceProxyGeneratorTool"1160 />1161 <Tool1162 Name="VCMIDLTool"1163 TargetEnvironment="1"1164 />1165 <Tool1166 Name="VCCLCompilerTool"1167 ExecutionBucket="7"1168 Optimization="2"1169 FavorSizeOrSpeed="2"1170 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.."1171 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1172 ExceptionHandling="0"1173 RuntimeLibrary="0"1174 WarningLevel="3"1175 DebugInformationFormat="0"1176 CompileAs="0"1177 />1178 <Tool1179 Name="VCManagedResourceCompilerTool"1180 />1181 <Tool1182 Name="VCResourceCompilerTool"1183 />1184 <Tool1185 Name="VCPreLinkEventTool"1186 />1187 <Tool1188 Name="VCLibrarianTool"1189 AdditionalOptions=""1190 />1191 <Tool1192 Name="VCALinkTool"1193 />1194 <Tool1195 Name="VCXDCMakeTool"1196 />1197 <Tool1198 Name="VCBscMakeTool"1199 />1200 <Tool1201 Name="VCCodeSignTool"1202 />1203 <Tool1204 Name="VCPostBuildEventTool"1205 />1206 <DeploymentTool1207 ForceDirty="-1"1208 RemoteDirectory=""1209 RegisterOutput="0"1210 AdditionalFiles=""1211 />1212 <DebuggerTool1213 />1214 </Configuration>1215 <Configuration1216 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1217 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1218 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1219 ConfigurationType="4"1220 CharacterSet="1"1221 >1222 <Tool1223 Name="VCPreBuildEventTool"1224 />1225 <Tool1226 Name="VCCustomBuildTool"1227 />1228 <Tool1229 Name="VCXMLDataGeneratorTool"1230 />1231 <Tool1232 Name="VCWebServiceProxyGeneratorTool"1233 />1234 <Tool1235 Name="VCMIDLTool"1236 TargetEnvironment="1"1237 />1238 <Tool1239 Name="VCCLCompilerTool"1240 ExecutionBucket="7"1241 Optimization="0"1242 FavorSizeOrSpeed="0"1243 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.."1244 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1245 ExceptionHandling="0"1246 RuntimeLibrary="1"1247 WarningLevel="3"1248 DebugInformationFormat="3"1249 CompileAs="0"1250 CompileForArchitecture="0"1251 />1252 <Tool1253 Name="VCManagedResourceCompilerTool"1254 />1255 <Tool1256 Name="VCResourceCompilerTool"1257 />1258 <Tool1259 Name="VCPreLinkEventTool"1260 />1261 <Tool1262 Name="VCLibrarianTool"1263 AdditionalOptions=""1264 />1265 <Tool1266 Name="VCALinkTool"1267 />1268 <Tool1269 Name="VCXDCMakeTool"1270 />1271 <Tool1272 Name="VCBscMakeTool"1273 />1274 <Tool1275 Name="VCCodeSignTool"1276 />1277 <Tool1278 Name="VCPostBuildEventTool"1279 />1280 <DeploymentTool1281 ForceDirty="-1"1282 RemoteDirectory=""1283 RegisterOutput="0"1284 AdditionalFiles=""1285 />1286 <DebuggerTool1287 />1288 </Configuration>1289 <Configuration1290 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1291 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1292 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1293 ConfigurationType="4"1294 CharacterSet="1"1295 >1296 <Tool1297 Name="VCPreBuildEventTool"1298 />1299 <Tool1300 Name="VCCustomBuildTool"1301 />1302 <Tool1303 Name="VCXMLDataGeneratorTool"1304 />1305 <Tool1306 Name="VCWebServiceProxyGeneratorTool"1307 />1308 <Tool1309 Name="VCMIDLTool"1310 TargetEnvironment="1"1311 />1312 <Tool1313 Name="VCCLCompilerTool"1314 ExecutionBucket="7"1315 Optimization="2"1316 FavorSizeOrSpeed="2"1317 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/include,../../third_party/srtp/crypto/include;../.."1318 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1319 ExceptionHandling="0"1320 RuntimeLibrary="0"1321 WarningLevel="3"1322 DebugInformationFormat="0"1323 CompileAs="0"1324 />1325 <Tool1326 Name="VCManagedResourceCompilerTool"1327 />1328 <Tool1329 Name="VCResourceCompilerTool"1330 />1331 <Tool1332 Name="VCPreLinkEventTool"1333 />1334 <Tool1335 Name="VCLibrarianTool"1336 AdditionalOptions=""1337 />1338 <Tool1339 Name="VCALinkTool"1340 />1341 <Tool1342 Name="VCXDCMakeTool"1343 />1344 <Tool1345 Name="VCBscMakeTool"1346 />1347 <Tool1348 Name="VCCodeSignTool"1349 />1350 <Tool1351 Name="VCPostBuildEventTool"1352 />1353 <DeploymentTool1354 ForceDirty="-1"1355 RemoteDirectory=""1356 RegisterOutput="0"1357 AdditionalFiles=""1358 />1359 <DebuggerTool1360 />1361 </Configuration>1362 1360 </Configurations> 1363 1361 <References> -
pjproject/branches/projects/vs-reorg/pjmedia/build/pjmedia_audiodev.vcproj
r2606 r2609 5 5 Name="pjmedia_audiodev" 6 6 ProjectGUID="{4281CA5E-1D48-45D4-A991-2718A454B4BA}" 7 RootNamespace="pjmedia_audiodev" 7 8 > 8 9 <Platforms> … … 25 26 IntermediateDirectory=".\output\pjmedia-audiodev-i386-win32-vc8-debug" 26 27 ConfigurationType="4" 27 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"28 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 28 29 UseOfMFC="0" 29 30 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 48 <Tool 48 49 Name="VCCLCompilerTool" 49 Optimization="0"50 50 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 51 51 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" … … 60 60 WarningLevel="4" 61 61 SuppressStartupBanner="true" 62 DebugInformationFormat="4"63 62 /> 64 63 <Tool … … 100 99 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 101 100 IntermediateDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 101 ConfigurationType="4" 102 UseOfMFC="0" 103 ATLMinimizesCRunTimeLibraryUsage="false" 104 CharacterSet="1" 105 > 106 <Tool 107 Name="VCPreBuildEventTool" 108 /> 109 <Tool 110 Name="VCCustomBuildTool" 111 /> 112 <Tool 113 Name="VCXMLDataGeneratorTool" 114 /> 115 <Tool 116 Name="VCWebServiceProxyGeneratorTool" 117 /> 118 <Tool 119 Name="VCMIDLTool" 120 TargetEnvironment="1" 121 /> 122 <Tool 123 Name="VCCLCompilerTool" 124 ExecutionBucket="7" 125 Optimization="0" 126 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 127 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_)" 128 MinimalRebuild="false" 129 ExceptionHandling="0" 130 RuntimeLibrary="1" 131 PrecompiledHeaderFile="" 132 AssemblerListingLocation="$(IntDir)/" 133 ObjectFile="$(IntDir)/" 134 ProgramDataBaseFileName="$(IntDir)/vc80.pdb" 135 BrowseInformation="0" 136 WarningLevel="3" 137 SuppressStartupBanner="true" 138 DebugInformationFormat="3" 139 CompileAs="0" 140 /> 141 <Tool 142 Name="VCManagedResourceCompilerTool" 143 /> 144 <Tool 145 Name="VCResourceCompilerTool" 146 PreprocessorDefinitions="_DEBUG" 147 Culture="1033" 148 /> 149 <Tool 150 Name="VCPreLinkEventTool" 151 /> 152 <Tool 153 Name="VCLibrarianTool" 154 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib" 155 SuppressStartupBanner="true" 156 /> 157 <Tool 158 Name="VCALinkTool" 159 /> 160 <Tool 161 Name="VCXDCMakeTool" 162 /> 163 <Tool 164 Name="VCBscMakeTool" 165 SuppressStartupBanner="true" 166 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc" 167 /> 168 <Tool 169 Name="VCCodeSignTool" 170 /> 171 <Tool 172 Name="VCPostBuildEventTool" 173 /> 174 <DeploymentTool 175 ForceDirty="-1" 176 RemoteDirectory="" 177 RegisterOutput="0" 178 AdditionalFiles="" 179 /> 180 <DebuggerTool 181 /> 182 </Configuration> 183 <Configuration 184 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 185 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 186 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 102 187 ConfigurationType="4" 103 188 UseOfMFC="0" … … 347 432 </Configuration> 348 433 <Configuration 349 Name="Debug-Static|Win32" 350 OutputDirectory="$(ConfigurationName)" 351 IntermediateDirectory="$(ConfigurationName)" 352 ConfigurationType="4" 353 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 354 UseOfMFC="0" 355 ATLMinimizesCRunTimeLibraryUsage="false" 356 CharacterSet="2" 357 > 358 <Tool 359 Name="VCPreBuildEventTool" 360 /> 361 <Tool 362 Name="VCCustomBuildTool" 363 /> 364 <Tool 365 Name="VCXMLDataGeneratorTool" 366 /> 367 <Tool 368 Name="VCWebServiceProxyGeneratorTool" 369 /> 370 <Tool 371 Name="VCMIDLTool" 372 /> 373 <Tool 374 Name="VCCLCompilerTool" 375 Optimization="0" 376 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 377 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 378 MinimalRebuild="true" 379 BasicRuntimeChecks="3" 380 RuntimeLibrary="1" 381 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.pch" 382 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 383 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 384 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 385 BrowseInformation="1" 386 WarningLevel="4" 387 SuppressStartupBanner="true" 388 DebugInformationFormat="4" 389 /> 390 <Tool 391 Name="VCManagedResourceCompilerTool" 392 /> 393 <Tool 394 Name="VCResourceCompilerTool" 395 PreprocessorDefinitions="_DEBUG" 396 Culture="1033" 397 /> 398 <Tool 399 Name="VCPreLinkEventTool" 400 /> 401 <Tool 402 Name="VCLibrarianTool" 403 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib" 404 SuppressStartupBanner="true" 405 /> 406 <Tool 407 Name="VCALinkTool" 408 /> 409 <Tool 410 Name="VCXDCMakeTool" 411 /> 412 <Tool 413 Name="VCBscMakeTool" 414 SuppressStartupBanner="true" 415 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc" 416 /> 417 <Tool 418 Name="VCFxCopTool" 419 /> 420 <Tool 421 Name="VCPostBuildEventTool" 422 /> 423 </Configuration> 424 <Configuration 425 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 426 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 427 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 428 ConfigurationType="4" 429 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 430 UseOfMFC="0" 431 ATLMinimizesCRunTimeLibraryUsage="false" 432 CharacterSet="2" 433 > 434 <Tool 435 Name="VCPreBuildEventTool" 436 /> 437 <Tool 438 Name="VCCustomBuildTool" 439 /> 440 <Tool 441 Name="VCXMLDataGeneratorTool" 442 /> 443 <Tool 444 Name="VCWebServiceProxyGeneratorTool" 445 /> 446 <Tool 447 Name="VCMIDLTool" 448 TargetEnvironment="1" 449 /> 450 <Tool 451 Name="VCCLCompilerTool" 452 ExecutionBucket="7" 453 Optimization="0" 454 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 455 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 456 MinimalRebuild="true" 457 RuntimeLibrary="1" 458 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.pch" 459 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 460 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 461 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 462 BrowseInformation="1" 463 WarningLevel="4" 464 SuppressStartupBanner="true" 465 /> 466 <Tool 467 Name="VCManagedResourceCompilerTool" 468 /> 469 <Tool 470 Name="VCResourceCompilerTool" 471 PreprocessorDefinitions="_DEBUG" 472 Culture="1033" 473 /> 474 <Tool 475 Name="VCPreLinkEventTool" 476 /> 477 <Tool 478 Name="VCLibrarianTool" 479 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib" 480 SuppressStartupBanner="true" 481 /> 482 <Tool 483 Name="VCALinkTool" 484 /> 485 <Tool 486 Name="VCXDCMakeTool" 487 /> 488 <Tool 489 Name="VCBscMakeTool" 490 SuppressStartupBanner="true" 491 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc" 492 /> 493 <Tool 494 Name="VCCodeSignTool" 495 /> 496 <Tool 497 Name="VCPostBuildEventTool" 498 /> 499 <DeploymentTool 500 ForceDirty="-1" 501 RemoteDirectory="" 502 RegisterOutput="0" 503 AdditionalFiles="" 504 /> 505 <DebuggerTool 506 /> 507 </Configuration> 508 <Configuration 509 Name="Release-Dynamic|Win32" 510 OutputDirectory="$(ConfigurationName)" 511 IntermediateDirectory="$(ConfigurationName)" 512 ConfigurationType="4" 513 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 514 UseOfMFC="0" 515 ATLMinimizesCRunTimeLibraryUsage="false" 516 CharacterSet="2" 517 > 518 <Tool 519 Name="VCPreBuildEventTool" 520 /> 521 <Tool 522 Name="VCCustomBuildTool" 523 /> 524 <Tool 525 Name="VCXMLDataGeneratorTool" 526 /> 527 <Tool 528 Name="VCWebServiceProxyGeneratorTool" 529 /> 530 <Tool 531 Name="VCMIDLTool" 532 /> 533 <Tool 534 Name="VCCLCompilerTool" 535 Optimization="2" 536 InlineFunctionExpansion="1" 537 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 538 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 539 StringPooling="true" 540 RuntimeLibrary="2" 541 EnableFunctionLevelLinking="true" 542 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.pch" 543 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 544 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 545 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 546 BrowseInformation="1" 547 WarningLevel="4" 548 SuppressStartupBanner="true" 549 DebugInformationFormat="3" 550 /> 551 <Tool 552 Name="VCManagedResourceCompilerTool" 553 /> 554 <Tool 555 Name="VCResourceCompilerTool" 556 PreprocessorDefinitions="NDEBUG" 557 Culture="1033" 558 /> 559 <Tool 560 Name="VCPreLinkEventTool" 561 /> 562 <Tool 563 Name="VCLibrarianTool" 564 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-release.lib" 565 SuppressStartupBanner="true" 566 /> 567 <Tool 568 Name="VCALinkTool" 569 /> 570 <Tool 571 Name="VCXDCMakeTool" 572 /> 573 <Tool 574 Name="VCBscMakeTool" 575 SuppressStartupBanner="true" 576 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.bsc" 577 /> 578 <Tool 579 Name="VCFxCopTool" 580 /> 581 <Tool 582 Name="VCPostBuildEventTool" 583 /> 584 </Configuration> 585 <Configuration 586 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 587 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 588 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 434 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 435 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 436 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 589 437 ConfigurationType="4" 590 438 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" … … 671 519 </Configuration> 672 520 <Configuration 521 Name="Debug-Static|Win32" 522 OutputDirectory="$(ConfigurationName)" 523 IntermediateDirectory="$(ConfigurationName)" 524 ConfigurationType="4" 525 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 526 UseOfMFC="0" 527 ATLMinimizesCRunTimeLibraryUsage="false" 528 CharacterSet="2" 529 > 530 <Tool 531 Name="VCPreBuildEventTool" 532 /> 533 <Tool 534 Name="VCCustomBuildTool" 535 /> 536 <Tool 537 Name="VCXMLDataGeneratorTool" 538 /> 539 <Tool 540 Name="VCWebServiceProxyGeneratorTool" 541 /> 542 <Tool 543 Name="VCMIDLTool" 544 /> 545 <Tool 546 Name="VCCLCompilerTool" 547 Optimization="0" 548 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 549 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 550 MinimalRebuild="true" 551 BasicRuntimeChecks="3" 552 RuntimeLibrary="1" 553 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.pch" 554 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 555 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 556 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 557 BrowseInformation="1" 558 WarningLevel="4" 559 SuppressStartupBanner="true" 560 DebugInformationFormat="4" 561 /> 562 <Tool 563 Name="VCManagedResourceCompilerTool" 564 /> 565 <Tool 566 Name="VCResourceCompilerTool" 567 PreprocessorDefinitions="_DEBUG" 568 Culture="1033" 569 /> 570 <Tool 571 Name="VCPreLinkEventTool" 572 /> 573 <Tool 574 Name="VCLibrarianTool" 575 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib" 576 SuppressStartupBanner="true" 577 /> 578 <Tool 579 Name="VCALinkTool" 580 /> 581 <Tool 582 Name="VCXDCMakeTool" 583 /> 584 <Tool 585 Name="VCBscMakeTool" 586 SuppressStartupBanner="true" 587 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc" 588 /> 589 <Tool 590 Name="VCFxCopTool" 591 /> 592 <Tool 593 Name="VCPostBuildEventTool" 594 /> 595 </Configuration> 596 <Configuration 597 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 598 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 599 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 600 ConfigurationType="4" 601 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 602 UseOfMFC="0" 603 ATLMinimizesCRunTimeLibraryUsage="false" 604 CharacterSet="2" 605 > 606 <Tool 607 Name="VCPreBuildEventTool" 608 /> 609 <Tool 610 Name="VCCustomBuildTool" 611 /> 612 <Tool 613 Name="VCXMLDataGeneratorTool" 614 /> 615 <Tool 616 Name="VCWebServiceProxyGeneratorTool" 617 /> 618 <Tool 619 Name="VCMIDLTool" 620 TargetEnvironment="1" 621 /> 622 <Tool 623 Name="VCCLCompilerTool" 624 ExecutionBucket="7" 625 Optimization="0" 626 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 627 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 628 MinimalRebuild="true" 629 RuntimeLibrary="1" 630 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.pch" 631 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 632 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 633 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 634 BrowseInformation="1" 635 WarningLevel="4" 636 SuppressStartupBanner="true" 637 /> 638 <Tool 639 Name="VCManagedResourceCompilerTool" 640 /> 641 <Tool 642 Name="VCResourceCompilerTool" 643 PreprocessorDefinitions="_DEBUG" 644 Culture="1033" 645 /> 646 <Tool 647 Name="VCPreLinkEventTool" 648 /> 649 <Tool 650 Name="VCLibrarianTool" 651 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib" 652 SuppressStartupBanner="true" 653 /> 654 <Tool 655 Name="VCALinkTool" 656 /> 657 <Tool 658 Name="VCXDCMakeTool" 659 /> 660 <Tool 661 Name="VCBscMakeTool" 662 SuppressStartupBanner="true" 663 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc" 664 /> 665 <Tool 666 Name="VCCodeSignTool" 667 /> 668 <Tool 669 Name="VCPostBuildEventTool" 670 /> 671 <DeploymentTool 672 ForceDirty="-1" 673 RemoteDirectory="" 674 RegisterOutput="0" 675 AdditionalFiles="" 676 /> 677 <DebuggerTool 678 /> 679 </Configuration> 680 <Configuration 681 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 682 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 683 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 684 ConfigurationType="4" 685 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 686 UseOfMFC="0" 687 ATLMinimizesCRunTimeLibraryUsage="false" 688 CharacterSet="2" 689 > 690 <Tool 691 Name="VCPreBuildEventTool" 692 /> 693 <Tool 694 Name="VCCustomBuildTool" 695 /> 696 <Tool 697 Name="VCXMLDataGeneratorTool" 698 /> 699 <Tool 700 Name="VCWebServiceProxyGeneratorTool" 701 /> 702 <Tool 703 Name="VCMIDLTool" 704 TargetEnvironment="1" 705 /> 706 <Tool 707 Name="VCCLCompilerTool" 708 ExecutionBucket="7" 709 Optimization="0" 710 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 711 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 712 MinimalRebuild="true" 713 RuntimeLibrary="1" 714 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.pch" 715 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 716 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 717 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 718 BrowseInformation="1" 719 WarningLevel="4" 720 SuppressStartupBanner="true" 721 /> 722 <Tool 723 Name="VCManagedResourceCompilerTool" 724 /> 725 <Tool 726 Name="VCResourceCompilerTool" 727 PreprocessorDefinitions="_DEBUG" 728 Culture="1033" 729 /> 730 <Tool 731 Name="VCPreLinkEventTool" 732 /> 733 <Tool 734 Name="VCLibrarianTool" 735 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib" 736 SuppressStartupBanner="true" 737 /> 738 <Tool 739 Name="VCALinkTool" 740 /> 741 <Tool 742 Name="VCXDCMakeTool" 743 /> 744 <Tool 745 Name="VCBscMakeTool" 746 SuppressStartupBanner="true" 747 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc" 748 /> 749 <Tool 750 Name="VCCodeSignTool" 751 /> 752 <Tool 753 Name="VCPostBuildEventTool" 754 /> 755 <DeploymentTool 756 ForceDirty="-1" 757 RemoteDirectory="" 758 RegisterOutput="0" 759 AdditionalFiles="" 760 /> 761 <DebuggerTool 762 /> 763 </Configuration> 764 <Configuration 765 Name="Release-Dynamic|Win32" 766 OutputDirectory="$(ConfigurationName)" 767 IntermediateDirectory="$(ConfigurationName)" 768 ConfigurationType="4" 769 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 770 UseOfMFC="0" 771 ATLMinimizesCRunTimeLibraryUsage="false" 772 CharacterSet="2" 773 > 774 <Tool 775 Name="VCPreBuildEventTool" 776 /> 777 <Tool 778 Name="VCCustomBuildTool" 779 /> 780 <Tool 781 Name="VCXMLDataGeneratorTool" 782 /> 783 <Tool 784 Name="VCWebServiceProxyGeneratorTool" 785 /> 786 <Tool 787 Name="VCMIDLTool" 788 /> 789 <Tool 790 Name="VCCLCompilerTool" 791 Optimization="2" 792 InlineFunctionExpansion="1" 793 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 794 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 795 StringPooling="true" 796 RuntimeLibrary="2" 797 EnableFunctionLevelLinking="true" 798 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.pch" 799 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 800 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 801 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 802 BrowseInformation="1" 803 WarningLevel="4" 804 SuppressStartupBanner="true" 805 DebugInformationFormat="3" 806 /> 807 <Tool 808 Name="VCManagedResourceCompilerTool" 809 /> 810 <Tool 811 Name="VCResourceCompilerTool" 812 PreprocessorDefinitions="NDEBUG" 813 Culture="1033" 814 /> 815 <Tool 816 Name="VCPreLinkEventTool" 817 /> 818 <Tool 819 Name="VCLibrarianTool" 820 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-release.lib" 821 SuppressStartupBanner="true" 822 /> 823 <Tool 824 Name="VCALinkTool" 825 /> 826 <Tool 827 Name="VCXDCMakeTool" 828 /> 829 <Tool 830 Name="VCBscMakeTool" 831 SuppressStartupBanner="true" 832 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.bsc" 833 /> 834 <Tool 835 Name="VCFxCopTool" 836 /> 837 <Tool 838 Name="VCPostBuildEventTool" 839 /> 840 </Configuration> 841 <Configuration 842 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 843 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 844 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 845 ConfigurationType="4" 846 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 847 UseOfMFC="0" 848 ATLMinimizesCRunTimeLibraryUsage="false" 849 CharacterSet="2" 850 > 851 <Tool 852 Name="VCPreBuildEventTool" 853 /> 854 <Tool 855 Name="VCCustomBuildTool" 856 /> 857 <Tool 858 Name="VCXMLDataGeneratorTool" 859 /> 860 <Tool 861 Name="VCWebServiceProxyGeneratorTool" 862 /> 863 <Tool 864 Name="VCMIDLTool" 865 TargetEnvironment="1" 866 /> 867 <Tool 868 Name="VCCLCompilerTool" 869 ExecutionBucket="7" 870 Optimization="2" 871 InlineFunctionExpansion="1" 872 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 873 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 874 StringPooling="true" 875 RuntimeLibrary="2" 876 EnableFunctionLevelLinking="true" 877 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.pch" 878 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 879 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 880 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 881 BrowseInformation="1" 882 WarningLevel="4" 883 SuppressStartupBanner="true" 884 DebugInformationFormat="3" 885 /> 886 <Tool 887 Name="VCManagedResourceCompilerTool" 888 /> 889 <Tool 890 Name="VCResourceCompilerTool" 891 PreprocessorDefinitions="NDEBUG" 892 Culture="1033" 893 /> 894 <Tool 895 Name="VCPreLinkEventTool" 896 /> 897 <Tool 898 Name="VCLibrarianTool" 899 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-release.lib" 900 SuppressStartupBanner="true" 901 /> 902 <Tool 903 Name="VCALinkTool" 904 /> 905 <Tool 906 Name="VCXDCMakeTool" 907 /> 908 <Tool 909 Name="VCBscMakeTool" 910 SuppressStartupBanner="true" 911 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.bsc" 912 /> 913 <Tool 914 Name="VCCodeSignTool" 915 /> 916 <Tool 917 Name="VCPostBuildEventTool" 918 /> 919 <DeploymentTool 920 ForceDirty="-1" 921 RemoteDirectory="" 922 RegisterOutput="0" 923 AdditionalFiles="" 924 /> 925 <DebuggerTool 926 /> 927 </Configuration> 928 <Configuration 929 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 930 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 931 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 932 ConfigurationType="4" 933 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 934 UseOfMFC="0" 935 ATLMinimizesCRunTimeLibraryUsage="false" 936 CharacterSet="2" 937 > 938 <Tool 939 Name="VCPreBuildEventTool" 940 /> 941 <Tool 942 Name="VCCustomBuildTool" 943 /> 944 <Tool 945 Name="VCXMLDataGeneratorTool" 946 /> 947 <Tool 948 Name="VCWebServiceProxyGeneratorTool" 949 /> 950 <Tool 951 Name="VCMIDLTool" 952 TargetEnvironment="1" 953 /> 954 <Tool 955 Name="VCCLCompilerTool" 956 ExecutionBucket="7" 957 Optimization="2" 958 InlineFunctionExpansion="1" 959 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 960 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 961 StringPooling="true" 962 RuntimeLibrary="2" 963 EnableFunctionLevelLinking="true" 964 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.pch" 965 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 966 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 967 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-release/" 968 BrowseInformation="1" 969 WarningLevel="4" 970 SuppressStartupBanner="true" 971 DebugInformationFormat="3" 972 /> 973 <Tool 974 Name="VCManagedResourceCompilerTool" 975 /> 976 <Tool 977 Name="VCResourceCompilerTool" 978 PreprocessorDefinitions="NDEBUG" 979 Culture="1033" 980 /> 981 <Tool 982 Name="VCPreLinkEventTool" 983 /> 984 <Tool 985 Name="VCLibrarianTool" 986 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-release.lib" 987 SuppressStartupBanner="true" 988 /> 989 <Tool 990 Name="VCALinkTool" 991 /> 992 <Tool 993 Name="VCXDCMakeTool" 994 /> 995 <Tool 996 Name="VCBscMakeTool" 997 SuppressStartupBanner="true" 998 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.bsc" 999 /> 1000 <Tool 1001 Name="VCCodeSignTool" 1002 /> 1003 <Tool 1004 Name="VCPostBuildEventTool" 1005 /> 1006 <DeploymentTool 1007 ForceDirty="-1" 1008 RemoteDirectory="" 1009 RegisterOutput="0" 1010 AdditionalFiles="" 1011 /> 1012 <DebuggerTool 1013 /> 1014 </Configuration> 1015 <Configuration 673 1016 Name="Debug-Dynamic|Win32" 674 1017 OutputDirectory="$(ConfigurationName)" … … 750 1093 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 751 1094 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 1095 ConfigurationType="4" 1096 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 1097 UseOfMFC="0" 1098 ATLMinimizesCRunTimeLibraryUsage="false" 1099 CharacterSet="2" 1100 > 1101 <Tool 1102 Name="VCPreBuildEventTool" 1103 /> 1104 <Tool 1105 Name="VCCustomBuildTool" 1106 /> 1107 <Tool 1108 Name="VCXMLDataGeneratorTool" 1109 /> 1110 <Tool 1111 Name="VCWebServiceProxyGeneratorTool" 1112 /> 1113 <Tool 1114 Name="VCMIDLTool" 1115 TargetEnvironment="1" 1116 /> 1117 <Tool 1118 Name="VCCLCompilerTool" 1119 ExecutionBucket="7" 1120 Optimization="0" 1121 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.." 1122 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 1123 MinimalRebuild="true" 1124 RuntimeLibrary="3" 1125 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.pch" 1126 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 1127 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 1128 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-debug/" 1129 BrowseInformation="1" 1130 WarningLevel="4" 1131 SuppressStartupBanner="true" 1132 /> 1133 <Tool 1134 Name="VCManagedResourceCompilerTool" 1135 /> 1136 <Tool 1137 Name="VCResourceCompilerTool" 1138 PreprocessorDefinitions="_DEBUG" 1139 Culture="1033" 1140 /> 1141 <Tool 1142 Name="VCPreLinkEventTool" 1143 /> 1144 <Tool 1145 Name="VCLibrarianTool" 1146 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib" 1147 SuppressStartupBanner="true" 1148 /> 1149 <Tool 1150 Name="VCALinkTool" 1151 /> 1152 <Tool 1153 Name="VCXDCMakeTool" 1154 /> 1155 <Tool 1156 Name="VCBscMakeTool" 1157 SuppressStartupBanner="true" 1158 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc" 1159 /> 1160 <Tool 1161 Name="VCCodeSignTool" 1162 /> 1163 <Tool 1164 Name="VCPostBuildEventTool" 1165 /> 1166 <DeploymentTool 1167 ForceDirty="-1" 1168 RemoteDirectory="" 1169 RegisterOutput="0" 1170 AdditionalFiles="" 1171 /> 1172 <DebuggerTool 1173 /> 1174 </Configuration> 1175 <Configuration 1176 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1177 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1178 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 752 1179 ConfigurationType="4" 753 1180 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" … … 995 1422 </Configuration> 996 1423 <Configuration 997 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"998 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"999 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1000 ConfigurationType="4"1001 UseOfMFC="0"1002 ATLMinimizesCRunTimeLibraryUsage="false"1003 CharacterSet="1"1004 >1005 <Tool1006 Name="VCPreBuildEventTool"1007 />1008 <Tool1009 Name="VCCustomBuildTool"1010 />1011 <Tool1012 Name="VCXMLDataGeneratorTool"1013 />1014 <Tool1015 Name="VCWebServiceProxyGeneratorTool"1016 />1017 <Tool1018 Name="VCMIDLTool"1019 TargetEnvironment="1"1020 />1021 <Tool1022 Name="VCCLCompilerTool"1023 ExecutionBucket="7"1024 Optimization="0"1025 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.."1026 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_)"1027 MinimalRebuild="false"1028 ExceptionHandling="0"1029 RuntimeLibrary="1"1030 PrecompiledHeaderFile=""1031 AssemblerListingLocation="$(IntDir)/"1032 ObjectFile="$(IntDir)/"1033 ProgramDataBaseFileName="$(IntDir)/vc80.pdb"1034 BrowseInformation="0"1035 WarningLevel="3"1036 SuppressStartupBanner="true"1037 DebugInformationFormat="3"1038 CompileAs="0"1039 />1040 <Tool1041 Name="VCManagedResourceCompilerTool"1042 />1043 <Tool1044 Name="VCResourceCompilerTool"1045 PreprocessorDefinitions="_DEBUG"1046 Culture="1033"1047 />1048 <Tool1049 Name="VCPreLinkEventTool"1050 />1051 <Tool1052 Name="VCLibrarianTool"1053 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib"1054 SuppressStartupBanner="true"1055 />1056 <Tool1057 Name="VCALinkTool"1058 />1059 <Tool1060 Name="VCXDCMakeTool"1061 />1062 <Tool1063 Name="VCBscMakeTool"1064 SuppressStartupBanner="true"1065 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc"1066 />1067 <Tool1068 Name="VCCodeSignTool"1069 />1070 <Tool1071 Name="VCPostBuildEventTool"1072 />1073 <DeploymentTool1074 ForceDirty="-1"1075 RemoteDirectory=""1076 RegisterOutput="0"1077 AdditionalFiles=""1078 />1079 <DebuggerTool1080 />1081 </Configuration>1082 <Configuration1083 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"1084 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1085 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1086 ConfigurationType="4"1087 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"1088 UseOfMFC="0"1089 ATLMinimizesCRunTimeLibraryUsage="false"1090 CharacterSet="2"1091 >1092 <Tool1093 Name="VCPreBuildEventTool"1094 />1095 <Tool1096 Name="VCCustomBuildTool"1097 />1098 <Tool1099 Name="VCXMLDataGeneratorTool"1100 />1101 <Tool1102 Name="VCWebServiceProxyGeneratorTool"1103 />1104 <Tool1105 Name="VCMIDLTool"1106 TargetEnvironment="1"1107 />1108 <Tool1109 Name="VCCLCompilerTool"1110 ExecutionBucket="7"1111 Optimization="2"1112 InlineFunctionExpansion="1"1113 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.."1114 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"1115 StringPooling="true"1116 RuntimeLibrary="2"1117 EnableFunctionLevelLinking="true"1118 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.pch"1119 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-release/"1120 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/"1121 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-release/"1122 BrowseInformation="1"1123 WarningLevel="4"1124 SuppressStartupBanner="true"1125 DebugInformationFormat="3"1126 />1127 <Tool1128 Name="VCManagedResourceCompilerTool"1129 />1130 <Tool1131 Name="VCResourceCompilerTool"1132 PreprocessorDefinitions="NDEBUG"1133 Culture="1033"1134 />1135 <Tool1136 Name="VCPreLinkEventTool"1137 />1138 <Tool1139 Name="VCLibrarianTool"1140 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-release.lib"1141 SuppressStartupBanner="true"1142 />1143 <Tool1144 Name="VCALinkTool"1145 />1146 <Tool1147 Name="VCXDCMakeTool"1148 />1149 <Tool1150 Name="VCBscMakeTool"1151 SuppressStartupBanner="true"1152 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.bsc"1153 />1154 <Tool1155 Name="VCCodeSignTool"1156 />1157 <Tool1158 Name="VCPostBuildEventTool"1159 />1160 <DeploymentTool1161 ForceDirty="-1"1162 RemoteDirectory=""1163 RegisterOutput="0"1164 AdditionalFiles=""1165 />1166 <DebuggerTool1167 />1168 </Configuration>1169 <Configuration1170 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1171 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1172 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1173 ConfigurationType="4"1174 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"1175 UseOfMFC="0"1176 ATLMinimizesCRunTimeLibraryUsage="false"1177 CharacterSet="2"1178 >1179 <Tool1180 Name="VCPreBuildEventTool"1181 />1182 <Tool1183 Name="VCCustomBuildTool"1184 />1185 <Tool1186 Name="VCXMLDataGeneratorTool"1187 />1188 <Tool1189 Name="VCWebServiceProxyGeneratorTool"1190 />1191 <Tool1192 Name="VCMIDLTool"1193 TargetEnvironment="1"1194 />1195 <Tool1196 Name="VCCLCompilerTool"1197 ExecutionBucket="7"1198 Optimization="0"1199 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.."1200 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"1201 MinimalRebuild="true"1202 RuntimeLibrary="1"1203 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.pch"1204 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-debug/"1205 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/"1206 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-debug/"1207 BrowseInformation="1"1208 WarningLevel="4"1209 SuppressStartupBanner="true"1210 />1211 <Tool1212 Name="VCManagedResourceCompilerTool"1213 />1214 <Tool1215 Name="VCResourceCompilerTool"1216 PreprocessorDefinitions="_DEBUG"1217 Culture="1033"1218 />1219 <Tool1220 Name="VCPreLinkEventTool"1221 />1222 <Tool1223 Name="VCLibrarianTool"1224 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib"1225 SuppressStartupBanner="true"1226 />1227 <Tool1228 Name="VCALinkTool"1229 />1230 <Tool1231 Name="VCXDCMakeTool"1232 />1233 <Tool1234 Name="VCBscMakeTool"1235 SuppressStartupBanner="true"1236 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc"1237 />1238 <Tool1239 Name="VCCodeSignTool"1240 />1241 <Tool1242 Name="VCPostBuildEventTool"1243 />1244 <DeploymentTool1245 ForceDirty="-1"1246 RemoteDirectory=""1247 RegisterOutput="0"1248 AdditionalFiles=""1249 />1250 <DebuggerTool1251 />1252 </Configuration>1253 <Configuration1254 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1255 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1256 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1257 ConfigurationType="4"1258 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"1259 UseOfMFC="0"1260 ATLMinimizesCRunTimeLibraryUsage="false"1261 CharacterSet="2"1262 >1263 <Tool1264 Name="VCPreBuildEventTool"1265 />1266 <Tool1267 Name="VCCustomBuildTool"1268 />1269 <Tool1270 Name="VCXMLDataGeneratorTool"1271 />1272 <Tool1273 Name="VCWebServiceProxyGeneratorTool"1274 />1275 <Tool1276 Name="VCMIDLTool"1277 TargetEnvironment="1"1278 />1279 <Tool1280 Name="VCCLCompilerTool"1281 ExecutionBucket="7"1282 Optimization="2"1283 InlineFunctionExpansion="1"1284 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.."1285 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"1286 StringPooling="true"1287 RuntimeLibrary="2"1288 EnableFunctionLevelLinking="true"1289 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.pch"1290 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-release/"1291 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/"1292 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-release/"1293 BrowseInformation="1"1294 WarningLevel="4"1295 SuppressStartupBanner="true"1296 DebugInformationFormat="3"1297 />1298 <Tool1299 Name="VCManagedResourceCompilerTool"1300 />1301 <Tool1302 Name="VCResourceCompilerTool"1303 PreprocessorDefinitions="NDEBUG"1304 Culture="1033"1305 />1306 <Tool1307 Name="VCPreLinkEventTool"1308 />1309 <Tool1310 Name="VCLibrarianTool"1311 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-release.lib"1312 SuppressStartupBanner="true"1313 />1314 <Tool1315 Name="VCALinkTool"1316 />1317 <Tool1318 Name="VCXDCMakeTool"1319 />1320 <Tool1321 Name="VCBscMakeTool"1322 SuppressStartupBanner="true"1323 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-release/pjmedia_audiodev.bsc"1324 />1325 <Tool1326 Name="VCCodeSignTool"1327 />1328 <Tool1329 Name="VCPostBuildEventTool"1330 />1331 <DeploymentTool1332 ForceDirty="-1"1333 RemoteDirectory=""1334 RegisterOutput="0"1335 AdditionalFiles=""1336 />1337 <DebuggerTool1338 />1339 </Configuration>1340 <Configuration1341 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1342 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1343 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1344 ConfigurationType="4"1345 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"1346 UseOfMFC="0"1347 ATLMinimizesCRunTimeLibraryUsage="false"1348 CharacterSet="2"1349 >1350 <Tool1351 Name="VCPreBuildEventTool"1352 />1353 <Tool1354 Name="VCCustomBuildTool"1355 />1356 <Tool1357 Name="VCXMLDataGeneratorTool"1358 />1359 <Tool1360 Name="VCWebServiceProxyGeneratorTool"1361 />1362 <Tool1363 Name="VCMIDLTool"1364 TargetEnvironment="1"1365 />1366 <Tool1367 Name="VCCLCompilerTool"1368 ExecutionBucket="7"1369 Optimization="0"1370 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjnath/include,../../third_party/portaudio/include,../../third_party/speex/include,../../third_party/build/srtp,../../third_party/srtp/crypto/include,../../third_party/srtp/include,../.."1371 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1"1372 MinimalRebuild="true"1373 RuntimeLibrary="3"1374 PrecompiledHeaderFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.pch"1375 AssemblerListingLocation=".\output\pjmedia-audiodev-i386-win32-vc8-debug/"1376 ObjectFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/"1377 ProgramDataBaseFileName=".\output\pjmedia-audiodev-i386-win32-vc8-debug/"1378 BrowseInformation="1"1379 WarningLevel="4"1380 SuppressStartupBanner="true"1381 />1382 <Tool1383 Name="VCManagedResourceCompilerTool"1384 />1385 <Tool1386 Name="VCResourceCompilerTool"1387 PreprocessorDefinitions="_DEBUG"1388 Culture="1033"1389 />1390 <Tool1391 Name="VCPreLinkEventTool"1392 />1393 <Tool1394 Name="VCLibrarianTool"1395 OutputFile="../lib/pjmedia-audiodev-i386-win32-vc8-debug.lib"1396 SuppressStartupBanner="true"1397 />1398 <Tool1399 Name="VCALinkTool"1400 />1401 <Tool1402 Name="VCXDCMakeTool"1403 />1404 <Tool1405 Name="VCBscMakeTool"1406 SuppressStartupBanner="true"1407 OutputFile=".\output\pjmedia-audiodev-i386-win32-vc8-debug/pjmedia_audiodev.bsc"1408 />1409 <Tool1410 Name="VCCodeSignTool"1411 />1412 <Tool1413 Name="VCPostBuildEventTool"1414 />1415 <DeploymentTool1416 ForceDirty="-1"1417 RemoteDirectory=""1418 RegisterOutput="0"1419 AdditionalFiles=""1420 />1421 <DebuggerTool1422 />1423 </Configuration>1424 <Configuration1425 1424 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1426 1425 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" … … 1539 1538 </FileConfiguration> 1540 1539 <FileConfiguration 1540 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1541 > 1542 <Tool 1543 Name="VCCLCompilerTool" 1544 AdditionalIncludeDirectories="" 1545 PreprocessorDefinitions="" 1546 /> 1547 </FileConfiguration> 1548 <FileConfiguration 1541 1549 Name="Release|Win32" 1542 1550 > … … 1557 1565 </FileConfiguration> 1558 1566 <FileConfiguration 1567 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1568 > 1569 <Tool 1570 Name="VCCLCompilerTool" 1571 AdditionalIncludeDirectories="" 1572 PreprocessorDefinitions="" 1573 /> 1574 </FileConfiguration> 1575 <FileConfiguration 1559 1576 Name="Debug-Static|Win32" 1560 1577 > … … 1575 1592 </FileConfiguration> 1576 1593 <FileConfiguration 1594 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1595 > 1596 <Tool 1597 Name="VCCLCompilerTool" 1598 AdditionalIncludeDirectories="" 1599 PreprocessorDefinitions="" 1600 /> 1601 </FileConfiguration> 1602 <FileConfiguration 1577 1603 Name="Release-Dynamic|Win32" 1578 1604 > … … 1593 1619 </FileConfiguration> 1594 1620 <FileConfiguration 1621 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1622 > 1623 <Tool 1624 Name="VCCLCompilerTool" 1625 AdditionalIncludeDirectories="" 1626 PreprocessorDefinitions="" 1627 /> 1628 </FileConfiguration> 1629 <FileConfiguration 1595 1630 Name="Debug-Dynamic|Win32" 1596 1631 > … … 1611 1646 </FileConfiguration> 1612 1647 <FileConfiguration 1648 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1649 > 1650 <Tool 1651 Name="VCCLCompilerTool" 1652 AdditionalIncludeDirectories="" 1653 PreprocessorDefinitions="" 1654 /> 1655 </FileConfiguration> 1656 <FileConfiguration 1613 1657 Name="Release-Static|Win32" 1614 1658 > … … 1621 1665 <FileConfiguration 1622 1666 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1623 >1624 <Tool1625 Name="VCCLCompilerTool"1626 AdditionalIncludeDirectories=""1627 PreprocessorDefinitions=""1628 />1629 </FileConfiguration>1630 <FileConfiguration1631 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"1632 >1633 <Tool1634 Name="VCCLCompilerTool"1635 AdditionalIncludeDirectories=""1636 PreprocessorDefinitions=""1637 />1638 </FileConfiguration>1639 <FileConfiguration1640 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"1641 >1642 <Tool1643 Name="VCCLCompilerTool"1644 AdditionalIncludeDirectories=""1645 PreprocessorDefinitions=""1646 />1647 </FileConfiguration>1648 <FileConfiguration1649 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1650 >1651 <Tool1652 Name="VCCLCompilerTool"1653 AdditionalIncludeDirectories=""1654 PreprocessorDefinitions=""1655 />1656 </FileConfiguration>1657 <FileConfiguration1658 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1659 >1660 <Tool1661 Name="VCCLCompilerTool"1662 AdditionalIncludeDirectories=""1663 PreprocessorDefinitions=""1664 />1665 </FileConfiguration>1666 <FileConfiguration1667 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1668 1667 > 1669 1668 <Tool … … 1705 1704 </FileConfiguration> 1706 1705 <FileConfiguration 1706 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1707 > 1708 <Tool 1709 Name="VCCLCompilerTool" 1710 AdditionalIncludeDirectories="" 1711 PreprocessorDefinitions="" 1712 /> 1713 </FileConfiguration> 1714 <FileConfiguration 1707 1715 Name="Release|Win32" 1708 1716 > … … 1723 1731 </FileConfiguration> 1724 1732 <FileConfiguration 1733 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1734 > 1735 <Tool 1736 Name="VCCLCompilerTool" 1737 AdditionalIncludeDirectories="" 1738 PreprocessorDefinitions="" 1739 /> 1740 </FileConfiguration> 1741 <FileConfiguration 1725 1742 Name="Debug-Static|Win32" 1726 1743 > … … 1741 1758 </FileConfiguration> 1742 1759 <FileConfiguration 1760 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1761 > 1762 <Tool 1763 Name="VCCLCompilerTool" 1764 AdditionalIncludeDirectories="" 1765 PreprocessorDefinitions="" 1766 /> 1767 </FileConfiguration> 1768 <FileConfiguration 1743 1769 Name="Release-Dynamic|Win32" 1744 1770 > … … 1759 1785 </FileConfiguration> 1760 1786 <FileConfiguration 1787 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1788 > 1789 <Tool 1790 Name="VCCLCompilerTool" 1791 AdditionalIncludeDirectories="" 1792 PreprocessorDefinitions="" 1793 /> 1794 </FileConfiguration> 1795 <FileConfiguration 1761 1796 Name="Debug-Dynamic|Win32" 1762 1797 > … … 1777 1812 </FileConfiguration> 1778 1813 <FileConfiguration 1814 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1815 > 1816 <Tool 1817 Name="VCCLCompilerTool" 1818 AdditionalIncludeDirectories="" 1819 PreprocessorDefinitions="" 1820 /> 1821 </FileConfiguration> 1822 <FileConfiguration 1779 1823 Name="Release-Static|Win32" 1780 1824 > … … 1787 1831 <FileConfiguration 1788 1832 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1789 >1790 <Tool1791 Name="VCCLCompilerTool"1792 AdditionalIncludeDirectories=""1793 PreprocessorDefinitions=""1794 />1795 </FileConfiguration>1796 <FileConfiguration1797 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"1798 >1799 <Tool1800 Name="VCCLCompilerTool"1801 AdditionalIncludeDirectories=""1802 PreprocessorDefinitions=""1803 />1804 </FileConfiguration>1805 <FileConfiguration1806 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"1807 >1808 <Tool1809 Name="VCCLCompilerTool"1810 AdditionalIncludeDirectories=""1811 PreprocessorDefinitions=""1812 />1813 </FileConfiguration>1814 <FileConfiguration1815 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1816 >1817 <Tool1818 Name="VCCLCompilerTool"1819 AdditionalIncludeDirectories=""1820 PreprocessorDefinitions=""1821 />1822 </FileConfiguration>1823 <FileConfiguration1824 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1825 >1826 <Tool1827 Name="VCCLCompilerTool"1828 AdditionalIncludeDirectories=""1829 PreprocessorDefinitions=""1830 />1831 </FileConfiguration>1832 <FileConfiguration1833 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1834 1833 > 1835 1834 <Tool … … 1871 1870 </FileConfiguration> 1872 1871 <FileConfiguration 1872 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 1873 > 1874 <Tool 1875 Name="VCCLCompilerTool" 1876 AdditionalIncludeDirectories="" 1877 PreprocessorDefinitions="" 1878 /> 1879 </FileConfiguration> 1880 <FileConfiguration 1873 1881 Name="Release|Win32" 1874 1882 > … … 1889 1897 </FileConfiguration> 1890 1898 <FileConfiguration 1899 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1900 > 1901 <Tool 1902 Name="VCCLCompilerTool" 1903 AdditionalIncludeDirectories="" 1904 PreprocessorDefinitions="" 1905 /> 1906 </FileConfiguration> 1907 <FileConfiguration 1891 1908 Name="Debug-Static|Win32" 1892 1909 > … … 1907 1924 </FileConfiguration> 1908 1925 <FileConfiguration 1926 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1927 > 1928 <Tool 1929 Name="VCCLCompilerTool" 1930 AdditionalIncludeDirectories="" 1931 PreprocessorDefinitions="" 1932 /> 1933 </FileConfiguration> 1934 <FileConfiguration 1909 1935 Name="Release-Dynamic|Win32" 1910 1936 > … … 1925 1951 </FileConfiguration> 1926 1952 <FileConfiguration 1953 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1954 > 1955 <Tool 1956 Name="VCCLCompilerTool" 1957 AdditionalIncludeDirectories="" 1958 PreprocessorDefinitions="" 1959 /> 1960 </FileConfiguration> 1961 <FileConfiguration 1927 1962 Name="Debug-Dynamic|Win32" 1928 1963 > … … 1943 1978 </FileConfiguration> 1944 1979 <FileConfiguration 1980 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1981 > 1982 <Tool 1983 Name="VCCLCompilerTool" 1984 AdditionalIncludeDirectories="" 1985 PreprocessorDefinitions="" 1986 /> 1987 </FileConfiguration> 1988 <FileConfiguration 1945 1989 Name="Release-Static|Win32" 1946 1990 > … … 1953 1997 <FileConfiguration 1954 1998 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 1955 >1956 <Tool1957 Name="VCCLCompilerTool"1958 AdditionalIncludeDirectories=""1959 PreprocessorDefinitions=""1960 />1961 </FileConfiguration>1962 <FileConfiguration1963 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"1964 >1965 <Tool1966 Name="VCCLCompilerTool"1967 AdditionalIncludeDirectories=""1968 PreprocessorDefinitions=""1969 />1970 </FileConfiguration>1971 <FileConfiguration1972 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"1973 >1974 <Tool1975 Name="VCCLCompilerTool"1976 AdditionalIncludeDirectories=""1977 PreprocessorDefinitions=""1978 />1979 </FileConfiguration>1980 <FileConfiguration1981 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1982 >1983 <Tool1984 Name="VCCLCompilerTool"1985 AdditionalIncludeDirectories=""1986 PreprocessorDefinitions=""1987 />1988 </FileConfiguration>1989 <FileConfiguration1990 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1991 >1992 <Tool1993 Name="VCCLCompilerTool"1994 AdditionalIncludeDirectories=""1995 PreprocessorDefinitions=""1996 />1997 </FileConfiguration>1998 <FileConfiguration1999 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2000 1999 > 2001 2000 <Tool … … 2037 2036 </FileConfiguration> 2038 2037 <FileConfiguration 2038 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2039 > 2040 <Tool 2041 Name="VCCLCompilerTool" 2042 AdditionalIncludeDirectories="" 2043 PreprocessorDefinitions="" 2044 /> 2045 </FileConfiguration> 2046 <FileConfiguration 2039 2047 Name="Release|Win32" 2040 2048 > … … 2055 2063 </FileConfiguration> 2056 2064 <FileConfiguration 2065 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2066 > 2067 <Tool 2068 Name="VCCLCompilerTool" 2069 AdditionalIncludeDirectories="" 2070 PreprocessorDefinitions="" 2071 /> 2072 </FileConfiguration> 2073 <FileConfiguration 2057 2074 Name="Debug-Static|Win32" 2058 2075 > … … 2073 2090 </FileConfiguration> 2074 2091 <FileConfiguration 2092 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2093 > 2094 <Tool 2095 Name="VCCLCompilerTool" 2096 AdditionalIncludeDirectories="" 2097 PreprocessorDefinitions="" 2098 /> 2099 </FileConfiguration> 2100 <FileConfiguration 2075 2101 Name="Release-Dynamic|Win32" 2076 2102 > … … 2091 2117 </FileConfiguration> 2092 2118 <FileConfiguration 2119 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2120 > 2121 <Tool 2122 Name="VCCLCompilerTool" 2123 AdditionalIncludeDirectories="" 2124 PreprocessorDefinitions="" 2125 /> 2126 </FileConfiguration> 2127 <FileConfiguration 2093 2128 Name="Debug-Dynamic|Win32" 2094 2129 > … … 2109 2144 </FileConfiguration> 2110 2145 <FileConfiguration 2146 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2147 > 2148 <Tool 2149 Name="VCCLCompilerTool" 2150 AdditionalIncludeDirectories="" 2151 PreprocessorDefinitions="" 2152 /> 2153 </FileConfiguration> 2154 <FileConfiguration 2111 2155 Name="Release-Static|Win32" 2112 2156 > … … 2119 2163 <FileConfiguration 2120 2164 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2121 >2122 <Tool2123 Name="VCCLCompilerTool"2124 AdditionalIncludeDirectories=""2125 PreprocessorDefinitions=""2126 />2127 </FileConfiguration>2128 <FileConfiguration2129 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"2130 >2131 <Tool2132 Name="VCCLCompilerTool"2133 AdditionalIncludeDirectories=""2134 PreprocessorDefinitions=""2135 />2136 </FileConfiguration>2137 <FileConfiguration2138 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"2139 >2140 <Tool2141 Name="VCCLCompilerTool"2142 AdditionalIncludeDirectories=""2143 PreprocessorDefinitions=""2144 />2145 </FileConfiguration>2146 <FileConfiguration2147 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2148 >2149 <Tool2150 Name="VCCLCompilerTool"2151 AdditionalIncludeDirectories=""2152 PreprocessorDefinitions=""2153 />2154 </FileConfiguration>2155 <FileConfiguration2156 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2157 >2158 <Tool2159 Name="VCCLCompilerTool"2160 AdditionalIncludeDirectories=""2161 PreprocessorDefinitions=""2162 />2163 </FileConfiguration>2164 <FileConfiguration2165 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2166 2165 > 2167 2166 <Tool … … 2203 2202 </FileConfiguration> 2204 2203 <FileConfiguration 2204 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2205 > 2206 <Tool 2207 Name="VCCLCompilerTool" 2208 AdditionalIncludeDirectories="" 2209 PreprocessorDefinitions="" 2210 /> 2211 </FileConfiguration> 2212 <FileConfiguration 2205 2213 Name="Release|Win32" 2206 2214 > … … 2221 2229 </FileConfiguration> 2222 2230 <FileConfiguration 2231 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2232 > 2233 <Tool 2234 Name="VCCLCompilerTool" 2235 AdditionalIncludeDirectories="" 2236 PreprocessorDefinitions="" 2237 /> 2238 </FileConfiguration> 2239 <FileConfiguration 2223 2240 Name="Debug-Static|Win32" 2224 2241 > … … 2239 2256 </FileConfiguration> 2240 2257 <FileConfiguration 2258 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2259 > 2260 <Tool 2261 Name="VCCLCompilerTool" 2262 AdditionalIncludeDirectories="" 2263 PreprocessorDefinitions="" 2264 /> 2265 </FileConfiguration> 2266 <FileConfiguration 2241 2267 Name="Release-Dynamic|Win32" 2242 2268 > … … 2257 2283 </FileConfiguration> 2258 2284 <FileConfiguration 2285 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2286 > 2287 <Tool 2288 Name="VCCLCompilerTool" 2289 AdditionalIncludeDirectories="" 2290 PreprocessorDefinitions="" 2291 /> 2292 </FileConfiguration> 2293 <FileConfiguration 2259 2294 Name="Debug-Dynamic|Win32" 2260 2295 > … … 2275 2310 </FileConfiguration> 2276 2311 <FileConfiguration 2312 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2313 > 2314 <Tool 2315 Name="VCCLCompilerTool" 2316 AdditionalIncludeDirectories="" 2317 PreprocessorDefinitions="" 2318 /> 2319 </FileConfiguration> 2320 <FileConfiguration 2277 2321 Name="Release-Static|Win32" 2278 2322 > … … 2285 2329 <FileConfiguration 2286 2330 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2287 >2288 <Tool2289 Name="VCCLCompilerTool"2290 AdditionalIncludeDirectories=""2291 PreprocessorDefinitions=""2292 />2293 </FileConfiguration>2294 <FileConfiguration2295 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"2296 >2297 <Tool2298 Name="VCCLCompilerTool"2299 AdditionalIncludeDirectories=""2300 PreprocessorDefinitions=""2301 />2302 </FileConfiguration>2303 <FileConfiguration2304 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"2305 >2306 <Tool2307 Name="VCCLCompilerTool"2308 AdditionalIncludeDirectories=""2309 PreprocessorDefinitions=""2310 />2311 </FileConfiguration>2312 <FileConfiguration2313 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2314 >2315 <Tool2316 Name="VCCLCompilerTool"2317 AdditionalIncludeDirectories=""2318 PreprocessorDefinitions=""2319 />2320 </FileConfiguration>2321 <FileConfiguration2322 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2323 >2324 <Tool2325 Name="VCCLCompilerTool"2326 AdditionalIncludeDirectories=""2327 PreprocessorDefinitions=""2328 />2329 </FileConfiguration>2330 <FileConfiguration2331 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2332 2331 > 2333 2332 <Tool … … 2371 2370 </FileConfiguration> 2372 2371 <FileConfiguration 2372 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2373 ExcludedFromBuild="true" 2374 > 2375 <Tool 2376 Name="VCCLCompilerTool" 2377 AdditionalIncludeDirectories="" 2378 PreprocessorDefinitions="" 2379 /> 2380 </FileConfiguration> 2381 <FileConfiguration 2373 2382 Name="Release|Win32" 2374 2383 ExcludedFromBuild="true" … … 2391 2400 </FileConfiguration> 2392 2401 <FileConfiguration 2402 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2403 ExcludedFromBuild="true" 2404 > 2405 <Tool 2406 Name="VCCLCompilerTool" 2407 AdditionalIncludeDirectories="" 2408 PreprocessorDefinitions="" 2409 /> 2410 </FileConfiguration> 2411 <FileConfiguration 2393 2412 Name="Debug-Static|Win32" 2394 2413 ExcludedFromBuild="true" … … 2411 2430 </FileConfiguration> 2412 2431 <FileConfiguration 2432 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2433 ExcludedFromBuild="true" 2434 > 2435 <Tool 2436 Name="VCCLCompilerTool" 2437 AdditionalIncludeDirectories="" 2438 PreprocessorDefinitions="" 2439 /> 2440 </FileConfiguration> 2441 <FileConfiguration 2413 2442 Name="Release-Dynamic|Win32" 2414 2443 ExcludedFromBuild="true" … … 2431 2460 </FileConfiguration> 2432 2461 <FileConfiguration 2462 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2463 ExcludedFromBuild="true" 2464 > 2465 <Tool 2466 Name="VCCLCompilerTool" 2467 AdditionalIncludeDirectories="" 2468 PreprocessorDefinitions="" 2469 /> 2470 </FileConfiguration> 2471 <FileConfiguration 2433 2472 Name="Debug-Dynamic|Win32" 2434 2473 ExcludedFromBuild="true" … … 2451 2490 </FileConfiguration> 2452 2491 <FileConfiguration 2492 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2493 ExcludedFromBuild="true" 2494 > 2495 <Tool 2496 Name="VCCLCompilerTool" 2497 AdditionalIncludeDirectories="" 2498 PreprocessorDefinitions="" 2499 /> 2500 </FileConfiguration> 2501 <FileConfiguration 2453 2502 Name="Release-Static|Win32" 2454 2503 ExcludedFromBuild="true" … … 2462 2511 <FileConfiguration 2463 2512 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2464 ExcludedFromBuild="true"2465 >2466 <Tool2467 Name="VCCLCompilerTool"2468 AdditionalIncludeDirectories=""2469 PreprocessorDefinitions=""2470 />2471 </FileConfiguration>2472 <FileConfiguration2473 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"2474 ExcludedFromBuild="true"2475 >2476 <Tool2477 Name="VCCLCompilerTool"2478 AdditionalIncludeDirectories=""2479 PreprocessorDefinitions=""2480 />2481 </FileConfiguration>2482 <FileConfiguration2483 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"2484 ExcludedFromBuild="true"2485 >2486 <Tool2487 Name="VCCLCompilerTool"2488 AdditionalIncludeDirectories=""2489 PreprocessorDefinitions=""2490 />2491 </FileConfiguration>2492 <FileConfiguration2493 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2494 ExcludedFromBuild="true"2495 >2496 <Tool2497 Name="VCCLCompilerTool"2498 AdditionalIncludeDirectories=""2499 PreprocessorDefinitions=""2500 />2501 </FileConfiguration>2502 <FileConfiguration2503 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2504 ExcludedFromBuild="true"2505 >2506 <Tool2507 Name="VCCLCompilerTool"2508 AdditionalIncludeDirectories=""2509 PreprocessorDefinitions=""2510 />2511 </FileConfiguration>2512 <FileConfiguration2513 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2514 2513 ExcludedFromBuild="true" 2515 2514 > … … 2555 2554 </FileConfiguration> 2556 2555 <FileConfiguration 2556 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2557 ExcludedFromBuild="true" 2558 > 2559 <Tool 2560 Name="VCCLCompilerTool" 2561 AdditionalIncludeDirectories="" 2562 PreprocessorDefinitions="" 2563 /> 2564 </FileConfiguration> 2565 <FileConfiguration 2557 2566 Name="Release|Win32" 2558 2567 ExcludedFromBuild="true" … … 2575 2584 </FileConfiguration> 2576 2585 <FileConfiguration 2586 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2587 ExcludedFromBuild="true" 2588 > 2589 <Tool 2590 Name="VCCLCompilerTool" 2591 AdditionalIncludeDirectories="" 2592 PreprocessorDefinitions="" 2593 /> 2594 </FileConfiguration> 2595 <FileConfiguration 2577 2596 Name="Debug-Static|Win32" 2578 2597 ExcludedFromBuild="true" … … 2595 2614 </FileConfiguration> 2596 2615 <FileConfiguration 2616 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2617 ExcludedFromBuild="true" 2618 > 2619 <Tool 2620 Name="VCCLCompilerTool" 2621 AdditionalIncludeDirectories="" 2622 PreprocessorDefinitions="" 2623 /> 2624 </FileConfiguration> 2625 <FileConfiguration 2597 2626 Name="Release-Dynamic|Win32" 2598 2627 ExcludedFromBuild="true" … … 2615 2644 </FileConfiguration> 2616 2645 <FileConfiguration 2646 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2647 ExcludedFromBuild="true" 2648 > 2649 <Tool 2650 Name="VCCLCompilerTool" 2651 AdditionalIncludeDirectories="" 2652 PreprocessorDefinitions="" 2653 /> 2654 </FileConfiguration> 2655 <FileConfiguration 2617 2656 Name="Debug-Dynamic|Win32" 2618 2657 ExcludedFromBuild="true" … … 2635 2674 </FileConfiguration> 2636 2675 <FileConfiguration 2676 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2677 ExcludedFromBuild="true" 2678 > 2679 <Tool 2680 Name="VCCLCompilerTool" 2681 AdditionalIncludeDirectories="" 2682 PreprocessorDefinitions="" 2683 /> 2684 </FileConfiguration> 2685 <FileConfiguration 2637 2686 Name="Release-Static|Win32" 2638 2687 ExcludedFromBuild="true" … … 2646 2695 <FileConfiguration 2647 2696 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2648 ExcludedFromBuild="true"2649 >2650 <Tool2651 Name="VCCLCompilerTool"2652 AdditionalIncludeDirectories=""2653 PreprocessorDefinitions=""2654 />2655 </FileConfiguration>2656 <FileConfiguration2657 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"2658 ExcludedFromBuild="true"2659 >2660 <Tool2661 Name="VCCLCompilerTool"2662 AdditionalIncludeDirectories=""2663 PreprocessorDefinitions=""2664 />2665 </FileConfiguration>2666 <FileConfiguration2667 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"2668 ExcludedFromBuild="true"2669 >2670 <Tool2671 Name="VCCLCompilerTool"2672 AdditionalIncludeDirectories=""2673 PreprocessorDefinitions=""2674 />2675 </FileConfiguration>2676 <FileConfiguration2677 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2678 ExcludedFromBuild="true"2679 >2680 <Tool2681 Name="VCCLCompilerTool"2682 AdditionalIncludeDirectories=""2683 PreprocessorDefinitions=""2684 />2685 </FileConfiguration>2686 <FileConfiguration2687 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2688 ExcludedFromBuild="true"2689 >2690 <Tool2691 Name="VCCLCompilerTool"2692 AdditionalIncludeDirectories=""2693 PreprocessorDefinitions=""2694 />2695 </FileConfiguration>2696 <FileConfiguration2697 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2698 2697 ExcludedFromBuild="true" 2699 2698 > … … 2737 2736 </FileConfiguration> 2738 2737 <FileConfiguration 2738 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 2739 > 2740 <Tool 2741 Name="VCCLCompilerTool" 2742 AdditionalIncludeDirectories="" 2743 PreprocessorDefinitions="" 2744 /> 2745 </FileConfiguration> 2746 <FileConfiguration 2739 2747 Name="Release|Win32" 2740 2748 > … … 2755 2763 </FileConfiguration> 2756 2764 <FileConfiguration 2765 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 2766 > 2767 <Tool 2768 Name="VCCLCompilerTool" 2769 AdditionalIncludeDirectories="" 2770 PreprocessorDefinitions="" 2771 /> 2772 </FileConfiguration> 2773 <FileConfiguration 2757 2774 Name="Debug-Static|Win32" 2758 2775 > … … 2773 2790 </FileConfiguration> 2774 2791 <FileConfiguration 2792 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 2793 > 2794 <Tool 2795 Name="VCCLCompilerTool" 2796 AdditionalIncludeDirectories="" 2797 PreprocessorDefinitions="" 2798 /> 2799 </FileConfiguration> 2800 <FileConfiguration 2775 2801 Name="Release-Dynamic|Win32" 2776 2802 > … … 2791 2817 </FileConfiguration> 2792 2818 <FileConfiguration 2819 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2820 > 2821 <Tool 2822 Name="VCCLCompilerTool" 2823 AdditionalIncludeDirectories="" 2824 PreprocessorDefinitions="" 2825 /> 2826 </FileConfiguration> 2827 <FileConfiguration 2793 2828 Name="Debug-Dynamic|Win32" 2794 2829 > … … 2809 2844 </FileConfiguration> 2810 2845 <FileConfiguration 2846 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 2847 > 2848 <Tool 2849 Name="VCCLCompilerTool" 2850 AdditionalIncludeDirectories="" 2851 PreprocessorDefinitions="" 2852 /> 2853 </FileConfiguration> 2854 <FileConfiguration 2811 2855 Name="Release-Static|Win32" 2812 2856 > … … 2819 2863 <FileConfiguration 2820 2864 Name="Release-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 2821 >2822 <Tool2823 Name="VCCLCompilerTool"2824 AdditionalIncludeDirectories=""2825 PreprocessorDefinitions=""2826 />2827 </FileConfiguration>2828 <FileConfiguration2829 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"2830 >2831 <Tool2832 Name="VCCLCompilerTool"2833 AdditionalIncludeDirectories=""2834 PreprocessorDefinitions=""2835 />2836 </FileConfiguration>2837 <FileConfiguration2838 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"2839 >2840 <Tool2841 Name="VCCLCompilerTool"2842 AdditionalIncludeDirectories=""2843 PreprocessorDefinitions=""2844 />2845 </FileConfiguration>2846 <FileConfiguration2847 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"2848 >2849 <Tool2850 Name="VCCLCompilerTool"2851 AdditionalIncludeDirectories=""2852 PreprocessorDefinitions=""2853 />2854 </FileConfiguration>2855 <FileConfiguration2856 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2857 >2858 <Tool2859 Name="VCCLCompilerTool"2860 AdditionalIncludeDirectories=""2861 PreprocessorDefinitions=""2862 />2863 </FileConfiguration>2864 <FileConfiguration2865 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"2866 2865 > 2867 2866 <Tool -
pjproject/branches/projects/vs-reorg/pjmedia/build/pjmedia_codec.vcproj
r2606 r2609 26 26 IntermediateDirectory=".\output\pjmedia-codec-i386-win32-vc8-debug" 27 27 ConfigurationType="4" 28 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"28 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 29 29 UseOfMFC="0" 30 30 ATLMinimizesCRunTimeLibraryUsage="false" … … 48 48 <Tool 49 49 Name="VCCLCompilerTool" 50 Optimization="0"51 50 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party;../../third_party/speex/include;../../third_party" 52 51 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1;HAVE_CONFIG_H" … … 61 60 WarningLevel="4" 62 61 SuppressStartupBanner="true" 63 DebugInformationFormat="4"64 62 /> 65 63 <Tool … … 118 116 <Tool 119 117 Name="VCMIDLTool" 118 /> 119 <Tool 120 Name="VCCLCompilerTool" 121 ExecutionBucket="7" 122 Optimization="0" 123 FavorSizeOrSpeed="0" 124 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 125 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 126 ExceptionHandling="0" 127 RuntimeLibrary="1" 128 WarningLevel="3" 129 DebugInformationFormat="3" 130 CompileAs="0" 131 CompileForArchitecture="0" 132 /> 133 <Tool 134 Name="VCManagedResourceCompilerTool" 135 /> 136 <Tool 137 Name="VCResourceCompilerTool" 138 /> 139 <Tool 140 Name="VCPreLinkEventTool" 141 /> 142 <Tool 143 Name="VCLibrarianTool" 144 AdditionalOptions="" 145 /> 146 <Tool 147 Name="VCALinkTool" 148 /> 149 <Tool 150 Name="VCXDCMakeTool" 151 /> 152 <Tool 153 Name="VCBscMakeTool" 154 /> 155 <Tool 156 Name="VCCodeSignTool" 157 /> 158 <Tool 159 Name="VCPostBuildEventTool" 160 /> 161 <DeploymentTool 162 ForceDirty="-1" 163 RemoteDirectory="" 164 RegisterOutput="0" 165 AdditionalFiles="" 166 /> 167 <DebuggerTool 168 /> 169 </Configuration> 170 <Configuration 171 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 172 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 173 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 174 ConfigurationType="4" 175 CharacterSet="1" 176 > 177 <Tool 178 Name="VCPreBuildEventTool" 179 /> 180 <Tool 181 Name="VCCustomBuildTool" 182 /> 183 <Tool 184 Name="VCXMLDataGeneratorTool" 185 /> 186 <Tool 187 Name="VCWebServiceProxyGeneratorTool" 188 /> 189 <Tool 190 Name="VCMIDLTool" 191 TargetEnvironment="1" 120 192 /> 121 193 <Tool … … 320 392 </Configuration> 321 393 <Configuration 394 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 395 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 396 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 397 ConfigurationType="4" 398 CharacterSet="1" 399 > 400 <Tool 401 Name="VCPreBuildEventTool" 402 /> 403 <Tool 404 Name="VCCustomBuildTool" 405 /> 406 <Tool 407 Name="VCXMLDataGeneratorTool" 408 /> 409 <Tool 410 Name="VCWebServiceProxyGeneratorTool" 411 /> 412 <Tool 413 Name="VCMIDLTool" 414 TargetEnvironment="1" 415 /> 416 <Tool 417 Name="VCCLCompilerTool" 418 ExecutionBucket="7" 419 Optimization="2" 420 FavorSizeOrSpeed="2" 421 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 422 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 423 ExceptionHandling="0" 424 RuntimeLibrary="0" 425 WarningLevel="3" 426 DebugInformationFormat="0" 427 CompileAs="0" 428 /> 429 <Tool 430 Name="VCManagedResourceCompilerTool" 431 /> 432 <Tool 433 Name="VCResourceCompilerTool" 434 /> 435 <Tool 436 Name="VCPreLinkEventTool" 437 /> 438 <Tool 439 Name="VCLibrarianTool" 440 AdditionalOptions="" 441 /> 442 <Tool 443 Name="VCALinkTool" 444 /> 445 <Tool 446 Name="VCXDCMakeTool" 447 /> 448 <Tool 449 Name="VCBscMakeTool" 450 /> 451 <Tool 452 Name="VCCodeSignTool" 453 /> 454 <Tool 455 Name="VCPostBuildEventTool" 456 /> 457 <DeploymentTool 458 ForceDirty="-1" 459 RemoteDirectory="" 460 RegisterOutput="0" 461 AdditionalFiles="" 462 /> 463 <DebuggerTool 464 /> 465 </Configuration> 466 <Configuration 322 467 Name="Debug-Static|Win32" 323 468 OutputDirectory="$(ConfigurationName)" … … 399 544 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 400 545 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 546 ConfigurationType="4" 547 CharacterSet="1" 548 > 549 <Tool 550 Name="VCPreBuildEventTool" 551 /> 552 <Tool 553 Name="VCCustomBuildTool" 554 /> 555 <Tool 556 Name="VCXMLDataGeneratorTool" 557 /> 558 <Tool 559 Name="VCWebServiceProxyGeneratorTool" 560 /> 561 <Tool 562 Name="VCMIDLTool" 563 TargetEnvironment="1" 564 /> 565 <Tool 566 Name="VCCLCompilerTool" 567 ExecutionBucket="7" 568 Optimization="0" 569 FavorSizeOrSpeed="0" 570 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 571 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 572 ExceptionHandling="0" 573 RuntimeLibrary="1" 574 WarningLevel="3" 575 DebugInformationFormat="3" 576 CompileAs="0" 577 CompileForArchitecture="0" 578 /> 579 <Tool 580 Name="VCManagedResourceCompilerTool" 581 /> 582 <Tool 583 Name="VCResourceCompilerTool" 584 /> 585 <Tool 586 Name="VCPreLinkEventTool" 587 /> 588 <Tool 589 Name="VCLibrarianTool" 590 AdditionalOptions="" 591 /> 592 <Tool 593 Name="VCALinkTool" 594 /> 595 <Tool 596 Name="VCXDCMakeTool" 597 /> 598 <Tool 599 Name="VCBscMakeTool" 600 /> 601 <Tool 602 Name="VCCodeSignTool" 603 /> 604 <Tool 605 Name="VCPostBuildEventTool" 606 /> 607 <DeploymentTool 608 ForceDirty="-1" 609 RemoteDirectory="" 610 RegisterOutput="0" 611 AdditionalFiles="" 612 /> 613 <DebuggerTool 614 /> 615 </Configuration> 616 <Configuration 617 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 618 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 619 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 401 620 ConfigurationType="4" 402 621 CharacterSet="1" … … 620 839 </Configuration> 621 840 <Configuration 841 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 842 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 843 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 844 ConfigurationType="4" 845 CharacterSet="1" 846 > 847 <Tool 848 Name="VCPreBuildEventTool" 849 /> 850 <Tool 851 Name="VCCustomBuildTool" 852 /> 853 <Tool 854 Name="VCXMLDataGeneratorTool" 855 /> 856 <Tool 857 Name="VCWebServiceProxyGeneratorTool" 858 /> 859 <Tool 860 Name="VCMIDLTool" 861 TargetEnvironment="1" 862 /> 863 <Tool 864 Name="VCCLCompilerTool" 865 ExecutionBucket="7" 866 Optimization="2" 867 FavorSizeOrSpeed="2" 868 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 869 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 870 ExceptionHandling="0" 871 RuntimeLibrary="0" 872 WarningLevel="3" 873 DebugInformationFormat="0" 874 CompileAs="0" 875 /> 876 <Tool 877 Name="VCManagedResourceCompilerTool" 878 /> 879 <Tool 880 Name="VCResourceCompilerTool" 881 /> 882 <Tool 883 Name="VCPreLinkEventTool" 884 /> 885 <Tool 886 Name="VCLibrarianTool" 887 AdditionalOptions="" 888 /> 889 <Tool 890 Name="VCALinkTool" 891 /> 892 <Tool 893 Name="VCXDCMakeTool" 894 /> 895 <Tool 896 Name="VCBscMakeTool" 897 /> 898 <Tool 899 Name="VCCodeSignTool" 900 /> 901 <Tool 902 Name="VCPostBuildEventTool" 903 /> 904 <DeploymentTool 905 ForceDirty="-1" 906 RemoteDirectory="" 907 RegisterOutput="0" 908 AdditionalFiles="" 909 /> 910 <DebuggerTool 911 /> 912 </Configuration> 913 <Configuration 622 914 Name="Debug-Dynamic|Win32" 623 915 OutputDirectory="$(ConfigurationName)" … … 699 991 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 700 992 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 993 ConfigurationType="4" 994 CharacterSet="1" 995 > 996 <Tool 997 Name="VCPreBuildEventTool" 998 /> 999 <Tool 1000 Name="VCCustomBuildTool" 1001 /> 1002 <Tool 1003 Name="VCXMLDataGeneratorTool" 1004 /> 1005 <Tool 1006 Name="VCWebServiceProxyGeneratorTool" 1007 /> 1008 <Tool 1009 Name="VCMIDLTool" 1010 TargetEnvironment="1" 1011 /> 1012 <Tool 1013 Name="VCCLCompilerTool" 1014 ExecutionBucket="7" 1015 Optimization="0" 1016 FavorSizeOrSpeed="0" 1017 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 1018 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1019 ExceptionHandling="0" 1020 RuntimeLibrary="1" 1021 WarningLevel="3" 1022 DebugInformationFormat="3" 1023 CompileAs="0" 1024 CompileForArchitecture="0" 1025 /> 1026 <Tool 1027 Name="VCManagedResourceCompilerTool" 1028 /> 1029 <Tool 1030 Name="VCResourceCompilerTool" 1031 /> 1032 <Tool 1033 Name="VCPreLinkEventTool" 1034 /> 1035 <Tool 1036 Name="VCLibrarianTool" 1037 AdditionalOptions="" 1038 /> 1039 <Tool 1040 Name="VCALinkTool" 1041 /> 1042 <Tool 1043 Name="VCXDCMakeTool" 1044 /> 1045 <Tool 1046 Name="VCBscMakeTool" 1047 /> 1048 <Tool 1049 Name="VCCodeSignTool" 1050 /> 1051 <Tool 1052 Name="VCPostBuildEventTool" 1053 /> 1054 <DeploymentTool 1055 ForceDirty="-1" 1056 RemoteDirectory="" 1057 RegisterOutput="0" 1058 AdditionalFiles="" 1059 /> 1060 <DebuggerTool 1061 /> 1062 </Configuration> 1063 <Configuration 1064 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1065 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1066 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 701 1067 ConfigurationType="4" 702 1068 CharacterSet="1" … … 920 1286 </Configuration> 921 1287 <Configuration 922 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 923 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 924 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 925 ConfigurationType="4" 926 CharacterSet="1" 927 > 928 <Tool 929 Name="VCPreBuildEventTool" 930 /> 931 <Tool 932 Name="VCCustomBuildTool" 933 /> 934 <Tool 935 Name="VCXMLDataGeneratorTool" 936 /> 937 <Tool 938 Name="VCWebServiceProxyGeneratorTool" 939 /> 940 <Tool 941 Name="VCMIDLTool" 942 TargetEnvironment="1" 943 /> 944 <Tool 945 Name="VCCLCompilerTool" 946 ExecutionBucket="7" 947 Optimization="0" 948 FavorSizeOrSpeed="0" 949 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include" 950 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 951 ExceptionHandling="0" 952 RuntimeLibrary="1" 953 WarningLevel="3" 954 DebugInformationFormat="3" 955 CompileAs="0" 956 CompileForArchitecture="0" 957 /> 958 <Tool 959 Name="VCManagedResourceCompilerTool" 960 /> 961 <Tool 962 Name="VCResourceCompilerTool" 963 /> 964 <Tool 965 Name="VCPreLinkEventTool" 966 /> 967 <Tool 968 Name="VCLibrarianTool" 969 AdditionalOptions="" 970 /> 971 <Tool 972 Name="VCALinkTool" 973 /> 974 <Tool 975 Name="VCXDCMakeTool" 976 /> 977 <Tool 978 Name="VCBscMakeTool" 979 /> 980 <Tool 981 Name="VCCodeSignTool" 982 /> 983 <Tool 984 Name="VCPostBuildEventTool" 985 /> 986 <DeploymentTool 987 ForceDirty="-1" 988 RemoteDirectory="" 989 RegisterOutput="0" 990 AdditionalFiles="" 991 /> 992 <DebuggerTool 993 /> 994 </Configuration> 995 <Configuration 996 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1288 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 997 1289 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 998 1290 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" … … 1066 1358 /> 1067 1359 </Configuration> 1068 <Configuration1069 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1070 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1071 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1072 ConfigurationType="4"1073 CharacterSet="1"1074 >1075 <Tool1076 Name="VCPreBuildEventTool"1077 />1078 <Tool1079 Name="VCCustomBuildTool"1080 />1081 <Tool1082 Name="VCXMLDataGeneratorTool"1083 />1084 <Tool1085 Name="VCWebServiceProxyGeneratorTool"1086 />1087 <Tool1088 Name="VCMIDLTool"1089 TargetEnvironment="1"1090 />1091 <Tool1092 Name="VCCLCompilerTool"1093 ExecutionBucket="7"1094 Optimization="0"1095 FavorSizeOrSpeed="0"1096 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include"1097 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1098 ExceptionHandling="0"1099 RuntimeLibrary="1"1100 WarningLevel="3"1101 DebugInformationFormat="3"1102 CompileAs="0"1103 CompileForArchitecture="0"1104 />1105 <Tool1106 Name="VCManagedResourceCompilerTool"1107 />1108 <Tool1109 Name="VCResourceCompilerTool"1110 />1111 <Tool1112 Name="VCPreLinkEventTool"1113 />1114 <Tool1115 Name="VCLibrarianTool"1116 AdditionalOptions=""1117 />1118 <Tool1119 Name="VCALinkTool"1120 />1121 <Tool1122 Name="VCXDCMakeTool"1123 />1124 <Tool1125 Name="VCBscMakeTool"1126 />1127 <Tool1128 Name="VCCodeSignTool"1129 />1130 <Tool1131 Name="VCPostBuildEventTool"1132 />1133 <DeploymentTool1134 ForceDirty="-1"1135 RemoteDirectory=""1136 RegisterOutput="0"1137 AdditionalFiles=""1138 />1139 <DebuggerTool1140 />1141 </Configuration>1142 <Configuration1143 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1144 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1145 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1146 ConfigurationType="4"1147 CharacterSet="1"1148 >1149 <Tool1150 Name="VCPreBuildEventTool"1151 />1152 <Tool1153 Name="VCCustomBuildTool"1154 />1155 <Tool1156 Name="VCXMLDataGeneratorTool"1157 />1158 <Tool1159 Name="VCWebServiceProxyGeneratorTool"1160 />1161 <Tool1162 Name="VCMIDLTool"1163 TargetEnvironment="1"1164 />1165 <Tool1166 Name="VCCLCompilerTool"1167 ExecutionBucket="7"1168 Optimization="2"1169 FavorSizeOrSpeed="2"1170 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include"1171 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1172 ExceptionHandling="0"1173 RuntimeLibrary="0"1174 WarningLevel="3"1175 DebugInformationFormat="0"1176 CompileAs="0"1177 />1178 <Tool1179 Name="VCManagedResourceCompilerTool"1180 />1181 <Tool1182 Name="VCResourceCompilerTool"1183 />1184 <Tool1185 Name="VCPreLinkEventTool"1186 />1187 <Tool1188 Name="VCLibrarianTool"1189 AdditionalOptions=""1190 />1191 <Tool1192 Name="VCALinkTool"1193 />1194 <Tool1195 Name="VCXDCMakeTool"1196 />1197 <Tool1198 Name="VCBscMakeTool"1199 />1200 <Tool1201 Name="VCCodeSignTool"1202 />1203 <Tool1204 Name="VCPostBuildEventTool"1205 />1206 <DeploymentTool1207 ForceDirty="-1"1208 RemoteDirectory=""1209 RegisterOutput="0"1210 AdditionalFiles=""1211 />1212 <DebuggerTool1213 />1214 </Configuration>1215 <Configuration1216 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1217 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1218 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1219 ConfigurationType="4"1220 CharacterSet="1"1221 >1222 <Tool1223 Name="VCPreBuildEventTool"1224 />1225 <Tool1226 Name="VCCustomBuildTool"1227 />1228 <Tool1229 Name="VCXMLDataGeneratorTool"1230 />1231 <Tool1232 Name="VCWebServiceProxyGeneratorTool"1233 />1234 <Tool1235 Name="VCMIDLTool"1236 TargetEnvironment="1"1237 />1238 <Tool1239 Name="VCCLCompilerTool"1240 ExecutionBucket="7"1241 Optimization="0"1242 FavorSizeOrSpeed="0"1243 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include"1244 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1245 ExceptionHandling="0"1246 RuntimeLibrary="1"1247 WarningLevel="3"1248 DebugInformationFormat="3"1249 CompileAs="0"1250 CompileForArchitecture="0"1251 />1252 <Tool1253 Name="VCManagedResourceCompilerTool"1254 />1255 <Tool1256 Name="VCResourceCompilerTool"1257 />1258 <Tool1259 Name="VCPreLinkEventTool"1260 />1261 <Tool1262 Name="VCLibrarianTool"1263 AdditionalOptions=""1264 />1265 <Tool1266 Name="VCALinkTool"1267 />1268 <Tool1269 Name="VCXDCMakeTool"1270 />1271 <Tool1272 Name="VCBscMakeTool"1273 />1274 <Tool1275 Name="VCCodeSignTool"1276 />1277 <Tool1278 Name="VCPostBuildEventTool"1279 />1280 <DeploymentTool1281 ForceDirty="-1"1282 RemoteDirectory=""1283 RegisterOutput="0"1284 AdditionalFiles=""1285 />1286 <DebuggerTool1287 />1288 </Configuration>1289 <Configuration1290 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1291 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1292 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1293 ConfigurationType="4"1294 CharacterSet="1"1295 >1296 <Tool1297 Name="VCPreBuildEventTool"1298 />1299 <Tool1300 Name="VCCustomBuildTool"1301 />1302 <Tool1303 Name="VCXMLDataGeneratorTool"1304 />1305 <Tool1306 Name="VCWebServiceProxyGeneratorTool"1307 />1308 <Tool1309 Name="VCMIDLTool"1310 TargetEnvironment="1"1311 />1312 <Tool1313 Name="VCCLCompilerTool"1314 ExecutionBucket="7"1315 Optimization="2"1316 FavorSizeOrSpeed="2"1317 AdditionalIncludeDirectories="../include;../../pjlib/include;../../third_party/speex/include"1318 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1319 ExceptionHandling="0"1320 RuntimeLibrary="0"1321 WarningLevel="3"1322 DebugInformationFormat="0"1323 CompileAs="0"1324 />1325 <Tool1326 Name="VCManagedResourceCompilerTool"1327 />1328 <Tool1329 Name="VCResourceCompilerTool"1330 />1331 <Tool1332 Name="VCPreLinkEventTool"1333 />1334 <Tool1335 Name="VCLibrarianTool"1336 AdditionalOptions=""1337 />1338 <Tool1339 Name="VCALinkTool"1340 />1341 <Tool1342 Name="VCXDCMakeTool"1343 />1344 <Tool1345 Name="VCBscMakeTool"1346 />1347 <Tool1348 Name="VCCodeSignTool"1349 />1350 <Tool1351 Name="VCPostBuildEventTool"1352 />1353 <DeploymentTool1354 ForceDirty="-1"1355 RemoteDirectory=""1356 RegisterOutput="0"1357 AdditionalFiles=""1358 />1359 <DebuggerTool1360 />1361 </Configuration>1362 1360 </Configurations> 1363 1361 <References> -
pjproject/branches/projects/vs-reorg/pjmedia/build/pjmedia_test.vcproj
r2584 r2609 5 5 Name="pjmedia_test" 6 6 ProjectGUID="{21C0CECF-69DD-4F70-BC2B-9B4DE7F15277}" 7 RootNamespace="pjmedia_test" 7 8 > 8 9 <Platforms> … … 22 23 IntermediateDirectory=".\output\pjmedia_test_vc8_Debug" 23 24 ConfigurationType="1" 24 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"25 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 25 26 UseOfMFC="0" 26 27 ATLMinimizesCRunTimeLibraryUsage="false" … … 46 47 <Tool 47 48 Name="VCCLCompilerTool" 48 Optimization="0"49 49 AdditionalIncludeDirectories="../../pjlib/include,../include,../../pjnath/include,../../pjlib-util/include" 50 50 PreprocessorDefinitions="_DEBUG;PJ_WIN32=1;PJ_M_I386=1;WIN32;_CONSOLE" … … 59 59 WarningLevel="3" 60 60 SuppressStartupBanner="true" 61 DebugInformationFormat="4"62 61 /> 63 62 <Tool -
pjproject/branches/projects/vs-reorg/pjnath/build/pjnath.vcproj
r2606 r2609 171 171 </Configuration> 172 172 <Configuration 173 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 174 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 175 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 176 ConfigurationType="4" 177 CharacterSet="1" 178 > 179 <Tool 180 Name="VCPreBuildEventTool" 181 /> 182 <Tool 183 Name="VCCustomBuildTool" 184 /> 185 <Tool 186 Name="VCXMLDataGeneratorTool" 187 /> 188 <Tool 189 Name="VCWebServiceProxyGeneratorTool" 190 /> 191 <Tool 192 Name="VCMIDLTool" 193 TargetEnvironment="1" 194 /> 195 <Tool 196 Name="VCCLCompilerTool" 197 ExecutionBucket="7" 198 Optimization="2" 199 FavorSizeOrSpeed="2" 200 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 201 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 202 ExceptionHandling="0" 203 RuntimeLibrary="0" 204 WarningLevel="3" 205 DebugInformationFormat="0" 206 CompileAs="0" 207 /> 208 <Tool 209 Name="VCManagedResourceCompilerTool" 210 /> 211 <Tool 212 Name="VCResourceCompilerTool" 213 /> 214 <Tool 215 Name="VCPreLinkEventTool" 216 /> 217 <Tool 218 Name="VCLibrarianTool" 219 AdditionalOptions="" 220 /> 221 <Tool 222 Name="VCALinkTool" 223 /> 224 <Tool 225 Name="VCXDCMakeTool" 226 /> 227 <Tool 228 Name="VCBscMakeTool" 229 /> 230 <Tool 231 Name="VCCodeSignTool" 232 /> 233 <Tool 234 Name="VCPostBuildEventTool" 235 /> 236 <DeploymentTool 237 ForceDirty="-1" 238 RemoteDirectory="" 239 RegisterOutput="0" 240 AdditionalFiles="" 241 /> 242 <DebuggerTool 243 /> 244 </Configuration> 245 <Configuration 173 246 Name="Debug|Win32" 174 247 OutputDirectory="./output/pjnath-i386-win32-vc8-debug" 175 248 IntermediateDirectory="./output/pjnath-i386-win32-vc8-debug" 249 ConfigurationType="4" 250 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 251 UseOfMFC="0" 252 ATLMinimizesCRunTimeLibraryUsage="false" 253 CharacterSet="2" 254 > 255 <Tool 256 Name="VCPreBuildEventTool" 257 /> 258 <Tool 259 Name="VCCustomBuildTool" 260 /> 261 <Tool 262 Name="VCXMLDataGeneratorTool" 263 /> 264 <Tool 265 Name="VCWebServiceProxyGeneratorTool" 266 /> 267 <Tool 268 Name="VCMIDLTool" 269 /> 270 <Tool 271 Name="VCCLCompilerTool" 272 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 273 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 274 MinimalRebuild="true" 275 BasicRuntimeChecks="3" 276 RuntimeLibrary="1" 277 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-debug/pjnath.pch" 278 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-debug/" 279 ObjectFile="./output/pjnath-i386-win32-vc8-debug/" 280 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-debug/" 281 BrowseInformation="1" 282 WarningLevel="4" 283 SuppressStartupBanner="true" 284 /> 285 <Tool 286 Name="VCManagedResourceCompilerTool" 287 /> 288 <Tool 289 Name="VCResourceCompilerTool" 290 PreprocessorDefinitions="_DEBUG" 291 Culture="1033" 292 /> 293 <Tool 294 Name="VCPreLinkEventTool" 295 /> 296 <Tool 297 Name="VCLibrarianTool" 298 OutputFile="../lib/pjnath-i386-win32-vc8-debug.lib" 299 SuppressStartupBanner="true" 300 /> 301 <Tool 302 Name="VCALinkTool" 303 /> 304 <Tool 305 Name="VCXDCMakeTool" 306 /> 307 <Tool 308 Name="VCBscMakeTool" 309 SuppressStartupBanner="true" 310 OutputFile="./output/pjnath-i386-win32-vc8-debug/pjnath.bsc" 311 /> 312 <Tool 313 Name="VCFxCopTool" 314 /> 315 <Tool 316 Name="VCPostBuildEventTool" 317 /> 318 </Configuration> 319 <Configuration 320 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 321 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 322 IntermediateDirectory="$(OutDir)" 323 ConfigurationType="4" 324 CharacterSet="1" 325 > 326 <Tool 327 Name="VCPreBuildEventTool" 328 /> 329 <Tool 330 Name="VCCustomBuildTool" 331 /> 332 <Tool 333 Name="VCXMLDataGeneratorTool" 334 /> 335 <Tool 336 Name="VCWebServiceProxyGeneratorTool" 337 /> 338 <Tool 339 Name="VCMIDLTool" 340 /> 341 <Tool 342 Name="VCCLCompilerTool" 343 ExecutionBucket="7" 344 Optimization="0" 345 FavorSizeOrSpeed="0" 346 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 347 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 348 ExceptionHandling="0" 349 RuntimeLibrary="1" 350 WarningLevel="3" 351 DebugInformationFormat="3" 352 CompileAs="0" 353 CompileForArchitecture="0" 354 /> 355 <Tool 356 Name="VCManagedResourceCompilerTool" 357 /> 358 <Tool 359 Name="VCResourceCompilerTool" 360 /> 361 <Tool 362 Name="VCPreLinkEventTool" 363 /> 364 <Tool 365 Name="VCLibrarianTool" 366 AdditionalOptions="" 367 /> 368 <Tool 369 Name="VCALinkTool" 370 /> 371 <Tool 372 Name="VCXDCMakeTool" 373 /> 374 <Tool 375 Name="VCBscMakeTool" 376 /> 377 <Tool 378 Name="VCCodeSignTool" 379 /> 380 <Tool 381 Name="VCPostBuildEventTool" 382 /> 383 <DeploymentTool 384 ForceDirty="-1" 385 RemoteDirectory="" 386 RegisterOutput="0" 387 AdditionalFiles="" 388 /> 389 <DebuggerTool 390 /> 391 </Configuration> 392 <Configuration 393 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 394 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 395 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 396 ConfigurationType="4" 397 CharacterSet="1" 398 > 399 <Tool 400 Name="VCPreBuildEventTool" 401 /> 402 <Tool 403 Name="VCCustomBuildTool" 404 /> 405 <Tool 406 Name="VCXMLDataGeneratorTool" 407 /> 408 <Tool 409 Name="VCWebServiceProxyGeneratorTool" 410 /> 411 <Tool 412 Name="VCMIDLTool" 413 TargetEnvironment="1" 414 /> 415 <Tool 416 Name="VCCLCompilerTool" 417 ExecutionBucket="7" 418 Optimization="0" 419 FavorSizeOrSpeed="0" 420 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 421 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 422 ExceptionHandling="0" 423 RuntimeLibrary="1" 424 WarningLevel="3" 425 DebugInformationFormat="3" 426 CompileAs="0" 427 CompileForArchitecture="0" 428 /> 429 <Tool 430 Name="VCManagedResourceCompilerTool" 431 /> 432 <Tool 433 Name="VCResourceCompilerTool" 434 /> 435 <Tool 436 Name="VCPreLinkEventTool" 437 /> 438 <Tool 439 Name="VCLibrarianTool" 440 AdditionalOptions="" 441 /> 442 <Tool 443 Name="VCALinkTool" 444 /> 445 <Tool 446 Name="VCXDCMakeTool" 447 /> 448 <Tool 449 Name="VCBscMakeTool" 450 /> 451 <Tool 452 Name="VCCodeSignTool" 453 /> 454 <Tool 455 Name="VCPostBuildEventTool" 456 /> 457 <DeploymentTool 458 ForceDirty="-1" 459 RemoteDirectory="" 460 RegisterOutput="0" 461 AdditionalFiles="" 462 /> 463 <DebuggerTool 464 /> 465 </Configuration> 466 <Configuration 467 Name="Debug-Static|Win32" 468 OutputDirectory="$(ConfigurationName)" 469 IntermediateDirectory="$(ConfigurationName)" 176 470 ConfigurationType="4" 177 471 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" … … 247 541 </Configuration> 248 542 <Configuration 249 Name="Debug |Windows Mobile 6 Standard SDK (ARMV4I)"250 OutputDirectory=" output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)"251 IntermediateDirectory=" $(OutDir)"543 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 544 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 545 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 252 546 ConfigurationType="4" 253 547 CharacterSet="1" … … 267 561 <Tool 268 562 Name="VCMIDLTool" 563 TargetEnvironment="1" 269 564 /> 270 565 <Tool … … 320 615 </Configuration> 321 616 <Configuration 322 Name="Debug-Static|Win32" 323 OutputDirectory="$(ConfigurationName)" 324 IntermediateDirectory="$(ConfigurationName)" 325 ConfigurationType="4" 326 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 327 UseOfMFC="0" 328 ATLMinimizesCRunTimeLibraryUsage="false" 329 CharacterSet="2" 330 > 331 <Tool 332 Name="VCPreBuildEventTool" 333 /> 334 <Tool 335 Name="VCCustomBuildTool" 336 /> 337 <Tool 338 Name="VCXMLDataGeneratorTool" 339 /> 340 <Tool 341 Name="VCWebServiceProxyGeneratorTool" 342 /> 343 <Tool 344 Name="VCMIDLTool" 345 /> 346 <Tool 347 Name="VCCLCompilerTool" 348 Optimization="0" 349 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 350 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 351 MinimalRebuild="true" 352 BasicRuntimeChecks="3" 353 RuntimeLibrary="1" 354 PrecompiledHeaderFile="./output/pjnath-i386-win32-vc8-debug/pjnath.pch" 355 AssemblerListingLocation="./output/pjnath-i386-win32-vc8-debug/" 356 ObjectFile="./output/pjnath-i386-win32-vc8-debug/" 357 ProgramDataBaseFileName="./output/pjnath-i386-win32-vc8-debug/" 358 BrowseInformation="1" 359 WarningLevel="4" 360 SuppressStartupBanner="true" 361 DebugInformationFormat="4" 362 /> 363 <Tool 364 Name="VCManagedResourceCompilerTool" 365 /> 366 <Tool 367 Name="VCResourceCompilerTool" 368 PreprocessorDefinitions="_DEBUG" 369 Culture="1033" 370 /> 371 <Tool 372 Name="VCPreLinkEventTool" 373 /> 374 <Tool 375 Name="VCLibrarianTool" 376 OutputFile="../lib/pjnath-i386-win32-vc8-debug.lib" 377 SuppressStartupBanner="true" 378 /> 379 <Tool 380 Name="VCALinkTool" 381 /> 382 <Tool 383 Name="VCXDCMakeTool" 384 /> 385 <Tool 386 Name="VCBscMakeTool" 387 SuppressStartupBanner="true" 388 OutputFile="./output/pjnath-i386-win32-vc8-debug/pjnath.bsc" 389 /> 390 <Tool 391 Name="VCFxCopTool" 392 /> 393 <Tool 394 Name="VCPostBuildEventTool" 395 /> 396 </Configuration> 397 <Configuration 398 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 399 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 400 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 617 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 618 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 619 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 401 620 ConfigurationType="4" 402 621 CharacterSet="1" … … 620 839 </Configuration> 621 840 <Configuration 841 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 842 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 843 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 844 ConfigurationType="4" 845 CharacterSet="1" 846 > 847 <Tool 848 Name="VCPreBuildEventTool" 849 /> 850 <Tool 851 Name="VCCustomBuildTool" 852 /> 853 <Tool 854 Name="VCXMLDataGeneratorTool" 855 /> 856 <Tool 857 Name="VCWebServiceProxyGeneratorTool" 858 /> 859 <Tool 860 Name="VCMIDLTool" 861 TargetEnvironment="1" 862 /> 863 <Tool 864 Name="VCCLCompilerTool" 865 ExecutionBucket="7" 866 Optimization="2" 867 FavorSizeOrSpeed="2" 868 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 869 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 870 ExceptionHandling="0" 871 RuntimeLibrary="0" 872 WarningLevel="3" 873 DebugInformationFormat="0" 874 CompileAs="0" 875 /> 876 <Tool 877 Name="VCManagedResourceCompilerTool" 878 /> 879 <Tool 880 Name="VCResourceCompilerTool" 881 /> 882 <Tool 883 Name="VCPreLinkEventTool" 884 /> 885 <Tool 886 Name="VCLibrarianTool" 887 AdditionalOptions="" 888 /> 889 <Tool 890 Name="VCALinkTool" 891 /> 892 <Tool 893 Name="VCXDCMakeTool" 894 /> 895 <Tool 896 Name="VCBscMakeTool" 897 /> 898 <Tool 899 Name="VCCodeSignTool" 900 /> 901 <Tool 902 Name="VCPostBuildEventTool" 903 /> 904 <DeploymentTool 905 ForceDirty="-1" 906 RemoteDirectory="" 907 RegisterOutput="0" 908 AdditionalFiles="" 909 /> 910 <DebuggerTool 911 /> 912 </Configuration> 913 <Configuration 622 914 Name="Debug-Dynamic|Win32" 623 915 OutputDirectory="$(ConfigurationName)" … … 699 991 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 700 992 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 993 ConfigurationType="4" 994 CharacterSet="1" 995 > 996 <Tool 997 Name="VCPreBuildEventTool" 998 /> 999 <Tool 1000 Name="VCCustomBuildTool" 1001 /> 1002 <Tool 1003 Name="VCXMLDataGeneratorTool" 1004 /> 1005 <Tool 1006 Name="VCWebServiceProxyGeneratorTool" 1007 /> 1008 <Tool 1009 Name="VCMIDLTool" 1010 TargetEnvironment="1" 1011 /> 1012 <Tool 1013 Name="VCCLCompilerTool" 1014 ExecutionBucket="7" 1015 Optimization="0" 1016 FavorSizeOrSpeed="0" 1017 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 1018 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1019 ExceptionHandling="0" 1020 RuntimeLibrary="1" 1021 WarningLevel="3" 1022 DebugInformationFormat="3" 1023 CompileAs="0" 1024 CompileForArchitecture="0" 1025 /> 1026 <Tool 1027 Name="VCManagedResourceCompilerTool" 1028 /> 1029 <Tool 1030 Name="VCResourceCompilerTool" 1031 /> 1032 <Tool 1033 Name="VCPreLinkEventTool" 1034 /> 1035 <Tool 1036 Name="VCLibrarianTool" 1037 AdditionalOptions="" 1038 /> 1039 <Tool 1040 Name="VCALinkTool" 1041 /> 1042 <Tool 1043 Name="VCXDCMakeTool" 1044 /> 1045 <Tool 1046 Name="VCBscMakeTool" 1047 /> 1048 <Tool 1049 Name="VCCodeSignTool" 1050 /> 1051 <Tool 1052 Name="VCPostBuildEventTool" 1053 /> 1054 <DeploymentTool 1055 ForceDirty="-1" 1056 RemoteDirectory="" 1057 RegisterOutput="0" 1058 AdditionalFiles="" 1059 /> 1060 <DebuggerTool 1061 /> 1062 </Configuration> 1063 <Configuration 1064 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1065 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1066 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 701 1067 ConfigurationType="4" 702 1068 CharacterSet="1" … … 920 1286 </Configuration> 921 1287 <Configuration 922 Name="Release |Windows Mobile 6 Professional SDK (ARMV4I)"1288 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 923 1289 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 924 1290 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" … … 992 1358 /> 993 1359 </Configuration> 994 <Configuration995 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"996 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"997 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"998 ConfigurationType="4"999 CharacterSet="1"1000 >1001 <Tool1002 Name="VCPreBuildEventTool"1003 />1004 <Tool1005 Name="VCCustomBuildTool"1006 />1007 <Tool1008 Name="VCXMLDataGeneratorTool"1009 />1010 <Tool1011 Name="VCWebServiceProxyGeneratorTool"1012 />1013 <Tool1014 Name="VCMIDLTool"1015 TargetEnvironment="1"1016 />1017 <Tool1018 Name="VCCLCompilerTool"1019 ExecutionBucket="7"1020 Optimization="0"1021 FavorSizeOrSpeed="0"1022 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include"1023 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1024 ExceptionHandling="0"1025 RuntimeLibrary="1"1026 WarningLevel="3"1027 DebugInformationFormat="3"1028 CompileAs="0"1029 CompileForArchitecture="0"1030 />1031 <Tool1032 Name="VCManagedResourceCompilerTool"1033 />1034 <Tool1035 Name="VCResourceCompilerTool"1036 />1037 <Tool1038 Name="VCPreLinkEventTool"1039 />1040 <Tool1041 Name="VCLibrarianTool"1042 AdditionalOptions=""1043 />1044 <Tool1045 Name="VCALinkTool"1046 />1047 <Tool1048 Name="VCXDCMakeTool"1049 />1050 <Tool1051 Name="VCBscMakeTool"1052 />1053 <Tool1054 Name="VCCodeSignTool"1055 />1056 <Tool1057 Name="VCPostBuildEventTool"1058 />1059 <DeploymentTool1060 ForceDirty="-1"1061 RemoteDirectory=""1062 RegisterOutput="0"1063 AdditionalFiles=""1064 />1065 <DebuggerTool1066 />1067 </Configuration>1068 <Configuration1069 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1070 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1071 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1072 ConfigurationType="4"1073 CharacterSet="1"1074 >1075 <Tool1076 Name="VCPreBuildEventTool"1077 />1078 <Tool1079 Name="VCCustomBuildTool"1080 />1081 <Tool1082 Name="VCXMLDataGeneratorTool"1083 />1084 <Tool1085 Name="VCWebServiceProxyGeneratorTool"1086 />1087 <Tool1088 Name="VCMIDLTool"1089 TargetEnvironment="1"1090 />1091 <Tool1092 Name="VCCLCompilerTool"1093 ExecutionBucket="7"1094 Optimization="0"1095 FavorSizeOrSpeed="0"1096 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include"1097 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1098 ExceptionHandling="0"1099 RuntimeLibrary="1"1100 WarningLevel="3"1101 DebugInformationFormat="3"1102 CompileAs="0"1103 CompileForArchitecture="0"1104 />1105 <Tool1106 Name="VCManagedResourceCompilerTool"1107 />1108 <Tool1109 Name="VCResourceCompilerTool"1110 />1111 <Tool1112 Name="VCPreLinkEventTool"1113 />1114 <Tool1115 Name="VCLibrarianTool"1116 AdditionalOptions=""1117 />1118 <Tool1119 Name="VCALinkTool"1120 />1121 <Tool1122 Name="VCXDCMakeTool"1123 />1124 <Tool1125 Name="VCBscMakeTool"1126 />1127 <Tool1128 Name="VCCodeSignTool"1129 />1130 <Tool1131 Name="VCPostBuildEventTool"1132 />1133 <DeploymentTool1134 ForceDirty="-1"1135 RemoteDirectory=""1136 RegisterOutput="0"1137 AdditionalFiles=""1138 />1139 <DebuggerTool1140 />1141 </Configuration>1142 <Configuration1143 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1144 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1145 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1146 ConfigurationType="4"1147 CharacterSet="1"1148 >1149 <Tool1150 Name="VCPreBuildEventTool"1151 />1152 <Tool1153 Name="VCCustomBuildTool"1154 />1155 <Tool1156 Name="VCXMLDataGeneratorTool"1157 />1158 <Tool1159 Name="VCWebServiceProxyGeneratorTool"1160 />1161 <Tool1162 Name="VCMIDLTool"1163 TargetEnvironment="1"1164 />1165 <Tool1166 Name="VCCLCompilerTool"1167 ExecutionBucket="7"1168 Optimization="2"1169 FavorSizeOrSpeed="2"1170 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include"1171 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1172 ExceptionHandling="0"1173 RuntimeLibrary="0"1174 WarningLevel="3"1175 DebugInformationFormat="0"1176 CompileAs="0"1177 />1178 <Tool1179 Name="VCManagedResourceCompilerTool"1180 />1181 <Tool1182 Name="VCResourceCompilerTool"1183 />1184 <Tool1185 Name="VCPreLinkEventTool"1186 />1187 <Tool1188 Name="VCLibrarianTool"1189 AdditionalOptions=""1190 />1191 <Tool1192 Name="VCALinkTool"1193 />1194 <Tool1195 Name="VCXDCMakeTool"1196 />1197 <Tool1198 Name="VCBscMakeTool"1199 />1200 <Tool1201 Name="VCCodeSignTool"1202 />1203 <Tool1204 Name="VCPostBuildEventTool"1205 />1206 <DeploymentTool1207 ForceDirty="-1"1208 RemoteDirectory=""1209 RegisterOutput="0"1210 AdditionalFiles=""1211 />1212 <DebuggerTool1213 />1214 </Configuration>1215 <Configuration1216 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1217 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1218 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1219 ConfigurationType="4"1220 CharacterSet="1"1221 >1222 <Tool1223 Name="VCPreBuildEventTool"1224 />1225 <Tool1226 Name="VCCustomBuildTool"1227 />1228 <Tool1229 Name="VCXMLDataGeneratorTool"1230 />1231 <Tool1232 Name="VCWebServiceProxyGeneratorTool"1233 />1234 <Tool1235 Name="VCMIDLTool"1236 TargetEnvironment="1"1237 />1238 <Tool1239 Name="VCCLCompilerTool"1240 ExecutionBucket="7"1241 Optimization="0"1242 FavorSizeOrSpeed="0"1243 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include"1244 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1245 ExceptionHandling="0"1246 RuntimeLibrary="1"1247 WarningLevel="3"1248 DebugInformationFormat="3"1249 CompileAs="0"1250 CompileForArchitecture="0"1251 />1252 <Tool1253 Name="VCManagedResourceCompilerTool"1254 />1255 <Tool1256 Name="VCResourceCompilerTool"1257 />1258 <Tool1259 Name="VCPreLinkEventTool"1260 />1261 <Tool1262 Name="VCLibrarianTool"1263 AdditionalOptions=""1264 />1265 <Tool1266 Name="VCALinkTool"1267 />1268 <Tool1269 Name="VCXDCMakeTool"1270 />1271 <Tool1272 Name="VCBscMakeTool"1273 />1274 <Tool1275 Name="VCCodeSignTool"1276 />1277 <Tool1278 Name="VCPostBuildEventTool"1279 />1280 <DeploymentTool1281 ForceDirty="-1"1282 RemoteDirectory=""1283 RegisterOutput="0"1284 AdditionalFiles=""1285 />1286 <DebuggerTool1287 />1288 </Configuration>1289 <Configuration1290 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1291 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1292 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1293 ConfigurationType="4"1294 CharacterSet="1"1295 >1296 <Tool1297 Name="VCPreBuildEventTool"1298 />1299 <Tool1300 Name="VCCustomBuildTool"1301 />1302 <Tool1303 Name="VCXMLDataGeneratorTool"1304 />1305 <Tool1306 Name="VCWebServiceProxyGeneratorTool"1307 />1308 <Tool1309 Name="VCMIDLTool"1310 TargetEnvironment="1"1311 />1312 <Tool1313 Name="VCCLCompilerTool"1314 ExecutionBucket="7"1315 Optimization="2"1316 FavorSizeOrSpeed="2"1317 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include"1318 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1319 ExceptionHandling="0"1320 RuntimeLibrary="0"1321 WarningLevel="3"1322 DebugInformationFormat="0"1323 CompileAs="0"1324 />1325 <Tool1326 Name="VCManagedResourceCompilerTool"1327 />1328 <Tool1329 Name="VCResourceCompilerTool"1330 />1331 <Tool1332 Name="VCPreLinkEventTool"1333 />1334 <Tool1335 Name="VCLibrarianTool"1336 AdditionalOptions=""1337 />1338 <Tool1339 Name="VCALinkTool"1340 />1341 <Tool1342 Name="VCXDCMakeTool"1343 />1344 <Tool1345 Name="VCBscMakeTool"1346 />1347 <Tool1348 Name="VCCodeSignTool"1349 />1350 <Tool1351 Name="VCPostBuildEventTool"1352 />1353 <DeploymentTool1354 ForceDirty="-1"1355 RemoteDirectory=""1356 RegisterOutput="0"1357 AdditionalFiles=""1358 />1359 <DebuggerTool1360 />1361 </Configuration>1362 1360 </Configurations> 1363 1361 <References> -
pjproject/branches/projects/vs-reorg/pjnath/build/pjnath_test.vcproj
r2584 r2609 23 23 IntermediateDirectory="./output/pjnath-test-i386-win32-vc8-debug" 24 24 ConfigurationType="1" 25 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"25 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 26 26 UseOfMFC="0" 27 27 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 47 <Tool 48 48 Name="VCCLCompilerTool" 49 Optimization="0"50 49 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 51 50 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1" … … 60 59 WarningLevel="4" 61 60 SuppressStartupBanner="true" 62 DebugInformationFormat="4"63 61 /> 64 62 <Tool -
pjproject/branches/projects/vs-reorg/pjsip-apps/build/pjsua.vcproj
r2584 r2609 197 197 IntermediateDirectory=".\output\pjsua-i386-win32-vc8-debug" 198 198 ConfigurationType="1" 199 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"199 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 200 200 UseOfMFC="0" 201 201 ATLMinimizesCRunTimeLibraryUsage="false" … … 221 221 <Tool 222 222 Name="VCCLCompilerTool" 223 Optimization="0"224 223 AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 225 224 PreprocessorDefinitions="_DEBUG;PJ_WIN32=1;PJ_M_I386=1;WIN32;_CONSOLE" … … 234 233 WarningLevel="4" 235 234 SuppressStartupBanner="true" 236 DebugInformationFormat="4"237 235 /> 238 236 <Tool -
pjproject/branches/projects/vs-reorg/pjsip-apps/build/sample_debug.vcproj
r2584 r2609 23 23 IntermediateDirectory="./output/samples-i386-win32-vc8-debug" 24 24 ConfigurationType="1" 25 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"25 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 26 26 UseOfMFC="0" 27 27 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 47 <Tool 48 48 Name="VCCLCompilerTool" 49 Optimization="0"50 49 AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include" 51 50 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;_DEBUG;_CONSOLE" … … 60 59 WarningLevel="4" 61 60 SuppressStartupBanner="true" 62 DebugInformationFormat="4"63 61 /> 64 62 <Tool -
pjproject/branches/projects/vs-reorg/pjsip/build/pjsip_core.vcproj
r2606 r2609 5 5 Name="pjsip_core" 6 6 ProjectGUID="{2BB84911-C1B4-4747-B93D-36AA82CC5031}" 7 RootNamespace="pjsip_core" 7 8 > 8 9 <Platforms> … … 170 171 </Configuration> 171 172 <Configuration 173 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 174 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 175 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 176 ConfigurationType="4" 177 CharacterSet="1" 178 > 179 <Tool 180 Name="VCPreBuildEventTool" 181 /> 182 <Tool 183 Name="VCCustomBuildTool" 184 /> 185 <Tool 186 Name="VCXMLDataGeneratorTool" 187 /> 188 <Tool 189 Name="VCWebServiceProxyGeneratorTool" 190 /> 191 <Tool 192 Name="VCMIDLTool" 193 TargetEnvironment="1" 194 /> 195 <Tool 196 Name="VCCLCompilerTool" 197 ExecutionBucket="7" 198 Optimization="2" 199 FavorSizeOrSpeed="2" 200 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 201 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 202 ExceptionHandling="0" 203 RuntimeLibrary="0" 204 WarningLevel="3" 205 DebugInformationFormat="0" 206 CompileAs="0" 207 /> 208 <Tool 209 Name="VCManagedResourceCompilerTool" 210 /> 211 <Tool 212 Name="VCResourceCompilerTool" 213 /> 214 <Tool 215 Name="VCPreLinkEventTool" 216 /> 217 <Tool 218 Name="VCLibrarianTool" 219 AdditionalOptions="" 220 /> 221 <Tool 222 Name="VCALinkTool" 223 /> 224 <Tool 225 Name="VCXDCMakeTool" 226 /> 227 <Tool 228 Name="VCBscMakeTool" 229 /> 230 <Tool 231 Name="VCCodeSignTool" 232 /> 233 <Tool 234 Name="VCPostBuildEventTool" 235 /> 236 <DeploymentTool 237 ForceDirty="-1" 238 RemoteDirectory="" 239 RegisterOutput="0" 240 AdditionalFiles="" 241 /> 242 <DebuggerTool 243 /> 244 </Configuration> 245 <Configuration 172 246 Name="Debug|Win32" 173 247 OutputDirectory=".\output\pjsip-core-i386-win32-vc8-debug" 174 248 IntermediateDirectory=".\output\pjsip-core-i386-win32-vc8-debug" 249 ConfigurationType="4" 250 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 251 UseOfMFC="0" 252 ATLMinimizesCRunTimeLibraryUsage="false" 253 CharacterSet="2" 254 > 255 <Tool 256 Name="VCPreBuildEventTool" 257 /> 258 <Tool 259 Name="VCCustomBuildTool" 260 /> 261 <Tool 262 Name="VCXMLDataGeneratorTool" 263 /> 264 <Tool 265 Name="VCWebServiceProxyGeneratorTool" 266 /> 267 <Tool 268 Name="VCMIDLTool" 269 /> 270 <Tool 271 Name="VCCLCompilerTool" 272 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 273 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 274 MinimalRebuild="true" 275 BasicRuntimeChecks="3" 276 RuntimeLibrary="1" 277 PrecompiledHeaderFile=".\output\pjsip-core-i386-win32-vc8-debug/pjsip_core.pch" 278 AssemblerListingLocation=".\output\pjsip-core-i386-win32-vc8-debug/" 279 ObjectFile=".\output\pjsip-core-i386-win32-vc8-debug/" 280 ProgramDataBaseFileName=".\output\pjsip-core-i386-win32-vc8-debug/" 281 BrowseInformation="1" 282 WarningLevel="4" 283 SuppressStartupBanner="true" 284 /> 285 <Tool 286 Name="VCManagedResourceCompilerTool" 287 /> 288 <Tool 289 Name="VCResourceCompilerTool" 290 PreprocessorDefinitions="_DEBUG" 291 Culture="1033" 292 /> 293 <Tool 294 Name="VCPreLinkEventTool" 295 /> 296 <Tool 297 Name="VCLibrarianTool" 298 OutputFile="../lib/pjsip-core-i386-win32-vc8-debug.lib" 299 SuppressStartupBanner="true" 300 /> 301 <Tool 302 Name="VCALinkTool" 303 /> 304 <Tool 305 Name="VCXDCMakeTool" 306 /> 307 <Tool 308 Name="VCBscMakeTool" 309 SuppressStartupBanner="true" 310 OutputFile=".\output\pjsip-core-i386-win32-vc8-debug/pjsip_core.bsc" 311 /> 312 <Tool 313 Name="VCFxCopTool" 314 /> 315 <Tool 316 Name="VCPostBuildEventTool" 317 /> 318 </Configuration> 319 <Configuration 320 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 321 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 322 IntermediateDirectory="$(OutDir)" 323 ConfigurationType="4" 324 CharacterSet="1" 325 > 326 <Tool 327 Name="VCPreBuildEventTool" 328 /> 329 <Tool 330 Name="VCCustomBuildTool" 331 /> 332 <Tool 333 Name="VCXMLDataGeneratorTool" 334 /> 335 <Tool 336 Name="VCWebServiceProxyGeneratorTool" 337 /> 338 <Tool 339 Name="VCMIDLTool" 340 /> 341 <Tool 342 Name="VCCLCompilerTool" 343 ExecutionBucket="7" 344 Optimization="0" 345 FavorSizeOrSpeed="0" 346 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 347 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 348 ExceptionHandling="0" 349 RuntimeLibrary="1" 350 WarningLevel="3" 351 DebugInformationFormat="3" 352 CompileAs="0" 353 CompileForArchitecture="0" 354 /> 355 <Tool 356 Name="VCManagedResourceCompilerTool" 357 /> 358 <Tool 359 Name="VCResourceCompilerTool" 360 /> 361 <Tool 362 Name="VCPreLinkEventTool" 363 /> 364 <Tool 365 Name="VCLibrarianTool" 366 AdditionalOptions="" 367 /> 368 <Tool 369 Name="VCALinkTool" 370 /> 371 <Tool 372 Name="VCXDCMakeTool" 373 /> 374 <Tool 375 Name="VCBscMakeTool" 376 /> 377 <Tool 378 Name="VCCodeSignTool" 379 /> 380 <Tool 381 Name="VCPostBuildEventTool" 382 /> 383 <DeploymentTool 384 ForceDirty="-1" 385 RemoteDirectory="" 386 RegisterOutput="0" 387 AdditionalFiles="" 388 /> 389 <DebuggerTool 390 /> 391 </Configuration> 392 <Configuration 393 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 394 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 395 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 396 ConfigurationType="4" 397 CharacterSet="1" 398 > 399 <Tool 400 Name="VCPreBuildEventTool" 401 /> 402 <Tool 403 Name="VCCustomBuildTool" 404 /> 405 <Tool 406 Name="VCXMLDataGeneratorTool" 407 /> 408 <Tool 409 Name="VCWebServiceProxyGeneratorTool" 410 /> 411 <Tool 412 Name="VCMIDLTool" 413 TargetEnvironment="1" 414 /> 415 <Tool 416 Name="VCCLCompilerTool" 417 ExecutionBucket="7" 418 Optimization="0" 419 FavorSizeOrSpeed="0" 420 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 421 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 422 ExceptionHandling="0" 423 RuntimeLibrary="1" 424 WarningLevel="3" 425 DebugInformationFormat="3" 426 CompileAs="0" 427 CompileForArchitecture="0" 428 /> 429 <Tool 430 Name="VCManagedResourceCompilerTool" 431 /> 432 <Tool 433 Name="VCResourceCompilerTool" 434 /> 435 <Tool 436 Name="VCPreLinkEventTool" 437 /> 438 <Tool 439 Name="VCLibrarianTool" 440 AdditionalOptions="" 441 /> 442 <Tool 443 Name="VCALinkTool" 444 /> 445 <Tool 446 Name="VCXDCMakeTool" 447 /> 448 <Tool 449 Name="VCBscMakeTool" 450 /> 451 <Tool 452 Name="VCCodeSignTool" 453 /> 454 <Tool 455 Name="VCPostBuildEventTool" 456 /> 457 <DeploymentTool 458 ForceDirty="-1" 459 RemoteDirectory="" 460 RegisterOutput="0" 461 AdditionalFiles="" 462 /> 463 <DebuggerTool 464 /> 465 </Configuration> 466 <Configuration 467 Name="Debug-Static|Win32" 468 OutputDirectory="$(ConfigurationName)" 469 IntermediateDirectory="$(ConfigurationName)" 175 470 ConfigurationType="4" 176 471 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" … … 246 541 </Configuration> 247 542 <Configuration 248 Name="Debug |Windows Mobile 6 Standard SDK (ARMV4I)"249 OutputDirectory=" output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)"250 IntermediateDirectory=" $(OutDir)"543 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 544 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 545 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 251 546 ConfigurationType="4" 252 547 CharacterSet="1" … … 266 561 <Tool 267 562 Name="VCMIDLTool" 563 TargetEnvironment="1" 268 564 /> 269 565 <Tool … … 319 615 </Configuration> 320 616 <Configuration 321 Name="Debug-Static|Win32" 322 OutputDirectory="$(ConfigurationName)" 323 IntermediateDirectory="$(ConfigurationName)" 324 ConfigurationType="4" 325 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 326 UseOfMFC="0" 327 ATLMinimizesCRunTimeLibraryUsage="false" 328 CharacterSet="2" 329 > 330 <Tool 331 Name="VCPreBuildEventTool" 332 /> 333 <Tool 334 Name="VCCustomBuildTool" 335 /> 336 <Tool 337 Name="VCXMLDataGeneratorTool" 338 /> 339 <Tool 340 Name="VCWebServiceProxyGeneratorTool" 341 /> 342 <Tool 343 Name="VCMIDLTool" 344 /> 345 <Tool 346 Name="VCCLCompilerTool" 347 Optimization="0" 348 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 349 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PJ_WIN32=1;PJ_M_I386=1" 350 MinimalRebuild="true" 351 BasicRuntimeChecks="3" 352 RuntimeLibrary="1" 353 PrecompiledHeaderFile=".\output\pjsip-core-i386-win32-vc8-debug/pjsip_core.pch" 354 AssemblerListingLocation=".\output\pjsip-core-i386-win32-vc8-debug/" 355 ObjectFile=".\output\pjsip-core-i386-win32-vc8-debug/" 356 ProgramDataBaseFileName=".\output\pjsip-core-i386-win32-vc8-debug/" 357 BrowseInformation="1" 358 WarningLevel="4" 359 SuppressStartupBanner="true" 360 DebugInformationFormat="4" 361 /> 362 <Tool 363 Name="VCManagedResourceCompilerTool" 364 /> 365 <Tool 366 Name="VCResourceCompilerTool" 367 PreprocessorDefinitions="_DEBUG" 368 Culture="1033" 369 /> 370 <Tool 371 Name="VCPreLinkEventTool" 372 /> 373 <Tool 374 Name="VCLibrarianTool" 375 OutputFile="../lib/pjsip-core-i386-win32-vc8-debug.lib" 376 SuppressStartupBanner="true" 377 /> 378 <Tool 379 Name="VCALinkTool" 380 /> 381 <Tool 382 Name="VCXDCMakeTool" 383 /> 384 <Tool 385 Name="VCBscMakeTool" 386 SuppressStartupBanner="true" 387 OutputFile=".\output\pjsip-core-i386-win32-vc8-debug/pjsip_core.bsc" 388 /> 389 <Tool 390 Name="VCFxCopTool" 391 /> 392 <Tool 393 Name="VCPostBuildEventTool" 394 /> 395 </Configuration> 396 <Configuration 397 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 398 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 399 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 617 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 618 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 619 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 400 620 ConfigurationType="4" 401 621 CharacterSet="1" … … 619 839 </Configuration> 620 840 <Configuration 841 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 842 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 843 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 844 ConfigurationType="4" 845 CharacterSet="1" 846 > 847 <Tool 848 Name="VCPreBuildEventTool" 849 /> 850 <Tool 851 Name="VCCustomBuildTool" 852 /> 853 <Tool 854 Name="VCXMLDataGeneratorTool" 855 /> 856 <Tool 857 Name="VCWebServiceProxyGeneratorTool" 858 /> 859 <Tool 860 Name="VCMIDLTool" 861 TargetEnvironment="1" 862 /> 863 <Tool 864 Name="VCCLCompilerTool" 865 ExecutionBucket="7" 866 Optimization="2" 867 FavorSizeOrSpeed="2" 868 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 869 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 870 ExceptionHandling="0" 871 RuntimeLibrary="0" 872 WarningLevel="3" 873 DebugInformationFormat="0" 874 CompileAs="0" 875 /> 876 <Tool 877 Name="VCManagedResourceCompilerTool" 878 /> 879 <Tool 880 Name="VCResourceCompilerTool" 881 /> 882 <Tool 883 Name="VCPreLinkEventTool" 884 /> 885 <Tool 886 Name="VCLibrarianTool" 887 AdditionalOptions="" 888 /> 889 <Tool 890 Name="VCALinkTool" 891 /> 892 <Tool 893 Name="VCXDCMakeTool" 894 /> 895 <Tool 896 Name="VCBscMakeTool" 897 /> 898 <Tool 899 Name="VCCodeSignTool" 900 /> 901 <Tool 902 Name="VCPostBuildEventTool" 903 /> 904 <DeploymentTool 905 ForceDirty="-1" 906 RemoteDirectory="" 907 RegisterOutput="0" 908 AdditionalFiles="" 909 /> 910 <DebuggerTool 911 /> 912 </Configuration> 913 <Configuration 621 914 Name="Debug-Dynamic|Win32" 622 915 OutputDirectory="$(ConfigurationName)" … … 698 991 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 699 992 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 993 ConfigurationType="4" 994 CharacterSet="1" 995 > 996 <Tool 997 Name="VCPreBuildEventTool" 998 /> 999 <Tool 1000 Name="VCCustomBuildTool" 1001 /> 1002 <Tool 1003 Name="VCXMLDataGeneratorTool" 1004 /> 1005 <Tool 1006 Name="VCWebServiceProxyGeneratorTool" 1007 /> 1008 <Tool 1009 Name="VCMIDLTool" 1010 TargetEnvironment="1" 1011 /> 1012 <Tool 1013 Name="VCCLCompilerTool" 1014 ExecutionBucket="7" 1015 Optimization="0" 1016 FavorSizeOrSpeed="0" 1017 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include" 1018 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1019 ExceptionHandling="0" 1020 RuntimeLibrary="1" 1021 WarningLevel="3" 1022 DebugInformationFormat="3" 1023 CompileAs="0" 1024 CompileForArchitecture="0" 1025 /> 1026 <Tool 1027 Name="VCManagedResourceCompilerTool" 1028 /> 1029 <Tool 1030 Name="VCResourceCompilerTool" 1031 /> 1032 <Tool 1033 Name="VCPreLinkEventTool" 1034 /> 1035 <Tool 1036 Name="VCLibrarianTool" 1037 AdditionalOptions="" 1038 /> 1039 <Tool 1040 Name="VCALinkTool" 1041 /> 1042 <Tool 1043 Name="VCXDCMakeTool" 1044 /> 1045 <Tool 1046 Name="VCBscMakeTool" 1047 /> 1048 <Tool 1049 Name="VCCodeSignTool" 1050 /> 1051 <Tool 1052 Name="VCPostBuildEventTool" 1053 /> 1054 <DeploymentTool 1055 ForceDirty="-1" 1056 RemoteDirectory="" 1057 RegisterOutput="0" 1058 AdditionalFiles="" 1059 /> 1060 <DebuggerTool 1061 /> 1062 </Configuration> 1063 <Configuration 1064 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1065 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1066 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 700 1067 ConfigurationType="4" 701 1068 CharacterSet="1" … … 880 1247 DebugInformationFormat="0" 881 1248 CompileAs="0" 882 />883 <Tool884 Name="VCManagedResourceCompilerTool"885 />886 <Tool887 Name="VCResourceCompilerTool"888 />889 <Tool890 Name="VCPreLinkEventTool"891 />892 <Tool893 Name="VCLibrarianTool"894 AdditionalOptions=""895 />896 <Tool897 Name="VCALinkTool"898 />899 <Tool900 Name="VCXDCMakeTool"901 />902 <Tool903 Name="VCBscMakeTool"904 />905 <Tool906 Name="VCCodeSignTool"907 />908 <Tool909 Name="VCPostBuildEventTool"910 />911 <DeploymentTool912 ForceDirty="-1"913 RemoteDirectory=""914 RegisterOutput="0"915 AdditionalFiles=""916 />917 <DebuggerTool918 />919 </Configuration>920 <Configuration921 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"922 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"923 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"924 ConfigurationType="4"925 CharacterSet="1"926 >927 <Tool928 Name="VCPreBuildEventTool"929 />930 <Tool931 Name="VCCustomBuildTool"932 />933 <Tool934 Name="VCXMLDataGeneratorTool"935 />936 <Tool937 Name="VCWebServiceProxyGeneratorTool"938 />939 <Tool940 Name="VCMIDLTool"941 TargetEnvironment="1"942 />943 <Tool944 Name="VCCLCompilerTool"945 ExecutionBucket="7"946 Optimization="2"947 FavorSizeOrSpeed="2"948 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include"949 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"950 ExceptionHandling="0"951 RuntimeLibrary="0"952 WarningLevel="3"953 DebugInformationFormat="0"954 CompileAs="0"955 />956 <Tool957 Name="VCManagedResourceCompilerTool"958 />959 <Tool960 Name="VCResourceCompilerTool"961 />962 <Tool963 Name="VCPreLinkEventTool"964 />965 <Tool966 Name="VCLibrarianTool"967 AdditionalOptions=""968 />969 <Tool970 Name="VCALinkTool"971 />972 <Tool973 Name="VCXDCMakeTool"974 />975 <Tool976 Name="VCBscMakeTool"977 />978 <Tool979 Name="VCCodeSignTool"980 />981 <Tool982 Name="VCPostBuildEventTool"983 />984 <DeploymentTool985 ForceDirty="-1"986 RemoteDirectory=""987 RegisterOutput="0"988 AdditionalFiles=""989 />990 <DebuggerTool991 />992 </Configuration>993 <Configuration994 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"995 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"996 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"997 ConfigurationType="4"998 CharacterSet="1"999 >1000 <Tool1001 Name="VCPreBuildEventTool"1002 />1003 <Tool1004 Name="VCCustomBuildTool"1005 />1006 <Tool1007 Name="VCXMLDataGeneratorTool"1008 />1009 <Tool1010 Name="VCWebServiceProxyGeneratorTool"1011 />1012 <Tool1013 Name="VCMIDLTool"1014 TargetEnvironment="1"1015 />1016 <Tool1017 Name="VCCLCompilerTool"1018 ExecutionBucket="7"1019 Optimization="0"1020 FavorSizeOrSpeed="0"1021 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include"1022 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1023 ExceptionHandling="0"1024 RuntimeLibrary="1"1025 WarningLevel="3"1026 DebugInformationFormat="3"1027 CompileAs="0"1028 CompileForArchitecture="0"1029 />1030 <Tool1031 Name="VCManagedResourceCompilerTool"1032 />1033 <Tool1034 Name="VCResourceCompilerTool"1035 />1036 <Tool1037 Name="VCPreLinkEventTool"1038 />1039 <Tool1040 Name="VCLibrarianTool"1041 AdditionalOptions=""1042 />1043 <Tool1044 Name="VCALinkTool"1045 />1046 <Tool1047 Name="VCXDCMakeTool"1048 />1049 <Tool1050 Name="VCBscMakeTool"1051 />1052 <Tool1053 Name="VCCodeSignTool"1054 />1055 <Tool1056 Name="VCPostBuildEventTool"1057 />1058 <DeploymentTool1059 ForceDirty="-1"1060 RemoteDirectory=""1061 RegisterOutput="0"1062 AdditionalFiles=""1063 />1064 <DebuggerTool1065 />1066 </Configuration>1067 <Configuration1068 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1069 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1070 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1071 ConfigurationType="4"1072 CharacterSet="1"1073 >1074 <Tool1075 Name="VCPreBuildEventTool"1076 />1077 <Tool1078 Name="VCCustomBuildTool"1079 />1080 <Tool1081 Name="VCXMLDataGeneratorTool"1082 />1083 <Tool1084 Name="VCWebServiceProxyGeneratorTool"1085 />1086 <Tool1087 Name="VCMIDLTool"1088 TargetEnvironment="1"1089 />1090 <Tool1091 Name="VCCLCompilerTool"1092 ExecutionBucket="7"1093 Optimization="0"1094 FavorSizeOrSpeed="0"1095 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include"1096 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1097 ExceptionHandling="0"1098 RuntimeLibrary="1"1099 WarningLevel="3"1100 DebugInformationFormat="3"1101 CompileAs="0"1102 CompileForArchitecture="0"1103 />1104 <Tool1105 Name="VCManagedResourceCompilerTool"1106 />1107 <Tool1108 Name="VCResourceCompilerTool"1109 />1110 <Tool1111 Name="VCPreLinkEventTool"1112 />1113 <Tool1114 Name="VCLibrarianTool"1115 AdditionalOptions=""1116 />1117 <Tool1118 Name="VCALinkTool"1119 />1120 <Tool1121 Name="VCXDCMakeTool"1122 />1123 <Tool1124 Name="VCBscMakeTool"1125 />1126 <Tool1127 Name="VCCodeSignTool"1128 />1129 <Tool1130 Name="VCPostBuildEventTool"1131 />1132 <DeploymentTool1133 ForceDirty="-1"1134 RemoteDirectory=""1135 RegisterOutput="0"1136 AdditionalFiles=""1137 />1138 <DebuggerTool1139 />1140 </Configuration>1141 <Configuration1142 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1143 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1144 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1145 ConfigurationType="4"1146 CharacterSet="1"1147 >1148 <Tool1149 Name="VCPreBuildEventTool"1150 />1151 <Tool1152 Name="VCCustomBuildTool"1153 />1154 <Tool1155 Name="VCXMLDataGeneratorTool"1156 />1157 <Tool1158 Name="VCWebServiceProxyGeneratorTool"1159 />1160 <Tool1161 Name="VCMIDLTool"1162 TargetEnvironment="1"1163 />1164 <Tool1165 Name="VCCLCompilerTool"1166 ExecutionBucket="7"1167 Optimization="2"1168 FavorSizeOrSpeed="2"1169 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include"1170 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1171 ExceptionHandling="0"1172 RuntimeLibrary="0"1173 WarningLevel="3"1174 DebugInformationFormat="0"1175 CompileAs="0"1176 />1177 <Tool1178 Name="VCManagedResourceCompilerTool"1179 />1180 <Tool1181 Name="VCResourceCompilerTool"1182 />1183 <Tool1184 Name="VCPreLinkEventTool"1185 />1186 <Tool1187 Name="VCLibrarianTool"1188 AdditionalOptions=""1189 />1190 <Tool1191 Name="VCALinkTool"1192 />1193 <Tool1194 Name="VCXDCMakeTool"1195 />1196 <Tool1197 Name="VCBscMakeTool"1198 />1199 <Tool1200 Name="VCCodeSignTool"1201 />1202 <Tool1203 Name="VCPostBuildEventTool"1204 />1205 <DeploymentTool1206 ForceDirty="-1"1207 RemoteDirectory=""1208 RegisterOutput="0"1209 AdditionalFiles=""1210 />1211 <DebuggerTool1212 />1213 </Configuration>1214 <Configuration1215 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1216 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1217 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1218 ConfigurationType="4"1219 CharacterSet="1"1220 >1221 <Tool1222 Name="VCPreBuildEventTool"1223 />1224 <Tool1225 Name="VCCustomBuildTool"1226 />1227 <Tool1228 Name="VCXMLDataGeneratorTool"1229 />1230 <Tool1231 Name="VCWebServiceProxyGeneratorTool"1232 />1233 <Tool1234 Name="VCMIDLTool"1235 TargetEnvironment="1"1236 />1237 <Tool1238 Name="VCCLCompilerTool"1239 ExecutionBucket="7"1240 Optimization="0"1241 FavorSizeOrSpeed="0"1242 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include"1243 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1244 ExceptionHandling="0"1245 RuntimeLibrary="1"1246 WarningLevel="3"1247 DebugInformationFormat="3"1248 CompileAs="0"1249 CompileForArchitecture="0"1250 1249 /> 1251 1250 <Tool -
pjproject/branches/projects/vs-reorg/pjsip/build/pjsip_simple.vcproj
r2606 r2609 5 5 Name="pjsip_simple" 6 6 ProjectGUID="{4B5945CD-0CB3-49AA-A7FF-7612D93F82C0}" 7 RootNamespace="pjsip_simple" 7 8 > 8 9 <Platforms> … … 25 26 IntermediateDirectory="./output/pjsip-simple-i386-win32-vc8-debug" 26 27 ConfigurationType="4" 28 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 29 UseOfMFC="0" 30 ATLMinimizesCRunTimeLibraryUsage="false" 31 CharacterSet="2" 32 > 33 <Tool 34 Name="VCPreBuildEventTool" 35 /> 36 <Tool 37 Name="VCCustomBuildTool" 38 /> 39 <Tool 40 Name="VCXMLDataGeneratorTool" 41 /> 42 <Tool 43 Name="VCWebServiceProxyGeneratorTool" 44 /> 45 <Tool 46 Name="VCMIDLTool" 47 /> 48 <Tool 49 Name="VCCLCompilerTool" 50 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 51 PreprocessorDefinitions="_DEBUG;PJ_WIN32=1;PJ_M_I386=1;WIN32;_LIB" 52 MinimalRebuild="true" 53 BasicRuntimeChecks="3" 54 RuntimeLibrary="1" 55 PrecompiledHeaderFile="./output/pjsip-simple-i386-win32-vc8-debug/pjsip_simple.pch" 56 AssemblerListingLocation="./output/pjsip-simple-i386-win32-vc8-debug/" 57 ObjectFile="./output/pjsip-simple-i386-win32-vc8-debug/" 58 ProgramDataBaseFileName="./output/pjsip-simple-i386-win32-vc8-debug/" 59 BrowseInformation="1" 60 WarningLevel="4" 61 SuppressStartupBanner="true" 62 /> 63 <Tool 64 Name="VCManagedResourceCompilerTool" 65 /> 66 <Tool 67 Name="VCResourceCompilerTool" 68 PreprocessorDefinitions="_DEBUG" 69 Culture="1033" 70 /> 71 <Tool 72 Name="VCPreLinkEventTool" 73 /> 74 <Tool 75 Name="VCLibrarianTool" 76 OutputFile="../lib/pjsip-simple-i386-win32-vc8-debug.lib" 77 SuppressStartupBanner="true" 78 /> 79 <Tool 80 Name="VCALinkTool" 81 /> 82 <Tool 83 Name="VCXDCMakeTool" 84 /> 85 <Tool 86 Name="VCBscMakeTool" 87 SuppressStartupBanner="true" 88 OutputFile="./output/pjsip-simple-i386-win32-vc8-debug/pjsip_simple.bsc" 89 /> 90 <Tool 91 Name="VCFxCopTool" 92 /> 93 <Tool 94 Name="VCPostBuildEventTool" 95 /> 96 </Configuration> 97 <Configuration 98 Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)" 99 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 100 IntermediateDirectory="$(OutDir)" 101 ConfigurationType="4" 102 CharacterSet="1" 103 > 104 <Tool 105 Name="VCPreBuildEventTool" 106 /> 107 <Tool 108 Name="VCCustomBuildTool" 109 /> 110 <Tool 111 Name="VCXMLDataGeneratorTool" 112 /> 113 <Tool 114 Name="VCWebServiceProxyGeneratorTool" 115 /> 116 <Tool 117 Name="VCMIDLTool" 118 /> 119 <Tool 120 Name="VCCLCompilerTool" 121 ExecutionBucket="7" 122 Optimization="0" 123 FavorSizeOrSpeed="0" 124 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 125 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 126 ExceptionHandling="0" 127 RuntimeLibrary="1" 128 WarningLevel="3" 129 DebugInformationFormat="3" 130 CompileAs="0" 131 CompileForArchitecture="0" 132 /> 133 <Tool 134 Name="VCManagedResourceCompilerTool" 135 /> 136 <Tool 137 Name="VCResourceCompilerTool" 138 /> 139 <Tool 140 Name="VCPreLinkEventTool" 141 /> 142 <Tool 143 Name="VCLibrarianTool" 144 AdditionalOptions="" 145 /> 146 <Tool 147 Name="VCALinkTool" 148 /> 149 <Tool 150 Name="VCXDCMakeTool" 151 /> 152 <Tool 153 Name="VCBscMakeTool" 154 /> 155 <Tool 156 Name="VCCodeSignTool" 157 /> 158 <Tool 159 Name="VCPostBuildEventTool" 160 /> 161 <DeploymentTool 162 ForceDirty="-1" 163 RemoteDirectory="" 164 RegisterOutput="0" 165 AdditionalFiles="" 166 /> 167 <DebuggerTool 168 /> 169 </Configuration> 170 <Configuration 171 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 172 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 173 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 174 ConfigurationType="4" 175 CharacterSet="1" 176 > 177 <Tool 178 Name="VCPreBuildEventTool" 179 /> 180 <Tool 181 Name="VCCustomBuildTool" 182 /> 183 <Tool 184 Name="VCXMLDataGeneratorTool" 185 /> 186 <Tool 187 Name="VCWebServiceProxyGeneratorTool" 188 /> 189 <Tool 190 Name="VCMIDLTool" 191 TargetEnvironment="1" 192 /> 193 <Tool 194 Name="VCCLCompilerTool" 195 ExecutionBucket="7" 196 Optimization="0" 197 FavorSizeOrSpeed="0" 198 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 199 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 200 ExceptionHandling="0" 201 RuntimeLibrary="1" 202 WarningLevel="3" 203 DebugInformationFormat="3" 204 CompileAs="0" 205 CompileForArchitecture="0" 206 /> 207 <Tool 208 Name="VCManagedResourceCompilerTool" 209 /> 210 <Tool 211 Name="VCResourceCompilerTool" 212 /> 213 <Tool 214 Name="VCPreLinkEventTool" 215 /> 216 <Tool 217 Name="VCLibrarianTool" 218 AdditionalOptions="" 219 /> 220 <Tool 221 Name="VCALinkTool" 222 /> 223 <Tool 224 Name="VCXDCMakeTool" 225 /> 226 <Tool 227 Name="VCBscMakeTool" 228 /> 229 <Tool 230 Name="VCCodeSignTool" 231 /> 232 <Tool 233 Name="VCPostBuildEventTool" 234 /> 235 <DeploymentTool 236 ForceDirty="-1" 237 RemoteDirectory="" 238 RegisterOutput="0" 239 AdditionalFiles="" 240 /> 241 <DebuggerTool 242 /> 243 </Configuration> 244 <Configuration 245 Name="Release|Win32" 246 OutputDirectory="./output/pjsip-simple-i386-win32-vc8-release" 247 IntermediateDirectory="$(OutDir)" 248 ConfigurationType="4" 249 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 250 UseOfMFC="0" 251 ATLMinimizesCRunTimeLibraryUsage="false" 252 CharacterSet="2" 253 > 254 <Tool 255 Name="VCPreBuildEventTool" 256 /> 257 <Tool 258 Name="VCCustomBuildTool" 259 /> 260 <Tool 261 Name="VCXMLDataGeneratorTool" 262 /> 263 <Tool 264 Name="VCWebServiceProxyGeneratorTool" 265 /> 266 <Tool 267 Name="VCMIDLTool" 268 /> 269 <Tool 270 Name="VCCLCompilerTool" 271 Optimization="2" 272 InlineFunctionExpansion="1" 273 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 274 PreprocessorDefinitions="NDEBUG;PJ_WIN32=1;PJ_M_I386=1;WIN32;_LIB" 275 StringPooling="true" 276 RuntimeLibrary="2" 277 EnableFunctionLevelLinking="true" 278 PrecompiledHeaderFile="./output/pjsip-simple-i386-win32-vc8-release/pjsip_simple.pch" 279 AssemblerListingLocation="./output/pjsip-simple-i386-win32-vc8-release/" 280 ObjectFile="./output/pjsip-simple-i386-win32-vc8-release/" 281 ProgramDataBaseFileName="./output/pjsip-simple-i386-win32-vc8-release/" 282 WarningLevel="4" 283 SuppressStartupBanner="true" 284 DebugInformationFormat="3" 285 /> 286 <Tool 287 Name="VCManagedResourceCompilerTool" 288 /> 289 <Tool 290 Name="VCResourceCompilerTool" 291 PreprocessorDefinitions="NDEBUG" 292 Culture="1033" 293 /> 294 <Tool 295 Name="VCPreLinkEventTool" 296 /> 297 <Tool 298 Name="VCLibrarianTool" 299 OutputFile="../lib/pjsip-simple-i386-win32-vc8-release.lib" 300 SuppressStartupBanner="true" 301 /> 302 <Tool 303 Name="VCALinkTool" 304 /> 305 <Tool 306 Name="VCXDCMakeTool" 307 /> 308 <Tool 309 Name="VCBscMakeTool" 310 SuppressStartupBanner="true" 311 OutputFile="./output/pjsip-simple-i386-win32-vc8-release/pjsip_simple.bsc" 312 /> 313 <Tool 314 Name="VCFxCopTool" 315 /> 316 <Tool 317 Name="VCPostBuildEventTool" 318 /> 319 </Configuration> 320 <Configuration 321 Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)" 322 OutputDirectory="output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)" 323 IntermediateDirectory="$(OutDir)" 324 ConfigurationType="4" 325 CharacterSet="1" 326 > 327 <Tool 328 Name="VCPreBuildEventTool" 329 /> 330 <Tool 331 Name="VCCustomBuildTool" 332 /> 333 <Tool 334 Name="VCXMLDataGeneratorTool" 335 /> 336 <Tool 337 Name="VCWebServiceProxyGeneratorTool" 338 /> 339 <Tool 340 Name="VCMIDLTool" 341 /> 342 <Tool 343 Name="VCCLCompilerTool" 344 ExecutionBucket="7" 345 Optimization="2" 346 FavorSizeOrSpeed="2" 347 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 348 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 349 ExceptionHandling="0" 350 RuntimeLibrary="0" 351 WarningLevel="3" 352 DebugInformationFormat="0" 353 CompileAs="0" 354 /> 355 <Tool 356 Name="VCManagedResourceCompilerTool" 357 /> 358 <Tool 359 Name="VCResourceCompilerTool" 360 /> 361 <Tool 362 Name="VCPreLinkEventTool" 363 /> 364 <Tool 365 Name="VCLibrarianTool" 366 AdditionalOptions="" 367 /> 368 <Tool 369 Name="VCALinkTool" 370 /> 371 <Tool 372 Name="VCXDCMakeTool" 373 /> 374 <Tool 375 Name="VCBscMakeTool" 376 /> 377 <Tool 378 Name="VCCodeSignTool" 379 /> 380 <Tool 381 Name="VCPostBuildEventTool" 382 /> 383 <DeploymentTool 384 ForceDirty="-1" 385 RemoteDirectory="" 386 RegisterOutput="0" 387 AdditionalFiles="" 388 /> 389 <DebuggerTool 390 /> 391 </Configuration> 392 <Configuration 393 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 394 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 395 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 396 ConfigurationType="4" 397 CharacterSet="1" 398 > 399 <Tool 400 Name="VCPreBuildEventTool" 401 /> 402 <Tool 403 Name="VCCustomBuildTool" 404 /> 405 <Tool 406 Name="VCXMLDataGeneratorTool" 407 /> 408 <Tool 409 Name="VCWebServiceProxyGeneratorTool" 410 /> 411 <Tool 412 Name="VCMIDLTool" 413 TargetEnvironment="1" 414 /> 415 <Tool 416 Name="VCCLCompilerTool" 417 ExecutionBucket="7" 418 Optimization="2" 419 FavorSizeOrSpeed="2" 420 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 421 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 422 ExceptionHandling="0" 423 RuntimeLibrary="0" 424 WarningLevel="3" 425 DebugInformationFormat="0" 426 CompileAs="0" 427 /> 428 <Tool 429 Name="VCManagedResourceCompilerTool" 430 /> 431 <Tool 432 Name="VCResourceCompilerTool" 433 /> 434 <Tool 435 Name="VCPreLinkEventTool" 436 /> 437 <Tool 438 Name="VCLibrarianTool" 439 AdditionalOptions="" 440 /> 441 <Tool 442 Name="VCALinkTool" 443 /> 444 <Tool 445 Name="VCXDCMakeTool" 446 /> 447 <Tool 448 Name="VCBscMakeTool" 449 /> 450 <Tool 451 Name="VCCodeSignTool" 452 /> 453 <Tool 454 Name="VCPostBuildEventTool" 455 /> 456 <DeploymentTool 457 ForceDirty="-1" 458 RemoteDirectory="" 459 RegisterOutput="0" 460 AdditionalFiles="" 461 /> 462 <DebuggerTool 463 /> 464 </Configuration> 465 <Configuration 466 Name="Debug-Static|Win32" 467 OutputDirectory="$(ConfigurationName)" 468 IntermediateDirectory="$(ConfigurationName)" 469 ConfigurationType="4" 27 470 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 28 471 UseOfMFC="0" … … 97 540 </Configuration> 98 541 <Configuration 99 Name="Debug |Windows Mobile 6 Standard SDK (ARMV4I)"100 OutputDirectory=" output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)"101 IntermediateDirectory=" $(OutDir)"542 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 543 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 544 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 102 545 ConfigurationType="4" 103 546 CharacterSet="1" … … 117 560 <Tool 118 561 Name="VCMIDLTool" 562 TargetEnvironment="1" 119 563 /> 120 564 <Tool … … 170 614 </Configuration> 171 615 <Configuration 172 Name="Release|Win32" 173 OutputDirectory="./output/pjsip-simple-i386-win32-vc8-release" 616 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 617 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 618 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 619 ConfigurationType="4" 620 CharacterSet="1" 621 > 622 <Tool 623 Name="VCPreBuildEventTool" 624 /> 625 <Tool 626 Name="VCCustomBuildTool" 627 /> 628 <Tool 629 Name="VCXMLDataGeneratorTool" 630 /> 631 <Tool 632 Name="VCWebServiceProxyGeneratorTool" 633 /> 634 <Tool 635 Name="VCMIDLTool" 636 TargetEnvironment="1" 637 /> 638 <Tool 639 Name="VCCLCompilerTool" 640 ExecutionBucket="7" 641 Optimization="0" 642 FavorSizeOrSpeed="0" 643 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 644 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 645 ExceptionHandling="0" 646 RuntimeLibrary="1" 647 WarningLevel="3" 648 DebugInformationFormat="3" 649 CompileAs="0" 650 CompileForArchitecture="0" 651 /> 652 <Tool 653 Name="VCManagedResourceCompilerTool" 654 /> 655 <Tool 656 Name="VCResourceCompilerTool" 657 /> 658 <Tool 659 Name="VCPreLinkEventTool" 660 /> 661 <Tool 662 Name="VCLibrarianTool" 663 AdditionalOptions="" 664 /> 665 <Tool 666 Name="VCALinkTool" 667 /> 668 <Tool 669 Name="VCXDCMakeTool" 670 /> 671 <Tool 672 Name="VCBscMakeTool" 673 /> 674 <Tool 675 Name="VCCodeSignTool" 676 /> 677 <Tool 678 Name="VCPostBuildEventTool" 679 /> 680 <DeploymentTool 681 ForceDirty="-1" 682 RemoteDirectory="" 683 RegisterOutput="0" 684 AdditionalFiles="" 685 /> 686 <DebuggerTool 687 /> 688 </Configuration> 689 <Configuration 690 Name="Release-Dynamic|Win32" 691 OutputDirectory="$(ConfigurationName)" 174 692 IntermediateDirectory="$(OutDir)" 175 693 ConfigurationType="4" … … 246 764 </Configuration> 247 765 <Configuration 248 Name="Release |Windows Mobile 6 Standard SDK (ARMV4I)"249 OutputDirectory=" output\$(ProjectName)-$(PlatformName)-$(ConfigurationName)"250 IntermediateDirectory=" $(OutDir)"766 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 767 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 768 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 251 769 ConfigurationType="4" 252 770 CharacterSet="1" … … 266 784 <Tool 267 785 Name="VCMIDLTool" 786 TargetEnvironment="1" 268 787 /> 269 788 <Tool … … 318 837 </Configuration> 319 838 <Configuration 320 Name="Debug-Static|Win32" 321 OutputDirectory="$(ConfigurationName)" 322 IntermediateDirectory="$(ConfigurationName)" 323 ConfigurationType="4" 324 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 325 UseOfMFC="0" 326 ATLMinimizesCRunTimeLibraryUsage="false" 327 CharacterSet="2" 328 > 329 <Tool 330 Name="VCPreBuildEventTool" 331 /> 332 <Tool 333 Name="VCCustomBuildTool" 334 /> 335 <Tool 336 Name="VCXMLDataGeneratorTool" 337 /> 338 <Tool 339 Name="VCWebServiceProxyGeneratorTool" 340 /> 341 <Tool 342 Name="VCMIDLTool" 343 /> 344 <Tool 345 Name="VCCLCompilerTool" 346 Optimization="0" 347 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 348 PreprocessorDefinitions="_DEBUG;PJ_WIN32=1;PJ_M_I386=1;WIN32;_LIB" 349 MinimalRebuild="true" 350 BasicRuntimeChecks="3" 351 RuntimeLibrary="1" 352 PrecompiledHeaderFile="./output/pjsip-simple-i386-win32-vc8-debug/pjsip_simple.pch" 353 AssemblerListingLocation="./output/pjsip-simple-i386-win32-vc8-debug/" 354 ObjectFile="./output/pjsip-simple-i386-win32-vc8-debug/" 355 ProgramDataBaseFileName="./output/pjsip-simple-i386-win32-vc8-debug/" 356 BrowseInformation="1" 357 WarningLevel="4" 358 SuppressStartupBanner="true" 359 DebugInformationFormat="4" 360 /> 361 <Tool 362 Name="VCManagedResourceCompilerTool" 363 /> 364 <Tool 365 Name="VCResourceCompilerTool" 366 PreprocessorDefinitions="_DEBUG" 367 Culture="1033" 368 /> 369 <Tool 370 Name="VCPreLinkEventTool" 371 /> 372 <Tool 373 Name="VCLibrarianTool" 374 OutputFile="../lib/pjsip-simple-i386-win32-vc8-debug.lib" 375 SuppressStartupBanner="true" 376 /> 377 <Tool 378 Name="VCALinkTool" 379 /> 380 <Tool 381 Name="VCXDCMakeTool" 382 /> 383 <Tool 384 Name="VCBscMakeTool" 385 SuppressStartupBanner="true" 386 OutputFile="./output/pjsip-simple-i386-win32-vc8-debug/pjsip_simple.bsc" 387 /> 388 <Tool 389 Name="VCFxCopTool" 390 /> 391 <Tool 392 Name="VCPostBuildEventTool" 393 /> 394 </Configuration> 395 <Configuration 396 Name="Debug-Static|Windows Mobile 6 Standard SDK (ARMV4I)" 397 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 398 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 399 ConfigurationType="4" 400 CharacterSet="1" 401 > 402 <Tool 403 Name="VCPreBuildEventTool" 404 /> 405 <Tool 406 Name="VCCustomBuildTool" 407 /> 408 <Tool 409 Name="VCXMLDataGeneratorTool" 410 /> 411 <Tool 412 Name="VCWebServiceProxyGeneratorTool" 413 /> 414 <Tool 415 Name="VCMIDLTool" 416 TargetEnvironment="1" 417 /> 418 <Tool 419 Name="VCCLCompilerTool" 420 ExecutionBucket="7" 421 Optimization="0" 422 FavorSizeOrSpeed="0" 423 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 424 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 425 ExceptionHandling="0" 426 RuntimeLibrary="1" 427 WarningLevel="3" 428 DebugInformationFormat="3" 429 CompileAs="0" 430 CompileForArchitecture="0" 431 /> 432 <Tool 433 Name="VCManagedResourceCompilerTool" 434 /> 435 <Tool 436 Name="VCResourceCompilerTool" 437 /> 438 <Tool 439 Name="VCPreLinkEventTool" 440 /> 441 <Tool 442 Name="VCLibrarianTool" 443 AdditionalOptions="" 444 /> 445 <Tool 446 Name="VCALinkTool" 447 /> 448 <Tool 449 Name="VCXDCMakeTool" 450 /> 451 <Tool 452 Name="VCBscMakeTool" 453 /> 454 <Tool 455 Name="VCCodeSignTool" 456 /> 457 <Tool 458 Name="VCPostBuildEventTool" 459 /> 460 <DeploymentTool 461 ForceDirty="-1" 462 RemoteDirectory="" 463 RegisterOutput="0" 464 AdditionalFiles="" 465 /> 466 <DebuggerTool 467 /> 468 </Configuration> 469 <Configuration 470 Name="Release-Dynamic|Win32" 471 OutputDirectory="$(ConfigurationName)" 472 IntermediateDirectory="$(OutDir)" 473 ConfigurationType="4" 474 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 475 UseOfMFC="0" 476 ATLMinimizesCRunTimeLibraryUsage="false" 477 CharacterSet="2" 478 > 479 <Tool 480 Name="VCPreBuildEventTool" 481 /> 482 <Tool 483 Name="VCCustomBuildTool" 484 /> 485 <Tool 486 Name="VCXMLDataGeneratorTool" 487 /> 488 <Tool 489 Name="VCWebServiceProxyGeneratorTool" 490 /> 491 <Tool 492 Name="VCMIDLTool" 493 /> 494 <Tool 495 Name="VCCLCompilerTool" 496 Optimization="2" 497 InlineFunctionExpansion="1" 498 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 499 PreprocessorDefinitions="NDEBUG;PJ_WIN32=1;PJ_M_I386=1;WIN32;_LIB" 500 StringPooling="true" 501 RuntimeLibrary="2" 502 EnableFunctionLevelLinking="true" 503 PrecompiledHeaderFile="./output/pjsip-simple-i386-win32-vc8-release/pjsip_simple.pch" 504 AssemblerListingLocation="./output/pjsip-simple-i386-win32-vc8-release/" 505 ObjectFile="./output/pjsip-simple-i386-win32-vc8-release/" 506 ProgramDataBaseFileName="./output/pjsip-simple-i386-win32-vc8-release/" 507 WarningLevel="4" 508 SuppressStartupBanner="true" 509 DebugInformationFormat="3" 510 /> 511 <Tool 512 Name="VCManagedResourceCompilerTool" 513 /> 514 <Tool 515 Name="VCResourceCompilerTool" 516 PreprocessorDefinitions="NDEBUG" 517 Culture="1033" 518 /> 519 <Tool 520 Name="VCPreLinkEventTool" 521 /> 522 <Tool 523 Name="VCLibrarianTool" 524 OutputFile="../lib/pjsip-simple-i386-win32-vc8-release.lib" 525 SuppressStartupBanner="true" 526 /> 527 <Tool 528 Name="VCALinkTool" 529 /> 530 <Tool 531 Name="VCXDCMakeTool" 532 /> 533 <Tool 534 Name="VCBscMakeTool" 535 SuppressStartupBanner="true" 536 OutputFile="./output/pjsip-simple-i386-win32-vc8-release/pjsip_simple.bsc" 537 /> 538 <Tool 539 Name="VCFxCopTool" 540 /> 541 <Tool 542 Name="VCPostBuildEventTool" 543 /> 544 </Configuration> 545 <Configuration 546 Name="Release-Dynamic|Windows Mobile 6 Standard SDK (ARMV4I)" 547 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 548 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 839 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 840 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 841 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 549 842 ConfigurationType="4" 550 843 CharacterSet="1" … … 767 1060 </Configuration> 768 1061 <Configuration 1062 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1063 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1064 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1065 ConfigurationType="4" 1066 CharacterSet="1" 1067 > 1068 <Tool 1069 Name="VCPreBuildEventTool" 1070 /> 1071 <Tool 1072 Name="VCCustomBuildTool" 1073 /> 1074 <Tool 1075 Name="VCXMLDataGeneratorTool" 1076 /> 1077 <Tool 1078 Name="VCWebServiceProxyGeneratorTool" 1079 /> 1080 <Tool 1081 Name="VCMIDLTool" 1082 TargetEnvironment="1" 1083 /> 1084 <Tool 1085 Name="VCCLCompilerTool" 1086 ExecutionBucket="7" 1087 Optimization="0" 1088 FavorSizeOrSpeed="0" 1089 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 1090 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1091 ExceptionHandling="0" 1092 RuntimeLibrary="1" 1093 WarningLevel="3" 1094 DebugInformationFormat="3" 1095 CompileAs="0" 1096 CompileForArchitecture="0" 1097 /> 1098 <Tool 1099 Name="VCManagedResourceCompilerTool" 1100 /> 1101 <Tool 1102 Name="VCResourceCompilerTool" 1103 /> 1104 <Tool 1105 Name="VCPreLinkEventTool" 1106 /> 1107 <Tool 1108 Name="VCLibrarianTool" 1109 AdditionalOptions="" 1110 /> 1111 <Tool 1112 Name="VCALinkTool" 1113 /> 1114 <Tool 1115 Name="VCXDCMakeTool" 1116 /> 1117 <Tool 1118 Name="VCBscMakeTool" 1119 /> 1120 <Tool 1121 Name="VCCodeSignTool" 1122 /> 1123 <Tool 1124 Name="VCPostBuildEventTool" 1125 /> 1126 <DeploymentTool 1127 ForceDirty="-1" 1128 RemoteDirectory="" 1129 RegisterOutput="0" 1130 AdditionalFiles="" 1131 /> 1132 <DebuggerTool 1133 /> 1134 </Configuration> 1135 <Configuration 769 1136 Name="Release-Static|Win32" 770 1137 OutputDirectory="$(ConfigurationName)" … … 916 1283 </Configuration> 917 1284 <Configuration 918 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 919 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 920 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 921 ConfigurationType="4" 922 CharacterSet="1" 923 > 924 <Tool 925 Name="VCPreBuildEventTool" 926 /> 927 <Tool 928 Name="VCCustomBuildTool" 929 /> 930 <Tool 931 Name="VCXMLDataGeneratorTool" 932 /> 933 <Tool 934 Name="VCWebServiceProxyGeneratorTool" 935 /> 936 <Tool 937 Name="VCMIDLTool" 938 TargetEnvironment="1" 939 /> 940 <Tool 941 Name="VCCLCompilerTool" 942 ExecutionBucket="7" 943 Optimization="0" 944 FavorSizeOrSpeed="0" 945 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include" 946 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 947 ExceptionHandling="0" 948 RuntimeLibrary="1" 949 WarningLevel="3" 950 DebugInformationFormat="3" 951 CompileAs="0" 952 CompileForArchitecture="0" 953 /> 954 <Tool 955 Name="VCManagedResourceCompilerTool" 956 /> 957 <Tool 958 Name="VCResourceCompilerTool" 959 /> 960 <Tool 961 Name="VCPreLinkEventTool" 962 /> 963 <Tool 964 Name="VCLibrarianTool" 965 AdditionalOptions="" 966 /> 967 <Tool 968 Name="VCALinkTool" 969 /> 970 <Tool 971 Name="VCXDCMakeTool" 972 /> 973 <Tool 974 Name="VCBscMakeTool" 975 /> 976 <Tool 977 Name="VCCodeSignTool" 978 /> 979 <Tool 980 Name="VCPostBuildEventTool" 981 /> 982 <DeploymentTool 983 ForceDirty="-1" 984 RemoteDirectory="" 985 RegisterOutput="0" 986 AdditionalFiles="" 987 /> 988 <DebuggerTool 989 /> 990 </Configuration> 991 <Configuration 992 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 1285 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 993 1286 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 994 1287 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" … … 1062 1355 /> 1063 1356 </Configuration> 1064 <Configuration1065 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1066 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1067 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1068 ConfigurationType="4"1069 CharacterSet="1"1070 >1071 <Tool1072 Name="VCPreBuildEventTool"1073 />1074 <Tool1075 Name="VCCustomBuildTool"1076 />1077 <Tool1078 Name="VCXMLDataGeneratorTool"1079 />1080 <Tool1081 Name="VCWebServiceProxyGeneratorTool"1082 />1083 <Tool1084 Name="VCMIDLTool"1085 TargetEnvironment="1"1086 />1087 <Tool1088 Name="VCCLCompilerTool"1089 ExecutionBucket="7"1090 Optimization="0"1091 FavorSizeOrSpeed="0"1092 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include"1093 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1094 ExceptionHandling="0"1095 RuntimeLibrary="1"1096 WarningLevel="3"1097 DebugInformationFormat="3"1098 CompileAs="0"1099 CompileForArchitecture="0"1100 />1101 <Tool1102 Name="VCManagedResourceCompilerTool"1103 />1104 <Tool1105 Name="VCResourceCompilerTool"1106 />1107 <Tool1108 Name="VCPreLinkEventTool"1109 />1110 <Tool1111 Name="VCLibrarianTool"1112 AdditionalOptions=""1113 />1114 <Tool1115 Name="VCALinkTool"1116 />1117 <Tool1118 Name="VCXDCMakeTool"1119 />1120 <Tool1121 Name="VCBscMakeTool"1122 />1123 <Tool1124 Name="VCCodeSignTool"1125 />1126 <Tool1127 Name="VCPostBuildEventTool"1128 />1129 <DeploymentTool1130 ForceDirty="-1"1131 RemoteDirectory=""1132 RegisterOutput="0"1133 AdditionalFiles=""1134 />1135 <DebuggerTool1136 />1137 </Configuration>1138 <Configuration1139 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1140 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1141 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1142 ConfigurationType="4"1143 CharacterSet="1"1144 >1145 <Tool1146 Name="VCPreBuildEventTool"1147 />1148 <Tool1149 Name="VCCustomBuildTool"1150 />1151 <Tool1152 Name="VCXMLDataGeneratorTool"1153 />1154 <Tool1155 Name="VCWebServiceProxyGeneratorTool"1156 />1157 <Tool1158 Name="VCMIDLTool"1159 TargetEnvironment="1"1160 />1161 <Tool1162 Name="VCCLCompilerTool"1163 ExecutionBucket="7"1164 Optimization="2"1165 FavorSizeOrSpeed="2"1166 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include"1167 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1168 ExceptionHandling="0"1169 RuntimeLibrary="0"1170 WarningLevel="3"1171 DebugInformationFormat="0"1172 CompileAs="0"1173 />1174 <Tool1175 Name="VCManagedResourceCompilerTool"1176 />1177 <Tool1178 Name="VCResourceCompilerTool"1179 />1180 <Tool1181 Name="VCPreLinkEventTool"1182 />1183 <Tool1184 Name="VCLibrarianTool"1185 AdditionalOptions=""1186 />1187 <Tool1188 Name="VCALinkTool"1189 />1190 <Tool1191 Name="VCXDCMakeTool"1192 />1193 <Tool1194 Name="VCBscMakeTool"1195 />1196 <Tool1197 Name="VCCodeSignTool"1198 />1199 <Tool1200 Name="VCPostBuildEventTool"1201 />1202 <DeploymentTool1203 ForceDirty="-1"1204 RemoteDirectory=""1205 RegisterOutput="0"1206 AdditionalFiles=""1207 />1208 <DebuggerTool1209 />1210 </Configuration>1211 <Configuration1212 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1213 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1214 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1215 ConfigurationType="4"1216 CharacterSet="1"1217 >1218 <Tool1219 Name="VCPreBuildEventTool"1220 />1221 <Tool1222 Name="VCCustomBuildTool"1223 />1224 <Tool1225 Name="VCXMLDataGeneratorTool"1226 />1227 <Tool1228 Name="VCWebServiceProxyGeneratorTool"1229 />1230 <Tool1231 Name="VCMIDLTool"1232 TargetEnvironment="1"1233 />1234 <Tool1235 Name="VCCLCompilerTool"1236 ExecutionBucket="7"1237 Optimization="0"1238 FavorSizeOrSpeed="0"1239 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include"1240 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1241 ExceptionHandling="0"1242 RuntimeLibrary="1"1243 WarningLevel="3"1244 DebugInformationFormat="3"1245 CompileAs="0"1246 CompileForArchitecture="0"1247 />1248 <Tool1249 Name="VCManagedResourceCompilerTool"1250 />1251 <Tool1252 Name="VCResourceCompilerTool"1253 />1254 <Tool1255 Name="VCPreLinkEventTool"1256 />1257 <Tool1258 Name="VCLibrarianTool"1259 AdditionalOptions=""1260 />1261 <Tool1262 Name="VCALinkTool"1263 />1264 <Tool1265 Name="VCXDCMakeTool"1266 />1267 <Tool1268 Name="VCBscMakeTool"1269 />1270 <Tool1271 Name="VCCodeSignTool"1272 />1273 <Tool1274 Name="VCPostBuildEventTool"1275 />1276 <DeploymentTool1277 ForceDirty="-1"1278 RemoteDirectory=""1279 RegisterOutput="0"1280 AdditionalFiles=""1281 />1282 <DebuggerTool1283 />1284 </Configuration>1285 <Configuration1286 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1287 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1288 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1289 ConfigurationType="4"1290 CharacterSet="1"1291 >1292 <Tool1293 Name="VCPreBuildEventTool"1294 />1295 <Tool1296 Name="VCCustomBuildTool"1297 />1298 <Tool1299 Name="VCXMLDataGeneratorTool"1300 />1301 <Tool1302 Name="VCWebServiceProxyGeneratorTool"1303 />1304 <Tool1305 Name="VCMIDLTool"1306 TargetEnvironment="1"1307 />1308 <Tool1309 Name="VCCLCompilerTool"1310 ExecutionBucket="7"1311 Optimization="2"1312 FavorSizeOrSpeed="2"1313 AdditionalIncludeDirectories="../include,../../pjlib-util/include,../../pjlib/include"1314 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1315 ExceptionHandling="0"1316 RuntimeLibrary="0"1317 WarningLevel="3"1318 DebugInformationFormat="0"1319 CompileAs="0"1320 />1321 <Tool1322 Name="VCManagedResourceCompilerTool"1323 />1324 <Tool1325 Name="VCResourceCompilerTool"1326 />1327 <Tool1328 Name="VCPreLinkEventTool"1329 />1330 <Tool1331 Name="VCLibrarianTool"1332 AdditionalOptions=""1333 />1334 <Tool1335 Name="VCALinkTool"1336 />1337 <Tool1338 Name="VCXDCMakeTool"1339 />1340 <Tool1341 Name="VCBscMakeTool"1342 />1343 <Tool1344 Name="VCCodeSignTool"1345 />1346 <Tool1347 Name="VCPostBuildEventTool"1348 />1349 <DeploymentTool1350 ForceDirty="-1"1351 RemoteDirectory=""1352 RegisterOutput="0"1353 AdditionalFiles=""1354 />1355 <DebuggerTool1356 />1357 </Configuration>1358 1357 </Configurations> 1359 1358 <References> -
pjproject/branches/projects/vs-reorg/pjsip/build/pjsip_ua.vcproj
r2606 r2609 5 5 Name="pjsip_ua" 6 6 ProjectGUID="{B8719FD5-E8A6-4A36-943C-891D07F5DD21}" 7 RootNamespace="pjsip_ua" 7 8 > 8 9 <Platforms> … … 170 171 </Configuration> 171 172 <Configuration 173 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 174 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 175 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 176 ConfigurationType="4" 177 CharacterSet="1" 178 > 179 <Tool 180 Name="VCPreBuildEventTool" 181 /> 182 <Tool 183 Name="VCCustomBuildTool" 184 /> 185 <Tool 186 Name="VCXMLDataGeneratorTool" 187 /> 188 <Tool 189 Name="VCWebServiceProxyGeneratorTool" 190 /> 191 <Tool 192 Name="VCMIDLTool" 193 TargetEnvironment="1" 194 /> 195 <Tool 196 Name="VCCLCompilerTool" 197 ExecutionBucket="7" 198 Optimization="2" 199 FavorSizeOrSpeed="2" 200 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 201 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 202 ExceptionHandling="0" 203 RuntimeLibrary="0" 204 WarningLevel="3" 205 DebugInformationFormat="0" 206 CompileAs="0" 207 /> 208 <Tool 209 Name="VCManagedResourceCompilerTool" 210 /> 211 <Tool 212 Name="VCResourceCompilerTool" 213 /> 214 <Tool 215 Name="VCPreLinkEventTool" 216 /> 217 <Tool 218 Name="VCLibrarianTool" 219 AdditionalOptions="" 220 /> 221 <Tool 222 Name="VCALinkTool" 223 /> 224 <Tool 225 Name="VCXDCMakeTool" 226 /> 227 <Tool 228 Name="VCBscMakeTool" 229 /> 230 <Tool 231 Name="VCCodeSignTool" 232 /> 233 <Tool 234 Name="VCPostBuildEventTool" 235 /> 236 <DeploymentTool 237 ForceDirty="-1" 238 RemoteDirectory="" 239 RegisterOutput="0" 240 AdditionalFiles="" 241 /> 242 <DebuggerTool 243 /> 244 </Configuration> 245 <Configuration 172 246 Name="Debug|Win32" 173 247 OutputDirectory=".\output\pjsip-ua-i386-win32-vc8-debug" 174 248 IntermediateDirectory=".\output\pjsip-ua-i386-win32-vc8-debug" 175 249 ConfigurationType="4" 176 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"250 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 177 251 UseOfMFC="0" 178 252 ATLMinimizesCRunTimeLibraryUsage="false" … … 196 270 <Tool 197 271 Name="VCCLCompilerTool" 198 Optimization="0"199 272 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 200 273 PreprocessorDefinitions="_DEBUG;PJ_WIN32=1;PJ_M_I386=1;WIN32;_LIB" … … 209 282 WarningLevel="4" 210 283 SuppressStartupBanner="true" 211 DebugInformationFormat="4"212 284 /> 213 285 <Tool … … 266 338 <Tool 267 339 Name="VCMIDLTool" 340 /> 341 <Tool 342 Name="VCCLCompilerTool" 343 ExecutionBucket="7" 344 Optimization="0" 345 FavorSizeOrSpeed="0" 346 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 347 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 348 ExceptionHandling="0" 349 RuntimeLibrary="1" 350 WarningLevel="3" 351 DebugInformationFormat="3" 352 CompileAs="0" 353 CompileForArchitecture="0" 354 /> 355 <Tool 356 Name="VCManagedResourceCompilerTool" 357 /> 358 <Tool 359 Name="VCResourceCompilerTool" 360 /> 361 <Tool 362 Name="VCPreLinkEventTool" 363 /> 364 <Tool 365 Name="VCLibrarianTool" 366 AdditionalOptions="" 367 /> 368 <Tool 369 Name="VCALinkTool" 370 /> 371 <Tool 372 Name="VCXDCMakeTool" 373 /> 374 <Tool 375 Name="VCBscMakeTool" 376 /> 377 <Tool 378 Name="VCCodeSignTool" 379 /> 380 <Tool 381 Name="VCPostBuildEventTool" 382 /> 383 <DeploymentTool 384 ForceDirty="-1" 385 RemoteDirectory="" 386 RegisterOutput="0" 387 AdditionalFiles="" 388 /> 389 <DebuggerTool 390 /> 391 </Configuration> 392 <Configuration 393 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 394 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 395 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 396 ConfigurationType="4" 397 CharacterSet="1" 398 > 399 <Tool 400 Name="VCPreBuildEventTool" 401 /> 402 <Tool 403 Name="VCCustomBuildTool" 404 /> 405 <Tool 406 Name="VCXMLDataGeneratorTool" 407 /> 408 <Tool 409 Name="VCWebServiceProxyGeneratorTool" 410 /> 411 <Tool 412 Name="VCMIDLTool" 413 TargetEnvironment="1" 268 414 /> 269 415 <Tool … … 469 615 </Configuration> 470 616 <Configuration 617 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 618 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 619 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 620 ConfigurationType="4" 621 CharacterSet="1" 622 > 623 <Tool 624 Name="VCPreBuildEventTool" 625 /> 626 <Tool 627 Name="VCCustomBuildTool" 628 /> 629 <Tool 630 Name="VCXMLDataGeneratorTool" 631 /> 632 <Tool 633 Name="VCWebServiceProxyGeneratorTool" 634 /> 635 <Tool 636 Name="VCMIDLTool" 637 TargetEnvironment="1" 638 /> 639 <Tool 640 Name="VCCLCompilerTool" 641 ExecutionBucket="7" 642 Optimization="0" 643 FavorSizeOrSpeed="0" 644 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 645 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 646 ExceptionHandling="0" 647 RuntimeLibrary="1" 648 WarningLevel="3" 649 DebugInformationFormat="3" 650 CompileAs="0" 651 CompileForArchitecture="0" 652 /> 653 <Tool 654 Name="VCManagedResourceCompilerTool" 655 /> 656 <Tool 657 Name="VCResourceCompilerTool" 658 /> 659 <Tool 660 Name="VCPreLinkEventTool" 661 /> 662 <Tool 663 Name="VCLibrarianTool" 664 AdditionalOptions="" 665 /> 666 <Tool 667 Name="VCALinkTool" 668 /> 669 <Tool 670 Name="VCXDCMakeTool" 671 /> 672 <Tool 673 Name="VCBscMakeTool" 674 /> 675 <Tool 676 Name="VCCodeSignTool" 677 /> 678 <Tool 679 Name="VCPostBuildEventTool" 680 /> 681 <DeploymentTool 682 ForceDirty="-1" 683 RemoteDirectory="" 684 RegisterOutput="0" 685 AdditionalFiles="" 686 /> 687 <DebuggerTool 688 /> 689 </Configuration> 690 <Configuration 471 691 Name="Release-Dynamic|Win32" 472 692 OutputDirectory="$(ConfigurationName)" … … 619 839 </Configuration> 620 840 <Configuration 841 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 842 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 843 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 844 ConfigurationType="4" 845 CharacterSet="1" 846 > 847 <Tool 848 Name="VCPreBuildEventTool" 849 /> 850 <Tool 851 Name="VCCustomBuildTool" 852 /> 853 <Tool 854 Name="VCXMLDataGeneratorTool" 855 /> 856 <Tool 857 Name="VCWebServiceProxyGeneratorTool" 858 /> 859 <Tool 860 Name="VCMIDLTool" 861 TargetEnvironment="1" 862 /> 863 <Tool 864 Name="VCCLCompilerTool" 865 ExecutionBucket="7" 866 Optimization="2" 867 FavorSizeOrSpeed="2" 868 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 869 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 870 ExceptionHandling="0" 871 RuntimeLibrary="0" 872 WarningLevel="3" 873 DebugInformationFormat="0" 874 CompileAs="0" 875 /> 876 <Tool 877 Name="VCManagedResourceCompilerTool" 878 /> 879 <Tool 880 Name="VCResourceCompilerTool" 881 /> 882 <Tool 883 Name="VCPreLinkEventTool" 884 /> 885 <Tool 886 Name="VCLibrarianTool" 887 AdditionalOptions="" 888 /> 889 <Tool 890 Name="VCALinkTool" 891 /> 892 <Tool 893 Name="VCXDCMakeTool" 894 /> 895 <Tool 896 Name="VCBscMakeTool" 897 /> 898 <Tool 899 Name="VCCodeSignTool" 900 /> 901 <Tool 902 Name="VCPostBuildEventTool" 903 /> 904 <DeploymentTool 905 ForceDirty="-1" 906 RemoteDirectory="" 907 RegisterOutput="0" 908 AdditionalFiles="" 909 /> 910 <DebuggerTool 911 /> 912 </Configuration> 913 <Configuration 621 914 Name="Debug-Dynamic|Win32" 622 915 OutputDirectory="$(ConfigurationName)" … … 769 1062 </Configuration> 770 1063 <Configuration 1064 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1065 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1066 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1067 ConfigurationType="4" 1068 CharacterSet="1" 1069 > 1070 <Tool 1071 Name="VCPreBuildEventTool" 1072 /> 1073 <Tool 1074 Name="VCCustomBuildTool" 1075 /> 1076 <Tool 1077 Name="VCXMLDataGeneratorTool" 1078 /> 1079 <Tool 1080 Name="VCWebServiceProxyGeneratorTool" 1081 /> 1082 <Tool 1083 Name="VCMIDLTool" 1084 TargetEnvironment="1" 1085 /> 1086 <Tool 1087 Name="VCCLCompilerTool" 1088 ExecutionBucket="7" 1089 Optimization="0" 1090 FavorSizeOrSpeed="0" 1091 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include" 1092 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1093 ExceptionHandling="0" 1094 RuntimeLibrary="1" 1095 WarningLevel="3" 1096 DebugInformationFormat="3" 1097 CompileAs="0" 1098 CompileForArchitecture="0" 1099 /> 1100 <Tool 1101 Name="VCManagedResourceCompilerTool" 1102 /> 1103 <Tool 1104 Name="VCResourceCompilerTool" 1105 /> 1106 <Tool 1107 Name="VCPreLinkEventTool" 1108 /> 1109 <Tool 1110 Name="VCLibrarianTool" 1111 AdditionalOptions="" 1112 /> 1113 <Tool 1114 Name="VCALinkTool" 1115 /> 1116 <Tool 1117 Name="VCXDCMakeTool" 1118 /> 1119 <Tool 1120 Name="VCBscMakeTool" 1121 /> 1122 <Tool 1123 Name="VCCodeSignTool" 1124 /> 1125 <Tool 1126 Name="VCPostBuildEventTool" 1127 /> 1128 <DeploymentTool 1129 ForceDirty="-1" 1130 RemoteDirectory="" 1131 RegisterOutput="0" 1132 AdditionalFiles="" 1133 /> 1134 <DebuggerTool 1135 /> 1136 </Configuration> 1137 <Configuration 771 1138 Name="Release-Static|Win32" 772 1139 OutputDirectory="$(ConfigurationName)" … … 880 1247 DebugInformationFormat="0" 881 1248 CompileAs="0" 882 />883 <Tool884 Name="VCManagedResourceCompilerTool"885 />886 <Tool887 Name="VCResourceCompilerTool"888 />889 <Tool890 Name="VCPreLinkEventTool"891 />892 <Tool893 Name="VCLibrarianTool"894 AdditionalOptions=""895 />896 <Tool897 Name="VCALinkTool"898 />899 <Tool900 Name="VCXDCMakeTool"901 />902 <Tool903 Name="VCBscMakeTool"904 />905 <Tool906 Name="VCCodeSignTool"907 />908 <Tool909 Name="VCPostBuildEventTool"910 />911 <DeploymentTool912 ForceDirty="-1"913 RemoteDirectory=""914 RegisterOutput="0"915 AdditionalFiles=""916 />917 <DebuggerTool918 />919 </Configuration>920 <Configuration921 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"922 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"923 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"924 ConfigurationType="4"925 CharacterSet="1"926 >927 <Tool928 Name="VCPreBuildEventTool"929 />930 <Tool931 Name="VCCustomBuildTool"932 />933 <Tool934 Name="VCXMLDataGeneratorTool"935 />936 <Tool937 Name="VCWebServiceProxyGeneratorTool"938 />939 <Tool940 Name="VCMIDLTool"941 TargetEnvironment="1"942 />943 <Tool944 Name="VCCLCompilerTool"945 ExecutionBucket="7"946 Optimization="2"947 FavorSizeOrSpeed="2"948 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include"949 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"950 ExceptionHandling="0"951 RuntimeLibrary="0"952 WarningLevel="3"953 DebugInformationFormat="0"954 CompileAs="0"955 />956 <Tool957 Name="VCManagedResourceCompilerTool"958 />959 <Tool960 Name="VCResourceCompilerTool"961 />962 <Tool963 Name="VCPreLinkEventTool"964 />965 <Tool966 Name="VCLibrarianTool"967 AdditionalOptions=""968 />969 <Tool970 Name="VCALinkTool"971 />972 <Tool973 Name="VCXDCMakeTool"974 />975 <Tool976 Name="VCBscMakeTool"977 />978 <Tool979 Name="VCCodeSignTool"980 />981 <Tool982 Name="VCPostBuildEventTool"983 />984 <DeploymentTool985 ForceDirty="-1"986 RemoteDirectory=""987 RegisterOutput="0"988 AdditionalFiles=""989 />990 <DebuggerTool991 />992 </Configuration>993 <Configuration994 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"995 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"996 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"997 ConfigurationType="4"998 CharacterSet="1"999 >1000 <Tool1001 Name="VCPreBuildEventTool"1002 />1003 <Tool1004 Name="VCCustomBuildTool"1005 />1006 <Tool1007 Name="VCXMLDataGeneratorTool"1008 />1009 <Tool1010 Name="VCWebServiceProxyGeneratorTool"1011 />1012 <Tool1013 Name="VCMIDLTool"1014 TargetEnvironment="1"1015 />1016 <Tool1017 Name="VCCLCompilerTool"1018 ExecutionBucket="7"1019 Optimization="0"1020 FavorSizeOrSpeed="0"1021 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include"1022 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1023 ExceptionHandling="0"1024 RuntimeLibrary="1"1025 WarningLevel="3"1026 DebugInformationFormat="3"1027 CompileAs="0"1028 CompileForArchitecture="0"1029 />1030 <Tool1031 Name="VCManagedResourceCompilerTool"1032 />1033 <Tool1034 Name="VCResourceCompilerTool"1035 />1036 <Tool1037 Name="VCPreLinkEventTool"1038 />1039 <Tool1040 Name="VCLibrarianTool"1041 AdditionalOptions=""1042 />1043 <Tool1044 Name="VCALinkTool"1045 />1046 <Tool1047 Name="VCXDCMakeTool"1048 />1049 <Tool1050 Name="VCBscMakeTool"1051 />1052 <Tool1053 Name="VCCodeSignTool"1054 />1055 <Tool1056 Name="VCPostBuildEventTool"1057 />1058 <DeploymentTool1059 ForceDirty="-1"1060 RemoteDirectory=""1061 RegisterOutput="0"1062 AdditionalFiles=""1063 />1064 <DebuggerTool1065 />1066 </Configuration>1067 <Configuration1068 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1069 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1070 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1071 ConfigurationType="4"1072 CharacterSet="1"1073 >1074 <Tool1075 Name="VCPreBuildEventTool"1076 />1077 <Tool1078 Name="VCCustomBuildTool"1079 />1080 <Tool1081 Name="VCXMLDataGeneratorTool"1082 />1083 <Tool1084 Name="VCWebServiceProxyGeneratorTool"1085 />1086 <Tool1087 Name="VCMIDLTool"1088 TargetEnvironment="1"1089 />1090 <Tool1091 Name="VCCLCompilerTool"1092 ExecutionBucket="7"1093 Optimization="0"1094 FavorSizeOrSpeed="0"1095 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include"1096 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1097 ExceptionHandling="0"1098 RuntimeLibrary="1"1099 WarningLevel="3"1100 DebugInformationFormat="3"1101 CompileAs="0"1102 CompileForArchitecture="0"1103 />1104 <Tool1105 Name="VCManagedResourceCompilerTool"1106 />1107 <Tool1108 Name="VCResourceCompilerTool"1109 />1110 <Tool1111 Name="VCPreLinkEventTool"1112 />1113 <Tool1114 Name="VCLibrarianTool"1115 AdditionalOptions=""1116 />1117 <Tool1118 Name="VCALinkTool"1119 />1120 <Tool1121 Name="VCXDCMakeTool"1122 />1123 <Tool1124 Name="VCBscMakeTool"1125 />1126 <Tool1127 Name="VCCodeSignTool"1128 />1129 <Tool1130 Name="VCPostBuildEventTool"1131 />1132 <DeploymentTool1133 ForceDirty="-1"1134 RemoteDirectory=""1135 RegisterOutput="0"1136 AdditionalFiles=""1137 />1138 <DebuggerTool1139 />1140 </Configuration>1141 <Configuration1142 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1143 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1144 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1145 ConfigurationType="4"1146 CharacterSet="1"1147 >1148 <Tool1149 Name="VCPreBuildEventTool"1150 />1151 <Tool1152 Name="VCCustomBuildTool"1153 />1154 <Tool1155 Name="VCXMLDataGeneratorTool"1156 />1157 <Tool1158 Name="VCWebServiceProxyGeneratorTool"1159 />1160 <Tool1161 Name="VCMIDLTool"1162 TargetEnvironment="1"1163 />1164 <Tool1165 Name="VCCLCompilerTool"1166 ExecutionBucket="7"1167 Optimization="2"1168 FavorSizeOrSpeed="2"1169 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include"1170 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1171 ExceptionHandling="0"1172 RuntimeLibrary="0"1173 WarningLevel="3"1174 DebugInformationFormat="0"1175 CompileAs="0"1176 />1177 <Tool1178 Name="VCManagedResourceCompilerTool"1179 />1180 <Tool1181 Name="VCResourceCompilerTool"1182 />1183 <Tool1184 Name="VCPreLinkEventTool"1185 />1186 <Tool1187 Name="VCLibrarianTool"1188 AdditionalOptions=""1189 />1190 <Tool1191 Name="VCALinkTool"1192 />1193 <Tool1194 Name="VCXDCMakeTool"1195 />1196 <Tool1197 Name="VCBscMakeTool"1198 />1199 <Tool1200 Name="VCCodeSignTool"1201 />1202 <Tool1203 Name="VCPostBuildEventTool"1204 />1205 <DeploymentTool1206 ForceDirty="-1"1207 RemoteDirectory=""1208 RegisterOutput="0"1209 AdditionalFiles=""1210 />1211 <DebuggerTool1212 />1213 </Configuration>1214 <Configuration1215 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1216 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1217 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1218 ConfigurationType="4"1219 CharacterSet="1"1220 >1221 <Tool1222 Name="VCPreBuildEventTool"1223 />1224 <Tool1225 Name="VCCustomBuildTool"1226 />1227 <Tool1228 Name="VCXMLDataGeneratorTool"1229 />1230 <Tool1231 Name="VCWebServiceProxyGeneratorTool"1232 />1233 <Tool1234 Name="VCMIDLTool"1235 TargetEnvironment="1"1236 />1237 <Tool1238 Name="VCCLCompilerTool"1239 ExecutionBucket="7"1240 Optimization="0"1241 FavorSizeOrSpeed="0"1242 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include"1243 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1244 ExceptionHandling="0"1245 RuntimeLibrary="1"1246 WarningLevel="3"1247 DebugInformationFormat="3"1248 CompileAs="0"1249 CompileForArchitecture="0"1250 1249 /> 1251 1250 <Tool -
pjproject/branches/projects/vs-reorg/pjsip/build/pjsua_lib.vcproj
r2606 r2609 26 26 IntermediateDirectory=".\output\pjsua-lib-i386-win32-vc8-debug" 27 27 ConfigurationType="4" 28 InheritedPropertySheets=" $(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"28 InheritedPropertySheets="..\..\build\vs\pjproject-vs8-win32-debug-defaults.vsprops" 29 29 UseOfMFC="0" 30 30 ATLMinimizesCRunTimeLibraryUsage="false" … … 48 48 <Tool 49 49 Name="VCCLCompilerTool" 50 Optimization="0"51 50 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include" 52 51 PreprocessorDefinitions="_DEBUG;PJ_WIN32=1;PJ_M_I386=1;WIN32;_LIB" … … 61 60 WarningLevel="4" 62 61 SuppressStartupBanner="true" 63 DebugInformationFormat="4"64 62 /> 65 63 <Tool … … 118 116 <Tool 119 117 Name="VCMIDLTool" 118 /> 119 <Tool 120 Name="VCCLCompilerTool" 121 ExecutionBucket="7" 122 Optimization="0" 123 FavorSizeOrSpeed="0" 124 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include" 125 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 126 ExceptionHandling="0" 127 RuntimeLibrary="1" 128 WarningLevel="3" 129 DebugInformationFormat="3" 130 CompileAs="0" 131 CompileForArchitecture="0" 132 /> 133 <Tool 134 Name="VCManagedResourceCompilerTool" 135 /> 136 <Tool 137 Name="VCResourceCompilerTool" 138 /> 139 <Tool 140 Name="VCPreLinkEventTool" 141 /> 142 <Tool 143 Name="VCLibrarianTool" 144 AdditionalOptions="" 145 /> 146 <Tool 147 Name="VCALinkTool" 148 /> 149 <Tool 150 Name="VCXDCMakeTool" 151 /> 152 <Tool 153 Name="VCBscMakeTool" 154 /> 155 <Tool 156 Name="VCCodeSignTool" 157 /> 158 <Tool 159 Name="VCPostBuildEventTool" 160 /> 161 <DeploymentTool 162 ForceDirty="-1" 163 RemoteDirectory="" 164 RegisterOutput="0" 165 AdditionalFiles="" 166 /> 167 <DebuggerTool 168 /> 169 </Configuration> 170 <Configuration 171 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" 172 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 173 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 174 ConfigurationType="4" 175 CharacterSet="1" 176 > 177 <Tool 178 Name="VCPreBuildEventTool" 179 /> 180 <Tool 181 Name="VCCustomBuildTool" 182 /> 183 <Tool 184 Name="VCXMLDataGeneratorTool" 185 /> 186 <Tool 187 Name="VCWebServiceProxyGeneratorTool" 188 /> 189 <Tool 190 Name="VCMIDLTool" 191 TargetEnvironment="1" 120 192 /> 121 193 <Tool … … 320 392 </Configuration> 321 393 <Configuration 394 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" 395 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 396 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 397 ConfigurationType="4" 398 CharacterSet="1" 399 > 400 <Tool 401 Name="VCPreBuildEventTool" 402 /> 403 <Tool 404 Name="VCCustomBuildTool" 405 /> 406 <Tool 407 Name="VCXMLDataGeneratorTool" 408 /> 409 <Tool 410 Name="VCWebServiceProxyGeneratorTool" 411 /> 412 <Tool 413 Name="VCMIDLTool" 414 TargetEnvironment="1" 415 /> 416 <Tool 417 Name="VCCLCompilerTool" 418 ExecutionBucket="7" 419 Optimization="2" 420 FavorSizeOrSpeed="2" 421 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include" 422 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 423 ExceptionHandling="0" 424 RuntimeLibrary="0" 425 WarningLevel="3" 426 DebugInformationFormat="0" 427 CompileAs="0" 428 /> 429 <Tool 430 Name="VCManagedResourceCompilerTool" 431 /> 432 <Tool 433 Name="VCResourceCompilerTool" 434 /> 435 <Tool 436 Name="VCPreLinkEventTool" 437 /> 438 <Tool 439 Name="VCLibrarianTool" 440 AdditionalOptions="" 441 /> 442 <Tool 443 Name="VCALinkTool" 444 /> 445 <Tool 446 Name="VCXDCMakeTool" 447 /> 448 <Tool 449 Name="VCBscMakeTool" 450 /> 451 <Tool 452 Name="VCCodeSignTool" 453 /> 454 <Tool 455 Name="VCPostBuildEventTool" 456 /> 457 <DeploymentTool 458 ForceDirty="-1" 459 RemoteDirectory="" 460 RegisterOutput="0" 461 AdditionalFiles="" 462 /> 463 <DebuggerTool 464 /> 465 </Configuration> 466 <Configuration 322 467 Name="Debug-Static|Win32" 323 468 OutputDirectory="$(ConfigurationName)" … … 399 544 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 400 545 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 546 ConfigurationType="4" 547 CharacterSet="1" 548 > 549 <Tool 550 Name="VCPreBuildEventTool" 551 /> 552 <Tool 553 Name="VCCustomBuildTool" 554 /> 555 <Tool 556 Name="VCXMLDataGeneratorTool" 557 /> 558 <Tool 559 Name="VCWebServiceProxyGeneratorTool" 560 /> 561 <Tool 562 Name="VCMIDLTool" 563 TargetEnvironment="1" 564 /> 565 <Tool 566 Name="VCCLCompilerTool" 567 ExecutionBucket="7" 568 Optimization="0" 569 FavorSizeOrSpeed="0" 570 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include" 571 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 572 ExceptionHandling="0" 573 RuntimeLibrary="1" 574 WarningLevel="3" 575 DebugInformationFormat="3" 576 CompileAs="0" 577 CompileForArchitecture="0" 578 /> 579 <Tool 580 Name="VCManagedResourceCompilerTool" 581 /> 582 <Tool 583 Name="VCResourceCompilerTool" 584 /> 585 <Tool 586 Name="VCPreLinkEventTool" 587 /> 588 <Tool 589 Name="VCLibrarianTool" 590 AdditionalOptions="" 591 /> 592 <Tool 593 Name="VCALinkTool" 594 /> 595 <Tool 596 Name="VCXDCMakeTool" 597 /> 598 <Tool 599 Name="VCBscMakeTool" 600 /> 601 <Tool 602 Name="VCCodeSignTool" 603 /> 604 <Tool 605 Name="VCPostBuildEventTool" 606 /> 607 <DeploymentTool 608 ForceDirty="-1" 609 RemoteDirectory="" 610 RegisterOutput="0" 611 AdditionalFiles="" 612 /> 613 <DebuggerTool 614 /> 615 </Configuration> 616 <Configuration 617 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 618 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 619 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 401 620 ConfigurationType="4" 402 621 CharacterSet="1" … … 620 839 </Configuration> 621 840 <Configuration 841 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 842 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 843 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 844 ConfigurationType="4" 845 CharacterSet="1" 846 > 847 <Tool 848 Name="VCPreBuildEventTool" 849 /> 850 <Tool 851 Name="VCCustomBuildTool" 852 /> 853 <Tool 854 Name="VCXMLDataGeneratorTool" 855 /> 856 <Tool 857 Name="VCWebServiceProxyGeneratorTool" 858 /> 859 <Tool 860 Name="VCMIDLTool" 861 TargetEnvironment="1" 862 /> 863 <Tool 864 Name="VCCLCompilerTool" 865 ExecutionBucket="7" 866 Optimization="2" 867 FavorSizeOrSpeed="2" 868 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include" 869 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 870 ExceptionHandling="0" 871 RuntimeLibrary="0" 872 WarningLevel="3" 873 DebugInformationFormat="0" 874 CompileAs="0" 875 /> 876 <Tool 877 Name="VCManagedResourceCompilerTool" 878 /> 879 <Tool 880 Name="VCResourceCompilerTool" 881 /> 882 <Tool 883 Name="VCPreLinkEventTool" 884 /> 885 <Tool 886 Name="VCLibrarianTool" 887 AdditionalOptions="" 888 /> 889 <Tool 890 Name="VCALinkTool" 891 /> 892 <Tool 893 Name="VCXDCMakeTool" 894 /> 895 <Tool 896 Name="VCBscMakeTool" 897 /> 898 <Tool 899 Name="VCCodeSignTool" 900 /> 901 <Tool 902 Name="VCPostBuildEventTool" 903 /> 904 <DeploymentTool 905 ForceDirty="-1" 906 RemoteDirectory="" 907 RegisterOutput="0" 908 AdditionalFiles="" 909 /> 910 <DebuggerTool 911 /> 912 </Configuration> 913 <Configuration 622 914 Name="Debug-Dynamic|Win32" 623 915 OutputDirectory="$(ConfigurationName)" … … 699 991 OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 700 992 IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)" 993 ConfigurationType="4" 994 CharacterSet="1" 995 > 996 <Tool 997 Name="VCPreBuildEventTool" 998 /> 999 <Tool 1000 Name="VCCustomBuildTool" 1001 /> 1002 <Tool 1003 Name="VCXMLDataGeneratorTool" 1004 /> 1005 <Tool 1006 Name="VCWebServiceProxyGeneratorTool" 1007 /> 1008 <Tool 1009 Name="VCMIDLTool" 1010 TargetEnvironment="1" 1011 /> 1012 <Tool 1013 Name="VCCLCompilerTool" 1014 ExecutionBucket="7" 1015 Optimization="0" 1016 FavorSizeOrSpeed="0" 1017 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include" 1018 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL" 1019 ExceptionHandling="0" 1020 RuntimeLibrary="1" 1021 WarningLevel="3" 1022 DebugInformationFormat="3" 1023 CompileAs="0" 1024 CompileForArchitecture="0" 1025 /> 1026 <Tool 1027 Name="VCManagedResourceCompilerTool" 1028 /> 1029 <Tool 1030 Name="VCResourceCompilerTool" 1031 /> 1032 <Tool 1033 Name="VCPreLinkEventTool" 1034 /> 1035 <Tool 1036 Name="VCLibrarianTool" 1037 AdditionalOptions="" 1038 /> 1039 <Tool 1040 Name="VCALinkTool" 1041 /> 1042 <Tool 1043 Name="VCXDCMakeTool" 1044 /> 1045 <Tool 1046 Name="VCBscMakeTool" 1047 /> 1048 <Tool 1049 Name="VCCodeSignTool" 1050 /> 1051 <Tool 1052 Name="VCPostBuildEventTool" 1053 /> 1054 <DeploymentTool 1055 ForceDirty="-1" 1056 RemoteDirectory="" 1057 RegisterOutput="0" 1058 AdditionalFiles="" 1059 /> 1060 <DebuggerTool 1061 /> 1062 </Configuration> 1063 <Configuration 1064 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)" 1065 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 1066 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" 701 1067 ConfigurationType="4" 702 1068 CharacterSet="1" … … 920 1286 </Configuration> 921 1287 <Configuration 922 Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)"923 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"924 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"925 ConfigurationType="4"926 CharacterSet="1"927 >928 <Tool929 Name="VCPreBuildEventTool"930 />931 <Tool932 Name="VCCustomBuildTool"933 />934 <Tool935 Name="VCXMLDataGeneratorTool"936 />937 <Tool938 Name="VCWebServiceProxyGeneratorTool"939 />940 <Tool941 Name="VCMIDLTool"942 TargetEnvironment="1"943 />944 <Tool945 Name="VCCLCompilerTool"946 ExecutionBucket="7"947 Optimization="0"948 FavorSizeOrSpeed="0"949 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include"950 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"951 ExceptionHandling="0"952 RuntimeLibrary="1"953 WarningLevel="3"954 DebugInformationFormat="3"955 CompileAs="0"956 CompileForArchitecture="0"957 />958 <Tool959 Name="VCManagedResourceCompilerTool"960 />961 <Tool962 Name="VCResourceCompilerTool"963 />964 <Tool965 Name="VCPreLinkEventTool"966 />967 <Tool968 Name="VCLibrarianTool"969 AdditionalOptions=""970 />971 <Tool972 Name="VCALinkTool"973 />974 <Tool975 Name="VCXDCMakeTool"976 />977 <Tool978 Name="VCBscMakeTool"979 />980 <Tool981 Name="VCCodeSignTool"982 />983 <Tool984 Name="VCPostBuildEventTool"985 />986 <DeploymentTool987 ForceDirty="-1"988 RemoteDirectory=""989 RegisterOutput="0"990 AdditionalFiles=""991 />992 <DebuggerTool993 />994 </Configuration>995 <Configuration996 Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)"997 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"998 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"999 ConfigurationType="4"1000 CharacterSet="1"1001 >1002 <Tool1003 Name="VCPreBuildEventTool"1004 />1005 <Tool1006 Name="VCCustomBuildTool"1007 />1008 <Tool1009 Name="VCXMLDataGeneratorTool"1010 />1011 <Tool1012 Name="VCWebServiceProxyGeneratorTool"1013 />1014 <Tool1015 Name="VCMIDLTool"1016 TargetEnvironment="1"1017 />1018 <Tool1019 Name="VCCLCompilerTool"1020 ExecutionBucket="7"1021 Optimization="2"1022 FavorSizeOrSpeed="2"1023 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include"1024 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1025 ExceptionHandling="0"1026 RuntimeLibrary="0"1027 WarningLevel="3"1028 DebugInformationFormat="0"1029 CompileAs="0"1030 />1031 <Tool1032 Name="VCManagedResourceCompilerTool"1033 />1034 <Tool1035 Name="VCResourceCompilerTool"1036 />1037 <Tool1038 Name="VCPreLinkEventTool"1039 />1040 <Tool1041 Name="VCLibrarianTool"1042 AdditionalOptions=""1043 />1044 <Tool1045 Name="VCALinkTool"1046 />1047 <Tool1048 Name="VCXDCMakeTool"1049 />1050 <Tool1051 Name="VCBscMakeTool"1052 />1053 <Tool1054 Name="VCCodeSignTool"1055 />1056 <Tool1057 Name="VCPostBuildEventTool"1058 />1059 <DeploymentTool1060 ForceDirty="-1"1061 RemoteDirectory=""1062 RegisterOutput="0"1063 AdditionalFiles=""1064 />1065 <DebuggerTool1066 />1067 </Configuration>1068 <Configuration1069 Name="Debug-Static|Windows Mobile 6 Professional SDK (ARMV4I)"1070 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1071 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1072 ConfigurationType="4"1073 CharacterSet="1"1074 >1075 <Tool1076 Name="VCPreBuildEventTool"1077 />1078 <Tool1079 Name="VCCustomBuildTool"1080 />1081 <Tool1082 Name="VCXMLDataGeneratorTool"1083 />1084 <Tool1085 Name="VCWebServiceProxyGeneratorTool"1086 />1087 <Tool1088 Name="VCMIDLTool"1089 TargetEnvironment="1"1090 />1091 <Tool1092 Name="VCCLCompilerTool"1093 ExecutionBucket="7"1094 Optimization="0"1095 FavorSizeOrSpeed="0"1096 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include"1097 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1098 ExceptionHandling="0"1099 RuntimeLibrary="1"1100 WarningLevel="3"1101 DebugInformationFormat="3"1102 CompileAs="0"1103 CompileForArchitecture="0"1104 />1105 <Tool1106 Name="VCManagedResourceCompilerTool"1107 />1108 <Tool1109 Name="VCResourceCompilerTool"1110 />1111 <Tool1112 Name="VCPreLinkEventTool"1113 />1114 <Tool1115 Name="VCLibrarianTool"1116 AdditionalOptions=""1117 />1118 <Tool1119 Name="VCALinkTool"1120 />1121 <Tool1122 Name="VCXDCMakeTool"1123 />1124 <Tool1125 Name="VCBscMakeTool"1126 />1127 <Tool1128 Name="VCCodeSignTool"1129 />1130 <Tool1131 Name="VCPostBuildEventTool"1132 />1133 <DeploymentTool1134 ForceDirty="-1"1135 RemoteDirectory=""1136 RegisterOutput="0"1137 AdditionalFiles=""1138 />1139 <DebuggerTool1140 />1141 </Configuration>1142 <Configuration1143 Name="Release-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1144 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1145 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1146 ConfigurationType="4"1147 CharacterSet="1"1148 >1149 <Tool1150 Name="VCPreBuildEventTool"1151 />1152 <Tool1153 Name="VCCustomBuildTool"1154 />1155 <Tool1156 Name="VCXMLDataGeneratorTool"1157 />1158 <Tool1159 Name="VCWebServiceProxyGeneratorTool"1160 />1161 <Tool1162 Name="VCMIDLTool"1163 TargetEnvironment="1"1164 />1165 <Tool1166 Name="VCCLCompilerTool"1167 ExecutionBucket="7"1168 Optimization="2"1169 FavorSizeOrSpeed="2"1170 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include"1171 PreprocessorDefinitions="NDEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1172 ExceptionHandling="0"1173 RuntimeLibrary="0"1174 WarningLevel="3"1175 DebugInformationFormat="0"1176 CompileAs="0"1177 />1178 <Tool1179 Name="VCManagedResourceCompilerTool"1180 />1181 <Tool1182 Name="VCResourceCompilerTool"1183 />1184 <Tool1185 Name="VCPreLinkEventTool"1186 />1187 <Tool1188 Name="VCLibrarianTool"1189 AdditionalOptions=""1190 />1191 <Tool1192 Name="VCALinkTool"1193 />1194 <Tool1195 Name="VCXDCMakeTool"1196 />1197 <Tool1198 Name="VCBscMakeTool"1199 />1200 <Tool1201 Name="VCCodeSignTool"1202 />1203 <Tool1204 Name="VCPostBuildEventTool"1205 />1206 <DeploymentTool1207 ForceDirty="-1"1208 RemoteDirectory=""1209 RegisterOutput="0"1210 AdditionalFiles=""1211 />1212 <DebuggerTool1213 />1214 </Configuration>1215 <Configuration1216 Name="Debug-Dynamic|Windows Mobile 6 Professional SDK (ARMV4I)"1217 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1218 IntermediateDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)"1219 ConfigurationType="4"1220 CharacterSet="1"1221 >1222 <Tool1223 Name="VCPreBuildEventTool"1224 />1225 <Tool1226 Name="VCCustomBuildTool"1227 />1228 <Tool1229 Name="VCXMLDataGeneratorTool"1230 />1231 <Tool1232 Name="VCWebServiceProxyGeneratorTool"1233 />1234 <Tool1235 Name="VCMIDLTool"1236 TargetEnvironment="1"1237 />1238 <Tool1239 Name="VCCLCompilerTool"1240 ExecutionBucket="7"1241 Optimization="0"1242 FavorSizeOrSpeed="0"1243 AdditionalIncludeDirectories="../include,../../pjmedia/include,../../pjlib-util/include,../../pjlib/include,../../pjnath/include"1244 PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"1245 ExceptionHandling="0"1246 RuntimeLibrary="1"1247 WarningLevel="3"1248 DebugInformationFormat="3"1249 CompileAs="0"1250 CompileForArchitecture="0"1251 />1252 <Tool1253 Name="VCManagedResourceCompilerTool"1254 />1255 <Tool1256 Name="VCResourceCompilerTool"1257 />1258 <Tool1259 Name="VCPreLinkEventTool"1260 />1261 <Tool1262 Name="VCLibrarianTool"1263 AdditionalOptions=""1264 />1265 <Tool1266 Name="VCALinkTool"1267 />1268 <Tool1269 Name="VCXDCMakeTool"1270 />1271 <Tool1272 Name="VCBscMakeTool"1273 />1274 <Tool1275 Name="VCCodeSignTool"1276 />1277 <Tool1278 Name="VCPostBuildEventTool"1279 />1280 <DeploymentTool1281 ForceDirty="-1"1282 RemoteDirectory=""1283 RegisterOutput="0"1284 AdditionalFiles=""1285 />1286 <DebuggerTool1287 />1288 </Configuration>1289 <Configuration1290 1288 Name="Release-Static|Windows Mobile 6 Professional SDK (ARMV4I)" 1291 1289 OutputDirectory="Windows Mobile 6 Professional SDK (ARMV4I)\$(ConfigurationName)" -
pjproject/branches/projects/vs-reorg/third_party/build/g7221/libg7221codec.vcproj
r2606 r2609 26 26 IntermediateDirectory="$(OutDir)" 27 27 ConfigurationType="4" 28 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8- common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops"28 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-win32-release-defaults.vsprops" 29 29 UseOfMFC="0" 30 30 ATLMinimizesCRunTimeLibraryUsage="false" … … 264 264 <Configuration 265 265 Name="Debug|Win32" 266 OutputDirectory=" .\output\$(ProjectName)-$(TargetCPU)-$(PlatformName)-vs$(VSVer)-$(ConfigurationName)"267 IntermediateDirectory="$( OutDir)"266 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 267 IntermediateDirectory="$(ConfigurationName)" 268 268 ConfigurationType="4" 269 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"270 269 UseOfMFC="0" 271 270 ATLMinimizesCRunTimeLibraryUsage="false" … … 289 288 <Tool 290 289 Name="VCCLCompilerTool" 291 Optimization="0"292 290 AdditionalIncludeDirectories="../..,../../g7221/common,../../g7221/common/stl-files" 293 291 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" … … 300 298 WarningLevel="3" 301 299 SuppressStartupBanner="true" 302 DebugInformationFormat="4"303 300 /> 304 301 <Tool … … 341 338 IntermediateDirectory="$(OutDir)" 342 339 ConfigurationType="4" 343 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"344 340 UseOfMFC="0" 345 341 ATLMinimizesCRunTimeLibraryUsage="false" … … 422 418 IntermediateDirectory="$(OutDir)" 423 419 ConfigurationType="4" 424 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops"425 420 UseOfMFC="0" 426 421 ATLMinimizesCRunTimeLibraryUsage="false" … … 743 738 IntermediateDirectory="$(OutDir)" 744 739 ConfigurationType="4" 745 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops"746 740 UseOfMFC="0" 747 741 ATLMinimizesCRunTimeLibraryUsage="false" … … 1056 1050 IntermediateDirectory="$(OutDir)" 1057 1051 ConfigurationType="4" 1058 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-release-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-wm6-release-defaults.vsprops"1059 1052 UseOfMFC="0" 1060 1053 ATLMinimizesCRunTimeLibraryUsage="false" -
pjproject/branches/projects/vs-reorg/third_party/build/gsm/libgsmcodec.vcproj
r2606 r2609 26 26 IntermediateDirectory="$(OutDir)" 27 27 ConfigurationType="4" 28 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops"29 28 UseOfMFC="0" 30 29 ATLMinimizesCRunTimeLibraryUsage="false" … … 48 47 <Tool 49 48 Name="VCCLCompilerTool" 50 Optimization="0"51 49 AdditionalIncludeDirectories=".,../../gsm/inc" 52 50 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" … … 60 58 WarningLevel="4" 61 59 SuppressStartupBanner="true" 62 DebugInformationFormat="4"63 60 /> 64 61 <Tool … … 2418 2415 > 2419 2416 <File 2420 RelativePath=" config.h"2417 RelativePath="..\..\gsm\inc\config.h" 2421 2418 > 2422 2419 </File> 2423 2420 <File 2424 RelativePath=" ..\..\gsm\inc\config.h"2421 RelativePath="config.h" 2425 2422 > 2426 2423 </File> -
pjproject/branches/projects/vs-reorg/third_party/build/ilbc/libilbccodec.vcproj
r2606 r2609 5 5 Name="libilbccodec" 6 6 ProjectGUID="{B5FE16F8-3EDB-4110-BD80-B4238CC01E8D}" 7 RootNamespace="libilbccodec" 7 8 > 8 9 <Platforms> … … 25 26 IntermediateDirectory="$(OutDir)" 26 27 ConfigurationType="4" 27 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops"28 28 UseOfMFC="0" 29 29 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 47 <Tool 48 48 Name="VCCLCompilerTool" 49 Optimization="0"50 49 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 51 50 MinimalRebuild="true" … … 58 57 WarningLevel="4" 59 58 SuppressStartupBanner="true" 60 DebugInformationFormat="4"61 59 /> 62 60 <Tool -
pjproject/branches/projects/vs-reorg/third_party/build/milenage/libmilenage.vcproj
r2606 r2609 5 5 Name="libmilenage" 6 6 ProjectGUID="{4BF51C21-5A30-423B-82FE-1ED410E5769D}" 7 RootNamespace="libmilenage" 7 8 > 8 9 <Platforms> … … 25 26 IntermediateDirectory="$(OutDir)" 26 27 ConfigurationType="4" 27 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops"28 28 UseOfMFC="0" 29 29 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 47 <Tool 48 48 Name="VCCLCompilerTool" 49 Optimization="0"50 49 AdditionalIncludeDirectories="../../../pjlib/include" 51 50 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" … … 59 58 WarningLevel="4" 60 59 SuppressStartupBanner="true" 61 DebugInformationFormat="4"62 60 /> 63 61 <Tool -
pjproject/branches/projects/vs-reorg/third_party/build/portaudio/libportaudio.vcproj
r2606 r2609 5 5 Name="libportaudio" 6 6 ProjectGUID="{3CF9FFA9-8387-4635-9D1B-E7944CBEFEAA}" 7 RootNamespace="libportaudio" 7 8 > 8 9 <Platforms> … … 25 26 IntermediateDirectory="$(OutDir)" 26 27 ConfigurationType="4" 27 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops"28 28 UseOfMFC="0" 29 29 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 47 <Tool 48 48 Name="VCCLCompilerTool" 49 Optimization="0"50 49 AdditionalIncludeDirectories="..\..\portaudio\src\common;..\..\portaudio\include;..\..\portaudio\src\os\win;"$(DXSDK_DIR)include"" 51 50 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;PA_ENABLE_DEBUG_OUTPUT;_CRT_SECURE_NO_DEPRECATE;PA_NO_ASIO" … … 59 58 WarningLevel="3" 60 59 SuppressStartupBanner="true" 61 DebugInformationFormat="4"62 60 /> 63 61 <Tool -
pjproject/branches/projects/vs-reorg/third_party/build/resample/libresample.vcproj
r2606 r2609 5 5 Name="libresample" 6 6 ProjectGUID="{6794B975-4E84-4F49-B2DC-C31F2224E03E}" 7 RootNamespace="libresample" 7 8 > 8 9 <Platforms> … … 25 26 IntermediateDirectory="$(OutDir)" 26 27 ConfigurationType="4" 27 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops"28 28 UseOfMFC="0" 29 29 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 47 <Tool 48 48 Name="VCCLCompilerTool" 49 Optimization="0"50 49 AdditionalIncludeDirectories=".,../../resample/include" 51 50 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" … … 59 58 WarningLevel="3" 60 59 SuppressStartupBanner="true" 61 DebugInformationFormat="4"62 60 /> 63 61 <Tool -
pjproject/branches/projects/vs-reorg/third_party/build/speex/libspeex.vcproj
r2606 r2609 26 26 IntermediateDirectory="$(OutDir)" 27 27 ConfigurationType="4" 28 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops"29 28 UseOfMFC="0" 30 29 ATLMinimizesCRunTimeLibraryUsage="false" … … 47 46 <Tool 48 47 Name="VCCLCompilerTool" 49 Optimization="0"50 48 AdditionalIncludeDirectories=".,../../speex/include,../../../pjlib/include" 51 49 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;HAVE_CONFIG_H" … … 57 55 WarningLevel="3" 58 56 SuppressStartupBanner="true" 59 DebugInformationFormat="4"60 57 /> 61 58 <Tool -
pjproject/branches/projects/vs-reorg/third_party/build/srtp/libsrtp.vcproj
r2606 r2609 27 27 IntermediateDirectory="$(OutDir)" 28 28 ConfigurationType="4" 29 InheritedPropertySheets="..\..\..\build\vs\pjproject-vs8-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-win32-common-defaults.vsprops;..\..\..\build\vs\pjproject-vs8-debug-defaults.vsprops"30 29 CharacterSet="2" 31 30 > … … 47 46 <Tool 48 47 Name="VCCLCompilerTool" 49 Optimization="0"50 48 AdditionalIncludeDirectories=".,../../srtp/include,../../srtp/crypto/include,../../../pjlib/include" 51 49 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" … … 56 54 WarningLevel="3" 57 55 Detect64BitPortabilityProblems="true" 58 DebugInformationFormat="4"59 56 /> 60 57 <Tool
Note: See TracChangeset
for help on using the changeset viewer.