1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="jpeg-6b"
6	ProjectGUID="{AC3F5340-40CB-4C3A-8AA7-CB7158DB4466}"
7	RootNamespace="jpeg6b"
8	Keyword="Win32Proj"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14		<Platform
15			Name="x64"
16		/>
17	</Platforms>
18	<ToolFiles>
19	</ToolFiles>
20	<Configurations>
21		<Configuration
22			Name="Debug|Win32"
23			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
24			IntermediateDirectory="$(ConfigurationName)"
25			ConfigurationType="4"
26			CharacterSet="1"
27			>
28			<Tool
29				Name="VCPreBuildEventTool"
30			/>
31			<Tool
32				Name="VCCustomBuildTool"
33			/>
34			<Tool
35				Name="VCXMLDataGeneratorTool"
36			/>
37			<Tool
38				Name="VCWebServiceProxyGeneratorTool"
39			/>
40			<Tool
41				Name="VCMIDLTool"
42			/>
43			<Tool
44				Name="VCCLCompilerTool"
45				Optimization="0"
46				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
47				MinimalRebuild="true"
48				BasicRuntimeChecks="3"
49				RuntimeLibrary="1"
50				UsePrecompiledHeader="0"
51				WarningLevel="3"
52				Detect64BitPortabilityProblems="true"
53				DebugInformationFormat="4"
54			/>
55			<Tool
56				Name="VCManagedResourceCompilerTool"
57			/>
58			<Tool
59				Name="VCResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCPreLinkEventTool"
63			/>
64			<Tool
65				Name="VCLibrarianTool"
66			/>
67			<Tool
68				Name="VCALinkTool"
69			/>
70			<Tool
71				Name="VCXDCMakeTool"
72			/>
73			<Tool
74				Name="VCBscMakeTool"
75			/>
76			<Tool
77				Name="VCFxCopTool"
78			/>
79			<Tool
80				Name="VCPostBuildEventTool"
81			/>
82		</Configuration>
83		<Configuration
84			Name="Debug|x64"
85			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
86			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
87			ConfigurationType="4"
88			CharacterSet="1"
89			>
90			<Tool
91				Name="VCPreBuildEventTool"
92			/>
93			<Tool
94				Name="VCCustomBuildTool"
95			/>
96			<Tool
97				Name="VCXMLDataGeneratorTool"
98			/>
99			<Tool
100				Name="VCWebServiceProxyGeneratorTool"
101			/>
102			<Tool
103				Name="VCMIDLTool"
104				TargetEnvironment="3"
105			/>
106			<Tool
107				Name="VCCLCompilerTool"
108				Optimization="0"
109				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
110				MinimalRebuild="true"
111				BasicRuntimeChecks="3"
112				RuntimeLibrary="1"
113				UsePrecompiledHeader="0"
114				WarningLevel="3"
115				Detect64BitPortabilityProblems="true"
116				DebugInformationFormat="3"
117			/>
118			<Tool
119				Name="VCManagedResourceCompilerTool"
120			/>
121			<Tool
122				Name="VCResourceCompilerTool"
123			/>
124			<Tool
125				Name="VCPreLinkEventTool"
126			/>
127			<Tool
128				Name="VCLibrarianTool"
129			/>
130			<Tool
131				Name="VCALinkTool"
132			/>
133			<Tool
134				Name="VCXDCMakeTool"
135			/>
136			<Tool
137				Name="VCBscMakeTool"
138			/>
139			<Tool
140				Name="VCFxCopTool"
141			/>
142			<Tool
143				Name="VCPostBuildEventTool"
144			/>
145		</Configuration>
146		<Configuration
147			Name="Release|Win32"
148			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
149			IntermediateDirectory="$(ConfigurationName)"
150			ConfigurationType="4"
151			CharacterSet="1"
152			WholeProgramOptimization="0"
153			>
154			<Tool
155				Name="VCPreBuildEventTool"
156			/>
157			<Tool
158				Name="VCCustomBuildTool"
159			/>
160			<Tool
161				Name="VCXMLDataGeneratorTool"
162			/>
163			<Tool
164				Name="VCWebServiceProxyGeneratorTool"
165			/>
166			<Tool
167				Name="VCMIDLTool"
168			/>
169			<Tool
170				Name="VCCLCompilerTool"
171				EnableIntrinsicFunctions="true"
172				OmitFramePointers="true"
173				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
174				StringPooling="true"
175				RuntimeLibrary="0"
176				UsePrecompiledHeader="0"
177				WarningLevel="3"
178				Detect64BitPortabilityProblems="true"
179				DebugInformationFormat="3"
180				CallingConvention="1"
181				CompileAs="1"
182			/>
183			<Tool
184				Name="VCManagedResourceCompilerTool"
185			/>
186			<Tool
187				Name="VCResourceCompilerTool"
188			/>
189			<Tool
190				Name="VCPreLinkEventTool"
191			/>
192			<Tool
193				Name="VCLibrarianTool"
194			/>
195			<Tool
196				Name="VCALinkTool"
197			/>
198			<Tool
199				Name="VCXDCMakeTool"
200			/>
201			<Tool
202				Name="VCBscMakeTool"
203			/>
204			<Tool
205				Name="VCFxCopTool"
206			/>
207			<Tool
208				Name="VCPostBuildEventTool"
209			/>
210		</Configuration>
211		<Configuration
212			Name="Release|x64"
213			OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
214			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
215			ConfigurationType="4"
216			CharacterSet="1"
217			WholeProgramOptimization="0"
218			>
219			<Tool
220				Name="VCPreBuildEventTool"
221			/>
222			<Tool
223				Name="VCCustomBuildTool"
224			/>
225			<Tool
226				Name="VCXMLDataGeneratorTool"
227			/>
228			<Tool
229				Name="VCWebServiceProxyGeneratorTool"
230			/>
231			<Tool
232				Name="VCMIDLTool"
233				TargetEnvironment="3"
234			/>
235			<Tool
236				Name="VCCLCompilerTool"
237				EnableIntrinsicFunctions="true"
238				OmitFramePointers="true"
239				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
240				StringPooling="true"
241				RuntimeLibrary="0"
242				UsePrecompiledHeader="0"
243				WarningLevel="3"
244				Detect64BitPortabilityProblems="true"
245				DebugInformationFormat="3"
246				CompileAs="1"
247			/>
248			<Tool
249				Name="VCManagedResourceCompilerTool"
250			/>
251			<Tool
252				Name="VCResourceCompilerTool"
253			/>
254			<Tool
255				Name="VCPreLinkEventTool"
256			/>
257			<Tool
258				Name="VCLibrarianTool"
259			/>
260			<Tool
261				Name="VCALinkTool"
262			/>
263			<Tool
264				Name="VCXDCMakeTool"
265			/>
266			<Tool
267				Name="VCBscMakeTool"
268			/>
269			<Tool
270				Name="VCFxCopTool"
271			/>
272			<Tool
273				Name="VCPostBuildEventTool"
274			/>
275		</Configuration>
276	</Configurations>
277	<References>
278	</References>
279	<Files>
280		<Filter
281			Name="Source Files"
282			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
283			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
284			>
285			<File
286				RelativePath=".\jcomapi.c"
287				>
288			</File>
289			<File
290				RelativePath=".\jdapimin.c"
291				>
292			</File>
293			<File
294				RelativePath=".\jdapistd.c"
295				>
296			</File>
297			<File
298				RelativePath=".\jdatasrc.c"
299				>
300			</File>
301			<File
302				RelativePath=".\jdcoefct.c"
303				>
304			</File>
305			<File
306				RelativePath=".\jdcolor.c"
307				>
308			</File>
309			<File
310				RelativePath=".\jddctmgr.c"
311				>
312			</File>
313			<File
314				RelativePath=".\jdhuff.c"
315				>
316			</File>
317			<File
318				RelativePath=".\jdinput.c"
319				>
320			</File>
321			<File
322				RelativePath=".\jdmainct.c"
323				>
324			</File>
325			<File
326				RelativePath=".\jdmarker.c"
327				>
328			</File>
329			<File
330				RelativePath=".\jdmaster.c"
331				>
332			</File>
333			<File
334				RelativePath=".\jdmerge.c"
335				>
336			</File>
337			<File
338				RelativePath=".\jdphuff.c"
339				>
340			</File>
341			<File
342				RelativePath=".\jdpostct.c"
343				>
344			</File>
345			<File
346				RelativePath=".\jdsample.c"
347				>
348			</File>
349			<File
350				RelativePath=".\jerror.c"
351				>
352			</File>
353			<File
354				RelativePath=".\jidctint.c"
355				>
356			</File>
357			<File
358				RelativePath=".\jmemmgr.c"
359				>
360			</File>
361			<File
362				RelativePath=".\jutils.c"
363				>
364			</File>
365		</Filter>
366		<Filter
367			Name="Header Files"
368			Filter="h;hpp;hxx;hm;inl;inc;xsd"
369			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
370			>
371			<File
372				RelativePath=".\jconfig.h"
373				>
374			</File>
375			<File
376				RelativePath=".\jdct.h"
377				>
378			</File>
379			<File
380				RelativePath=".\jdhuff.h"
381				>
382			</File>
383			<File
384				RelativePath=".\jerror.h"
385				>
386			</File>
387			<File
388				RelativePath=".\jinclude.h"
389				>
390			</File>
391			<File
392				RelativePath=".\jmorecfg.h"
393				>
394			</File>
395			<File
396				RelativePath=".\jpegint.h"
397				>
398			</File>
399			<File
400				RelativePath=".\jpeglib.h"
401				>
402			</File>
403			<File
404				RelativePath=".\jversion.h"
405				>
406			</File>
407		</Filter>
408		<File
409			RelativePath=".\CMakeLists.txt"
410			>
411		</File>
412		<File
413			RelativePath=".\readme-zdoom.txt"
414			>
415		</File>
416	</Files>
417	<Globals>
418	</Globals>
419</VisualStudioProject>
420