libtiff.2017.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>libtiff</ProjectName>
  23. <ProjectGuid>{401A40CD-5DB4-4E34-AC68-FA99E9FAC014}</ProjectGuid>
  24. <RootNamespace>libtiff</RootNamespace>
  25. <Keyword>Win32Proj</Keyword>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  35. <ConfigurationType>StaticLibrary</ConfigurationType>
  36. <CharacterSet>Unicode</CharacterSet>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <CharacterSet>Unicode</CharacterSet>
  42. <WholeProgramOptimization>true</WholeProgramOptimization>
  43. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  46. <ConfigurationType>StaticLibrary</ConfigurationType>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <ImportGroup Label="ExtensionSettings">
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. <Import Project="..\..\..\w32\extlib.props" />
  56. </ImportGroup>
  57. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. <Import Project="..\..\..\w32\extlib.props" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. <Import Project="..\..\..\w32\extlib.props" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. <Import Project="..\..\..\w32\extlib.props" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets">
  70. <Import Project="..\..\..\w32\tiff.props" />
  71. <Import Project="..\..\..\w32\download_tiff.props" Condition=" '$(downloadtiffPropsImported)' == '' " />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup>
  75. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  76. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(PlatformName)\libtiff\$(Configuration)\</IntDir>
  77. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(PlatformName)\libtiff\$(Configuration)\</IntDir>
  78. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(PlatformName)\libtiff\$(Configuration)\</IntDir>
  79. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(PlatformName)\libtiff\$(Configuration)\</IntDir>
  80. </PropertyGroup>
  81. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  82. <BuildLog>
  83. <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>
  84. </BuildLog>
  85. <PreBuildEvent>
  86. <Command>if not exist "$(TiffDir)/tiffconf.h" copy "$(TiffDir)\tiffconf.vc.h" "$(TiffDir)\tiffconf.h" /Y
  87. if not exist "$(TiffDir)/tif_config.h" copy "$(TiffDir)\tif_config.vc.h" "$(TiffDir)\tif_config.h" /Y
  88. </Command>
  89. </PreBuildEvent>
  90. <ClCompile>
  91. <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  92. <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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <MinimalRebuild>true</MinimalRebuild>
  94. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  95. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  96. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  97. <CompileAs>CompileAsC</CompileAs>
  98. <Optimization>Disabled</Optimization>
  99. </ClCompile>
  100. </ItemDefinitionGroup>
  101. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  102. <PreBuildEvent>
  103. <Command>if not exist "$(TiffDir)/tiffconf.h" copy "$(TiffDir)\tiffconf.vc.h" "$(TiffDir)\tiffconf.h" /Y
  104. if not exist "$(TiffDir)/tif_config.h" copy "$(TiffDir)\tif_config.vc.h" "$(TiffDir)\tif_config.h" /Y
  105. </Command>
  106. </PreBuildEvent>
  107. <Midl>
  108. <TargetEnvironment>X64</TargetEnvironment>
  109. </Midl>
  110. <ClCompile>
  111. <Optimization>Disabled</Optimization>
  112. <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  113. <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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <MinimalRebuild>true</MinimalRebuild>
  115. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  116. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  117. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  118. <CompileAs>CompileAsC</CompileAs>
  119. </ClCompile>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  122. <BuildLog>
  123. <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>
  124. </BuildLog>
  125. <PreBuildEvent>
  126. <Command>if not exist "$(TiffDir)/tiffconf.h" copy "$(TiffDir)\tiffconf.vc.h" "$(TiffDir)\tiffconf.h" /Y
  127. if not exist "$(TiffDir)/tif_config.h" copy "$(TiffDir)\tif_config.vc.h" "$(TiffDir)\tif_config.h" /Y
  128. </Command>
  129. </PreBuildEvent>
  130. <ClCompile>
  131. <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  132. <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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  134. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  135. </ClCompile>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  138. <PreBuildEvent>
  139. <Command>if not exist "$(TiffDir)/tiffconf.h" copy "$(TiffDir)\tiffconf.vc.h" "$(TiffDir)\tiffconf.h" /Y
  140. if not exist "$(TiffDir)/tif_config.h" copy "$(TiffDir)\tif_config.vc.h" "$(TiffDir)\tif_config.h" /Y
  141. </Command>
  142. </PreBuildEvent>
  143. <Midl>
  144. <TargetEnvironment>X64</TargetEnvironment>
  145. </Midl>
  146. <ClCompile>
  147. <AdditionalIncludeDirectories>.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  148. <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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  150. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  151. </ClCompile>
  152. </ItemDefinitionGroup>
  153. <ItemGroup>
  154. <ClCompile Include="$(TiffDir)\tif_aux.c" />
  155. <ClCompile Include="$(TiffDir)\tif_close.c" />
  156. <ClCompile Include="$(TiffDir)\tif_codec.c" />
  157. <ClCompile Include="$(TiffDir)\tif_color.c" />
  158. <ClCompile Include="$(TiffDir)\tif_compress.c" />
  159. <ClCompile Include="$(TiffDir)\tif_dir.c" />
  160. <ClCompile Include="$(TiffDir)\tif_dirinfo.c" />
  161. <ClCompile Include="$(TiffDir)\tif_dirread.c" />
  162. <ClCompile Include="$(TiffDir)\tif_dirwrite.c" />
  163. <ClCompile Include="$(TiffDir)\tif_dumpmode.c" />
  164. <ClCompile Include="$(TiffDir)\tif_error.c" />
  165. <ClCompile Include="$(TiffDir)\tif_extension.c" />
  166. <ClCompile Include="$(TiffDir)\tif_fax3.c" />
  167. <ClCompile Include="$(TiffDir)\tif_fax3sm.c" />
  168. <ClCompile Include="$(TiffDir)\tif_flush.c" />
  169. <ClCompile Include="$(TiffDir)\tif_getimage.c" />
  170. <ClCompile Include="$(TiffDir)\tif_jpeg.c" />
  171. <ClCompile Include="$(TiffDir)\tif_luv.c" />
  172. <ClCompile Include="$(TiffDir)\tif_lzw.c" />
  173. <ClCompile Include="$(TiffDir)\tif_next.c" />
  174. <ClCompile Include="$(TiffDir)\tif_ojpeg.c" />
  175. <ClCompile Include="$(TiffDir)\tif_open.c" />
  176. <ClCompile Include="$(TiffDir)\tif_packbits.c" />
  177. <ClCompile Include="$(TiffDir)\tif_pixarlog.c" />
  178. <ClCompile Include="$(TiffDir)\tif_predict.c" />
  179. <ClCompile Include="$(TiffDir)\tif_print.c" />
  180. <ClCompile Include="$(TiffDir)\tif_read.c" />
  181. <ClCompile Include="$(TiffDir)\tif_strip.c" />
  182. <ClCompile Include="$(TiffDir)\tif_swab.c" />
  183. <ClCompile Include="$(TiffDir)\tif_thunder.c" />
  184. <ClCompile Include="$(TiffDir)\tif_tile.c" />
  185. <ClCompile Include="$(TiffDir)\tif_unix.c" />
  186. <ClCompile Include="$(TiffDir)\tif_version.c" />
  187. <ClCompile Include="$(TiffDir)\tif_warning.c" />
  188. <ClCompile Include="$(TiffDir)\tif_write.c" />
  189. <ClCompile Include="$(TiffDir)\tif_zip.c" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ClInclude Include="$(TiffDir)\t4.h" />
  193. <ClInclude Include="$(TiffDir)\tif_dir.h" />
  194. <ClInclude Include="$(TiffDir)\tif_fax3.h" />
  195. <ClInclude Include="$(TiffDir)\tif_predict.h" />
  196. <ClInclude Include="$(TiffDir)\tiff.h" />
  197. <ClInclude Include="$(TiffDir)\tiffconf.h" />
  198. <ClInclude Include="$(TiffDir)\tiffio.h" />
  199. <ClInclude Include="$(TiffDir)\tiffio.hxx" />
  200. <ClInclude Include="$(TiffDir)\tiffiop.h" />
  201. <ClInclude Include="$(TiffDir)\tiffvers.h" />
  202. <ClInclude Include="$(TiffDir)\uvcode.h" />
  203. </ItemGroup>
  204. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  205. <ImportGroup Label="ExtensionTargets">
  206. </ImportGroup>
  207. </Project>