2020-06-16 20:10:44 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {5C08DC40-8F7D-475E-AA3C-814DED735A4B}</ProjectGuid>
<RootNamespace > libzint_png_qr</RootNamespace>
<Keyword > Win32Proj</Keyword>
</PropertyGroup>
<Import Project= "SetWindowsTargetPlatformVersion.props" />
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<PlatformToolset > v141</PlatformToolset>
<CharacterSet > MultiByte</CharacterSet>
<WholeProgramOptimization > false</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<CharacterSet > MultiByte</CharacterSet>
<PlatformToolset > v141</PlatformToolset>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
<_ProjectFileVersion > 12.0.30501.0</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<OutDir > $(SolutionDir)$(Configuration)\</OutDir>
<IntDir > $(Configuration)\</IntDir>
<LinkIncremental > true</LinkIncremental>
<TargetName > zint</TargetName>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<OutDir > $(SolutionDir)$(Configuration)\</OutDir>
<IntDir > $(Configuration)\</IntDir>
<LinkIncremental > false</LinkIncremental>
<TargetName > zint</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<ClCompile >
<Optimization > Disabled</Optimization>
<AdditionalIncludeDirectories > ..\..\zlib\;..\..\lpng\;..\..\lpng\build;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-08-22 18:28:22 +03:00
<PreprocessorDefinitions > WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.11.1";BUILD_ZINT_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2020-06-16 20:10:44 +03:00
<MinimalRebuild > true</MinimalRebuild>
<ExceptionHandling />
<BasicRuntimeChecks > EnableFastChecks</BasicRuntimeChecks>
<SmallerTypeCheck > true</SmallerTypeCheck>
<RuntimeLibrary > MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeTypeInfo > false</RuntimeTypeInfo>
<PrecompiledHeader />
<WarningLevel > Level3</WarningLevel>
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
<CompileAs > CompileAsCpp</CompileAs>
<DisableSpecificWarnings > 4018;4244;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile >
<PreprocessorDefinitions > _DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<ProjectReference >
<LinkLibraryDependencies > false</LinkLibraryDependencies>
</ProjectReference>
<Link >
<AdditionalDependencies > libpng16_static.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
2020-06-17 22:46:18 +03:00
<OutputFile > $(OutDir)zint.dll</OutputFile>
<AdditionalLibraryDirectories > ..\..\lpng\build\Release;..\..\zlib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<IgnoreSpecificDefaultLibraries > libcmtd.lib;msvcrt.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
2020-06-16 20:10:44 +03:00
<GenerateDebugInformation > true</GenerateDebugInformation>
<SubSystem > Windows</SubSystem>
<TargetMachine > MachineX86</TargetMachine>
<ImageHasSafeExceptionHandlers > false</ImageHasSafeExceptionHandlers>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
<Optimization > MaxSpeed</Optimization>
<IntrinsicFunctions > false</IntrinsicFunctions>
<AdditionalIncludeDirectories > ..\..\zlib\;..\..\lpng\;..\..\lpng\build;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-08-22 18:28:22 +03:00
<PreprocessorDefinitions > WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.11.1";BUILD_ZINT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2020-06-16 20:10:44 +03:00
<StringPooling > true</StringPooling>
<ExceptionHandling />
<RuntimeLibrary > MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking > false</FunctionLevelLinking>
<RuntimeTypeInfo > false</RuntimeTypeInfo>
<PrecompiledHeader />
<WarningLevel > Level3</WarningLevel>
<DebugInformationFormat />
<CompileAs > CompileAsCpp</CompileAs>
<DisableSpecificWarnings > 4018;4244;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
<ResourceCompile >
<PreprocessorDefinitions > NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
<ProjectReference >
<LinkLibraryDependencies > false</LinkLibraryDependencies>
</ProjectReference>
<Link >
<AdditionalDependencies > libpng16_static.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<OutputFile > $(OutDir)zint.dll</OutputFile>
2020-06-17 22:46:18 +03:00
<AdditionalLibraryDirectories > ..\..\lpng\build\Release;..\..\zlib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2020-06-16 20:10:44 +03:00
<GenerateDebugInformation > false</GenerateDebugInformation>
<SubSystem > Windows</SubSystem>
<OptimizeReferences > true</OptimizeReferences>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<TargetMachine > MachineX86</TargetMachine>
<ImageHasSafeExceptionHandlers > false</ImageHasSafeExceptionHandlers>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "..\backend\2of5.c" />
<ClCompile Include= "..\backend\auspost.c" />
<ClCompile Include= "..\backend\aztec.c" />
2022-07-04 01:54:42 +03:00
<ClCompile Include= "..\backend\bc412.c" />
2020-06-16 20:10:44 +03:00
<ClCompile Include= "..\backend\bmp.c" />
<ClCompile Include= "..\backend\codablock.c" />
<ClCompile Include= "..\backend\code.c" />
<ClCompile Include= "..\backend\code1.c" />
<ClCompile Include= "..\backend\code128.c" />
<ClCompile Include= "..\backend\code16k.c" />
<ClCompile Include= "..\backend\code49.c" />
<ClCompile Include= "..\backend\common.c" />
<ClCompile Include= "..\backend\composite.c" />
<ClCompile Include= "..\backend\dllversion.c" />
<ClCompile Include= "..\backend\dmatrix.c" />
<ClCompile Include= "..\backend\dotcode.c" />
<ClCompile Include= "..\backend\eci.c" />
<ClCompile Include= "..\backend\emf.c" />
<ClCompile Include= "..\backend\general_field.c" />
<ClCompile Include= "..\backend\gif.c" />
<ClCompile Include= "..\backend\gridmtx.c" />
<ClCompile Include= "..\backend\gs1.c" />
<ClCompile Include= "..\backend\hanxin.c" />
<ClCompile Include= "..\backend\imail.c" />
<ClCompile Include= "..\backend\large.c" />
<ClCompile Include= "..\backend\library.c" />
<ClCompile Include= "..\backend\mailmark.c" />
<ClCompile Include= "..\backend\maxicode.c" />
<ClCompile Include= "..\backend\medical.c" />
<ClCompile Include= "..\backend\output.c" />
<ClCompile Include= "..\backend\pcx.c" />
<ClCompile Include= "..\backend\pdf417.c" />
<ClCompile Include= "..\backend\plessey.c" />
<ClCompile Include= "..\backend\png.c" />
<ClCompile Include= "..\backend\postal.c" />
<ClCompile Include= "..\backend\ps.c" />
<ClCompile Include= "..\backend\qr.c" />
<ClCompile Include= "..\backend\raster.c" />
<ClCompile Include= "..\backend\reedsol.c" />
<ClCompile Include= "..\backend\rss.c" />
<ClCompile Include= "..\backend\svg.c" />
<ClCompile Include= "..\backend\telepen.c" />
<ClCompile Include= "..\backend\tif.c" />
<ClCompile Include= "..\backend\ultra.c" />
<ClCompile Include= "..\backend\upcean.c" />
<ClCompile Include= "..\backend\vector.c" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "..\backend\aztec.h" />
2021-01-11 21:11:41 +03:00
<ClInclude Include= "..\backend\big5.h" />
2020-06-16 20:10:44 +03:00
<ClInclude Include= "..\backend\bmp.h" />
<ClInclude Include= "..\backend\channel_precalcs.h" />
<ClInclude Include= "..\backend\code1.h" />
<ClInclude Include= "..\backend\code128.h" />
<ClInclude Include= "..\backend\code49.h" />
<ClInclude Include= "..\backend\common.h" />
<ClInclude Include= "..\backend\composite.h" />
<ClInclude Include= "..\backend\dmatrix.h" />
2021-12-18 19:22:02 +03:00
<ClInclude Include= "..\backend\dmatrix_trace.h" />
2020-06-16 20:10:44 +03:00
<ClInclude Include= "..\backend\eci.h" />
2021-01-11 21:11:41 +03:00
<ClInclude Include= "..\backend\eci_sb.h" />
2020-06-16 20:10:44 +03:00
<ClInclude Include= "..\backend\emf.h" />
<ClInclude Include= "..\backend\font.h" />
<ClInclude Include= "..\backend\gb18030.h" />
<ClInclude Include= "..\backend\gb2312.h" />
2022-06-02 22:32:25 +03:00
<ClInclude Include= "..\backend\gbk.h" />
2020-06-16 20:10:44 +03:00
<ClInclude Include= "..\backend\general_field.h" />
<ClInclude Include= "..\backend\gridmtx.h" />
<ClInclude Include= "..\backend\gs1.h" />
2021-01-18 23:10:52 +03:00
<ClInclude Include= "..\backend\gs1_lint.h" />
2020-06-16 20:10:44 +03:00
<ClInclude Include= "..\backend\hanxin.h" />
2021-01-18 23:10:52 +03:00
<ClInclude Include= "..\backend\iso3166.h" />
<ClInclude Include= "..\backend\iso4217.h" />
2021-01-11 21:11:41 +03:00
<ClInclude Include= "..\backend\ksx1001.h" />
2020-06-16 20:10:44 +03:00
<ClInclude Include= "..\backend\large.h" />
<ClInclude Include= "..\backend\maxicode.h" />
<ClInclude Include= "..\backend\output.h" />
<ClInclude Include= "..\backend\pcx.h" />
<ClInclude Include= "..\backend\pdf417.h" />
2021-10-31 00:00:31 +03:00
<ClInclude Include= "..\backend\pdf417_tabs.h" />
2020-06-16 20:10:44 +03:00
<ClInclude Include= "..\backend\qr.h" />
<ClInclude Include= "..\backend\reedsol.h" />
2020-11-27 15:54:44 +03:00
<ClInclude Include= "..\backend\reedsol_logs.h" />
2020-06-16 20:10:44 +03:00
<ClInclude Include= "..\backend\rss.h" />
<ClInclude Include= "..\backend\sjis.h" />
<ClInclude Include= "..\backend\tif.h" />
2021-03-19 16:09:21 +03:00
<ClInclude Include= "..\backend\tif_lzw.h" />
2021-05-15 14:23:46 +03:00
<ClInclude Include= "..\backend\zfiletypes.h" />
2020-06-16 20:10:44 +03:00
<ClInclude Include= "..\backend\zint.h" />
2020-11-25 01:22:12 +03:00
<ClInclude Include= "..\backend\zintconfig.h" />
2020-06-16 20:10:44 +03:00
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "..\backend\libzint.rc" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
</Project>