2020-06-16 18:10:44 +01: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 > {3169C7FA-E52C-4BFC-B7BB-E55EBA133770}</ProjectGuid>
<RootNamespace > zint</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 > Application</ConfigurationType>
<PlatformToolset > v141</PlatformToolset>
<CharacterSet > MultiByte</CharacterSet>
<WholeProgramOptimization > false</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<PlatformToolset > v141</PlatformToolset>
<CharacterSet > MultiByte</CharacterSet>
</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>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<OutDir > $(SolutionDir)$(Configuration)\</OutDir>
<IntDir > $(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<ClCompile >
<Optimization > Disabled</Optimization>
<AdditionalIncludeDirectories > ..\backend;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-12-12 21:45:16 +00:00
<PreprocessorDefinitions > WIN32;_WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.12.0.9";ZINT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2020-06-16 18:10:44 +01:00
<MinimalRebuild > true</MinimalRebuild>
<ExceptionHandling />
<BasicRuntimeChecks > EnableFastChecks</BasicRuntimeChecks>
<SmallerTypeCheck > true</SmallerTypeCheck>
<RuntimeLibrary > MultiThreadedDebugDLL</RuntimeLibrary>
<FunctionLevelLinking > true</FunctionLevelLinking>
<PrecompiledHeader />
<WarningLevel > Level3</WarningLevel>
<DebugInformationFormat > EditAndContinue</DebugInformationFormat>
</ClCompile>
<Link >
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
<Optimization > MaxSpeed</Optimization>
<AdditionalIncludeDirectories > ..\backend;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-12-12 21:45:16 +00:00
<PreprocessorDefinitions > WIN32;_WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.12.0.9";ZINT_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2020-06-16 18:10:44 +01:00
<StringPooling > true</StringPooling>
<ExceptionHandling />
<RuntimeLibrary > MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking > false</FunctionLevelLinking>
<RuntimeTypeInfo > false</RuntimeTypeInfo>
<PrecompiledHeader />
<WarningLevel > Level3</WarningLevel>
<DebugInformationFormat />
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup >
2021-06-10 11:15:39 +01:00
<ClCompile Include= "..\getopt\getopt.c" />
<ClCompile Include= "..\getopt\getopt1.c" />
2020-06-16 18:10:44 +01:00
<ClCompile Include= "..\frontend\main.c" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "..\frontend\resource.h" />
2021-06-10 11:15:39 +01:00
<ClInclude Include= "..\getopt\getopt.h" />
2020-06-16 18:10:44 +01:00
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "..\frontend\zint.rc" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "libzint.vcxproj" >
<Project > {5c08dc40-8f7d-475e-aa3c-814ded735a4b}</Project>
<ReferenceOutputAssembly > false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
</Project>