diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-06 21:44:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-06 21:44:33 +0000 |
commit | a0e13a8f9c01983e3d754d6ece2e198767493ea9 (patch) | |
tree | e0301f1d9a4e29aa9d2644d5ac7611a16b03c615 /plugins/FreeImage | |
parent | 59552b87f350684b566a4359de769f12eb6dd56b (diff) |
added copies of projects for 2012
git-svn-id: http://svn.miranda-ng.org/main/trunk@2676 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FreeImage')
-rw-r--r-- | plugins/FreeImage/FreeImage_11.vcxproj | 357 |
1 files changed, 357 insertions, 0 deletions
diff --git a/plugins/FreeImage/FreeImage_11.vcxproj b/plugins/FreeImage/FreeImage_11.vcxproj new file mode 100644 index 0000000000..d37a4883bb --- /dev/null +++ b/plugins/FreeImage/FreeImage_11.vcxproj @@ -0,0 +1,357 @@ +<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.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">
+ <ProjectName>AdvaImg</ProjectName>
+ <ProjectGuid>{D0C4EACD-F264-4CFA-9AFC-3918FEC31A9A}</ProjectGuid>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <CharacterSet>Unicode</CharacterSet>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </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>
+ <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|x64'" 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)'=='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>
+ <_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\Plugins\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64\Plugins\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\Plugins\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\Obj\$(ProjectName)\</IntDir>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64\Plugins\</OutDir>
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\</IntDir>
+ <IgnoreImportLibrary>true</IgnoreImportLibrary>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <Optimization>Full</Optimization>
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <AdditionalIncludeDirectories>src;src\ZLib;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <StringPooling>true</StringPooling>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <WarningLevel>Level3</WarningLevel>
+ <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>NDEBUG;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\include;..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <BaseAddress>0x5130000</BaseAddress>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ <SubSystem>Windows</SubSystem>
+ <AdditionalLibraryDirectories>$(ProfileDir)..\..\bin10\lib</AdditionalLibraryDirectories>
+ <AdditionalOptions>/PDBALTPATH:%_PDB%</AdditionalOptions>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <Optimization>Full</Optimization>
+ <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <AdditionalIncludeDirectories>src;src\ZLib;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <StringPooling>true</StringPooling>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <WarningLevel>Level3</WarningLevel>
+ <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>NDEBUG;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\include;..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <BaseAddress>0x5130000</BaseAddress>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ <SubSystem>Windows</SubSystem>
+ <AdditionalLibraryDirectories>$(ProfileDir)..\..\bin10\lib</AdditionalLibraryDirectories>
+ <AdditionalOptions>/PDBALTPATH:%_PDB%</AdditionalOptions>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>src;src\ZLib;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <StringPooling>false</StringPooling>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <WarningLevel>Level3</WarningLevel>
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\include;..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ <SubSystem>Windows</SubSystem>
+ <BaseAddress>0x5130000</BaseAddress>
+ <AdditionalLibraryDirectories>$(ProfileDir)..\..\bin10\lib</AdditionalLibraryDirectories>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <ClCompile>
+ <Optimization>Disabled</Optimization>
+ <AdditionalIncludeDirectories>src;src\ZLib;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>WIN64;_DEBUG;_WINDOWS;_USRDLL;FREEIMAGE_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <StringPooling>false</StringPooling>
+ <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <WarningLevel>Level3</WarningLevel>
+ <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ </ClCompile>
+ <ResourceCompile>
+ <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\..\include;..\..\include\msapi</AdditionalIncludeDirectories>
+ </ResourceCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <MapFileName>
+ </MapFileName>
+ <RandomizedBaseAddress>false</RandomizedBaseAddress>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ <BaseAddress>0x5130000</BaseAddress>
+ <SubSystem>Windows</SubSystem>
+ <AdditionalLibraryDirectories>$(ProfileDir)..\..\bin10\lib</AdditionalLibraryDirectories>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\zlib\zlib_10.vcxproj">
+ <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="src\FreeImage\BitmapAccess.cpp" />
+ <ClCompile Include="src\FreeImage\ColorLookup.cpp" />
+ <ClCompile Include="src\FreeImage\ConversionFloat.cpp" />
+ <ClCompile Include="src\FreeImage\ConversionRGB16.cpp" />
+ <ClCompile Include="src\FreeImage\ConversionUINT16.cpp" />
+ <ClCompile Include="src\FreeImage\FreeImage.cpp" />
+ <ClCompile Include="src\FreeImage\FreeImageC.c" />
+ <ClCompile Include="src\FreeImage\FreeImageIO.cpp" />
+ <ClCompile Include="src\FreeImage\GetType.cpp" />
+ <ClCompile Include="src\FreeImage\MemoryIO.cpp" />
+ <ClCompile Include="src\FreeImage\PixelAccess.cpp" />
+ <ClCompile Include="src\FreeImage\Plugin.cpp" />
+ <ClCompile Include="src\FreeImage\PluginBMP.cpp" />
+ <ClCompile Include="src\FreeImage\PluginCUT.cpp" />
+ <ClCompile Include="src\FreeImage\PluginGIF.cpp" />
+ <ClCompile Include="src\FreeImage\PluginICO.cpp" />
+ <ClCompile Include="src\FreeImage\PluginJPEG.cpp" />
+ <ClCompile Include="src\FreeImage\PluginPNG.cpp" />
+ <ClCompile Include="src\FreeImage\Conversion.cpp" />
+ <ClCompile Include="src\FreeImage\Conversion16_555.cpp" />
+ <ClCompile Include="src\FreeImage\Conversion16_565.cpp" />
+ <ClCompile Include="src\FreeImage\Conversion24.cpp" />
+ <ClCompile Include="src\FreeImage\Conversion32.cpp" />
+ <ClCompile Include="src\FreeImage\Conversion4.cpp" />
+ <ClCompile Include="src\FreeImage\Conversion8.cpp" />
+ <ClCompile Include="src\FreeImage\ConversionRGBF.cpp" />
+ <ClCompile Include="src\FreeImage\ConversionType.cpp" />
+ <ClCompile Include="src\FreeImage\Halftoning.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\MultigridPoissonSolver.cpp" />
+ <ClCompile Include="src\FreeImage\tmoColorConvert.cpp" />
+ <ClCompile Include="src\FreeImage\tmoDrago03.cpp" />
+ <ClCompile Include="src\FreeImage\tmoFattal02.cpp" />
+ <ClCompile Include="src\FreeImage\tmoReinhard05.cpp" />
+ <ClCompile Include="src\FreeImage\ToneMapping.cpp" />
+ <ClCompile Include="src\FreeImage\NNQuantizer.cpp" />
+ <ClCompile Include="src\FreeImage\WuQuantizer.cpp" />
+ <ClCompile Include="src\FreeImage\CacheFile.cpp" />
+ <ClCompile Include="src\FreeImage\MultiPage.cpp" />
+ <ClCompile Include="src\FreeImage\ZLibInterface.cpp" />
+ <ClCompile Include="src\LibJPEG\jaricom.c" />
+ <ClCompile Include="src\LibJPEG\jcarith.c" />
+ <ClCompile Include="src\LibJPEG\jdarith.c" />
+ <ClCompile Include="src\LibJPEG\jdhuff.c" />
+ <ClCompile Include="src\Metadata\Exif.cpp" />
+ <ClCompile Include="src\Metadata\FIRational.cpp" />
+ <ClCompile Include="src\Metadata\FreeImageTag.cpp" />
+ <ClCompile Include="src\Metadata\IPTC.cpp" />
+ <ClCompile Include="src\Metadata\TagConversion.cpp" />
+ <ClCompile Include="src\Metadata\TagLib.cpp" />
+ <ClCompile Include="src\main.cpp" />
+ <ClCompile Include="src\LibJPEG\jcapimin.c" />
+ <ClCompile Include="src\LibJPEG\jcapistd.c" />
+ <ClCompile Include="src\LibJPEG\jccoefct.c" />
+ <ClCompile Include="src\LibJPEG\jccolor.c" />
+ <ClCompile Include="src\LibJPEG\jcdctmgr.c" />
+ <ClCompile Include="src\LibJPEG\jchuff.c" />
+ <ClCompile Include="src\LibJPEG\jcinit.c" />
+ <ClCompile Include="src\LibJPEG\jcmainct.c" />
+ <ClCompile Include="src\LibJPEG\jcmarker.c" />
+ <ClCompile Include="src\LibJPEG\jcmaster.c" />
+ <ClCompile Include="src\LibJPEG\jcomapi.c" />
+ <ClCompile Include="src\LibJPEG\jcparam.c" />
+ <ClCompile Include="src\LibJPEG\jcprepct.c" />
+ <ClCompile Include="src\LibJPEG\jcsample.c" />
+ <ClCompile Include="src\LibJPEG\jctrans.c" />
+ <ClCompile Include="src\LibJPEG\jdapimin.c" />
+ <ClCompile Include="src\LibJPEG\jdapistd.c" />
+ <ClCompile Include="src\LibJPEG\jdatadst.c" />
+ <ClCompile Include="src\LibJPEG\jdatasrc.c" />
+ <ClCompile Include="src\LibJPEG\jdcoefct.c" />
+ <ClCompile Include="src\LibJPEG\jdcolor.c" />
+ <ClCompile Include="src\LibJPEG\jddctmgr.c" />
+ <ClCompile Include="src\LibJPEG\jdinput.c" />
+ <ClCompile Include="src\LibJPEG\jdmainct.c" />
+ <ClCompile Include="src\LibJPEG\jdmarker.c" />
+ <ClCompile Include="src\LibJPEG\jdmaster.c" />
+ <ClCompile Include="src\LibJPEG\jdmerge.c" />
+ <ClCompile Include="src\LibJPEG\jdpostct.c" />
+ <ClCompile Include="src\LibJPEG\jdsample.c" />
+ <ClCompile Include="src\LibJPEG\jdtrans.c" />
+ <ClCompile Include="src\LibJPEG\jerror.c" />
+ <ClCompile Include="src\LibJPEG\jfdctflt.c" />
+ <ClCompile Include="src\LibJPEG\jfdctfst.c" />
+ <ClCompile Include="src\LibJPEG\jfdctint.c" />
+ <ClCompile Include="src\LibJPEG\jidctflt.c" />
+ <ClCompile Include="src\LibJPEG\jidctfst.c" />
+ <ClCompile Include="src\LibJPEG\jidctint.c" />
+ <ClCompile Include="src\LibJPEG\jmemmgr.c" />
+ <ClCompile Include="src\LibJPEG\jmemnobs.c" />
+ <ClCompile Include="src\LibJPEG\jquant1.c" />
+ <ClCompile Include="src\LibJPEG\jquant2.c" />
+ <ClCompile Include="src\LibJPEG\jutils.c" />
+ <ClCompile Include="src\LibJPEG\rdbmp.c" />
+ <ClCompile Include="src\LibJPEG\rdcolmap.c" />
+ <ClCompile Include="src\LibJPEG\rdgif.c" />
+ <ClCompile Include="src\LibJPEG\rdppm.c" />
+ <ClCompile Include="src\LibJPEG\rdrle.c" />
+ <ClCompile Include="src\LibJPEG\rdswitch.c" />
+ <ClCompile Include="src\LibJPEG\rdtarga.c" />
+ <ClCompile Include="src\LibJPEG\transupp.c" />
+ <ClCompile Include="src\LibJPEG\wrbmp.c" />
+ <ClCompile Include="src\LibJPEG\wrgif.c" />
+ <ClCompile Include="src\LibJPEG\wrppm.c" />
+ <ClCompile Include="src\LibJPEG\wrrle.c" />
+ <ClCompile Include="src\LibJPEG\wrtarga.c" />
+ <ClCompile Include="src\LibPNG\png.c" />
+ <ClCompile Include="src\LibPNG\pngerror.c" />
+ <ClCompile Include="src\LibPNG\pngget.c" />
+ <ClCompile Include="src\LibPNG\pngmem.c" />
+ <ClCompile Include="src\LibPNG\pngpread.c" />
+ <ClCompile Include="src\LibPNG\pngread.c" />
+ <ClCompile Include="src\LibPNG\pngrio.c" />
+ <ClCompile Include="src\LibPNG\pngrtran.c" />
+ <ClCompile Include="src\LibPNG\pngrutil.c" />
+ <ClCompile Include="src\LibPNG\pngset.c" />
+ <ClCompile Include="src\LibPNG\pngtrans.c" />
+ <ClCompile Include="src\LibPNG\pngwio.c" />
+ <ClCompile Include="src\LibPNG\pngwrite.c" />
+ <ClCompile Include="src\LibPNG\pngwtran.c" />
+ <ClCompile Include="src\LibPNG\pngwutil.c" />
+ <ClCompile Include="src\FreeImageToolkit\BSplineRotate.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\Channels.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\ClassicRotate.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\Colors.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\CopyPaste.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\Display.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\Flip.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\JPEGTransform.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\Rescale.cpp" />
+ <ClCompile Include="src\FreeImageToolkit\Resize.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\FreeImage.rc" />
+ <ResourceCompile Include="res\Version.rc" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\LibJPEG\cderror.h" />
+ <ClInclude Include="src\LibJPEG\cdjpeg.h" />
+ <ClInclude Include="src\LibJPEG\jconfig.h" />
+ <ClInclude Include="src\LibJPEG\jdct.h" />
+ <ClInclude Include="src\LibJPEG\jerror.h" />
+ <ClInclude Include="src\LibJPEG\jinclude.h" />
+ <ClInclude Include="src\LibJPEG\jmemsys.h" />
+ <ClInclude Include="src\LibJPEG\jmorecfg.h" />
+ <ClInclude Include="src\LibJPEG\jpegint.h" />
+ <ClInclude Include="src\LibJPEG\jpeglib.h" />
+ <ClInclude Include="src\LibJPEG\jversion.h" />
+ <ClInclude Include="src\LibJPEG\transupp.h" />
+ <ClInclude Include="src\LibPNG\png.h" />
+ <ClInclude Include="src\LibPNG\pngconf.h" />
+ <ClInclude Include="src\CacheFile.h" />
+ <ClInclude Include="src\LibPNG\pngdebug.h" />
+ <ClInclude Include="src\LibPNG\pnginfo.h" />
+ <ClInclude Include="src\LibPNG\pnglibconf.h" />
+ <ClInclude Include="src\LibPNG\pngpriv.h" />
+ <ClInclude Include="src\Metadata\FIRational.h" />
+ <ClInclude Include="src\FreeImage.h" />
+ <ClInclude Include="src\FreeImageIO.h" />
+ <ClInclude Include="src\Metadata\FreeImageTag.h" />
+ <ClInclude Include="src\Plugin.h" />
+ <ClInclude Include="src\Quantizers.h" />
+ <ClInclude Include="src\ToneMapping.h" />
+ <ClInclude Include="src\Utilities.h" />
+ <ClInclude Include="src\FreeImageToolkit\Resize.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>
\ No newline at end of file |