<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.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="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{2BD91B84-8F0F-49F1-927A-514A3F2555F8}</ProjectGuid>
<RootNamespace>LibJPEG</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v140</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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 />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<DebugInformationFormat>
</DebugInformationFormat>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<DebugInformationFormat>
</DebugInformationFormat>
<ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\jaricom.c" />
<ClCompile Include="..\..\jcapimin.c" />
<ClCompile Include="..\..\jcapistd.c" />
<ClCompile Include="..\..\jcarith.c" />
<ClCompile Include="..\..\jccoefct.c" />
<ClCompile Include="..\..\jccolor.c" />
<ClCompile Include="..\..\jcdctmgr.c" />
<ClCompile Include="..\..\jchuff.c" />
<ClCompile Include="..\..\jcinit.c" />
<ClCompile Include="..\..\jcmainct.c" />
<ClCompile Include="..\..\jcmarker.c" />
<ClCompile Include="..\..\jcmaster.c" />
<ClCompile Include="..\..\jcomapi.c" />
<ClCompile Include="..\..\jcparam.c" />
<ClCompile Include="..\..\jcprepct.c" />
<ClCompile Include="..\..\jcsample.c" />
<ClCompile Include="..\..\jctrans.c" />
<ClCompile Include="..\..\jdapimin.c" />
<ClCompile Include="..\..\jdapistd.c" />
<ClCompile Include="..\..\jdarith.c" />
<ClCompile Include="..\..\jdatadst.c" />
<ClCompile Include="..\..\jdatasrc.c" />
<ClCompile Include="..\..\jdcoefct.c" />
<ClCompile Include="..\..\jdcolor.c" />
<ClCompile Include="..\..\jddctmgr.c" />
<ClCompile Include="..\..\jdhuff.c" />
<ClCompile Include="..\..\jdinput.c" />
<ClCompile Include="..\..\jdmainct.c" />
<ClCompile Include="..\..\jdmarker.c" />
<ClCompile Include="..\..\jdmaster.c" />
<ClCompile Include="..\..\jdmerge.c" />
<ClCompile Include="..\..\jdpostct.c" />
<ClCompile Include="..\..\jdsample.c" />
<ClCompile Include="..\..\jdtrans.c" />
<ClCompile Include="..\..\jerror.c" />
<ClCompile Include="..\..\jfdctflt.c" />
<ClCompile Include="..\..\jfdctfst.c" />
<ClCompile Include="..\..\jfdctint.c" />
<ClCompile Include="..\..\jidctflt.c" />
<ClCompile Include="..\..\jidctfst.c" />
<ClCompile Include="..\..\jidctint.c" />
<ClCompile Include="..\..\jmemmgr.c" />
<ClCompile Include="..\..\jmemnobs.c" />
<ClCompile Include="..\..\jquant1.c" />
<ClCompile Include="..\..\jquant2.c" />
<ClCompile Include="..\..\jutils.c" />
<ClCompile Include="..\..\rdbmp.c" />
<ClCompile Include="..\..\rdcolmap.c" />
<ClCompile Include="..\..\rdgif.c" />
<ClCompile Include="..\..\rdppm.c" />
<ClCompile Include="..\..\rdrle.c" />
<ClCompile Include="..\..\rdswitch.c" />
<ClCompile Include="..\..\rdtarga.c" />
<ClCompile Include="..\..\transupp.c" />
<ClCompile Include="..\..\wrbmp.c" />
<ClCompile Include="..\..\wrgif.c" />
<ClCompile Include="..\..\wrppm.c" />
<ClCompile Include="..\..\wrrle.c" />
<ClCompile Include="..\..\wrtarga.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\cderror.h" />
<ClInclude Include="..\..\cdjpeg.h" />
<ClInclude Include="..\..\jconfig.h" />
<ClInclude Include="..\..\jdct.h" />
<ClInclude Include="..\..\jerror.h" />
<ClInclude Include="..\..\jinclude.h" />
<ClInclude Include="..\..\jmemsys.h" />
<ClInclude Include="..\..\jmorecfg.h" />
<ClInclude Include="..\..\jpegint.h" />
<ClInclude Include="..\..\jpeglib.h" />
<ClInclude Include="..\..\jversion.h" />
<ClInclude Include="..\..\transupp.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>