comparison mupdf-source/thirdparty/zint/win32/zint.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="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{3169C7FA-E52C-4BFC-B7BB-E55EBA133770}</ProjectGuid>
15 <RootNamespace>zint</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
17 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
21 <ConfigurationType>Application</ConfigurationType>
22 <PlatformToolset>v142</PlatformToolset>
23 <CharacterSet>MultiByte</CharacterSet>
24 <WholeProgramOptimization>false</WholeProgramOptimization>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <PlatformToolset>v143</PlatformToolset>
29 <CharacterSet>MultiByte</CharacterSet>
30 </PropertyGroup>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <ImportGroup Label="ExtensionSettings">
33 </ImportGroup>
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36 </ImportGroup>
37 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39 </ImportGroup>
40 <PropertyGroup Label="UserMacros" />
41 <PropertyGroup>
42 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45 <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
46 <IntDir>$(Configuration)\</IntDir>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
49 <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
50 <IntDir>$(Configuration)\</IntDir>
51 </PropertyGroup>
52 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53 <ClCompile>
54 <Optimization>Disabled</Optimization>
55 <AdditionalIncludeDirectories>..\backend;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
56 <PreprocessorDefinitions>WIN32;_WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.13.0.9";ZINT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
57 <MinimalRebuild>true</MinimalRebuild>
58 <ExceptionHandling />
59 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
60 <SmallerTypeCheck>true</SmallerTypeCheck>
61 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
62 <FunctionLevelLinking>true</FunctionLevelLinking>
63 <PrecompiledHeader />
64 <WarningLevel>Level3</WarningLevel>
65 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
66 </ClCompile>
67 <Link>
68 <GenerateDebugInformation>true</GenerateDebugInformation>
69 </Link>
70 </ItemDefinitionGroup>
71 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72 <ClCompile>
73 <Optimization>MaxSpeed</Optimization>
74 <AdditionalIncludeDirectories>..\backend;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
75 <PreprocessorDefinitions>WIN32;_WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.13.0.9";ZINT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76 <StringPooling>true</StringPooling>
77 <ExceptionHandling />
78 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
79 <FunctionLevelLinking>false</FunctionLevelLinking>
80 <RuntimeTypeInfo>false</RuntimeTypeInfo>
81 <PrecompiledHeader />
82 <WarningLevel>Level3</WarningLevel>
83 <DebugInformationFormat />
84 </ClCompile>
85 </ItemDefinitionGroup>
86 <ItemGroup>
87 <ClCompile Include="..\getopt\getopt.c" />
88 <ClCompile Include="..\getopt\getopt1.c" />
89 <ClCompile Include="..\frontend\main.c" />
90 </ItemGroup>
91 <ItemGroup>
92 <ClInclude Include="..\frontend\resource.h" />
93 <ClInclude Include="..\getopt\getopt.h" />
94 </ItemGroup>
95 <ItemGroup>
96 <ResourceCompile Include="..\frontend\zint.rc" />
97 </ItemGroup>
98 <ItemGroup>
99 <ProjectReference Include="libzint.vcxproj">
100 <Project>{5c08dc40-8f7d-475e-aa3c-814ded735a4b}</Project>
101 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
102 </ProjectReference>
103 </ItemGroup>
104 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105 <ImportGroup Label="ExtensionTargets">
106 </ImportGroup>
107 </Project>