Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/lcms2/Projects/VC2013/tiffdiff/tiffdiff.vcxproj @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <Project DefaultTargets="Build" ToolsVersion="12.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 <ProjectGuid>{75B91835-CCD7-48BE-A606-A9C997D5DBEE}</ProjectGuid> | |
| 23 <RootNamespace>tiffdiff</RootNamespace> | |
| 24 <Keyword>Win32Proj</Keyword> | |
| 25 </PropertyGroup> | |
| 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 28 <ConfigurationType>Application</ConfigurationType> | |
| 29 <CharacterSet>Unicode</CharacterSet> | |
| 30 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 31 <PlatformToolset>v120</PlatformToolset> | |
| 32 </PropertyGroup> | |
| 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| 34 <ConfigurationType>Application</ConfigurationType> | |
| 35 <CharacterSet>Unicode</CharacterSet> | |
| 36 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 37 <PlatformToolset>v120</PlatformToolset> | |
| 38 </PropertyGroup> | |
| 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 40 <ConfigurationType>Application</ConfigurationType> | |
| 41 <CharacterSet>Unicode</CharacterSet> | |
| 42 <PlatformToolset>v120</PlatformToolset> | |
| 43 </PropertyGroup> | |
| 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| 45 <ConfigurationType>Application</ConfigurationType> | |
| 46 <CharacterSet>Unicode</CharacterSet> | |
| 47 <PlatformToolset>v120</PlatformToolset> | |
| 48 </PropertyGroup> | |
| 49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 50 <ImportGroup Label="ExtensionSettings"> | |
| 51 </ImportGroup> | |
| 52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| 53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> | |
| 54 </ImportGroup> | |
| 55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| 56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> | |
| 57 </ImportGroup> | |
| 58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| 59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> | |
| 60 </ImportGroup> | |
| 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> | |
| 63 </ImportGroup> | |
| 64 <PropertyGroup Label="UserMacros" /> | |
| 65 <PropertyGroup> | |
| 66 <_ProjectFileVersion>10.0.21006.1</_ProjectFileVersion> | |
| 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\..\bin\</OutDir> | |
| 68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\..\bin\</OutDir> | |
| 69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> | |
| 70 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir> | |
| 71 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
| 72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
| 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\bin\</OutDir> | |
| 74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\..\bin\</OutDir> | |
| 75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> | |
| 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir> | |
| 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
| 78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
| 79 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |
| 80 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |
| 81 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |
| 82 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |
| 83 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | |
| 84 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | |
| 85 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | |
| 86 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> | |
| 87 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |
| 88 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |
| 89 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | |
| 90 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | |
| 91 <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath)</IncludePath> | |
| 92 <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath)</IncludePath> | |
| 93 <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath)</LibraryPath> | |
| 94 <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath)</LibraryPath> | |
| 95 <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath)</IncludePath> | |
| 96 <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\jpeg-8d;c:\tiff-4.0.2\libtiff;$(IncludePath)</IncludePath> | |
| 97 <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath)</LibraryPath> | |
| 98 <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\jpeg-8d;C:\tiff-4.0.2\libtiff;$(LibraryPath)</LibraryPath> | |
| 99 </PropertyGroup> | |
| 100 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 101 <ClCompile> | |
| 102 <Optimization>Disabled</Optimization> | |
| 103 <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 104 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 105 <MinimalRebuild>true</MinimalRebuild> | |
| 106 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| 107 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 108 <PrecompiledHeader> | |
| 109 </PrecompiledHeader> | |
| 110 <WarningLevel>Level4</WarningLevel> | |
| 111 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| 112 <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
| 113 </ClCompile> | |
| 114 <Link> | |
| 115 <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| 116 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 117 <SubSystem>Console</SubSystem> | |
| 118 <TargetMachine>MachineX86</TargetMachine> | |
| 119 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | |
| 120 </Link> | |
| 121 </ItemDefinitionGroup> | |
| 122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 123 <ClCompile> | |
| 124 <Optimization>Disabled</Optimization> | |
| 125 <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 126 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 127 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| 128 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| 129 <PrecompiledHeader> | |
| 130 </PrecompiledHeader> | |
| 131 <WarningLevel>Level4</WarningLevel> | |
| 132 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| 133 <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
| 134 </ClCompile> | |
| 135 <Link> | |
| 136 <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| 137 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 138 <SubSystem>Console</SubSystem> | |
| 139 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | |
| 140 </Link> | |
| 141 </ItemDefinitionGroup> | |
| 142 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 143 <ClCompile> | |
| 144 <Optimization>MaxSpeed</Optimization> | |
| 145 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 146 <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 147 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 148 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 149 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 150 <PrecompiledHeader> | |
| 151 </PrecompiledHeader> | |
| 152 <WarningLevel>Level4</WarningLevel> | |
| 153 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| 154 <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
| 155 <BrowseInformation>true</BrowseInformation> | |
| 156 </ClCompile> | |
| 157 <Link> | |
| 158 <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| 159 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 160 <SubSystem>Console</SubSystem> | |
| 161 <OptimizeReferences>true</OptimizeReferences> | |
| 162 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 163 <TargetMachine>MachineX86</TargetMachine> | |
| 164 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> | |
| 165 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | |
| 166 </Link> | |
| 167 <Bscmake> | |
| 168 <PreserveSbr>true</PreserveSbr> | |
| 169 </Bscmake> | |
| 170 </ItemDefinitionGroup> | |
| 171 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 172 <ClCompile> | |
| 173 <Optimization>MaxSpeed</Optimization> | |
| 174 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 175 <AdditionalIncludeDirectories>../../../include;../../../utils/common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 176 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 177 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 178 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 179 <PrecompiledHeader> | |
| 180 </PrecompiledHeader> | |
| 181 <WarningLevel>Level4</WarningLevel> | |
| 182 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| 183 <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
| 184 </ClCompile> | |
| 185 <Link> | |
| 186 <AdditionalDependencies>libtiff.lib;%(AdditionalDependencies)</AdditionalDependencies> | |
| 187 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 188 <SubSystem>Console</SubSystem> | |
| 189 <OptimizeReferences>true</OptimizeReferences> | |
| 190 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 191 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile> | |
| 192 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | |
| 193 </Link> | |
| 194 </ItemDefinitionGroup> | |
| 195 <ItemGroup> | |
| 196 <ClCompile Include="..\..\..\utils\common\vprf.c" /> | |
| 197 <ClCompile Include="..\..\..\utils\common\xgetopt.c" /> | |
| 198 <ClCompile Include="..\..\..\utils\tificc\tifdiff.c" /> | |
| 199 </ItemGroup> | |
| 200 <ItemGroup> | |
| 201 <ProjectReference Include="..\lcms2mt_static\lcms2mt_static.vcxproj"> | |
| 202 <Project>{71dede59-3f1e-486b-a899-4283000f76b5}</Project> | |
| 203 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
| 204 </ProjectReference> | |
| 205 </ItemGroup> | |
| 206 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 207 <ImportGroup Label="ExtensionTargets"> | |
| 208 </ImportGroup> | |
| 209 </Project> |
