• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Name="freetype"
5	ProjectGUID="{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
6	>
7	<Platforms>
8		<Platform
9			Name="Win32"
10		/>
11	</Platforms>
12	<ToolFiles>
13	</ToolFiles>
14	<Configurations>
15		<Configuration
16			Name="Release|Win32"
17			OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
18			IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
19			ConfigurationType="2"
20			UseOfMFC="0"
21			ATLMinimizesCRunTimeLibraryUsage="false"
22			CharacterSet="1"
23			>
24			<Tool
25				Name="VCPreBuildEventTool"
26			/>
27			<Tool
28				Name="VCCustomBuildTool"
29			/>
30			<Tool
31				Name="VCXMLDataGeneratorTool"
32			/>
33			<Tool
34				Name="VCWebServiceProxyGeneratorTool"
35			/>
36			<Tool
37				Name="VCMIDLTool"
38			/>
39			<Tool
40				Name="VCCLCompilerTool"
41				Optimization="2"
42				InlineFunctionExpansion="1"
43				EnableIntrinsicFunctions="true"
44				AdditionalIncludeDirectories="..\..\..\include"
45				PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;DLL_EXPORT"
46				StringPooling="true"
47				RuntimeLibrary="2"
48				EnableFunctionLevelLinking="true"
49				DisableLanguageExtensions="true"
50				WarningLevel="4"
51				DebugInformationFormat="0"
52				CompileAs="0"
53				DisableSpecificWarnings="4001"
54			/>
55			<Tool
56				Name="VCManagedResourceCompilerTool"
57			/>
58			<Tool
59				Name="VCResourceCompilerTool"
60				PreprocessorDefinitions="NDEBUG;DLL_EXPORT"
61				Culture="1033"
62			/>
63			<Tool
64				Name="VCPreLinkEventTool"
65			/>
66			<Tool
67				Name="VCLinkerTool"
68			/>
69			<Tool
70				Name="VCALinkTool"
71			/>
72			<Tool
73				Name="VCManifestTool"
74			/>
75			<Tool
76				Name="VCXDCMakeTool"
77			/>
78			<Tool
79				Name="VCBscMakeTool"
80			/>
81			<Tool
82				Name="VCFxCopTool"
83			/>
84			<Tool
85				Name="VCAppVerifierTool"
86			/>
87			<Tool
88				Name="VCPostBuildEventTool"
89			/>
90		</Configuration>
91		<Configuration
92			Name="Release Static|Win32"
93			OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
94			IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
95			ConfigurationType="4"
96			UseOfMFC="0"
97			ATLMinimizesCRunTimeLibraryUsage="false"
98			CharacterSet="1"
99			>
100			<Tool
101				Name="VCPreBuildEventTool"
102			/>
103			<Tool
104				Name="VCCustomBuildTool"
105			/>
106			<Tool
107				Name="VCXMLDataGeneratorTool"
108			/>
109			<Tool
110				Name="VCWebServiceProxyGeneratorTool"
111			/>
112			<Tool
113				Name="VCMIDLTool"
114			/>
115			<Tool
116				Name="VCCLCompilerTool"
117				Optimization="2"
118				InlineFunctionExpansion="1"
119				EnableIntrinsicFunctions="true"
120				AdditionalIncludeDirectories="..\..\..\include"
121				PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
122				StringPooling="true"
123				RuntimeLibrary="0"
124				EnableFunctionLevelLinking="true"
125				DisableLanguageExtensions="true"
126				WarningLevel="4"
127				DebugInformationFormat="0"
128				CompileAs="0"
129				DisableSpecificWarnings="4001"
130			/>
131			<Tool
132				Name="VCManagedResourceCompilerTool"
133			/>
134			<Tool
135				Name="VCResourceCompilerTool"
136				PreprocessorDefinitions="NDEBUG"
137				Culture="1033"
138			/>
139			<Tool
140				Name="VCPreLinkEventTool"
141			/>
142			<Tool
143				Name="VCLibrarianTool"
144			/>
145			<Tool
146				Name="VCALinkTool"
147			/>
148			<Tool
149				Name="VCXDCMakeTool"
150			/>
151			<Tool
152				Name="VCBscMakeTool"
153			/>
154			<Tool
155				Name="VCFxCopTool"
156			/>
157			<Tool
158				Name="VCPostBuildEventTool"
159			/>
160		</Configuration>
161		<Configuration
162			Name="Debug|Win32"
163			OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
164			IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
165			ConfigurationType="2"
166			UseOfMFC="0"
167			ATLMinimizesCRunTimeLibraryUsage="false"
168			CharacterSet="1"
169			>
170			<Tool
171				Name="VCPreBuildEventTool"
172			/>
173			<Tool
174				Name="VCCustomBuildTool"
175			/>
176			<Tool
177				Name="VCXMLDataGeneratorTool"
178			/>
179			<Tool
180				Name="VCWebServiceProxyGeneratorTool"
181			/>
182			<Tool
183				Name="VCMIDLTool"
184			/>
185			<Tool
186				Name="VCCLCompilerTool"
187				Optimization="0"
188				AdditionalIncludeDirectories="..\..\..\include"
189				PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;DLL_EXPORT"
190				BasicRuntimeChecks="3"
191				RuntimeLibrary="3"
192				DisableLanguageExtensions="true"
193				WarningLevel="4"
194				DebugInformationFormat="3"
195				CompileAs="0"
196				DisableSpecificWarnings="4001"
197			/>
198			<Tool
199				Name="VCManagedResourceCompilerTool"
200			/>
201			<Tool
202				Name="VCResourceCompilerTool"
203				PreprocessorDefinitions="_DEBUG;DLL_EXPORT"
204				Culture="1033"
205			/>
206			<Tool
207				Name="VCPreLinkEventTool"
208			/>
209			<Tool
210				Name="VCLinkerTool"
211			/>
212			<Tool
213				Name="VCALinkTool"
214			/>
215			<Tool
216				Name="VCManifestTool"
217			/>
218			<Tool
219				Name="VCXDCMakeTool"
220			/>
221			<Tool
222				Name="VCBscMakeTool"
223			/>
224			<Tool
225				Name="VCFxCopTool"
226			/>
227			<Tool
228				Name="VCAppVerifierTool"
229			/>
230			<Tool
231				Name="VCPostBuildEventTool"
232			/>
233		</Configuration>
234		<Configuration
235			Name="Debug Static|Win32"
236			OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
237			IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
238			ConfigurationType="4"
239			UseOfMFC="0"
240			ATLMinimizesCRunTimeLibraryUsage="false"
241			CharacterSet="1"
242			>
243			<Tool
244				Name="VCPreBuildEventTool"
245			/>
246			<Tool
247				Name="VCCustomBuildTool"
248			/>
249			<Tool
250				Name="VCXMLDataGeneratorTool"
251			/>
252			<Tool
253				Name="VCWebServiceProxyGeneratorTool"
254			/>
255			<Tool
256				Name="VCMIDLTool"
257			/>
258			<Tool
259				Name="VCCLCompilerTool"
260				Optimization="0"
261				AdditionalIncludeDirectories="..\..\..\include"
262				PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
263				BasicRuntimeChecks="3"
264				RuntimeLibrary="1"
265				DisableLanguageExtensions="true"
266				WarningLevel="4"
267				DebugInformationFormat="3"
268				CompileAs="0"
269				DisableSpecificWarnings="4001"
270			/>
271			<Tool
272				Name="VCManagedResourceCompilerTool"
273			/>
274			<Tool
275				Name="VCResourceCompilerTool"
276				PreprocessorDefinitions="_DEBUG"
277				Culture="1033"
278			/>
279			<Tool
280				Name="VCPreLinkEventTool"
281			/>
282			<Tool
283				Name="VCLibrarianTool"
284			/>
285			<Tool
286				Name="VCALinkTool"
287			/>
288			<Tool
289				Name="VCXDCMakeTool"
290			/>
291			<Tool
292				Name="VCBscMakeTool"
293			/>
294			<Tool
295				Name="VCFxCopTool"
296			/>
297			<Tool
298				Name="VCPostBuildEventTool"
299			/>
300		</Configuration>
301	</Configurations>
302	<References>
303	</References>
304	<Files>
305		<Filter
306			Name="Source Files"
307			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
308			>
309			<File
310				RelativePath="..\..\..\src\autofit\autofit.c"
311				>
312			</File>
313			<File
314				RelativePath="..\..\..\src\bdf\bdf.c"
315				>
316			</File>
317			<File
318				RelativePath="..\..\..\src\cff\cff.c"
319				>
320			</File>
321			<File
322				RelativePath="..\..\..\src\base\ftbase.c"
323				>
324			</File>
325			<File
326				RelativePath="..\..\..\src\base\ftbitmap.c"
327				>
328			</File>
329			<File
330				RelativePath="..\..\..\src\cache\ftcache.c"
331				>
332			</File>
333			<File
334				RelativePath="..\ftdebug.c"
335				>
336				<FileConfiguration
337					Name="Release|Win32"
338					>
339					<Tool
340						Name="VCCLCompilerTool"
341						DisableLanguageExtensions="false"
342					/>
343				</FileConfiguration>
344				<FileConfiguration
345					Name="Release Static|Win32"
346					>
347					<Tool
348						Name="VCCLCompilerTool"
349						DisableLanguageExtensions="false"
350					/>
351				</FileConfiguration>
352				<FileConfiguration
353					Name="Debug|Win32"
354					>
355					<Tool
356						Name="VCCLCompilerTool"
357						DisableLanguageExtensions="false"
358					/>
359				</FileConfiguration>
360				<FileConfiguration
361					Name="Debug Static|Win32"
362					>
363					<Tool
364						Name="VCCLCompilerTool"
365						DisableLanguageExtensions="false"
366					/>
367				</FileConfiguration>
368			</File>
369			<File
370				RelativePath="..\..\..\src\base\ftfstype.c"
371				>
372			</File>
373			<File
374				RelativePath="..\..\..\src\base\ftgasp.c"
375				>
376			</File>
377			<File
378				RelativePath="..\..\..\src\base\ftglyph.c"
379				>
380			</File>
381			<File
382				RelativePath="..\..\..\src\gzip\ftgzip.c"
383				>
384			</File>
385			<File
386				RelativePath="..\..\..\src\base\ftinit.c"
387				>
388			</File>
389			<File
390				RelativePath="..\..\..\src\lzw\ftlzw.c"
391				>
392			</File>
393			<File
394				RelativePath="..\..\..\src\base\ftstroke.c"
395				>
396			</File>
397			<File
398				RelativePath="..\..\..\src\base\ftsystem.c"
399				>
400			</File>
401			<File
402				RelativePath="..\..\..\src\smooth\smooth.c"
403				>
404			</File>
405			<Filter
406				Name="FT_MODULES"
407				>
408				<File
409					RelativePath="..\..\..\src\base\ftbbox.c"
410					>
411				</File>
412				<File
413					RelativePath="..\..\..\src\base\ftbdf.c"
414					>
415				</File>
416				<File
417					RelativePath="..\..\..\src\base\ftcid.c"
418					>
419				</File>
420				<File
421					RelativePath="..\..\..\src\base\ftgxval.c"
422					>
423				</File>
424				<File
425					RelativePath="..\..\..\src\base\ftmm.c"
426					>
427				</File>
428				<File
429					RelativePath="..\..\..\src\base\ftotval.c"
430					>
431				</File>
432				<File
433					RelativePath="..\..\..\src\base\ftpatent.c"
434					>
435				</File>
436				<File
437					RelativePath="..\..\..\src\base\ftpfr.c"
438					>
439				</File>
440				<File
441					RelativePath="..\..\..\src\base\ftsynth.c"
442					>
443				</File>
444				<File
445					RelativePath="..\..\..\src\base\fttype1.c"
446					>
447				</File>
448				<File
449					RelativePath="..\..\..\src\base\ftwinfnt.c"
450					>
451				</File>
452				<File
453					RelativePath="..\..\..\src\pcf\pcf.c"
454					>
455				</File>
456				<File
457					RelativePath="..\..\..\src\pfr\pfr.c"
458					>
459				</File>
460				<File
461					RelativePath="..\..\..\src\psaux\psaux.c"
462					>
463				</File>
464				<File
465					RelativePath="..\..\..\src\pshinter\pshinter.c"
466					>
467				</File>
468				<File
469					RelativePath="..\..\..\src\psnames\psmodule.c"
470					>
471				</File>
472				<File
473					RelativePath="..\..\..\src\raster\raster.c"
474					>
475				</File>
476				<File
477					RelativePath="..\..\..\src\sfnt\sfnt.c"
478					>
479				</File>
480				<File
481					RelativePath="..\..\..\src\truetype\truetype.c"
482					>
483				</File>
484				<File
485					RelativePath="..\..\..\src\type1\type1.c"
486					>
487				</File>
488				<File
489					RelativePath="..\..\..\src\cid\type1cid.c"
490					>
491				</File>
492				<File
493					RelativePath="..\..\..\src\type42\type42.c"
494					>
495				</File>
496				<File
497					RelativePath="..\..\..\src\winfonts\winfnt.c"
498					>
499				</File>
500			</Filter>
501		</Filter>
502		<Filter
503			Name="Header Files"
504			Filter="h;hpp;hxx;hm;inl"
505			>
506			<File
507				RelativePath="..\..\..\include\ft2build.h"
508				>
509			</File>
510			<File
511				RelativePath="..\..\..\include\freetype\config\ftconfig.h"
512				>
513			</File>
514			<File
515				RelativePath="..\..\..\include\freetype\config\ftheader.h"
516				>
517			</File>
518			<File
519				RelativePath="..\..\..\include\freetype\config\ftmodule.h"
520				>
521			</File>
522			<File
523				RelativePath="..\..\..\include\freetype\config\ftoption.h"
524				>
525			</File>
526			<File
527				RelativePath="..\..\..\include\freetype\config\ftstdlib.h"
528				>
529			</File>
530		</Filter>
531		<Filter
532			Name="Resource Files"
533			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
534			>
535			<File
536				RelativePath="..\..\..\src\base\ftver.rc"
537				>
538			</File>
539		</Filter>
540	</Files>
541	<Globals>
542	</Globals>
543</VisualStudioProject>
544