comparison mupdf-source/platform/win32/mupdf.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="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="DebugExtra|Win32">
5 <Configuration>DebugExtra</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="DebugExtra|x64">
9 <Configuration>DebugExtra</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|Win32">
13 <Configuration>Debug</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Debug|x64">
17 <Configuration>Debug</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="MementoExtra|Win32">
21 <Configuration>MementoExtra</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="MementoExtra|x64">
25 <Configuration>MementoExtra</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
28 <ProjectConfiguration Include="Memento|Win32">
29 <Configuration>Memento</Configuration>
30 <Platform>Win32</Platform>
31 </ProjectConfiguration>
32 <ProjectConfiguration Include="Memento|x64">
33 <Configuration>Memento</Configuration>
34 <Platform>x64</Platform>
35 </ProjectConfiguration>
36 <ProjectConfiguration Include="ReleaseExtra|Win32">
37 <Configuration>ReleaseExtra</Configuration>
38 <Platform>Win32</Platform>
39 </ProjectConfiguration>
40 <ProjectConfiguration Include="ReleaseExtra|x64">
41 <Configuration>ReleaseExtra</Configuration>
42 <Platform>x64</Platform>
43 </ProjectConfiguration>
44 <ProjectConfiguration Include="Release|Win32">
45 <Configuration>Release</Configuration>
46 <Platform>Win32</Platform>
47 </ProjectConfiguration>
48 <ProjectConfiguration Include="Release|x64">
49 <Configuration>Release</Configuration>
50 <Platform>x64</Platform>
51 </ProjectConfiguration>
52 </ItemGroup>
53 <PropertyGroup Label="Globals">
54 <ProjectGuid>{E74F29F0-FA43-4ADC-B92C-6AFA08E4A417}</ProjectGuid>
55 <RootNamespace>mupdf</RootNamespace>
56 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
57 </PropertyGroup>
58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MementoExtra|Win32'" Label="Configuration">
60 <ConfigurationType>Application</ConfigurationType>
61 <PlatformToolset>v142</PlatformToolset>
62 <CharacterSet>MultiByte</CharacterSet>
63 </PropertyGroup>
64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseExtra|Win32'" Label="Configuration">
65 <ConfigurationType>Application</ConfigurationType>
66 <PlatformToolset>v142</PlatformToolset>
67 <CharacterSet>MultiByte</CharacterSet>
68 <WholeProgramOptimization>true</WholeProgramOptimization>
69 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugExtra|Win32'" Label="Configuration">
71 <ConfigurationType>Application</ConfigurationType>
72 <PlatformToolset>v142</PlatformToolset>
73 <CharacterSet>MultiByte</CharacterSet>
74 </PropertyGroup>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="Configuration">
76 <ConfigurationType>Application</ConfigurationType>
77 <PlatformToolset>v142</PlatformToolset>
78 <CharacterSet>MultiByte</CharacterSet>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
81 <ConfigurationType>Application</ConfigurationType>
82 <PlatformToolset>v142</PlatformToolset>
83 <CharacterSet>MultiByte</CharacterSet>
84 <WholeProgramOptimization>true</WholeProgramOptimization>
85 </PropertyGroup>
86 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
87 <ConfigurationType>Application</ConfigurationType>
88 <PlatformToolset>v142</PlatformToolset>
89 <CharacterSet>MultiByte</CharacterSet>
90 </PropertyGroup>
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MementoExtra|x64'" Label="Configuration">
92 <ConfigurationType>Application</ConfigurationType>
93 <PlatformToolset>v142</PlatformToolset>
94 <CharacterSet>MultiByte</CharacterSet>
95 </PropertyGroup>
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseExtra|x64'" Label="Configuration">
97 <ConfigurationType>Application</ConfigurationType>
98 <PlatformToolset>v142</PlatformToolset>
99 <CharacterSet>MultiByte</CharacterSet>
100 <WholeProgramOptimization>true</WholeProgramOptimization>
101 </PropertyGroup>
102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugExtra|x64'" Label="Configuration">
103 <ConfigurationType>Application</ConfigurationType>
104 <PlatformToolset>v142</PlatformToolset>
105 <CharacterSet>MultiByte</CharacterSet>
106 </PropertyGroup>
107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="Configuration">
108 <ConfigurationType>Application</ConfigurationType>
109 <PlatformToolset>v142</PlatformToolset>
110 <CharacterSet>MultiByte</CharacterSet>
111 </PropertyGroup>
112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
113 <ConfigurationType>Application</ConfigurationType>
114 <PlatformToolset>v142</PlatformToolset>
115 <CharacterSet>MultiByte</CharacterSet>
116 <WholeProgramOptimization>true</WholeProgramOptimization>
117 </PropertyGroup>
118 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
119 <ConfigurationType>Application</ConfigurationType>
120 <PlatformToolset>v142</PlatformToolset>
121 <CharacterSet>MultiByte</CharacterSet>
122 </PropertyGroup>
123 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
124 <ImportGroup Label="ExtensionSettings">
125 </ImportGroup>
126 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='MementoExtra|Win32'" Label="PropertySheets">
127 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
128 </ImportGroup>
129 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseExtra|Win32'" Label="PropertySheets">
130 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
131 </ImportGroup>
132 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugExtra|Win32'" Label="PropertySheets">
133 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
134 </ImportGroup>
135 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'" Label="PropertySheets">
136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
137 </ImportGroup>
138 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
139 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
140 </ImportGroup>
141 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
142 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
143 </ImportGroup>
144 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='MementoExtra|x64'" Label="PropertySheets">
145 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
146 </ImportGroup>
147 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseExtra|x64'" Label="PropertySheets">
148 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
149 </ImportGroup>
150 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugExtra|x64'" Label="PropertySheets">
151 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
152 </ImportGroup>
153 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'" Label="PropertySheets">
154 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
155 </ImportGroup>
156 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
157 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
158 </ImportGroup>
159 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
160 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
161 </ImportGroup>
162 <PropertyGroup Label="UserMacros" />
163 <PropertyGroup>
164 <_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion>
165 </PropertyGroup>
166 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
167 <OutDir>$(Configuration)\</OutDir>
168 <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
169 </PropertyGroup>
170 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
171 <OutDir>$(Platform)\$(Configuration)\</OutDir>
172 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
173 </PropertyGroup>
174 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
175 <OutDir>$(Configuration)\</OutDir>
176 <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
177 </PropertyGroup>
178 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
179 <OutDir>$(Platform)\$(Configuration)\</OutDir>
180 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
181 </PropertyGroup>
182 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
183 <OutDir>$(Configuration)\</OutDir>
184 <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
185 </PropertyGroup>
186 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
187 <OutDir>$(Platform)\$(Configuration)\</OutDir>
188 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
189 </PropertyGroup>
190 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugExtra|Win32'">
191 <OutDir>$(Configuration)\</OutDir>
192 <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
193 </PropertyGroup>
194 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugExtra|x64'">
195 <OutDir>$(Platform)\$(Configuration)\</OutDir>
196 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
197 </PropertyGroup>
198 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseExtra|Win32'">
199 <OutDir>$(Configuration)\</OutDir>
200 <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
201 </PropertyGroup>
202 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseExtra|x64'">
203 <OutDir>$(Platform)\$(Configuration)\</OutDir>
204 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
205 </PropertyGroup>
206 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MementoExtra|Win32'">
207 <OutDir>$(Configuration)\</OutDir>
208 <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
209 </PropertyGroup>
210 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MementoExtra|x64'">
211 <OutDir>$(Platform)\$(Configuration)\</OutDir>
212 <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
213 </PropertyGroup>
214 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
215 <ClCompile>
216 <Optimization>Disabled</Optimization>
217 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
218 <PreprocessorDefinitions>WIN32;_DEBUG;FT2_BUILD_LIBRARY;OPJ_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
219 <MinimalRebuild>
220 </MinimalRebuild>
221 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
222 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
223 <WarningLevel>Level4</WarningLevel>
224 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
225 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
226 </ClCompile>
227 <Link>
228 <GenerateDebugInformation>true</GenerateDebugInformation>
229 <TargetMachine>MachineX86</TargetMachine>
230 </Link>
231 </ItemDefinitionGroup>
232 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
233 <Midl>
234 <TargetEnvironment>X64</TargetEnvironment>
235 </Midl>
236 <ClCompile>
237 <Optimization>Disabled</Optimization>
238 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
239 <PreprocessorDefinitions>WIN64;_DEBUG;FT2_BUILD_LIBRARY;OPJ_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
240 <MinimalRebuild>
241 </MinimalRebuild>
242 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
243 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
244 <WarningLevel>Level4</WarningLevel>
245 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
246 <BrowseInformation>true</BrowseInformation>
247 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
248 </ClCompile>
249 <Link>
250 <GenerateDebugInformation>true</GenerateDebugInformation>
251 <TargetMachine>MachineX64</TargetMachine>
252 </Link>
253 </ItemDefinitionGroup>
254 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
255 <ClCompile>
256 <Optimization>MaxSpeed</Optimization>
257 <IntrinsicFunctions>true</IntrinsicFunctions>
258 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
259 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
260 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
261 <FunctionLevelLinking>true</FunctionLevelLinking>
262 <WarningLevel>Level4</WarningLevel>
263 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
264 <MinimalRebuild>
265 </MinimalRebuild>
266 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
267 </ClCompile>
268 <Link>
269 <GenerateDebugInformation>true</GenerateDebugInformation>
270 <OptimizeReferences>true</OptimizeReferences>
271 <EnableCOMDATFolding>true</EnableCOMDATFolding>
272 <TargetMachine>MachineX86</TargetMachine>
273 </Link>
274 </ItemDefinitionGroup>
275 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
276 <Midl>
277 <TargetEnvironment>X64</TargetEnvironment>
278 </Midl>
279 <ClCompile>
280 <Optimization>MaxSpeed</Optimization>
281 <IntrinsicFunctions>true</IntrinsicFunctions>
282 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
283 <PreprocessorDefinitions>WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
284 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
285 <FunctionLevelLinking>true</FunctionLevelLinking>
286 <WarningLevel>Level4</WarningLevel>
287 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
288 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
289 </ClCompile>
290 <Link>
291 <GenerateDebugInformation>true</GenerateDebugInformation>
292 <OptimizeReferences>true</OptimizeReferences>
293 <EnableCOMDATFolding>true</EnableCOMDATFolding>
294 <TargetMachine>MachineX64</TargetMachine>
295 </Link>
296 </ItemDefinitionGroup>
297 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|Win32'">
298 <ClCompile>
299 <Optimization>Disabled</Optimization>
300 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
301 <PreprocessorDefinitions>WIN32;_DEBUG;FT2_BUILD_LIBRARY;OPJ_STATIC;MEMENTO=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
302 <MinimalRebuild>
303 </MinimalRebuild>
304 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
305 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
306 <WarningLevel>Level4</WarningLevel>
307 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
308 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
309 </ClCompile>
310 <Link>
311 <GenerateDebugInformation>true</GenerateDebugInformation>
312 <TargetMachine>MachineX86</TargetMachine>
313 </Link>
314 </ItemDefinitionGroup>
315 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Memento|x64'">
316 <Midl>
317 <TargetEnvironment>X64</TargetEnvironment>
318 </Midl>
319 <ClCompile>
320 <Optimization>Disabled</Optimization>
321 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
322 <PreprocessorDefinitions>WIN64;_DEBUG;FT2_BUILD_LIBRARY;OPJ_STATIC;MEMENTO=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
323 <MinimalRebuild>
324 </MinimalRebuild>
325 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
326 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
327 <WarningLevel>Level4</WarningLevel>
328 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
329 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
330 </ClCompile>
331 <Link>
332 <GenerateDebugInformation>true</GenerateDebugInformation>
333 <TargetMachine>MachineX64</TargetMachine>
334 </Link>
335 </ItemDefinitionGroup>
336 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugExtra|Win32'">
337 <ClCompile>
338 <Optimization>Disabled</Optimization>
339 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
340 <PreprocessorDefinitions>WIN32;_DEBUG;FT2_BUILD_LIBRARY;OPJ_STATIC;HAVE_LIBCRYPTO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
341 <MinimalRebuild>
342 </MinimalRebuild>
343 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
344 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
345 <WarningLevel>Level4</WarningLevel>
346 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
347 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
348 </ClCompile>
349 <Link>
350 <GenerateDebugInformation>true</GenerateDebugInformation>
351 <TargetMachine>MachineX86</TargetMachine>
352 </Link>
353 </ItemDefinitionGroup>
354 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugExtra|x64'">
355 <Midl>
356 <TargetEnvironment>X64</TargetEnvironment>
357 </Midl>
358 <ClCompile>
359 <Optimization>Disabled</Optimization>
360 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
361 <PreprocessorDefinitions>WIN64;_DEBUG;FT2_BUILD_LIBRARY;OPJ_STATIC;HAVE_LIBCRYPTO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
362 <MinimalRebuild>
363 </MinimalRebuild>
364 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
365 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
366 <WarningLevel>Level4</WarningLevel>
367 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
368 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
369 </ClCompile>
370 <Link>
371 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
372 <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
373 <GenerateDebugInformation>true</GenerateDebugInformation>
374 <TargetMachine>MachineX64</TargetMachine>
375 </Link>
376 </ItemDefinitionGroup>
377 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseExtra|Win32'">
378 <ClCompile>
379 <Optimization>MaxSpeed</Optimization>
380 <IntrinsicFunctions>true</IntrinsicFunctions>
381 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
382 <PreprocessorDefinitions>WIN32;NDEBUG;HAVE_LIBCRYPTO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
383 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
384 <FunctionLevelLinking>true</FunctionLevelLinking>
385 <WarningLevel>Level4</WarningLevel>
386 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
387 <MinimalRebuild />
388 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
389 </ClCompile>
390 <Link>
391 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
392 <GenerateDebugInformation>true</GenerateDebugInformation>
393 <OptimizeReferences>true</OptimizeReferences>
394 <EnableCOMDATFolding>true</EnableCOMDATFolding>
395 <TargetMachine>MachineX86</TargetMachine>
396 </Link>
397 </ItemDefinitionGroup>
398 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseExtra|x64'">
399 <Midl>
400 <TargetEnvironment>X64</TargetEnvironment>
401 </Midl>
402 <ClCompile>
403 <Optimization>MaxSpeed</Optimization>
404 <IntrinsicFunctions>true</IntrinsicFunctions>
405 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
406 <PreprocessorDefinitions>WIN64;NDEBUG;HAVE_LIBCRYPTO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
407 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
408 <FunctionLevelLinking>true</FunctionLevelLinking>
409 <WarningLevel>Level4</WarningLevel>
410 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
411 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
412 </ClCompile>
413 <Link>
414 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
415 <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
416 <GenerateDebugInformation>true</GenerateDebugInformation>
417 <OptimizeReferences>true</OptimizeReferences>
418 <EnableCOMDATFolding>true</EnableCOMDATFolding>
419 <TargetMachine>MachineX64</TargetMachine>
420 </Link>
421 </ItemDefinitionGroup>
422 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MementoExtra|Win32'">
423 <ClCompile>
424 <Optimization>Disabled</Optimization>
425 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
426 <PreprocessorDefinitions>WIN32;_DEBUG;FT2_BUILD_LIBRARY;OPJ_STATIC;HAVE_LIBCRYPTO;MEMENTO=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
427 <MinimalRebuild>
428 </MinimalRebuild>
429 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
430 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
431 <WarningLevel>Level4</WarningLevel>
432 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
433 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
434 </ClCompile>
435 <Link>
436 <GenerateDebugInformation>true</GenerateDebugInformation>
437 <TargetMachine>MachineX86</TargetMachine>
438 </Link>
439 </ItemDefinitionGroup>
440 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MementoExtra|x64'">
441 <Midl>
442 <TargetEnvironment>X64</TargetEnvironment>
443 </Midl>
444 <ClCompile>
445 <Optimization>Disabled</Optimization>
446 <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
447 <PreprocessorDefinitions>WIN64;_DEBUG;FT2_BUILD_LIBRARY;OPJ_STATIC;HAVE_LIBCRYPTO;MEMENTO=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
448 <MinimalRebuild>
449 </MinimalRebuild>
450 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
451 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
452 <WarningLevel>Level4</WarningLevel>
453 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
454 <DisableSpecificWarnings>4100;4130;4200</DisableSpecificWarnings>
455 </ClCompile>
456 <Link>
457 <GenerateDebugInformation>true</GenerateDebugInformation>
458 <TargetMachine>MachineX64</TargetMachine>
459 </Link>
460 </ItemDefinitionGroup>
461 <ItemGroup>
462 <ClCompile Include="..\x11\pdfapp.c" />
463 <ClCompile Include="..\x11\win_main.c" />
464 </ItemGroup>
465 <ItemGroup>
466 <ClInclude Include="..\x11\pdfapp.h" />
467 </ItemGroup>
468 <ItemGroup>
469 <ResourceCompile Include="..\x11\win_res.rc" />
470 </ItemGroup>
471 <ItemGroup>
472 <ProjectReference Include="libmupdf.vcxproj">
473 <Project>{5f615f91-dff8-4f05-bf48-6222b7d86519}</Project>
474 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
475 </ProjectReference>
476 </ItemGroup>
477 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
478 <ImportGroup Label="ExtensionTargets">
479 </ImportGroup>
480 </Project>