1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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 =" Release|Win32" >
9+ <Configuration >Release</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|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >15.0</VCProjectVersion >
23+ <ProjectGuid >{3593C424-83CC-4445-BE1A-97DDE88FE386}</ProjectGuid >
24+ <RootNamespace >libjpeg</RootNamespace >
25+ <WindowsTargetPlatformVersion >10.0.14393.0</WindowsTargetPlatformVersion >
26+ </PropertyGroup >
27+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29+ <ConfigurationType >StaticLibrary</ConfigurationType >
30+ <UseDebugLibraries >true</UseDebugLibraries >
31+ <PlatformToolset >v141</PlatformToolset >
32+ <CharacterSet >MultiByte</CharacterSet >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
35+ <ConfigurationType >StaticLibrary</ConfigurationType >
36+ <UseDebugLibraries >false</UseDebugLibraries >
37+ <PlatformToolset >v141</PlatformToolset >
38+ <WholeProgramOptimization >true</WholeProgramOptimization >
39+ <CharacterSet >MultiByte</CharacterSet >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
42+ <ConfigurationType >StaticLibrary</ConfigurationType >
43+ <UseDebugLibraries >true</UseDebugLibraries >
44+ <PlatformToolset >v141</PlatformToolset >
45+ <CharacterSet >MultiByte</CharacterSet >
46+ </PropertyGroup >
47+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
48+ <ConfigurationType >StaticLibrary</ConfigurationType >
49+ <UseDebugLibraries >false</UseDebugLibraries >
50+ <PlatformToolset >v141</PlatformToolset >
51+ <WholeProgramOptimization >true</WholeProgramOptimization >
52+ <CharacterSet >MultiByte</CharacterSet >
53+ </PropertyGroup >
54+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
55+ <ImportGroup Label =" ExtensionSettings" >
56+ </ImportGroup >
57+ <ImportGroup Label =" Shared" >
58+ </ImportGroup >
59+ <ImportGroup Label =" PropertySheets" >
60+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61+ <Import Project =" ..\src\Common.props" />
62+ </ImportGroup >
63+ <PropertyGroup Label =" UserMacros" />
64+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
65+ <ClCompile >
66+ <WarningLevel >Level3</WarningLevel >
67+ <Optimization >Disabled</Optimization >
68+ <SDLCheck >true</SDLCheck >
69+ </ClCompile >
70+ </ItemDefinitionGroup >
71+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
72+ <ClCompile >
73+ <WarningLevel >Level3</WarningLevel >
74+ <Optimization >Disabled</Optimization >
75+ <SDLCheck >true</SDLCheck >
76+ </ClCompile >
77+ </ItemDefinitionGroup >
78+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
79+ <ClCompile >
80+ <WarningLevel >Level3</WarningLevel >
81+ <Optimization >MaxSpeed</Optimization >
82+ <FunctionLevelLinking >true</FunctionLevelLinking >
83+ <IntrinsicFunctions >true</IntrinsicFunctions >
84+ <SDLCheck >true</SDLCheck >
85+ </ClCompile >
86+ <Link >
87+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
88+ <OptimizeReferences >true</OptimizeReferences >
89+ </Link >
90+ </ItemDefinitionGroup >
91+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
92+ <ClCompile >
93+ <WarningLevel >Level3</WarningLevel >
94+ <Optimization >MaxSpeed</Optimization >
95+ <FunctionLevelLinking >true</FunctionLevelLinking >
96+ <IntrinsicFunctions >true</IntrinsicFunctions >
97+ <SDLCheck >true</SDLCheck >
98+ </ClCompile >
99+ <Link >
100+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
101+ <OptimizeReferences >true</OptimizeReferences >
102+ </Link >
103+ </ItemDefinitionGroup >
104+ <ItemGroup >
105+ <ClInclude Include =" jpeg\jconfig.h" />
106+ <ClInclude Include =" jpeg\jdct.h" />
107+ <ClInclude Include =" jpeg\jerror.h" />
108+ <ClInclude Include =" jpeg\jinclude.h" />
109+ <ClInclude Include =" jpeg\jmemsys.h" />
110+ <ClInclude Include =" jpeg\jmorecfg.h" />
111+ <ClInclude Include =" jpeg\jpegint.h" />
112+ <ClInclude Include =" jpeg\jpeglib.h" />
113+ <ClInclude Include =" jpeg\jversion.h" />
114+ </ItemGroup >
115+ <ItemGroup >
116+ <ClCompile Include =" jpeg\jcapimin.c" />
117+ <ClCompile Include =" jpeg\jcapistd.c" />
118+ <ClCompile Include =" jpeg\jccoefct.c" />
119+ <ClCompile Include =" jpeg\jccolor.c" />
120+ <ClCompile Include =" jpeg\jcdctmgr.c" />
121+ <ClCompile Include =" jpeg\jchuff.c" />
122+ <ClCompile Include =" jpeg\jcinit.c" />
123+ <ClCompile Include =" jpeg\jcmainct.c" />
124+ <ClCompile Include =" jpeg\jcmarker.c" />
125+ <ClCompile Include =" jpeg\jcmaster.c" />
126+ <ClCompile Include =" jpeg\jcomapi.c" />
127+ <ClCompile Include =" jpeg\jcparam.c" />
128+ <ClCompile Include =" jpeg\jcphuff.c" />
129+ <ClCompile Include =" jpeg\jcprepct.c" />
130+ <ClCompile Include =" jpeg\jcsample.c" />
131+ <ClCompile Include =" jpeg\jctrans.c" />
132+ <ClCompile Include =" jpeg\jdapimin.c" />
133+ <ClCompile Include =" jpeg\jdapistd.c" />
134+ <ClCompile Include =" jpeg\jdatadst.c" />
135+ <ClCompile Include =" jpeg\jdatasrc.c" />
136+ <ClCompile Include =" jpeg\jdcoefct.c" />
137+ <ClCompile Include =" jpeg\jdcolor.c" />
138+ <ClCompile Include =" jpeg\jddctmgr.c" />
139+ <ClCompile Include =" jpeg\jdhuff.c" />
140+ <ClCompile Include =" jpeg\jdinput.c" />
141+ <ClCompile Include =" jpeg\jdmainct.c" />
142+ <ClCompile Include =" jpeg\jdmarker.c" />
143+ <ClCompile Include =" jpeg\jdmaster.c" />
144+ <ClCompile Include =" jpeg\jdmerge.c" />
145+ <ClCompile Include =" jpeg\jdphuff.c" />
146+ <ClCompile Include =" jpeg\jdpostct.c" />
147+ <ClCompile Include =" jpeg\jdsample.c" />
148+ <ClCompile Include =" jpeg\jdtrans.c" />
149+ <ClCompile Include =" jpeg\jerror.c" />
150+ <ClCompile Include =" jpeg\jfdctflt.c" />
151+ <ClCompile Include =" jpeg\jfdctfst.c" />
152+ <ClCompile Include =" jpeg\jfdctint.c" />
153+ <ClCompile Include =" jpeg\jidctflt.c" />
154+ <ClCompile Include =" jpeg\jidctfst.c" />
155+ <ClCompile Include =" jpeg\jidctint.c" />
156+ <ClCompile Include =" jpeg\jidctred.c" />
157+ <ClCompile Include =" jpeg\jmemmgr.c" />
158+ <ClCompile Include =" jpeg\jmemnobs.c" />
159+ <ClCompile Include =" jpeg\jquant1.c" />
160+ <ClCompile Include =" jpeg\jquant2.c" />
161+ <ClCompile Include =" jpeg\jutils.c" />
162+ </ItemGroup >
163+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
164+ <ImportGroup Label =" ExtensionTargets" >
165+ </ImportGroup >
166+ </Project >
0 commit comments