Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/platform/win32/libextract.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" 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="Memento|Win32"> | |
| 13 <Configuration>Memento</Configuration> | |
| 14 <Platform>Win32</Platform> | |
| 15 </ProjectConfiguration> | |
| 16 <ProjectConfiguration Include="Memento|x64"> | |
| 17 <Configuration>Memento</Configuration> | |
| 18 <Platform>x64</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 <ItemGroup> | |
| 30 <ClCompile Include="..\..\thirdparty\extract\src\alloc.c" /> | |
| 31 <ClCompile Include="..\..\thirdparty\extract\src\astring.c" /> | |
| 32 <ClCompile Include="..\..\thirdparty\extract\src\boxer.c" /> | |
| 33 <ClCompile Include="..\..\thirdparty\extract\src\buffer.c" /> | |
| 34 <ClCompile Include="..\..\thirdparty\extract\src\document.c" /> | |
| 35 <ClCompile Include="..\..\thirdparty\extract\src\docx.c" /> | |
| 36 <ClCompile Include="..\..\thirdparty\extract\src\docx_template.c" /> | |
| 37 <ClCompile Include="..\..\thirdparty\extract\src\extract.c" /> | |
| 38 <ClCompile Include="..\..\thirdparty\extract\src\html.c" /> | |
| 39 <ClCompile Include="..\..\thirdparty\extract\src\join.c" /> | |
| 40 <ClCompile Include="..\..\thirdparty\extract\src\json.c" /> | |
| 41 <ClCompile Include="..\..\thirdparty\extract\src\mem.c" /> | |
| 42 <ClCompile Include="..\..\thirdparty\extract\src\odt.c" /> | |
| 43 <ClCompile Include="..\..\thirdparty\extract\src\odt_template.c" /> | |
| 44 <ClCompile Include="..\..\thirdparty\extract\src\outf.c" /> | |
| 45 <ClCompile Include="..\..\thirdparty\extract\src\rect.c" /> | |
| 46 <ClCompile Include="..\..\thirdparty\extract\src\sys.c" /> | |
| 47 <ClCompile Include="..\..\thirdparty\extract\src\text.c" /> | |
| 48 <ClCompile Include="..\..\thirdparty\extract\src\xml.c" /> | |
| 49 <ClCompile Include="..\..\thirdparty\extract\src\zip.c" /> | |
| 50 </ItemGroup> | |
| 51 <ItemGroup> | |
| 52 <ClInclude Include="..\..\thirdparty\extract\include\extract\extract.h" /> | |
| 53 <ClInclude Include="..\..\thirdparty\extract\include\extract\alloc.h" /> | |
| 54 <ClInclude Include="..\..\thirdparty\extract\include\extract\buffer.h" /> | |
| 55 <ClInclude Include="..\..\thirdparty\extract\src\astring.h" /> | |
| 56 <ClInclude Include="..\..\thirdparty\extract\src\compat_stdint.h" /> | |
| 57 <ClInclude Include="..\..\thirdparty\extract\src\compat_va_copy.h" /> | |
| 58 <ClInclude Include="..\..\thirdparty\extract\src\document.h" /> | |
| 59 <ClInclude Include="..\..\thirdparty\extract\src\docx.h" /> | |
| 60 <ClInclude Include="..\..\thirdparty\extract\src\docx_template.h" /> | |
| 61 <ClInclude Include="..\..\thirdparty\extract\src\html.h" /> | |
| 62 <ClInclude Include="..\..\thirdparty\extract\src\json.h" /> | |
| 63 <ClInclude Include="..\..\thirdparty\extract\src\outf.h" /> | |
| 64 <ClInclude Include="..\..\thirdparty\extract\src\xml.h" /> | |
| 65 <ClInclude Include="..\..\thirdparty\extract\src\zip.h" /> | |
| 66 </ItemGroup> | |
| 67 <PropertyGroup Label="Globals"> | |
| 68 <VCProjectVersion>16.0</VCProjectVersion> | |
| 69 <Keyword>Win32Proj</Keyword> | |
| 70 <ProjectGuid>{da38ca0b-89b9-4703-a77d-8049ac3a0d04}</ProjectGuid> | |
| 71 <RootNamespace>libextract</RootNamespace> | |
| 72 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | |
| 73 </PropertyGroup> | |
| 74 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 76 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 77 <UseDebugLibraries>true</UseDebugLibraries> | |
| 78 <PlatformToolset>v142</PlatformToolset> | |
| 79 <CharacterSet>Unicode</CharacterSet> | |
| 80 </PropertyGroup> | |
| 81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="Configuration"> | |
| 82 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 83 <UseDebugLibraries>true</UseDebugLibraries> | |
| 84 <PlatformToolset>v142</PlatformToolset> | |
| 85 <CharacterSet>Unicode</CharacterSet> | |
| 86 </PropertyGroup> | |
| 87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 88 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 89 <UseDebugLibraries>false</UseDebugLibraries> | |
| 90 <PlatformToolset>v142</PlatformToolset> | |
| 91 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 92 <CharacterSet>Unicode</CharacterSet> | |
| 93 </PropertyGroup> | |
| 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| 95 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 96 <UseDebugLibraries>true</UseDebugLibraries> | |
| 97 <PlatformToolset>v142</PlatformToolset> | |
| 98 <CharacterSet>Unicode</CharacterSet> | |
| 99 </PropertyGroup> | |
| 100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="Configuration"> | |
| 101 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 102 <UseDebugLibraries>true</UseDebugLibraries> | |
| 103 <PlatformToolset>v142</PlatformToolset> | |
| 104 <CharacterSet>Unicode</CharacterSet> | |
| 105 </PropertyGroup> | |
| 106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| 107 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 108 <UseDebugLibraries>false</UseDebugLibraries> | |
| 109 <PlatformToolset>v142</PlatformToolset> | |
| 110 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 111 <CharacterSet>Unicode</CharacterSet> | |
| 112 </PropertyGroup> | |
| 113 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 114 <ImportGroup Label="ExtensionSettings"> | |
| 115 </ImportGroup> | |
| 116 <ImportGroup Label="Shared"> | |
| 117 </ImportGroup> | |
| 118 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
| 119 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 120 </ImportGroup> | |
| 121 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="PropertySheets"> | |
| 122 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 123 </ImportGroup> | |
| 124 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
| 125 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 126 </ImportGroup> | |
| 127 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| 128 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 129 </ImportGroup> | |
| 130 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="PropertySheets"> | |
| 131 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 132 </ImportGroup> | |
| 133 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| 134 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 135 </ImportGroup> | |
| 136 <PropertyGroup Label="UserMacros" /> | |
| 137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 138 <LinkIncremental>true</LinkIncremental> | |
| 139 <IntDir>$(Configuration)\extract\</IntDir> | |
| 140 </PropertyGroup> | |
| 141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'"> | |
| 142 <LinkIncremental>true</LinkIncremental> | |
| 143 <IntDir>$(Configuration)\extract\</IntDir> | |
| 144 </PropertyGroup> | |
| 145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 146 <LinkIncremental>false</LinkIncremental> | |
| 147 <IntDir>$(Configuration)\extract\</IntDir> | |
| 148 </PropertyGroup> | |
| 149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 150 <LinkIncremental>true</LinkIncremental> | |
| 151 <IntDir>$(Platform)\$(Configuration)\extract\</IntDir> | |
| 152 </PropertyGroup> | |
| 153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'"> | |
| 154 <LinkIncremental>true</LinkIncremental> | |
| 155 <IntDir>$(Platform)\$(Configuration)\extract\</IntDir> | |
| 156 </PropertyGroup> | |
| 157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 158 <LinkIncremental>false</LinkIncremental> | |
| 159 <IntDir>$(Platform)\$(Configuration)\extract\</IntDir> | |
| 160 </PropertyGroup> | |
| 161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 162 <ClCompile> | |
| 163 <WarningLevel>Level3</WarningLevel> | |
| 164 <SDLCheck>false</SDLCheck> | |
| 165 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB</PreprocessorDefinitions> | |
| 166 <ConformanceMode>true</ConformanceMode> | |
| 167 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 168 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 169 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories> | |
| 170 <UndefinePreprocessorDefinitions> | |
| 171 </UndefinePreprocessorDefinitions> | |
| 172 <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings> | |
| 173 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 174 </ClCompile> | |
| 175 <Link> | |
| 176 <SubSystem> | |
| 177 </SubSystem> | |
| 178 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 179 </Link> | |
| 180 </ItemDefinitionGroup> | |
| 181 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'"> | |
| 182 <ClCompile> | |
| 183 <WarningLevel>Level3</WarningLevel> | |
| 184 <SDLCheck>false</SDLCheck> | |
| 185 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MEMENTO;WIN32;_DEBUG;_LIB</PreprocessorDefinitions> | |
| 186 <ConformanceMode>true</ConformanceMode> | |
| 187 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 188 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 189 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories> | |
| 190 <UndefinePreprocessorDefinitions> | |
| 191 </UndefinePreprocessorDefinitions> | |
| 192 <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings> | |
| 193 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 194 </ClCompile> | |
| 195 <Link> | |
| 196 <SubSystem> | |
| 197 </SubSystem> | |
| 198 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 199 </Link> | |
| 200 </ItemDefinitionGroup> | |
| 201 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 202 <ClCompile> | |
| 203 <WarningLevel>Level3</WarningLevel> | |
| 204 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 205 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 206 <SDLCheck>false</SDLCheck> | |
| 207 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB</PreprocessorDefinitions> | |
| 208 <ConformanceMode>true</ConformanceMode> | |
| 209 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 210 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 211 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories> | |
| 212 <UndefinePreprocessorDefinitions> | |
| 213 </UndefinePreprocessorDefinitions> | |
| 214 <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings> | |
| 215 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 216 </ClCompile> | |
| 217 <Link> | |
| 218 <SubSystem> | |
| 219 </SubSystem> | |
| 220 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 221 <OptimizeReferences>true</OptimizeReferences> | |
| 222 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 223 </Link> | |
| 224 </ItemDefinitionGroup> | |
| 225 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 226 <ClCompile> | |
| 227 <WarningLevel>Level3</WarningLevel> | |
| 228 <SDLCheck>false</SDLCheck> | |
| 229 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB</PreprocessorDefinitions> | |
| 230 <ConformanceMode>true</ConformanceMode> | |
| 231 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 232 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 233 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories> | |
| 234 <UndefinePreprocessorDefinitions> | |
| 235 </UndefinePreprocessorDefinitions> | |
| 236 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 237 <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings> | |
| 238 <BrowseInformation>true</BrowseInformation> | |
| 239 </ClCompile> | |
| 240 <Link> | |
| 241 <SubSystem> | |
| 242 </SubSystem> | |
| 243 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 244 </Link> | |
| 245 </ItemDefinitionGroup> | |
| 246 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'"> | |
| 247 <ClCompile> | |
| 248 <WarningLevel>Level3</WarningLevel> | |
| 249 <SDLCheck>false</SDLCheck> | |
| 250 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;MEMENTO;_DEBUG;_LIB</PreprocessorDefinitions> | |
| 251 <ConformanceMode>true</ConformanceMode> | |
| 252 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 253 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 254 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories> | |
| 255 <UndefinePreprocessorDefinitions> | |
| 256 </UndefinePreprocessorDefinitions> | |
| 257 <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings> | |
| 258 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 259 </ClCompile> | |
| 260 <Link> | |
| 261 <SubSystem> | |
| 262 </SubSystem> | |
| 263 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 264 </Link> | |
| 265 </ItemDefinitionGroup> | |
| 266 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 267 <ClCompile> | |
| 268 <WarningLevel>Level3</WarningLevel> | |
| 269 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 270 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 271 <SDLCheck>false</SDLCheck> | |
| 272 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 273 <ConformanceMode>true</ConformanceMode> | |
| 274 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 275 <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> | |
| 276 <AdditionalIncludeDirectories>..\..\include;..\..\thirdparty\extract\src;..\..\thirdparty\extract\include;..\..\thirdparty\zlib</AdditionalIncludeDirectories> | |
| 277 <UndefinePreprocessorDefinitions> | |
| 278 </UndefinePreprocessorDefinitions> | |
| 279 <DisableSpecificWarnings>4130;4706</DisableSpecificWarnings> | |
| 280 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 281 </ClCompile> | |
| 282 <Link> | |
| 283 <SubSystem> | |
| 284 </SubSystem> | |
| 285 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 286 <OptimizeReferences>true</OptimizeReferences> | |
| 287 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 288 </Link> | |
| 289 </ItemDefinitionGroup> | |
| 290 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 291 <ImportGroup Label="ExtensionTargets"> | |
| 292 </ImportGroup> | |
| 293 </Project> |
