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|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|ARM">
9      <Configuration>Debug</Configuration>
10      <Platform>ARM</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|ARM">
17      <Configuration>Release</Configuration>
18      <Platform>ARM</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{3e2a3587-b28c-4261-8e1c-ef9dcc742cc4}</ProjectGuid>
23    <RootNamespace>SDL2_image_WinPhone</RootNamespace>
24    <DefaultLanguage>en-US</DefaultLanguage>
25    <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
26    <ProjectName>SDL2_image-WinPhone80</ProjectName>
27  </PropertyGroup>
28  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30    <ConfigurationType>DynamicLibrary</ConfigurationType>
31    <UseDebugLibraries>true</UseDebugLibraries>
32    <PlatformToolset>v110_wp80</PlatformToolset>
33    <IgnoreImportLibrary>false</IgnoreImportLibrary>
34  </PropertyGroup>
35  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
36    <ConfigurationType>DynamicLibrary</ConfigurationType>
37    <UseDebugLibraries>true</UseDebugLibraries>
38    <PlatformToolset>v110_wp80</PlatformToolset>
39    <IgnoreImportLibrary>false</IgnoreImportLibrary>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
42    <ConfigurationType>DynamicLibrary</ConfigurationType>
43    <UseDebugLibraries>false</UseDebugLibraries>
44    <WholeProgramOptimization>true</WholeProgramOptimization>
45    <PlatformToolset>v110_wp80</PlatformToolset>
46    <IgnoreImportLibrary>false</IgnoreImportLibrary>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
49    <ConfigurationType>DynamicLibrary</ConfigurationType>
50    <UseDebugLibraries>false</UseDebugLibraries>
51    <WholeProgramOptimization>true</WholeProgramOptimization>
52    <PlatformToolset>v110_wp80</PlatformToolset>
53    <IgnoreImportLibrary>false</IgnoreImportLibrary>
54  </PropertyGroup>
55  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56  <ImportGroup Label="PropertySheets">
57    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58  </ImportGroup>
59  <PropertyGroup Label="UserMacros" />
60  <PropertyGroup>
61    <GenerateManifest>false</GenerateManifest>
62  </PropertyGroup>
63  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
64    <TargetName>SDL2_image</TargetName>
65    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
66  </PropertyGroup>
67  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
68    <TargetName>SDL2_image</TargetName>
69    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
72    <TargetName>SDL2_image</TargetName>
73    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76    <TargetName>SDL2_image</TargetName>
77    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
78  </PropertyGroup>
79  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80    <ClCompile>
81      <PreprocessorDefinitions>_USRDLL;_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>
82      <PrecompiledHeader>NotUsing</PrecompiledHeader>
83      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
84      <CompileAsWinRT>false</CompileAsWinRT>
85      <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
86      <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src</AdditionalIncludeDirectories>
87    </ClCompile>
88    <Link>
89      <SubSystem>Console</SubSystem>
90      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
91      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
92      <GenerateDebugInformation>true</GenerateDebugInformation>
93    </Link>
94  </ItemDefinitionGroup>
95  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
96    <ClCompile>
97      <PreprocessorDefinitions>_USRDLL;_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>
98      <PrecompiledHeader>NotUsing</PrecompiledHeader>
99      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
100      <CompileAsWinRT>false</CompileAsWinRT>
101      <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
102      <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src</AdditionalIncludeDirectories>
103    </ClCompile>
104    <Link>
105      <SubSystem>Console</SubSystem>
106      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
107      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
108      <GenerateDebugInformation>true</GenerateDebugInformation>
109    </Link>
110  </ItemDefinitionGroup>
111  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
112    <ClCompile>
113      <PreprocessorDefinitions>_USRDLL;_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>
114      <PrecompiledHeader>NotUsing</PrecompiledHeader>
115      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
116      <CompileAsWinRT>false</CompileAsWinRT>
117      <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
118      <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src</AdditionalIncludeDirectories>
119    </ClCompile>
120    <Link>
121      <SubSystem>Console</SubSystem>
122      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
123      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
124      <GenerateDebugInformation>true</GenerateDebugInformation>
125    </Link>
126  </ItemDefinitionGroup>
127  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
128    <ClCompile>
129      <PreprocessorDefinitions>_USRDLL;_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>
130      <PrecompiledHeader>NotUsing</PrecompiledHeader>
131      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
132      <CompileAsWinRT>false</CompileAsWinRT>
133      <AdditionalUsingDirectories>$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
134      <AdditionalIncludeDirectories>..\..\..\SDL\include;..\..\external\libpng-1.6.32;..\..\external\jpeg-9b;..\..\external\libwebp-0.6.0\src</AdditionalIncludeDirectories>
135    </ClCompile>
136    <Link>
137      <SubSystem>Console</SubSystem>
138      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
139      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
140      <GenerateDebugInformation>true</GenerateDebugInformation>
141    </Link>
142  </ItemDefinitionGroup>
143  <ItemGroup>
144    <Reference Include="Windows">
145      <IsWinMDFile>true</IsWinMDFile>
146    </Reference>
147    <Reference Include="platform.winmd">
148      <IsWinMDFile>true</IsWinMDFile>
149      <Private>false</Private>
150    </Reference>
151  </ItemGroup>
152  <ItemGroup>
153    <ClCompile Include="..\..\IMG.c" />
154    <ClCompile Include="..\..\IMG_bmp.c" />
155    <ClCompile Include="..\..\IMG_gif.c" />
156    <ClCompile Include="..\..\IMG_jpg.c" />
157    <ClCompile Include="..\..\IMG_lbm.c" />
158    <ClCompile Include="..\..\IMG_pcx.c" />
159    <ClCompile Include="..\..\IMG_png.c" />
160    <ClCompile Include="..\..\IMG_pnm.c" />
161    <ClCompile Include="..\..\IMG_svg.c" />
162    <ClCompile Include="..\..\IMG_tga.c" />
163    <ClCompile Include="..\..\IMG_tif.c" />
164    <ClCompile Include="..\..\IMG_webp.c" />
165    <ClCompile Include="..\..\IMG_xcf.c" />
166    <ClCompile Include="..\..\IMG_xpm.c" />
167    <ClCompile Include="..\..\IMG_xv.c" />
168    <ClCompile Include="..\..\IMG_xxx.c" />
169  </ItemGroup>
170  <ItemGroup>
171    <ProjectReference Include="..\..\..\SDL\VisualC-WinRT\WinPhone80_VS2012\SDL-WinPhone80.vcxproj">
172      <Project>{33048af1-031a-4ce6-b61e-fad2db832e9e}</Project>
173    </ProjectReference>
174    <ProjectReference Include="jpeg-WinPhone80.vcxproj">
175      <Project>{10cabd6e-bd1a-4705-be35-a34ce1edf6fb}</Project>
176    </ProjectReference>
177    <ProjectReference Include="libpng-WinPhone80.vcxproj">
178      <Project>{af7120b3-ecf6-464d-a4a6-e56b91e81b50}</Project>
179    </ProjectReference>
180    <ProjectReference Include="libwebp-WinPhone80.vcxproj">
181      <Project>{dd42165b-c5be-43ab-9f7c-1c7d0f30abf2}</Project>
182    </ProjectReference>
183  </ItemGroup>
184  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
185  <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsPhone\v$(TargetPlatformVersion)\Microsoft.Cpp.WindowsPhone.$(TargetPlatformVersion).targets" />
186  <ImportGroup Label="ExtensionTargets">
187  </ImportGroup>
188</Project>