2010-10-19 09:01:35 +13:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-10-17 01:26:13 +13:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Release_LIB|Win32">
|
|
|
|
|
<Configuration>Release_LIB</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="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
2015-10-17 01:26:13 +13:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2010-10-19 09:01:35 +13:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_LIB|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>10.0.30319.1</_ProjectFileVersion>
|
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'">$(Configuration)\</IntDir>
|
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'" />
|
|
|
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'" />
|
|
|
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'">libzintMD</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<AdditionalIncludeDirectories>d:\opt1\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.9.1.9";NO_PNG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
|
<ExceptionHandling>
|
|
|
|
|
</ExceptionHandling>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>
|
|
|
|
|
</DebugInformationFormat>
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
<DisableSpecificWarnings>4018;4244;4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<PrecompiledHeaderFile>
|
|
|
|
|
</PrecompiledHeaderFile>
|
|
|
|
|
<PrecompiledHeaderOutputFile>
|
|
|
|
|
</PrecompiledHeaderOutputFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ResourceCompile>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\..\backend\2of5.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\auspost.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\aztec.c" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClCompile Include="..\..\backend\bmp.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\codablock.c" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<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">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\..\backend\dmatrix.c" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClCompile Include="..\..\backend\dotcode.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\eci.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\emf.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\gb18030.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\gb2312.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\general_field.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\gif.c" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClCompile Include="..\..\backend\gridmtx.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\gs1.c" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClCompile Include="..\..\backend\hanxin.c" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClCompile Include="..\..\backend\imail.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\large.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\library.c" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClCompile Include="..\..\backend\mailmark.c" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClCompile Include="..\..\backend\maxicode.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\medical.c" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClCompile Include="..\..\backend\output.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\pcx.c" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<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" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClCompile Include="..\..\backend\raster.c" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClCompile Include="..\..\backend\reedsol.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\rss.c" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClCompile Include="..\..\backend\sjis.c" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClCompile Include="..\..\backend\svg.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\telepen.c" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClCompile Include="..\..\backend\tif.c" />
|
|
|
|
|
<ClCompile Include="..\..\backend\ultra.c" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClCompile Include="..\..\backend\upcean.c" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClCompile Include="..\..\backend\vector.c" />
|
2015-10-17 01:26:13 +13:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\aztec.h" />
|
2021-01-12 07:11:41 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\big5.h" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\bmp.h" />
|
2020-06-11 05:41:36 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\channel_precalcs.h" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\code1.h" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\code128.h" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\code49.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\common.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\composite.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\dmatrix.h" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\eci.h" />
|
2021-01-12 07:11:41 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\eci_sb.h" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\emf.h" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\font.h" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\gb18030.h" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\gb2312.h" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\general_field.h" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\gridmtx.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\gs1.h" />
|
2021-01-19 09:10:52 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\gs1_lint.h" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\hanxin.h" />
|
2021-01-19 09:10:52 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\iso3166.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\iso4217.h" />
|
2021-01-12 07:11:41 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\ksx1001.h" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\large.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\maxicode.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\ms_stdint.h" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\output.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\pcx.h" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\pdf417.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\qr.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\reedsol.h" />
|
2020-11-28 01:54:44 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\reedsol_logs.h" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\rss.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\sjis.h" />
|
2020-09-05 03:38:11 +12:00
|
|
|
|
<ClInclude Include="..\..\backend\stdint_msvc.h" />
|
|
|
|
|
<ClInclude Include="..\..\backend\tif.h" />
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\zint.h" />
|
2020-11-25 11:22:12 +13:00
|
|
|
|
<ClInclude Include="..\..\backend\zintconfig.h" />
|
2015-10-17 01:26:13 +13:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2010-10-19 09:01:35 +13:00
|
|
|
|
<ResourceCompile Include="..\..\backend\libzint.rc">
|
|
|
|
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_LIB|Win32'">true</ExcludedFromBuild>
|
|
|
|
|
</ResourceCompile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2020-06-11 05:41:36 +12:00
|
|
|
|
</Project>
|