Mercurial > hg > audiostuff
comparison spandsp-0.0.6pre17/src/libtiff.2008.vcproj @ 4:26cd8f1ef0b1
import spandsp-0.0.6pre17
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Fri, 25 Jun 2010 15:50:58 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:c6c5a16ce2f2 | 4:26cd8f1ef0b1 |
|---|---|
| 1 <?xml version="1.0" encoding="Windows-1252"?> | |
| 2 <VisualStudioProject | |
| 3 ProjectType="Visual C++" | |
| 4 Version="9.00" | |
| 5 Name="libtiff" | |
| 6 ProjectGUID="{401A40CD-5DB4-4E34-AC68-FA99E9FAC014}" | |
| 7 RootNamespace="libtiff" | |
| 8 Keyword="Win32Proj" | |
| 9 TargetFrameworkVersion="131072" | |
| 10 > | |
| 11 <Platforms> | |
| 12 <Platform | |
| 13 Name="Win32" | |
| 14 /> | |
| 15 <Platform | |
| 16 Name="x64" | |
| 17 /> | |
| 18 </Platforms> | |
| 19 <ToolFiles> | |
| 20 </ToolFiles> | |
| 21 <Configurations> | |
| 22 <Configuration | |
| 23 Name="Debug|Win32" | |
| 24 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
| 25 IntermediateDirectory="$(ConfigurationName)" | |
| 26 ConfigurationType="4" | |
| 27 CharacterSet="1" | |
| 28 BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm" | |
| 29 > | |
| 30 <Tool | |
| 31 Name="VCPreBuildEventTool" | |
| 32 CommandLine="if not exist "$(ProjectDir)../../tiff-3.8.2/libtiff/tiffconf.h" copy "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tiffconf.h.vc" "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tiffconf.h" /Y
if not exist "$(ProjectDir)../../tiff-3.8.2/libtiff/tif_config.h" copy "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tif_config.h.vc" "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tif_config.h" /Y
" | |
| 33 /> | |
| 34 <Tool | |
| 35 Name="VCCustomBuildTool" | |
| 36 /> | |
| 37 <Tool | |
| 38 Name="VCXMLDataGeneratorTool" | |
| 39 /> | |
| 40 <Tool | |
| 41 Name="VCWebServiceProxyGeneratorTool" | |
| 42 /> | |
| 43 <Tool | |
| 44 Name="VCMIDLTool" | |
| 45 /> | |
| 46 <Tool | |
| 47 Name="VCCLCompilerTool" | |
| 48 Optimization="0" | |
| 49 AdditionalIncludeDirectories="." | |
| 50 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO" | |
| 51 MinimalRebuild="true" | |
| 52 BasicRuntimeChecks="3" | |
| 53 RuntimeLibrary="3" | |
| 54 UsePrecompiledHeader="0" | |
| 55 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb" | |
| 56 WarningLevel="0" | |
| 57 DebugInformationFormat="4" | |
| 58 CompileAs="1" | |
| 59 /> | |
| 60 <Tool | |
| 61 Name="VCManagedResourceCompilerTool" | |
| 62 /> | |
| 63 <Tool | |
| 64 Name="VCResourceCompilerTool" | |
| 65 /> | |
| 66 <Tool | |
| 67 Name="VCPreLinkEventTool" | |
| 68 /> | |
| 69 <Tool | |
| 70 Name="VCLibrarianTool" | |
| 71 /> | |
| 72 <Tool | |
| 73 Name="VCALinkTool" | |
| 74 /> | |
| 75 <Tool | |
| 76 Name="VCXDCMakeTool" | |
| 77 /> | |
| 78 <Tool | |
| 79 Name="VCBscMakeTool" | |
| 80 /> | |
| 81 <Tool | |
| 82 Name="VCFxCopTool" | |
| 83 /> | |
| 84 <Tool | |
| 85 Name="VCPostBuildEventTool" | |
| 86 /> | |
| 87 </Configuration> | |
| 88 <Configuration | |
| 89 Name="Debug|x64" | |
| 90 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |
| 91 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
| 92 ConfigurationType="4" | |
| 93 CharacterSet="1" | |
| 94 > | |
| 95 <Tool | |
| 96 Name="VCPreBuildEventTool" | |
| 97 CommandLine="if not exist "$(ProjectDir)../../tiff-3.8.2/libtiff/tiffconf.h" copy "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tiffconf.h.vc" "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tiffconf.h" /Y
if not exist "$(ProjectDir)../../tiff-3.8.2/libtiff/tif_config.h" copy "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tif_config.h.vc" "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tif_config.h" /Y
" | |
| 98 /> | |
| 99 <Tool | |
| 100 Name="VCCustomBuildTool" | |
| 101 /> | |
| 102 <Tool | |
| 103 Name="VCXMLDataGeneratorTool" | |
| 104 /> | |
| 105 <Tool | |
| 106 Name="VCWebServiceProxyGeneratorTool" | |
| 107 /> | |
| 108 <Tool | |
| 109 Name="VCMIDLTool" | |
| 110 TargetEnvironment="3" | |
| 111 /> | |
| 112 <Tool | |
| 113 Name="VCCLCompilerTool" | |
| 114 Optimization="0" | |
| 115 AdditionalIncludeDirectories="." | |
| 116 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO" | |
| 117 MinimalRebuild="true" | |
| 118 BasicRuntimeChecks="3" | |
| 119 RuntimeLibrary="3" | |
| 120 UsePrecompiledHeader="0" | |
| 121 WarningLevel="0" | |
| 122 DebugInformationFormat="3" | |
| 123 CompileAs="1" | |
| 124 /> | |
| 125 <Tool | |
| 126 Name="VCManagedResourceCompilerTool" | |
| 127 /> | |
| 128 <Tool | |
| 129 Name="VCResourceCompilerTool" | |
| 130 /> | |
| 131 <Tool | |
| 132 Name="VCPreLinkEventTool" | |
| 133 /> | |
| 134 <Tool | |
| 135 Name="VCLibrarianTool" | |
| 136 /> | |
| 137 <Tool | |
| 138 Name="VCALinkTool" | |
| 139 /> | |
| 140 <Tool | |
| 141 Name="VCXDCMakeTool" | |
| 142 /> | |
| 143 <Tool | |
| 144 Name="VCBscMakeTool" | |
| 145 /> | |
| 146 <Tool | |
| 147 Name="VCFxCopTool" | |
| 148 /> | |
| 149 <Tool | |
| 150 Name="VCPostBuildEventTool" | |
| 151 /> | |
| 152 </Configuration> | |
| 153 <Configuration | |
| 154 Name="Release|Win32" | |
| 155 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
| 156 IntermediateDirectory="$(ConfigurationName)" | |
| 157 ConfigurationType="4" | |
| 158 CharacterSet="1" | |
| 159 WholeProgramOptimization="1" | |
| 160 BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm" | |
| 161 > | |
| 162 <Tool | |
| 163 Name="VCPreBuildEventTool" | |
| 164 CommandLine="if not exist "$(ProjectDir)../../tiff-3.8.2/libtiff/tiffconf.h" copy "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tiffconf.h.vc" "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tiffconf.h" /Y
if not exist "$(ProjectDir)../../tiff-3.8.2/libtiff/tif_config.h" copy "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tif_config.h.vc" "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tif_config.h" /Y
" | |
| 165 /> | |
| 166 <Tool | |
| 167 Name="VCCustomBuildTool" | |
| 168 /> | |
| 169 <Tool | |
| 170 Name="VCXMLDataGeneratorTool" | |
| 171 /> | |
| 172 <Tool | |
| 173 Name="VCWebServiceProxyGeneratorTool" | |
| 174 /> | |
| 175 <Tool | |
| 176 Name="VCMIDLTool" | |
| 177 /> | |
| 178 <Tool | |
| 179 Name="VCCLCompilerTool" | |
| 180 AdditionalIncludeDirectories="." | |
| 181 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO" | |
| 182 RuntimeLibrary="2" | |
| 183 UsePrecompiledHeader="0" | |
| 184 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb" | |
| 185 WarningLevel="0" | |
| 186 DebugInformationFormat="3" | |
| 187 /> | |
| 188 <Tool | |
| 189 Name="VCManagedResourceCompilerTool" | |
| 190 /> | |
| 191 <Tool | |
| 192 Name="VCResourceCompilerTool" | |
| 193 /> | |
| 194 <Tool | |
| 195 Name="VCPreLinkEventTool" | |
| 196 /> | |
| 197 <Tool | |
| 198 Name="VCLibrarianTool" | |
| 199 /> | |
| 200 <Tool | |
| 201 Name="VCALinkTool" | |
| 202 /> | |
| 203 <Tool | |
| 204 Name="VCXDCMakeTool" | |
| 205 /> | |
| 206 <Tool | |
| 207 Name="VCBscMakeTool" | |
| 208 /> | |
| 209 <Tool | |
| 210 Name="VCFxCopTool" | |
| 211 /> | |
| 212 <Tool | |
| 213 Name="VCPostBuildEventTool" | |
| 214 /> | |
| 215 </Configuration> | |
| 216 <Configuration | |
| 217 Name="Release|x64" | |
| 218 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" | |
| 219 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
| 220 ConfigurationType="4" | |
| 221 CharacterSet="1" | |
| 222 WholeProgramOptimization="1" | |
| 223 > | |
| 224 <Tool | |
| 225 Name="VCPreBuildEventTool" | |
| 226 CommandLine="if not exist "$(ProjectDir)../../tiff-3.8.2/libtiff/tiffconf.h" copy "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tiffconf.h.vc" "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tiffconf.h" /Y
if not exist "$(ProjectDir)../../tiff-3.8.2/libtiff/tif_config.h" copy "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tif_config.h.vc" "$(ProjectDir)..\..\tiff-3.8.2\libtiff\tif_config.h" /Y
" | |
| 227 /> | |
| 228 <Tool | |
| 229 Name="VCCustomBuildTool" | |
| 230 /> | |
| 231 <Tool | |
| 232 Name="VCXMLDataGeneratorTool" | |
| 233 /> | |
| 234 <Tool | |
| 235 Name="VCWebServiceProxyGeneratorTool" | |
| 236 /> | |
| 237 <Tool | |
| 238 Name="VCMIDLTool" | |
| 239 TargetEnvironment="3" | |
| 240 /> | |
| 241 <Tool | |
| 242 Name="VCCLCompilerTool" | |
| 243 AdditionalIncludeDirectories="." | |
| 244 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FILLODER_LSB2MSB;TIF_PLATFORM_CONSOLE;CCITT_SUPPORT;PACKBITS_SUPPORT;LZW_SUPPORT;THUNDER_SUPPORT;NEXT_SUPPORT;LOGLUV_SUPPORT;TRIPCHOP_DEFAULT=TIFF_STRIPCHOP;STRIP_SIZE_DEFAULT=8192;DEFAULT_EXTRASAMPLE_AS_ALPHA;CHECK_JPEG_YCBCR_SUBSAMPLING;AVOID_WIN32_FILEIO" | |
| 245 RuntimeLibrary="2" | |
| 246 UsePrecompiledHeader="0" | |
| 247 WarningLevel="0" | |
| 248 DebugInformationFormat="3" | |
| 249 /> | |
| 250 <Tool | |
| 251 Name="VCManagedResourceCompilerTool" | |
| 252 /> | |
| 253 <Tool | |
| 254 Name="VCResourceCompilerTool" | |
| 255 /> | |
| 256 <Tool | |
| 257 Name="VCPreLinkEventTool" | |
| 258 /> | |
| 259 <Tool | |
| 260 Name="VCLibrarianTool" | |
| 261 /> | |
| 262 <Tool | |
| 263 Name="VCALinkTool" | |
| 264 /> | |
| 265 <Tool | |
| 266 Name="VCXDCMakeTool" | |
| 267 /> | |
| 268 <Tool | |
| 269 Name="VCBscMakeTool" | |
| 270 /> | |
| 271 <Tool | |
| 272 Name="VCFxCopTool" | |
| 273 /> | |
| 274 <Tool | |
| 275 Name="VCPostBuildEventTool" | |
| 276 /> | |
| 277 </Configuration> | |
| 278 </Configurations> | |
| 279 <References> | |
| 280 </References> | |
| 281 <Files> | |
| 282 <Filter | |
| 283 Name="Source Files" | |
| 284 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | |
| 285 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | |
| 286 > | |
| 287 <File | |
| 288 RelativePath="..\..\tiff-3.8.2\libtiff\tif_aux.c" | |
| 289 > | |
| 290 </File> | |
| 291 <File | |
| 292 RelativePath="..\..\tiff-3.8.2\libtiff\tif_close.c" | |
| 293 > | |
| 294 </File> | |
| 295 <File | |
| 296 RelativePath="..\..\tiff-3.8.2\libtiff\tif_codec.c" | |
| 297 > | |
| 298 </File> | |
| 299 <File | |
| 300 RelativePath="..\..\tiff-3.8.2\libtiff\tif_color.c" | |
| 301 > | |
| 302 </File> | |
| 303 <File | |
| 304 RelativePath="..\..\tiff-3.8.2\libtiff\tif_compress.c" | |
| 305 > | |
| 306 </File> | |
| 307 <File | |
| 308 RelativePath="..\..\tiff-3.8.2\libtiff\tif_dir.c" | |
| 309 > | |
| 310 </File> | |
| 311 <File | |
| 312 RelativePath="..\..\tiff-3.8.2\libtiff\tif_dirinfo.c" | |
| 313 > | |
| 314 </File> | |
| 315 <File | |
| 316 RelativePath="..\..\tiff-3.8.2\libtiff\tif_dirread.c" | |
| 317 > | |
| 318 </File> | |
| 319 <File | |
| 320 RelativePath="..\..\tiff-3.8.2\libtiff\tif_dirwrite.c" | |
| 321 > | |
| 322 </File> | |
| 323 <File | |
| 324 RelativePath="..\..\tiff-3.8.2\libtiff\tif_dumpmode.c" | |
| 325 > | |
| 326 </File> | |
| 327 <File | |
| 328 RelativePath="..\..\tiff-3.8.2\libtiff\tif_error.c" | |
| 329 > | |
| 330 </File> | |
| 331 <File | |
| 332 RelativePath="..\..\tiff-3.8.2\libtiff\tif_extension.c" | |
| 333 > | |
| 334 </File> | |
| 335 <File | |
| 336 RelativePath="..\..\tiff-3.8.2\libtiff\tif_fax3.c" | |
| 337 > | |
| 338 </File> | |
| 339 <File | |
| 340 RelativePath="..\..\tiff-3.8.2\libtiff\tif_fax3sm.c" | |
| 341 > | |
| 342 </File> | |
| 343 <File | |
| 344 RelativePath="..\..\tiff-3.8.2\libtiff\tif_flush.c" | |
| 345 > | |
| 346 </File> | |
| 347 <File | |
| 348 RelativePath="..\..\tiff-3.8.2\libtiff\tif_getimage.c" | |
| 349 > | |
| 350 </File> | |
| 351 <File | |
| 352 RelativePath="..\..\tiff-3.8.2\libtiff\tif_jpeg.c" | |
| 353 > | |
| 354 </File> | |
| 355 <File | |
| 356 RelativePath="..\..\tiff-3.8.2\libtiff\tif_luv.c" | |
| 357 > | |
| 358 </File> | |
| 359 <File | |
| 360 RelativePath="..\..\tiff-3.8.2\libtiff\tif_lzw.c" | |
| 361 > | |
| 362 </File> | |
| 363 <File | |
| 364 RelativePath="..\..\tiff-3.8.2\libtiff\tif_next.c" | |
| 365 > | |
| 366 </File> | |
| 367 <File | |
| 368 RelativePath="..\..\tiff-3.8.2\libtiff\tif_ojpeg.c" | |
| 369 > | |
| 370 </File> | |
| 371 <File | |
| 372 RelativePath="..\..\tiff-3.8.2\libtiff\tif_open.c" | |
| 373 > | |
| 374 </File> | |
| 375 <File | |
| 376 RelativePath="..\..\tiff-3.8.2\libtiff\tif_packbits.c" | |
| 377 > | |
| 378 </File> | |
| 379 <File | |
| 380 RelativePath="..\..\tiff-3.8.2\libtiff\tif_pixarlog.c" | |
| 381 > | |
| 382 </File> | |
| 383 <File | |
| 384 RelativePath="..\..\tiff-3.8.2\libtiff\tif_predict.c" | |
| 385 > | |
| 386 </File> | |
| 387 <File | |
| 388 RelativePath="..\..\tiff-3.8.2\libtiff\tif_print.c" | |
| 389 > | |
| 390 </File> | |
| 391 <File | |
| 392 RelativePath="..\..\tiff-3.8.2\libtiff\tif_read.c" | |
| 393 > | |
| 394 </File> | |
| 395 <File | |
| 396 RelativePath="..\..\tiff-3.8.2\libtiff\tif_strip.c" | |
| 397 > | |
| 398 </File> | |
| 399 <File | |
| 400 RelativePath="..\..\tiff-3.8.2\libtiff\tif_swab.c" | |
| 401 > | |
| 402 </File> | |
| 403 <File | |
| 404 RelativePath="..\..\tiff-3.8.2\libtiff\tif_thunder.c" | |
| 405 > | |
| 406 </File> | |
| 407 <File | |
| 408 RelativePath="..\..\tiff-3.8.2\libtiff\tif_tile.c" | |
| 409 > | |
| 410 </File> | |
| 411 <File | |
| 412 RelativePath="..\..\tiff-3.8.2\libtiff\tif_unix.c" | |
| 413 > | |
| 414 </File> | |
| 415 <File | |
| 416 RelativePath="..\..\tiff-3.8.2\libtiff\tif_version.c" | |
| 417 > | |
| 418 </File> | |
| 419 <File | |
| 420 RelativePath="..\..\tiff-3.8.2\libtiff\tif_warning.c" | |
| 421 > | |
| 422 </File> | |
| 423 <File | |
| 424 RelativePath="..\..\tiff-3.8.2\libtiff\tif_write.c" | |
| 425 > | |
| 426 </File> | |
| 427 <File | |
| 428 RelativePath="..\..\tiff-3.8.2\libtiff\tif_zip.c" | |
| 429 > | |
| 430 </File> | |
| 431 </Filter> | |
| 432 <Filter | |
| 433 Name="Header Files" | |
| 434 > | |
| 435 <File | |
| 436 RelativePath="..\..\tiff-3.8.2\libtiff\t4.h" | |
| 437 > | |
| 438 </File> | |
| 439 <File | |
| 440 RelativePath="..\..\tiff-3.8.2\libtiff\tif_dir.h" | |
| 441 > | |
| 442 </File> | |
| 443 <File | |
| 444 RelativePath="..\..\tiff-3.8.2\libtiff\tif_fax3.h" | |
| 445 > | |
| 446 </File> | |
| 447 <File | |
| 448 RelativePath="..\..\tiff-3.8.2\libtiff\tif_predict.h" | |
| 449 > | |
| 450 </File> | |
| 451 <File | |
| 452 RelativePath="..\..\tiff-3.8.2\libtiff\tiff.h" | |
| 453 > | |
| 454 </File> | |
| 455 <File | |
| 456 RelativePath="..\..\tiff-3.8.2\libtiff\tiffconf.h" | |
| 457 > | |
| 458 </File> | |
| 459 <File | |
| 460 RelativePath="..\..\tiff-3.8.2\libtiff\tiffio.h" | |
| 461 > | |
| 462 </File> | |
| 463 <File | |
| 464 RelativePath="..\..\tiff-3.8.2\libtiff\tiffio.hxx" | |
| 465 > | |
| 466 </File> | |
| 467 <File | |
| 468 RelativePath="..\..\tiff-3.8.2\libtiff\tiffiop.h" | |
| 469 > | |
| 470 </File> | |
| 471 <File | |
| 472 RelativePath="..\..\tiff-3.8.2\libtiff\tiffvers.h" | |
| 473 > | |
| 474 </File> | |
| 475 <File | |
| 476 RelativePath="..\..\tiff-3.8.2\libtiff\uvcode.h" | |
| 477 > | |
| 478 </File> | |
| 479 </Filter> | |
| 480 </Files> | |
| 481 <Globals> | |
| 482 </Globals> | |
| 483 </VisualStudioProject> |
