1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|ARM"> 5 <Configuration>Debug</Configuration> 6 <Platform>ARM</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|Win32"> 9 <Configuration>Debug</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Debug|x64"> 13 <Configuration>Debug</Configuration> 14 <Platform>x64</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|ARM"> 17 <Configuration>Release</Configuration> 18 <Platform>ARM</Platform> 19 </ProjectConfiguration> 20 <ProjectConfiguration Include="Release|Win32"> 21 <Configuration>Release</Configuration> 22 <Platform>Win32</Platform> 23 </ProjectConfiguration> 24 <ProjectConfiguration Include="Release|x64"> 25 <Configuration>Release</Configuration> 26 <Platform>x64</Platform> 27 </ProjectConfiguration> 28 </ItemGroup> 29 <ItemGroup> 30 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\alpha.c" /> 31 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\buffer.c" /> 32 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\frame.c" /> 33 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\idec.c" /> 34 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\io.c" /> 35 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\layer.c" /> 36 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\quant.c" /> 37 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\tree.c" /> 38 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\vp8.c" /> 39 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\vp8l.c" /> 40 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dec\webp.c" /> 41 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\cpu.c" /> 42 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\dec.c" /> 43 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\dec_neon.c" /> 44 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\dec_sse2.c" /> 45 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\enc.c" /> 46 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\enc_neon.c" /> 47 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\enc_sse2.c" /> 48 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\lossless.c" /> 49 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\upsampling.c" /> 50 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\upsampling_neon.c" /> 51 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\upsampling_sse2.c" /> 52 <ClCompile Include="..\..\external\libwebp-0.6.0\src\dsp\yuv.c" /> 53 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\alpha.c" /> 54 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\analysis.c" /> 55 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\backward_references.c" /> 56 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\config.c" /> 57 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\cost.c" /> 58 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\filter.c" /> 59 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\frame.c" /> 60 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\histogram.c" /> 61 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\iterator.c" /> 62 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\layer.c" /> 63 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\picture.c" /> 64 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\quant.c" /> 65 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\syntax.c" /> 66 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\token.c" /> 67 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\tree.c" /> 68 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\vp8l.c" /> 69 <ClCompile Include="..\..\external\libwebp-0.6.0\src\enc\webpenc.c" /> 70 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\bit_reader.c" /> 71 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\bit_writer.c" /> 72 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\color_cache.c" /> 73 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\filters.c" /> 74 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\huffman.c" /> 75 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\huffman_encode.c" /> 76 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\quant_levels.c" /> 77 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\quant_levels_dec.c" /> 78 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\rescaler.c" /> 79 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\thread.c" /> 80 <ClCompile Include="..\..\external\libwebp-0.6.0\src\utils\utils.c" /> 81 </ItemGroup> 82 <ItemGroup> 83 <ClInclude Include="..\..\external\libwebp-0.6.0\src\dec\decode_vp8.h" /> 84 <ClInclude Include="..\..\external\libwebp-0.6.0\src\dec\vp8i.h" /> 85 <ClInclude Include="..\..\external\libwebp-0.6.0\src\dec\vp8li.h" /> 86 <ClInclude Include="..\..\external\libwebp-0.6.0\src\dec\webpi.h" /> 87 <ClInclude Include="..\..\external\libwebp-0.6.0\src\dsp\dsp.h" /> 88 <ClInclude Include="..\..\external\libwebp-0.6.0\src\dsp\lossless.h" /> 89 <ClInclude Include="..\..\external\libwebp-0.6.0\src\dsp\yuv.h" /> 90 <ClInclude Include="..\..\external\libwebp-0.6.0\src\enc\backward_references.h" /> 91 <ClInclude Include="..\..\external\libwebp-0.6.0\src\enc\cost.h" /> 92 <ClInclude Include="..\..\external\libwebp-0.6.0\src\enc\histogram.h" /> 93 <ClInclude Include="..\..\external\libwebp-0.6.0\src\enc\vp8enci.h" /> 94 <ClInclude Include="..\..\external\libwebp-0.6.0\src\enc\vp8li.h" /> 95 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\bit_reader.h" /> 96 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\bit_writer.h" /> 97 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\color_cache.h" /> 98 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\filters.h" /> 99 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\huffman.h" /> 100 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\huffman_encode.h" /> 101 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\quant_levels.h" /> 102 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\quant_levels_dec.h" /> 103 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\rescaler.h" /> 104 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\thread.h" /> 105 <ClInclude Include="..\..\external\libwebp-0.6.0\src\utils\utils.h" /> 106 </ItemGroup> 107 <ItemGroup> 108 <None Include="..\libwebp.def" /> 109 </ItemGroup> 110 <PropertyGroup Label="Globals"> 111 <ProjectGuid>{22ddf547-8e6c-494d-b2fa-59ddec9e48e2}</ProjectGuid> 112 <Keyword>Win32Proj</Keyword> 113 <ProjectName>libwebp-WinRT80</ProjectName> 114 <RootNamespace>libwebp_WinRT80_VS2012</RootNamespace> 115 <DefaultLanguage>en-US</DefaultLanguage> 116 <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> 117 <AppContainerApplication>true</AppContainerApplication> 118 </PropertyGroup> 119 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 120 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 121 <ConfigurationType>DynamicLibrary</ConfigurationType> 122 <UseDebugLibraries>true</UseDebugLibraries> 123 <PlatformToolset>v110</PlatformToolset> 124 </PropertyGroup> 125 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 126 <ConfigurationType>DynamicLibrary</ConfigurationType> 127 <UseDebugLibraries>true</UseDebugLibraries> 128 <PlatformToolset>v110</PlatformToolset> 129 </PropertyGroup> 130 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 131 <ConfigurationType>DynamicLibrary</ConfigurationType> 132 <UseDebugLibraries>true</UseDebugLibraries> 133 <PlatformToolset>v110</PlatformToolset> 134 </PropertyGroup> 135 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 136 <ConfigurationType>DynamicLibrary</ConfigurationType> 137 <UseDebugLibraries>false</UseDebugLibraries> 138 <WholeProgramOptimization>true</WholeProgramOptimization> 139 <PlatformToolset>v110</PlatformToolset> 140 </PropertyGroup> 141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 142 <ConfigurationType>DynamicLibrary</ConfigurationType> 143 <UseDebugLibraries>false</UseDebugLibraries> 144 <WholeProgramOptimization>true</WholeProgramOptimization> 145 <PlatformToolset>v110</PlatformToolset> 146 </PropertyGroup> 147 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 148 <ConfigurationType>DynamicLibrary</ConfigurationType> 149 <UseDebugLibraries>false</UseDebugLibraries> 150 <WholeProgramOptimization>true</WholeProgramOptimization> 151 <PlatformToolset>v110</PlatformToolset> 152 </PropertyGroup> 153 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 154 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 155 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 156 </ImportGroup> 157 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 158 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 159 </ImportGroup> 160 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 161 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 162 </ImportGroup> 163 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 164 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 165 </ImportGroup> 166 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 167 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 168 </ImportGroup> 169 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 170 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 171 </ImportGroup> 172 <PropertyGroup Label="UserMacros" /> 173 <PropertyGroup /> 174 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 175 <GenerateManifest>false</GenerateManifest> 176 <IgnoreImportLibrary>false</IgnoreImportLibrary> 177 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 178 <TargetName>libwebp</TargetName> 179 </PropertyGroup> 180 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 181 <GenerateManifest>false</GenerateManifest> 182 <IgnoreImportLibrary>false</IgnoreImportLibrary> 183 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 184 <TargetName>libwebp</TargetName> 185 </PropertyGroup> 186 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 187 <GenerateManifest>false</GenerateManifest> 188 <IgnoreImportLibrary>false</IgnoreImportLibrary> 189 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 190 <TargetName>libwebp</TargetName> 191 </PropertyGroup> 192 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 193 <GenerateManifest>false</GenerateManifest> 194 <IgnoreImportLibrary>false</IgnoreImportLibrary> 195 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 196 <TargetName>libwebp</TargetName> 197 </PropertyGroup> 198 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 199 <GenerateManifest>false</GenerateManifest> 200 <IgnoreImportLibrary>false</IgnoreImportLibrary> 201 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 202 <TargetName>libwebp</TargetName> 203 </PropertyGroup> 204 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 205 <GenerateManifest>false</GenerateManifest> 206 <IgnoreImportLibrary>false</IgnoreImportLibrary> 207 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 208 <TargetName>libwebp</TargetName> 209 </PropertyGroup> 210 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 211 <ClCompile> 212 <PrecompiledHeader>NotUsing</PrecompiledHeader> 213 <CompileAsWinRT>false</CompileAsWinRT> 214 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 215 </ClCompile> 216 <Link> 217 <SubSystem>Console</SubSystem> 218 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 219 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 220 <ModuleDefinitionFile>..\libwebp.def</ModuleDefinitionFile> 221 </Link> 222 </ItemDefinitionGroup> 223 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 224 <ClCompile> 225 <PrecompiledHeader>NotUsing</PrecompiledHeader> 226 <CompileAsWinRT>false</CompileAsWinRT> 227 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 228 </ClCompile> 229 <Link> 230 <SubSystem>Console</SubSystem> 231 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 232 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 233 <ModuleDefinitionFile>..\libwebp.def</ModuleDefinitionFile> 234 </Link> 235 </ItemDefinitionGroup> 236 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'"> 237 <ClCompile> 238 <PrecompiledHeader>NotUsing</PrecompiledHeader> 239 <CompileAsWinRT>false</CompileAsWinRT> 240 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 241 </ClCompile> 242 <Link> 243 <SubSystem>Console</SubSystem> 244 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 245 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 246 <ModuleDefinitionFile>..\libwebp.def</ModuleDefinitionFile> 247 </Link> 248 </ItemDefinitionGroup> 249 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'"> 250 <ClCompile> 251 <PrecompiledHeader>NotUsing</PrecompiledHeader> 252 <CompileAsWinRT>false</CompileAsWinRT> 253 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 254 </ClCompile> 255 <Link> 256 <SubSystem>Console</SubSystem> 257 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 258 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 259 <ModuleDefinitionFile>..\libwebp.def</ModuleDefinitionFile> 260 </Link> 261 </ItemDefinitionGroup> 262 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 263 <ClCompile> 264 <PrecompiledHeader>NotUsing</PrecompiledHeader> 265 <CompileAsWinRT>false</CompileAsWinRT> 266 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 267 </ClCompile> 268 <Link> 269 <SubSystem>Console</SubSystem> 270 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 271 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 272 <ModuleDefinitionFile>..\libwebp.def</ModuleDefinitionFile> 273 </Link> 274 </ItemDefinitionGroup> 275 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 276 <ClCompile> 277 <PrecompiledHeader>NotUsing</PrecompiledHeader> 278 <CompileAsWinRT>false</CompileAsWinRT> 279 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 280 </ClCompile> 281 <Link> 282 <SubSystem>Console</SubSystem> 283 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 284 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 285 <ModuleDefinitionFile>..\libwebp.def</ModuleDefinitionFile> 286 </Link> 287 </ItemDefinitionGroup> 288 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 289 <ImportGroup Label="ExtensionTargets"> 290 </ImportGroup> 291</Project> 292