comparison mupdf-source/thirdparty/zint/win32/libzint.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>{5C08DC40-8F7D-475E-AA3C-814DED735A4B}</ProjectGuid>
15 <RootNamespace>libzint_png_qr</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>DynamicLibrary</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>DynamicLibrary</ConfigurationType>
28 <CharacterSet>MultiByte</CharacterSet>
29 <PlatformToolset>v142</PlatformToolset>
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 <LinkIncremental>true</LinkIncremental>
48 <TargetName>zint</TargetName>
49 </PropertyGroup>
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
51 <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
52 <IntDir>$(Configuration)\</IntDir>
53 <LinkIncremental>false</LinkIncremental>
54 <TargetName>zint</TargetName>
55 </PropertyGroup>
56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57 <ClCompile>
58 <Optimization>Disabled</Optimization>
59 <AdditionalIncludeDirectories>..\..\zlib;..\..\lpng;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
60 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.13.0.9";BUILD_ZINT_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61 <MinimalRebuild>true</MinimalRebuild>
62 <ExceptionHandling />
63 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
64 <SmallerTypeCheck>true</SmallerTypeCheck>
65 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
66 <RuntimeTypeInfo>false</RuntimeTypeInfo>
67 <PrecompiledHeader />
68 <WarningLevel>Level3</WarningLevel>
69 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
70 <DisableSpecificWarnings>4018;4244;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
71 </ClCompile>
72 <ResourceCompile>
73 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74 </ResourceCompile>
75 <ProjectReference>
76 <LinkLibraryDependencies>false</LinkLibraryDependencies>
77 </ProjectReference>
78 <Link>
79 <AdditionalDependencies>libpng.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
80 <OutputFile>$(OutDir)zint.dll</OutputFile>
81 <AdditionalLibraryDirectories>..\..\lpng;..\..\zlib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
82 <IgnoreSpecificDefaultLibraries>libcmtd.lib;msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
83 <GenerateDebugInformation>true</GenerateDebugInformation>
84 <SubSystem>Windows</SubSystem>
85 <TargetMachine>MachineX86</TargetMachine>
86 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
87 </Link>
88 </ItemDefinitionGroup>
89 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
90 <ClCompile>
91 <Optimization>MaxSpeed</Optimization>
92 <IntrinsicFunctions>false</IntrinsicFunctions>
93 <AdditionalIncludeDirectories>..\..\zlib;..\..\lpng;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
94 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.13.0.9";BUILD_ZINT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95 <StringPooling>true</StringPooling>
96 <ExceptionHandling />
97 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
98 <FunctionLevelLinking>false</FunctionLevelLinking>
99 <RuntimeTypeInfo>false</RuntimeTypeInfo>
100 <PrecompiledHeader />
101 <WarningLevel>Level3</WarningLevel>
102 <DebugInformationFormat />
103 <DisableSpecificWarnings>4018;4244;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
104 </ClCompile>
105 <ResourceCompile>
106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107 </ResourceCompile>
108 <ProjectReference>
109 <LinkLibraryDependencies>false</LinkLibraryDependencies>
110 </ProjectReference>
111 <Link>
112 <AdditionalDependencies>libpng.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
113 <OutputFile>$(OutDir)zint.dll</OutputFile>
114 <AdditionalLibraryDirectories>..\..\lpng;..\..\zlib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
115 <GenerateDebugInformation>false</GenerateDebugInformation>
116 <SubSystem>Windows</SubSystem>
117 <OptimizeReferences>true</OptimizeReferences>
118 <EnableCOMDATFolding>true</EnableCOMDATFolding>
119 <TargetMachine>MachineX86</TargetMachine>
120 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
121 </Link>
122 </ItemDefinitionGroup>
123 <ItemGroup>
124 <ClCompile Include="..\backend\2of5.c" />
125 <ClCompile Include="..\backend\auspost.c" />
126 <ClCompile Include="..\backend\aztec.c" />
127 <ClCompile Include="..\backend\bc412.c" />
128 <ClCompile Include="..\backend\bmp.c" />
129 <ClCompile Include="..\backend\codablock.c" />
130 <ClCompile Include="..\backend\code.c" />
131 <ClCompile Include="..\backend\code1.c" />
132 <ClCompile Include="..\backend\code128.c" />
133 <ClCompile Include="..\backend\code16k.c" />
134 <ClCompile Include="..\backend\code49.c" />
135 <ClCompile Include="..\backend\common.c" />
136 <ClCompile Include="..\backend\composite.c" />
137 <ClCompile Include="..\backend\dllversion.c" />
138 <ClCompile Include="..\backend\dmatrix.c" />
139 <ClCompile Include="..\backend\dotcode.c" />
140 <ClCompile Include="..\backend\dxfilmedge.c" />
141 <ClCompile Include="..\backend\eci.c" />
142 <ClCompile Include="..\backend\emf.c" />
143 <ClCompile Include="..\backend\filemem.c" />
144 <ClCompile Include="..\backend\general_field.c" />
145 <ClCompile Include="..\backend\gif.c" />
146 <ClCompile Include="..\backend\gridmtx.c" />
147 <ClCompile Include="..\backend\gs1.c" />
148 <ClCompile Include="..\backend\hanxin.c" />
149 <ClCompile Include="..\backend\imail.c" />
150 <ClCompile Include="..\backend\large.c" />
151 <ClCompile Include="..\backend\library.c" />
152 <ClCompile Include="..\backend\mailmark.c" />
153 <ClCompile Include="..\backend\maxicode.c" />
154 <ClCompile Include="..\backend\medical.c" />
155 <ClCompile Include="..\backend\output.c" />
156 <ClCompile Include="..\backend\pcx.c" />
157 <ClCompile Include="..\backend\pdf417.c" />
158 <ClCompile Include="..\backend\plessey.c" />
159 <ClCompile Include="..\backend\png.c" />
160 <ClCompile Include="..\backend\postal.c" />
161 <ClCompile Include="..\backend\ps.c" />
162 <ClCompile Include="..\backend\qr.c" />
163 <ClCompile Include="..\backend\raster.c" />
164 <ClCompile Include="..\backend\reedsol.c" />
165 <ClCompile Include="..\backend\rss.c" />
166 <ClCompile Include="..\backend\svg.c" />
167 <ClCompile Include="..\backend\telepen.c" />
168 <ClCompile Include="..\backend\tif.c" />
169 <ClCompile Include="..\backend\ultra.c" />
170 <ClCompile Include="..\backend\upcean.c" />
171 <ClCompile Include="..\backend\vector.c" />
172 </ItemGroup>
173 <ItemGroup>
174 <ClInclude Include="..\backend\aztec.h" />
175 <ClInclude Include="..\backend\big5.h" />
176 <ClInclude Include="..\backend\bmp.h" />
177 <ClInclude Include="..\backend\channel_precalcs.h" />
178 <ClInclude Include="..\backend\code1.h" />
179 <ClInclude Include="..\backend\code128.h" />
180 <ClInclude Include="..\backend\code49.h" />
181 <ClInclude Include="..\backend\common.h" />
182 <ClInclude Include="..\backend\composite.h" />
183 <ClInclude Include="..\backend\dmatrix.h" />
184 <ClInclude Include="..\backend\dmatrix_trace.h" />
185 <ClInclude Include="..\backend\eci.h" />
186 <ClInclude Include="..\backend\eci_sb.h" />
187 <ClInclude Include="..\backend\emf.h" />
188 <ClInclude Include="..\backend\raster_font.h" />
189 <ClInclude Include="..\backend\gb18030.h" />
190 <ClInclude Include="..\backend\gb2312.h" />
191 <ClInclude Include="..\backend\gbk.h" />
192 <ClInclude Include="..\backend\filemem.h" />
193 <ClInclude Include="..\backend\general_field.h" />
194 <ClInclude Include="..\backend\gridmtx.h" />
195 <ClInclude Include="..\backend\gs1.h" />
196 <ClInclude Include="..\backend\gs1_lint.h" />
197 <ClInclude Include="..\backend\hanxin.h" />
198 <ClInclude Include="..\backend\iso3166.h" />
199 <ClInclude Include="..\backend\iso4217.h" />
200 <ClInclude Include="..\backend\ksx1001.h" />
201 <ClInclude Include="..\backend\large.h" />
202 <ClInclude Include="..\backend\maxicode.h" />
203 <ClInclude Include="..\backend\output.h" />
204 <ClInclude Include="..\backend\pcx.h" />
205 <ClInclude Include="..\backend\pdf417.h" />
206 <ClInclude Include="..\backend\pdf417_tabs.h" />
207 <ClInclude Include="..\backend\pdf417_trace.h" />
208 <ClInclude Include="..\backend\qr.h" />
209 <ClInclude Include="..\backend\reedsol.h" />
210 <ClInclude Include="..\backend\reedsol_logs.h" />
211 <ClInclude Include="..\backend\rss.h" />
212 <ClInclude Include="..\backend\sjis.h" />
213 <ClInclude Include="..\backend\tif.h" />
214 <ClInclude Include="..\backend\tif_lzw.h" />
215 <ClInclude Include="..\backend\zfiletypes.h" />
216 <ClInclude Include="..\backend\zint.h" />
217 <ClInclude Include="..\backend\zintconfig.h" />
218 </ItemGroup>
219 <ItemGroup>
220 <ResourceCompile Include="..\backend\libzint.rc" />
221 </ItemGroup>
222 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
223 <ImportGroup Label="ExtensionTargets">
224 </ImportGroup>
225 </Project>