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="..\..\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 <ProjectReference Include="..\..\..\SDL\VisualC-WinRT\WinRT81_VS2013\SDL-WinRT81.vcxproj"> 49 <Project>{c8df6173-06a1-4f56-a9bc-2002596b30e9}</Project> 50 </ProjectReference> 51 <ProjectReference Include="jpeg-WinRT81.vcxproj"> 52 <Project>{2e908ad5-95e9-4b2d-bd6e-ba3ea4c1a2ee}</Project> 53 </ProjectReference> 54 <ProjectReference Include="libpng-WinRT81.vcxproj"> 55 <Project>{5fbdc49a-7939-40f9-b78e-975f190adbd3}</Project> 56 </ProjectReference> 57 <ProjectReference Include="libwebp-WinRT81.vcxproj"> 58 <Project>{1eb035a3-815a-4382-90d3-4510ab605ad9}</Project> 59 </ProjectReference> 60 </ItemGroup> 61 <PropertyGroup Label="Globals"> 62 <ProjectGuid>{29b4d11f-59f3-4ebc-a769-3babd140db9a}</ProjectGuid> 63 <Keyword>Win32Proj</Keyword> 64 <ProjectName>SDL2_image-WinRT81</ProjectName> 65 <RootNamespace>SDL2_image_WinRT81</RootNamespace> 66 <DefaultLanguage>en-US</DefaultLanguage> 67 <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> 68 <AppContainerApplication>true</AppContainerApplication> 69 <ApplicationType>Windows Store</ApplicationType> 70 <ApplicationTypeRevision>8.1</ApplicationTypeRevision> 71 </PropertyGroup> 72 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 74 <ConfigurationType>DynamicLibrary</ConfigurationType> 75 <UseDebugLibraries>true</UseDebugLibraries> 76 <PlatformToolset>v120</PlatformToolset> 77 </PropertyGroup> 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 79 <ConfigurationType>DynamicLibrary</ConfigurationType> 80 <UseDebugLibraries>true</UseDebugLibraries> 81 <PlatformToolset>v120</PlatformToolset> 82 </PropertyGroup> 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 84 <ConfigurationType>DynamicLibrary</ConfigurationType> 85 <UseDebugLibraries>true</UseDebugLibraries> 86 <PlatformToolset>v120</PlatformToolset> 87 </PropertyGroup> 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 89 <ConfigurationType>DynamicLibrary</ConfigurationType> 90 <UseDebugLibraries>false</UseDebugLibraries> 91 <WholeProgramOptimization>true</WholeProgramOptimization> 92 <PlatformToolset>v120</PlatformToolset> 93 </PropertyGroup> 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 95 <ConfigurationType>DynamicLibrary</ConfigurationType> 96 <UseDebugLibraries>false</UseDebugLibraries> 97 <WholeProgramOptimization>true</WholeProgramOptimization> 98 <PlatformToolset>v120</PlatformToolset> 99 </PropertyGroup> 100 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 101 <ConfigurationType>DynamicLibrary</ConfigurationType> 102 <UseDebugLibraries>false</UseDebugLibraries> 103 <WholeProgramOptimization>true</WholeProgramOptimization> 104 <PlatformToolset>v120</PlatformToolset> 105 </PropertyGroup> 106 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 107 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 108 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 109 </ImportGroup> 110 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 111 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 112 </ImportGroup> 113 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 114 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 115 </ImportGroup> 116 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 117 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 118 </ImportGroup> 119 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 120 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 121 </ImportGroup> 122 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 123 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 124 </ImportGroup> 125 <PropertyGroup Label="UserMacros" /> 126 <PropertyGroup /> 127 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 128 <GenerateManifest>false</GenerateManifest> 129 <IgnoreImportLibrary>false</IgnoreImportLibrary> 130 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 131 <TargetName>SDL2_image</TargetName> 132 </PropertyGroup> 133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 134 <GenerateManifest>false</GenerateManifest> 135 <IgnoreImportLibrary>false</IgnoreImportLibrary> 136 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 137 <TargetName>SDL2_image</TargetName> 138 </PropertyGroup> 139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 140 <GenerateManifest>false</GenerateManifest> 141 <IgnoreImportLibrary>false</IgnoreImportLibrary> 142 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 143 <TargetName>SDL2_image</TargetName> 144 </PropertyGroup> 145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 146 <GenerateManifest>false</GenerateManifest> 147 <IgnoreImportLibrary>false</IgnoreImportLibrary> 148 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 149 <TargetName>SDL2_image</TargetName> 150 </PropertyGroup> 151 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 152 <GenerateManifest>false</GenerateManifest> 153 <IgnoreImportLibrary>false</IgnoreImportLibrary> 154 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 155 <TargetName>SDL2_image</TargetName> 156 </PropertyGroup> 157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 158 <GenerateManifest>false</GenerateManifest> 159 <IgnoreImportLibrary>false</IgnoreImportLibrary> 160 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 161 <TargetName>SDL2_image</TargetName> 162 </PropertyGroup> 163 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 164 <ClCompile> 165 <PrecompiledHeader>NotUsing</PrecompiledHeader> 166 <CompileAsWinRT>false</CompileAsWinRT> 167 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 168 <PreprocessorDefinitions>_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> 169 </ClCompile> 170 <Link> 171 <SubSystem>Console</SubSystem> 172 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 173 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 174 </Link> 175 </ItemDefinitionGroup> 176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 177 <ClCompile> 178 <PrecompiledHeader>NotUsing</PrecompiledHeader> 179 <CompileAsWinRT>false</CompileAsWinRT> 180 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 181 <PreprocessorDefinitions>_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";NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 182 </ClCompile> 183 <Link> 184 <SubSystem>Console</SubSystem> 185 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 186 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 187 </Link> 188 </ItemDefinitionGroup> 189 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'"> 190 <ClCompile> 191 <PrecompiledHeader>NotUsing</PrecompiledHeader> 192 <CompileAsWinRT>false</CompileAsWinRT> 193 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 194 <PreprocessorDefinitions>_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> 195 </ClCompile> 196 <Link> 197 <SubSystem>Console</SubSystem> 198 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 199 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 200 </Link> 201 </ItemDefinitionGroup> 202 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'"> 203 <ClCompile> 204 <PrecompiledHeader>NotUsing</PrecompiledHeader> 205 <CompileAsWinRT>false</CompileAsWinRT> 206 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 207 <PreprocessorDefinitions>_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";NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 208 </ClCompile> 209 <Link> 210 <SubSystem>Console</SubSystem> 211 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 212 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 213 </Link> 214 </ItemDefinitionGroup> 215 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 216 <ClCompile> 217 <PrecompiledHeader>NotUsing</PrecompiledHeader> 218 <CompileAsWinRT>false</CompileAsWinRT> 219 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 220 <PreprocessorDefinitions>_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> 221 </ClCompile> 222 <Link> 223 <SubSystem>Console</SubSystem> 224 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 225 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 226 </Link> 227 </ItemDefinitionGroup> 228 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 229 <ClCompile> 230 <PrecompiledHeader>NotUsing</PrecompiledHeader> 231 <CompileAsWinRT>false</CompileAsWinRT> 232 <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 233 <PreprocessorDefinitions>_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";NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 234 </ClCompile> 235 <Link> 236 <SubSystem>Console</SubSystem> 237 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 238 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 239 </Link> 240 </ItemDefinitionGroup> 241 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 242 <ImportGroup Label="ExtensionTargets"> 243 </ImportGroup> 244</Project>