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="..\..\IMG.c" /> 31 <ClCompile Include="..\..\IMG_bmp.c" /> 32 <ClCompile Include="..\..\IMG_gif.c" /> 33 <ClCompile Include="..\..\IMG_jpg.c" /> 34 <ClCompile Include="..\..\IMG_lbm.c" /> 35 <ClCompile Include="..\..\IMG_pcx.c" /> 36 <ClCompile Include="..\..\IMG_png.c" /> 37 <ClCompile Include="..\..\IMG_pnm.c" /> 38 <ClCompile Include="..\..\IMG_svg.c" /> 39 <ClCompile Include="..\..\IMG_tga.c" /> 40 <ClCompile Include="..\..\IMG_tif.c" /> 41 <ClCompile Include="..\..\IMG_webp.c" /> 42 <ClCompile Include="..\..\IMG_xcf.c" /> 43 <ClCompile Include="..\..\IMG_xpm.c" /> 44 <ClCompile Include="..\..\IMG_xv.c" /> 45 <ClCompile Include="..\..\IMG_xxx.c" /> 46 </ItemGroup> 47 <ItemGroup> 48 <ClInclude Include="..\miniz.h" /> 49 <ClInclude Include="..\SDL_image.h" /> 50 </ItemGroup> 51 <ItemGroup> 52 <ProjectReference Include="..\..\..\SDL\VisualC-WinRT\WinRT80_VS2012\SDL-WinRT80.vcxproj"> 53 <Project>{aeaea3a2-d4e6-45b1-8ec6-53d84287fc14}</Project> 54 </ProjectReference> 55 <ProjectReference Include="jpeg-WinRT80.vcxproj"> 56 <Project>{cc6cf4c7-bd07-4738-854c-a6c5bae62ea9}</Project> 57 </ProjectReference> 58 <ProjectReference Include="libpng-WinRT80.vcxproj"> 59 <Project>{b43d3823-d0c0-4017-9153-c4cbc9a4f9d0}</Project> 60 </ProjectReference> 61 <ProjectReference Include="libwebp-WinRT80.vcxproj"> 62 <Project>{22ddf547-8e6c-494d-b2fa-59ddec9e48e2}</Project> 63 </ProjectReference> 64 </ItemGroup> 65 <PropertyGroup Label="Globals"> 66 <ProjectGuid>{9dc0b681-4702-4968-9c30-16112dae4e9e}</ProjectGuid> 67 <Keyword>Win32Proj</Keyword> 68 <ProjectName>SDL2_image-WinRT80</ProjectName> 69 <RootNamespace>SDL_image_WinRT_VS2012</RootNamespace> 70 <DefaultLanguage>en-US</DefaultLanguage> 71 <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion> 72 <AppContainerApplication>true</AppContainerApplication> 73 </PropertyGroup> 74 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 76 <ConfigurationType>DynamicLibrary</ConfigurationType> 77 <UseDebugLibraries>true</UseDebugLibraries> 78 <PlatformToolset>v110</PlatformToolset> 79 </PropertyGroup> 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 81 <ConfigurationType>DynamicLibrary</ConfigurationType> 82 <UseDebugLibraries>true</UseDebugLibraries> 83 <PlatformToolset>v110</PlatformToolset> 84 </PropertyGroup> 85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 86 <ConfigurationType>DynamicLibrary</ConfigurationType> 87 <UseDebugLibraries>true</UseDebugLibraries> 88 <PlatformToolset>v110</PlatformToolset> 89 </PropertyGroup> 90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 91 <ConfigurationType>DynamicLibrary</ConfigurationType> 92 <UseDebugLibraries>false</UseDebugLibraries> 93 <WholeProgramOptimization>true</WholeProgramOptimization> 94 <PlatformToolset>v110</PlatformToolset> 95 </PropertyGroup> 96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 97 <ConfigurationType>DynamicLibrary</ConfigurationType> 98 <UseDebugLibraries>false</UseDebugLibraries> 99 <WholeProgramOptimization>true</WholeProgramOptimization> 100 <PlatformToolset>v110</PlatformToolset> 101 </PropertyGroup> 102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 103 <ConfigurationType>DynamicLibrary</ConfigurationType> 104 <UseDebugLibraries>false</UseDebugLibraries> 105 <WholeProgramOptimization>true</WholeProgramOptimization> 106 <PlatformToolset>v110</PlatformToolset> 107 </PropertyGroup> 108 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 109 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 110 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 111 </ImportGroup> 112 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 113 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 114 </ImportGroup> 115 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 116 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 117 </ImportGroup> 118 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 119 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 120 </ImportGroup> 121 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 122 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 123 </ImportGroup> 124 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 125 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 126 </ImportGroup> 127 <PropertyGroup Label="UserMacros" /> 128 <PropertyGroup /> 129 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 130 <GenerateManifest>false</GenerateManifest> 131 <IgnoreImportLibrary>false</IgnoreImportLibrary> 132 <TargetName>SDL2_image</TargetName> 133 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 134 </PropertyGroup> 135 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 136 <GenerateManifest>false</GenerateManifest> 137 <IgnoreImportLibrary>false</IgnoreImportLibrary> 138 <TargetName>SDL2_image</TargetName> 139 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 140 </PropertyGroup> 141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 142 <GenerateManifest>false</GenerateManifest> 143 <IgnoreImportLibrary>false</IgnoreImportLibrary> 144 <TargetName>SDL2_image</TargetName> 145 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 146 </PropertyGroup> 147 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 148 <GenerateManifest>false</GenerateManifest> 149 <IgnoreImportLibrary>false</IgnoreImportLibrary> 150 <TargetName>SDL2_image</TargetName> 151 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 152 </PropertyGroup> 153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 154 <GenerateManifest>false</GenerateManifest> 155 <IgnoreImportLibrary>false</IgnoreImportLibrary> 156 <TargetName>SDL2_image</TargetName> 157 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 158 </PropertyGroup> 159 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 160 <GenerateManifest>false</GenerateManifest> 161 <IgnoreImportLibrary>false</IgnoreImportLibrary> 162 <TargetName>SDL2_image</TargetName> 163 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 164 </PropertyGroup> 165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 166 <ClCompile> 167 <PrecompiledHeader>NotUsing</PrecompiledHeader> 168 <CompileAsWinRT>false</CompileAsWinRT> 169 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 170 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;LOAD_BMP;LOAD_PNG;LOAD_PNG_DYNAMIC="libpng.dll";LOAD_JPG;LOAD_JPG_DYNAMIC="jpeg.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp.dll";%(PreprocessorDefinitions)</PreprocessorDefinitions> 171 </ClCompile> 172 <Link> 173 <SubSystem>Console</SubSystem> 174 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 175 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 176 </Link> 177 </ItemDefinitionGroup> 178 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 179 <ClCompile> 180 <PrecompiledHeader>NotUsing</PrecompiledHeader> 181 <CompileAsWinRT>false</CompileAsWinRT> 182 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 183 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;LOAD_BMP;LOAD_PNG;LOAD_PNG_DYNAMIC="libpng.dll";LOAD_JPG;LOAD_JPG_DYNAMIC="jpeg.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp.dll";%(PreprocessorDefinitions)</PreprocessorDefinitions> 184 </ClCompile> 185 <Link> 186 <SubSystem>Console</SubSystem> 187 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 188 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 189 </Link> 190 </ItemDefinitionGroup> 191 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'"> 192 <ClCompile> 193 <PrecompiledHeader>NotUsing</PrecompiledHeader> 194 <CompileAsWinRT>false</CompileAsWinRT> 195 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 196 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;LOAD_BMP;LOAD_PNG;LOAD_PNG_DYNAMIC="libpng.dll";LOAD_JPG;LOAD_JPG_DYNAMIC="jpeg.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp.dll";%(PreprocessorDefinitions)</PreprocessorDefinitions> 197 </ClCompile> 198 <Link> 199 <SubSystem>Console</SubSystem> 200 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 201 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 202 </Link> 203 </ItemDefinitionGroup> 204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'"> 205 <ClCompile> 206 <PrecompiledHeader>NotUsing</PrecompiledHeader> 207 <CompileAsWinRT>false</CompileAsWinRT> 208 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 209 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;LOAD_BMP;LOAD_PNG;LOAD_PNG_DYNAMIC="libpng.dll";LOAD_JPG;LOAD_JPG_DYNAMIC="jpeg.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp.dll";%(PreprocessorDefinitions)</PreprocessorDefinitions> 210 </ClCompile> 211 <Link> 212 <SubSystem>Console</SubSystem> 213 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 214 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 215 </Link> 216 </ItemDefinitionGroup> 217 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 218 <ClCompile> 219 <PrecompiledHeader>NotUsing</PrecompiledHeader> 220 <CompileAsWinRT>false</CompileAsWinRT> 221 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 222 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;LOAD_BMP;LOAD_PNG;LOAD_PNG_DYNAMIC="libpng.dll";LOAD_JPG;LOAD_JPG_DYNAMIC="jpeg.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp.dll";%(PreprocessorDefinitions)</PreprocessorDefinitions> 223 </ClCompile> 224 <Link> 225 <SubSystem>Console</SubSystem> 226 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 227 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 228 </Link> 229 </ItemDefinitionGroup> 230 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 231 <ClCompile> 232 <PrecompiledHeader>NotUsing</PrecompiledHeader> 233 <CompileAsWinRT>false</CompileAsWinRT> 234 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 235 <PreprocessorDefinitions>_WINDLL;_CRT_SECURE_NO_WARNINGS;LOAD_BMP;LOAD_PNG;LOAD_PNG_DYNAMIC="libpng.dll";LOAD_JPG;LOAD_JPG_DYNAMIC="jpeg.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp.dll";%(PreprocessorDefinitions)</PreprocessorDefinitions> 236 </ClCompile> 237 <Link> 238 <SubSystem>Console</SubSystem> 239 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 240 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 241 </Link> 242 </ItemDefinitionGroup> 243 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 244 <ImportGroup Label="ExtensionTargets"> 245 </ImportGroup> 246</Project>