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 <ClInclude Include="..\..\external\jpeg-9b\cderror.h" /> 31 <ClInclude Include="..\..\external\jpeg-9b\cdjpeg.h" /> 32 <ClInclude Include="..\..\external\jpeg-9b\jconfig.h" /> 33 <ClInclude Include="..\..\external\jpeg-9b\jdct.h" /> 34 <ClInclude Include="..\..\external\jpeg-9b\jerror.h" /> 35 <ClInclude Include="..\..\external\jpeg-9b\jinclude.h" /> 36 <ClInclude Include="..\..\external\jpeg-9b\jmemsys.h" /> 37 <ClInclude Include="..\..\external\jpeg-9b\jmorecfg.h" /> 38 <ClInclude Include="..\..\external\jpeg-9b\jpegint.h" /> 39 <ClInclude Include="..\..\external\jpeg-9b\jpeglib.h" /> 40 <ClInclude Include="..\..\external\jpeg-9b\jversion.h" /> 41 <ClInclude Include="..\..\external\jpeg-9b\transupp.h" /> 42 </ItemGroup> 43 <ItemGroup> 44 <ClCompile Include="..\..\external\jpeg-9b\jaricom.c" /> 45 <ClCompile Include="..\..\external\jpeg-9b\jcapimin.c" /> 46 <ClCompile Include="..\..\external\jpeg-9b\jcapistd.c" /> 47 <ClCompile Include="..\..\external\jpeg-9b\jcarith.c" /> 48 <ClCompile Include="..\..\external\jpeg-9b\jccoefct.c" /> 49 <ClCompile Include="..\..\external\jpeg-9b\jccolor.c" /> 50 <ClCompile Include="..\..\external\jpeg-9b\jcdctmgr.c" /> 51 <ClCompile Include="..\..\external\jpeg-9b\jchuff.c" /> 52 <ClCompile Include="..\..\external\jpeg-9b\jcinit.c" /> 53 <ClCompile Include="..\..\external\jpeg-9b\jcmainct.c" /> 54 <ClCompile Include="..\..\external\jpeg-9b\jcmarker.c" /> 55 <ClCompile Include="..\..\external\jpeg-9b\jcmaster.c" /> 56 <ClCompile Include="..\..\external\jpeg-9b\jcomapi.c" /> 57 <ClCompile Include="..\..\external\jpeg-9b\jcparam.c" /> 58 <ClCompile Include="..\..\external\jpeg-9b\jcprepct.c" /> 59 <ClCompile Include="..\..\external\jpeg-9b\jcsample.c" /> 60 <ClCompile Include="..\..\external\jpeg-9b\jctrans.c" /> 61 <ClCompile Include="..\..\external\jpeg-9b\jdapimin.c" /> 62 <ClCompile Include="..\..\external\jpeg-9b\jdapistd.c" /> 63 <ClCompile Include="..\..\external\jpeg-9b\jdarith.c" /> 64 <ClCompile Include="..\..\external\jpeg-9b\jdatadst.c" /> 65 <ClCompile Include="..\..\external\jpeg-9b\jdatasrc.c" /> 66 <ClCompile Include="..\..\external\jpeg-9b\jdcoefct.c" /> 67 <ClCompile Include="..\..\external\jpeg-9b\jdcolor.c" /> 68 <ClCompile Include="..\..\external\jpeg-9b\jddctmgr.c" /> 69 <ClCompile Include="..\..\external\jpeg-9b\jdhuff.c" /> 70 <ClCompile Include="..\..\external\jpeg-9b\jdinput.c" /> 71 <ClCompile Include="..\..\external\jpeg-9b\jdmainct.c" /> 72 <ClCompile Include="..\..\external\jpeg-9b\jdmarker.c" /> 73 <ClCompile Include="..\..\external\jpeg-9b\jdmaster.c" /> 74 <ClCompile Include="..\..\external\jpeg-9b\jdmerge.c" /> 75 <ClCompile Include="..\..\external\jpeg-9b\jdpostct.c" /> 76 <ClCompile Include="..\..\external\jpeg-9b\jdsample.c" /> 77 <ClCompile Include="..\..\external\jpeg-9b\jdtrans.c" /> 78 <ClCompile Include="..\..\external\jpeg-9b\jerror.c" /> 79 <ClCompile Include="..\..\external\jpeg-9b\jfdctflt.c" /> 80 <ClCompile Include="..\..\external\jpeg-9b\jfdctfst.c" /> 81 <ClCompile Include="..\..\external\jpeg-9b\jfdctint.c" /> 82 <ClCompile Include="..\..\external\jpeg-9b\jidctflt.c" /> 83 <ClCompile Include="..\..\external\jpeg-9b\jidctfst.c" /> 84 <ClCompile Include="..\..\external\jpeg-9b\jidctint.c" /> 85 <ClCompile Include="..\..\external\jpeg-9b\jmemansi.c" /> 86 <ClCompile Include="..\..\external\jpeg-9b\jmemmgr.c" /> 87 <ClCompile Include="..\..\external\jpeg-9b\jquant1.c" /> 88 <ClCompile Include="..\..\external\jpeg-9b\jquant2.c" /> 89 <ClCompile Include="..\..\external\jpeg-9b\jutils.c" /> 90 </ItemGroup> 91 <ItemGroup> 92 <None Include="..\VisualC-WinRT\jpeg.def" /> 93 </ItemGroup> 94 <PropertyGroup Label="Globals"> 95 <ProjectGuid>{2e908ad5-95e9-4b2d-bd6e-ba3ea4c1a2ee}</ProjectGuid> 96 <Keyword>Win32Proj</Keyword> 97 <ProjectName>jpeg-WinRT81</ProjectName> 98 <RootNamespace>jpeg_WinRT81</RootNamespace> 99 <DefaultLanguage>en-US</DefaultLanguage> 100 <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> 101 <AppContainerApplication>true</AppContainerApplication> 102 <ApplicationType>Windows Store</ApplicationType> 103 <ApplicationTypeRevision>8.1</ApplicationTypeRevision> 104 </PropertyGroup> 105 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 107 <ConfigurationType>DynamicLibrary</ConfigurationType> 108 <UseDebugLibraries>true</UseDebugLibraries> 109 <PlatformToolset>v120</PlatformToolset> 110 </PropertyGroup> 111 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> 112 <ConfigurationType>DynamicLibrary</ConfigurationType> 113 <UseDebugLibraries>true</UseDebugLibraries> 114 <PlatformToolset>v120</PlatformToolset> 115 </PropertyGroup> 116 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 117 <ConfigurationType>DynamicLibrary</ConfigurationType> 118 <UseDebugLibraries>true</UseDebugLibraries> 119 <PlatformToolset>v120</PlatformToolset> 120 </PropertyGroup> 121 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 122 <ConfigurationType>DynamicLibrary</ConfigurationType> 123 <UseDebugLibraries>false</UseDebugLibraries> 124 <WholeProgramOptimization>true</WholeProgramOptimization> 125 <PlatformToolset>v120</PlatformToolset> 126 </PropertyGroup> 127 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> 128 <ConfigurationType>DynamicLibrary</ConfigurationType> 129 <UseDebugLibraries>false</UseDebugLibraries> 130 <WholeProgramOptimization>true</WholeProgramOptimization> 131 <PlatformToolset>v120</PlatformToolset> 132 </PropertyGroup> 133 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 134 <ConfigurationType>DynamicLibrary</ConfigurationType> 135 <UseDebugLibraries>false</UseDebugLibraries> 136 <WholeProgramOptimization>true</WholeProgramOptimization> 137 <PlatformToolset>v120</PlatformToolset> 138 </PropertyGroup> 139 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 140 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 141 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 142 </ImportGroup> 143 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 144 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 145 </ImportGroup> 146 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 147 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 148 </ImportGroup> 149 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 150 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 151 </ImportGroup> 152 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 153 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 154 </ImportGroup> 155 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 156 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 157 </ImportGroup> 158 <PropertyGroup Label="UserMacros" /> 159 <PropertyGroup /> 160 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 161 <GenerateManifest>false</GenerateManifest> 162 <IgnoreImportLibrary>false</IgnoreImportLibrary> 163 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 164 <TargetName>jpeg</TargetName> 165 </PropertyGroup> 166 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 167 <GenerateManifest>false</GenerateManifest> 168 <IgnoreImportLibrary>false</IgnoreImportLibrary> 169 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 170 <TargetName>jpeg</TargetName> 171 </PropertyGroup> 172 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> 173 <GenerateManifest>false</GenerateManifest> 174 <IgnoreImportLibrary>false</IgnoreImportLibrary> 175 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 176 <TargetName>jpeg</TargetName> 177 </PropertyGroup> 178 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> 179 <GenerateManifest>false</GenerateManifest> 180 <IgnoreImportLibrary>false</IgnoreImportLibrary> 181 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 182 <TargetName>jpeg</TargetName> 183 </PropertyGroup> 184 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 185 <GenerateManifest>false</GenerateManifest> 186 <IgnoreImportLibrary>false</IgnoreImportLibrary> 187 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 188 <TargetName>jpeg</TargetName> 189 </PropertyGroup> 190 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 191 <GenerateManifest>false</GenerateManifest> 192 <IgnoreImportLibrary>false</IgnoreImportLibrary> 193 <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> 194 <TargetName>jpeg</TargetName> 195 </PropertyGroup> 196 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 197 <ClCompile> 198 <PrecompiledHeader>NotUsing</PrecompiledHeader> 199 <CompileAsWinRT>false</CompileAsWinRT> 200 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NO_GETENV;%(PreprocessorDefinitions)</PreprocessorDefinitions> 201 </ClCompile> 202 <Link> 203 <SubSystem>Console</SubSystem> 204 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 205 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 206 <ModuleDefinitionFile>..\jpeg.def</ModuleDefinitionFile> 207 </Link> 208 </ItemDefinitionGroup> 209 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 210 <ClCompile> 211 <PrecompiledHeader>NotUsing</PrecompiledHeader> 212 <CompileAsWinRT>false</CompileAsWinRT> 213 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NO_GETENV;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 214 </ClCompile> 215 <Link> 216 <SubSystem>Console</SubSystem> 217 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 218 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 219 <ModuleDefinitionFile>..\jpeg.def</ModuleDefinitionFile> 220 </Link> 221 </ItemDefinitionGroup> 222 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'"> 223 <ClCompile> 224 <PrecompiledHeader>NotUsing</PrecompiledHeader> 225 <CompileAsWinRT>false</CompileAsWinRT> 226 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NO_GETENV;%(PreprocessorDefinitions)</PreprocessorDefinitions> 227 </ClCompile> 228 <Link> 229 <SubSystem>Console</SubSystem> 230 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 231 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 232 <ModuleDefinitionFile>..\jpeg.def</ModuleDefinitionFile> 233 </Link> 234 </ItemDefinitionGroup> 235 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'"> 236 <ClCompile> 237 <PrecompiledHeader>NotUsing</PrecompiledHeader> 238 <CompileAsWinRT>false</CompileAsWinRT> 239 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NO_GETENV;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 240 </ClCompile> 241 <Link> 242 <SubSystem>Console</SubSystem> 243 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 244 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 245 <ModuleDefinitionFile>..\jpeg.def</ModuleDefinitionFile> 246 </Link> 247 </ItemDefinitionGroup> 248 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 249 <ClCompile> 250 <PrecompiledHeader>NotUsing</PrecompiledHeader> 251 <CompileAsWinRT>false</CompileAsWinRT> 252 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NO_GETENV;%(PreprocessorDefinitions)</PreprocessorDefinitions> 253 </ClCompile> 254 <Link> 255 <SubSystem>Console</SubSystem> 256 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 257 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 258 <ModuleDefinitionFile>..\jpeg.def</ModuleDefinitionFile> 259 </Link> 260 </ItemDefinitionGroup> 261 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 262 <ClCompile> 263 <PrecompiledHeader>NotUsing</PrecompiledHeader> 264 <CompileAsWinRT>false</CompileAsWinRT> 265 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NO_GETENV;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 266 </ClCompile> 267 <Link> 268 <SubSystem>Console</SubSystem> 269 <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> 270 <GenerateWindowsMetadata>false</GenerateWindowsMetadata> 271 <ModuleDefinitionFile>..\jpeg.def</ModuleDefinitionFile> 272 </Link> 273 </ItemDefinitionGroup> 274 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 275 <ImportGroup Label="ExtensionTargets"> 276 </ImportGroup> 277</Project> 278