1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="12.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>{1eb035a3-815a-4382-90d3-4510ab605ad9}</ProjectGuid> 112 <Keyword>Win32Proj</Keyword> 113 <ProjectName>libwebp-WinRT81</ProjectName> 114 <RootNamespace>libwebp_WinRT81</RootNamespace> 115 <DefaultLanguage>en-US</DefaultLanguage> 116 <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> 117 <AppContainerApplication>true</AppContainerApplication> 118 <ApplicationType>Windows Store</ApplicationType> 119 <ApplicationTypeRevision>8.1</ApplicationTypeRevision> 120 </PropertyGroup> 121 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 122 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 123 <ConfigurationType>DynamicLibrary</ConfigurationType> 124 <UseDebugLibraries>true</UseDebugLibraries> 125 <PlatformToolset>v120</PlatformToolset> 126 </PropertyGroup> 127 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 128 <ConfigurationType>DynamicLibrary</ConfigurationType> 129 <UseDebugLibraries>true</UseDebugLibraries> 130 <PlatformToolset>v120</PlatformToolset> 131 </PropertyGroup> 132 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 133 <ConfigurationType>DynamicLibrary</ConfigurationType> 134 <UseDebugLibraries>true</UseDebugLibraries> 135 <PlatformToolset>v120</PlatformToolset> 136 </PropertyGroup> 137 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 138 <ConfigurationType>DynamicLibrary</ConfigurationType> 139 <UseDebugLibraries>false</UseDebugLibraries> 140 <WholeProgramOptimization>true</WholeProgramOptimization> 141 <PlatformToolset>v120</PlatformToolset> 142 </PropertyGroup> 143 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 144 <ConfigurationType>DynamicLibrary</ConfigurationType> 145 <UseDebugLibraries>false</UseDebugLibraries> 146 <WholeProgramOptimization>true</WholeProgramOptimization> 147 <PlatformToolset>v120</PlatformToolset> 148 </PropertyGroup> 149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 150 <ConfigurationType>DynamicLibrary</ConfigurationType> 151 <UseDebugLibraries>false</UseDebugLibraries> 152 <WholeProgramOptimization>true</WholeProgramOptimization> 153 <PlatformToolset>v120</PlatformToolset> 154 </PropertyGroup> 155 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 156 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 157 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 158 </ImportGroup> 159 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 160 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 161 </ImportGroup> 162 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 163 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 164 </ImportGroup> 165 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 166 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 167 </ImportGroup> 168 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 169 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 170 </ImportGroup> 171 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 172 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 173 </ImportGroup> 174 <PropertyGroup Label="UserMacros" /> 175 <PropertyGroup /> 176 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 177 <GenerateManifest>false</GenerateManifest> 178 <IgnoreImportLibrary>false</IgnoreImportLibrary> 179 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 180 <TargetName>libwebp</TargetName> 181 </PropertyGroup> 182 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 183 <GenerateManifest>false</GenerateManifest> 184 <IgnoreImportLibrary>false</IgnoreImportLibrary> 185 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 186 <TargetName>libwebp</TargetName> 187 </PropertyGroup> 188 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 189 <GenerateManifest>false</GenerateManifest> 190 <IgnoreImportLibrary>false</IgnoreImportLibrary> 191 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 192 <TargetName>libwebp</TargetName> 193 </PropertyGroup> 194 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 195 <GenerateManifest>false</GenerateManifest> 196 <IgnoreImportLibrary>false</IgnoreImportLibrary> 197 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 198 <TargetName>libwebp</TargetName> 199 </PropertyGroup> 200 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 201 <GenerateManifest>false</GenerateManifest> 202 <IgnoreImportLibrary>false</IgnoreImportLibrary> 203 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 204 <TargetName>libwebp</TargetName> 205 </PropertyGroup> 206 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 207 <GenerateManifest>false</GenerateManifest> 208 <IgnoreImportLibrary>false</IgnoreImportLibrary> 209 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 210 <TargetName>libwebp</TargetName> 211 </PropertyGroup> 212 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 213 <ClCompile> 214 <PrecompiledHeader>NotUsing</PrecompiledHeader> 215 <CompileAsWinRT>false</CompileAsWinRT> 216 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 217 <DisableSpecificWarnings>4244</DisableSpecificWarnings> 218 </ClCompile> 219 <Link> 220 <SubSystem>Console</SubSystem> 221 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 222 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 223 <ModuleDefinitionFile>../libwebp.def</ModuleDefinitionFile> 224 </Link> 225 </ItemDefinitionGroup> 226 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 227 <ClCompile> 228 <PrecompiledHeader>NotUsing</PrecompiledHeader> 229 <CompileAsWinRT>false</CompileAsWinRT> 230 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 231 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 232 <DisableSpecificWarnings>4244</DisableSpecificWarnings> 233 </ClCompile> 234 <Link> 235 <SubSystem>Console</SubSystem> 236 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 237 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 238 <ModuleDefinitionFile>../libwebp.def</ModuleDefinitionFile> 239 </Link> 240 </ItemDefinitionGroup> 241 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'"> 242 <ClCompile> 243 <PrecompiledHeader>NotUsing</PrecompiledHeader> 244 <CompileAsWinRT>false</CompileAsWinRT> 245 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 246 <DisableSpecificWarnings>4244</DisableSpecificWarnings> 247 </ClCompile> 248 <Link> 249 <SubSystem>Console</SubSystem> 250 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 251 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 252 <ModuleDefinitionFile>../libwebp.def</ModuleDefinitionFile> 253 </Link> 254 </ItemDefinitionGroup> 255 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'"> 256 <ClCompile> 257 <PrecompiledHeader>NotUsing</PrecompiledHeader> 258 <CompileAsWinRT>false</CompileAsWinRT> 259 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 260 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 261 <DisableSpecificWarnings>4244</DisableSpecificWarnings> 262 </ClCompile> 263 <Link> 264 <SubSystem>Console</SubSystem> 265 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 266 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 267 <ModuleDefinitionFile>../libwebp.def</ModuleDefinitionFile> 268 </Link> 269 </ItemDefinitionGroup> 270 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 271 <ClCompile> 272 <PrecompiledHeader>NotUsing</PrecompiledHeader> 273 <CompileAsWinRT>false</CompileAsWinRT> 274 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 275 <DisableSpecificWarnings>4244</DisableSpecificWarnings> 276 </ClCompile> 277 <Link> 278 <SubSystem>Console</SubSystem> 279 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 280 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 281 <ModuleDefinitionFile>../libwebp.def</ModuleDefinitionFile> 282 </Link> 283 </ItemDefinitionGroup> 284 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 285 <ClCompile> 286 <PrecompiledHeader>NotUsing</PrecompiledHeader> 287 <CompileAsWinRT>false</CompileAsWinRT> 288 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 289 <ObjectFileName>$(IntDir)\%(RelativeDir)\%(Filename)</ObjectFileName> 290 <DisableSpecificWarnings>4244</DisableSpecificWarnings> 291 </ClCompile> 292 <Link> 293 <SubSystem>Console</SubSystem> 294 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 295 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 296 <ModuleDefinitionFile>../libwebp.def</ModuleDefinitionFile> 297 </Link> 298 </ItemDefinitionGroup> 299 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 300 <ImportGroup Label="ExtensionTargets"> 301 </ImportGroup> 302</Project> 303