2
0

tiffdiff.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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|ARM64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM64">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{75B91835-CCD7-48BE-A606-A9C997D5DBEE}</ProjectGuid>
  31. <RootNamespace>tiffdiff</RootNamespace>
  32. <Keyword>Win32Proj</Keyword>
  33. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <CharacterSet>Unicode</CharacterSet>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <PlatformToolset>v142</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <CharacterSet>Unicode</CharacterSet>
  45. <WholeProgramOptimization>true</WholeProgramOptimization>
  46. <PlatformToolset>v142</PlatformToolset>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <CharacterSet>Unicode</CharacterSet>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <PlatformToolset>v142</PlatformToolset>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  55. <ConfigurationType>Application</ConfigurationType>
  56. <CharacterSet>Unicode</CharacterSet>
  57. <PlatformToolset>v142</PlatformToolset>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  60. <ConfigurationType>Application</ConfigurationType>
  61. <CharacterSet>Unicode</CharacterSet>
  62. <PlatformToolset>v142</PlatformToolset>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  65. <ConfigurationType>Application</ConfigurationType>
  66. <CharacterSet>Unicode</CharacterSet>
  67. <PlatformToolset>v142</PlatformToolset>
  68. </PropertyGroup>
  69. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  70. <ImportGroup Label="ExtensionSettings">
  71. </ImportGroup>
  72. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  74. </ImportGroup>
  75. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  76. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  77. </ImportGroup>
  78. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  80. </ImportGroup>
  81. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  83. </ImportGroup>
  84. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  86. </ImportGroup>
  87. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  89. </ImportGroup>
  90. <PropertyGroup Label="UserMacros" />
  91. <PropertyGroup>
  92. <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion>
  93. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\..\bin\</OutDir>
  94. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\..\bin\</OutDir>
  95. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)_$(Platform)\</IntDir>
  96. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(Configuration)_$(Platform)\</IntDir>
  97. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)_$(Platform)\</IntDir>
  98. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  99. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental>
  100. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
  101. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\bin\</OutDir>
  102. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\..\bin\</OutDir>
  103. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)_$(Platform)\</IntDir>
  104. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(Configuration)_$(Platform)\</IntDir>
  105. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)_$(Platform)\</IntDir>
  106. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  107. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental>
  108. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  109. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  110. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet>
  111. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  112. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  113. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" />
  114. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  115. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  116. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" />
  117. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  118. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  119. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">AllRules.ruleset</CodeAnalysisRuleSet>
  120. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  121. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  122. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
  123. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  124. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  125. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
  126. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  127. <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</IncludePath>
  128. <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</IncludePath>
  129. <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</IncludePath>
  130. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</LibraryPath>
  131. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</LibraryPath>
  132. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</LibraryPath>
  133. <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</IncludePath>
  134. <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</IncludePath>
  135. <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\jpeg-8d;$(IncludePath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</IncludePath>
  136. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</LibraryPath>
  137. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</LibraryPath>
  138. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\jpeg-8d;$(LibraryPath);E:\liteCommons\3rdparty\tiff-4.1.0\libtiff</LibraryPath>
  139. </PropertyGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  141. <ClCompile>
  142. <Optimization>Disabled</Optimization>
  143. <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  144. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <MinimalRebuild>true</MinimalRebuild>
  146. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  147. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  148. <PrecompiledHeader>
  149. </PrecompiledHeader>
  150. <WarningLevel>Level4</WarningLevel>
  151. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  152. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  153. </ClCompile>
  154. <Link>
  155. <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies>
  156. <GenerateDebugInformation>true</GenerateDebugInformation>
  157. <SubSystem>Console</SubSystem>
  158. <TargetMachine>MachineX86</TargetMachine>
  159. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  160. </Link>
  161. </ItemDefinitionGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  163. <ClCompile>
  164. <Optimization>Disabled</Optimization>
  165. <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  166. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  167. <MinimalRebuild>true</MinimalRebuild>
  168. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  169. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  170. <PrecompiledHeader>
  171. </PrecompiledHeader>
  172. <WarningLevel>Level4</WarningLevel>
  173. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  174. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  175. </ClCompile>
  176. <Link>
  177. <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies>
  178. <GenerateDebugInformation>true</GenerateDebugInformation>
  179. <SubSystem>Console</SubSystem>
  180. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  181. </Link>
  182. </ItemDefinitionGroup>
  183. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  184. <ClCompile>
  185. <Optimization>Disabled</Optimization>
  186. <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  187. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  188. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  189. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  190. <PrecompiledHeader>
  191. </PrecompiledHeader>
  192. <WarningLevel>Level4</WarningLevel>
  193. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  194. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  195. </ClCompile>
  196. <Link>
  197. <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies>
  198. <GenerateDebugInformation>true</GenerateDebugInformation>
  199. <SubSystem>Console</SubSystem>
  200. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  201. </Link>
  202. </ItemDefinitionGroup>
  203. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  204. <ClCompile>
  205. <Optimization>MaxSpeed</Optimization>
  206. <IntrinsicFunctions>true</IntrinsicFunctions>
  207. <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  208. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  209. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  210. <FunctionLevelLinking>true</FunctionLevelLinking>
  211. <PrecompiledHeader>
  212. </PrecompiledHeader>
  213. <WarningLevel>Level4</WarningLevel>
  214. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  215. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  216. <BrowseInformation>false</BrowseInformation>
  217. </ClCompile>
  218. <Link>
  219. <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies>
  220. <GenerateDebugInformation>true</GenerateDebugInformation>
  221. <SubSystem>Console</SubSystem>
  222. <OptimizeReferences>true</OptimizeReferences>
  223. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  224. <TargetMachine>MachineX86</TargetMachine>
  225. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  226. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  227. </Link>
  228. <Bscmake>
  229. <PreserveSbr>true</PreserveSbr>
  230. </Bscmake>
  231. </ItemDefinitionGroup>
  232. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  233. <ClCompile>
  234. <Optimization>MaxSpeed</Optimization>
  235. <IntrinsicFunctions>true</IntrinsicFunctions>
  236. <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  237. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  238. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  239. <FunctionLevelLinking>true</FunctionLevelLinking>
  240. <PrecompiledHeader>
  241. </PrecompiledHeader>
  242. <WarningLevel>Level4</WarningLevel>
  243. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  244. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  245. <BrowseInformation>false</BrowseInformation>
  246. </ClCompile>
  247. <Link>
  248. <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies>
  249. <GenerateDebugInformation>true</GenerateDebugInformation>
  250. <SubSystem>Console</SubSystem>
  251. <OptimizeReferences>true</OptimizeReferences>
  252. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  253. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  254. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  255. </Link>
  256. <Bscmake>
  257. <PreserveSbr>true</PreserveSbr>
  258. </Bscmake>
  259. </ItemDefinitionGroup>
  260. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  261. <ClCompile>
  262. <Optimization>MaxSpeed</Optimization>
  263. <IntrinsicFunctions>true</IntrinsicFunctions>
  264. <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  265. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  266. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  267. <FunctionLevelLinking>true</FunctionLevelLinking>
  268. <PrecompiledHeader>
  269. </PrecompiledHeader>
  270. <WarningLevel>Level4</WarningLevel>
  271. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  272. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  273. </ClCompile>
  274. <Link>
  275. <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies>
  276. <GenerateDebugInformation>true</GenerateDebugInformation>
  277. <SubSystem>Console</SubSystem>
  278. <OptimizeReferences>true</OptimizeReferences>
  279. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  280. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  281. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  282. </Link>
  283. </ItemDefinitionGroup>
  284. <ItemGroup>
  285. <ClCompile Include="..\..\..\utils\common\vprf.c" />
  286. <ClCompile Include="..\..\..\utils\common\xgetopt.c" />
  287. <ClCompile Include="..\..\..\utils\tificc\tifdiff.c" />
  288. </ItemGroup>
  289. <ItemGroup>
  290. <ProjectReference Include="..\lcms2_static\lcms2_static.vcxproj">
  291. <Project>{71dede59-3f1e-486b-a899-4283000f76b5}</Project>
  292. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  293. </ProjectReference>
  294. </ItemGroup>
  295. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  296. <ImportGroup Label="ExtensionTargets">
  297. </ImportGroup>
  298. </Project>