1<?xml version="1.0" encoding="UTF-8"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="libflite-cmulex"
6	ProjectGUID="{78B2092A-F5B1-456F-BAB1-A172AF5D84E4}"
7	RootNamespace="libflite-cmulex"
8	Keyword="Win32Proj"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14	</Platforms>
15	<ToolFiles>
16	</ToolFiles>
17	<Configurations>
18		<Configuration
19			Name="Debug|Win32"
20			OutputDirectory="..\..\lib"
21			IntermediateDirectory="..\..\windows\build\Debug\cmulex"
22			ConfigurationType="4"
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="0"
42				AdditionalIncludeDirectories="..\..\include"
43				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
44				MinimalRebuild="true"
45				BasicRuntimeChecks="3"
46				RuntimeLibrary="3"
47				UsePrecompiledHeader="0"
48				WarningLevel="3"
49				Detect64BitPortabilityProblems="true"
50				DebugInformationFormat="4"
51				CompileAs="1"
52			/>
53			<Tool
54				Name="VCManagedResourceCompilerTool"
55			/>
56			<Tool
57				Name="VCResourceCompilerTool"
58			/>
59			<Tool
60				Name="VCPreLinkEventTool"
61			/>
62			<Tool
63				Name="VCLibrarianTool"
64			/>
65			<Tool
66				Name="VCALinkTool"
67			/>
68			<Tool
69				Name="VCXDCMakeTool"
70			/>
71			<Tool
72				Name="VCBscMakeTool"
73			/>
74			<Tool
75				Name="VCFxCopTool"
76			/>
77			<Tool
78				Name="VCPostBuildEventTool"
79			/>
80		</Configuration>
81		<Configuration
82			Name="Release|Win32"
83			OutputDirectory="..\..\lib"
84			IntermediateDirectory="..\..\windows\build\Release\cmulex"
85			ConfigurationType="4"
86			>
87			<Tool
88				Name="VCPreBuildEventTool"
89			/>
90			<Tool
91				Name="VCCustomBuildTool"
92			/>
93			<Tool
94				Name="VCXMLDataGeneratorTool"
95			/>
96			<Tool
97				Name="VCWebServiceProxyGeneratorTool"
98			/>
99			<Tool
100				Name="VCMIDLTool"
101			/>
102			<Tool
103				Name="VCCLCompilerTool"
104				AdditionalIncludeDirectories="..\..\include"
105				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
106				RuntimeLibrary="2"
107				UsePrecompiledHeader="0"
108				WarningLevel="3"
109				Detect64BitPortabilityProblems="true"
110				DebugInformationFormat="3"
111				CompileAs="1"
112			/>
113			<Tool
114				Name="VCManagedResourceCompilerTool"
115			/>
116			<Tool
117				Name="VCResourceCompilerTool"
118			/>
119			<Tool
120				Name="VCPreLinkEventTool"
121			/>
122			<Tool
123				Name="VCLibrarianTool"
124			/>
125			<Tool
126				Name="VCALinkTool"
127			/>
128			<Tool
129				Name="VCXDCMakeTool"
130			/>
131			<Tool
132				Name="VCBscMakeTool"
133			/>
134			<Tool
135				Name="VCFxCopTool"
136			/>
137			<Tool
138				Name="VCPostBuildEventTool"
139			/>
140		</Configuration>
141	</Configurations>
142	<References>
143	</References>
144	<Files>
145		<Filter
146			Name="Header Files"
147			Filter="h;hpp;hxx;hm;inl;inc;xsd"
148			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
149			>
150			<File
151				RelativePath=".\cmu_lex.h"
152				>
153			</File>
154			<File
155				RelativePath=".\cmu_lts_model.h"
156				>
157			</File>
158		</Filter>
159		<Filter
160			Name="Resource Files"
161			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
162			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
163			>
164		</Filter>
165		<Filter
166			Name="Source Files"
167			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
168			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
169			>
170			<File
171				RelativePath=".\cmu_lex.c"
172				>
173			</File>
174			<File
175				RelativePath=".\cmu_lex_data.c"
176				>
177			</File>
178			<File
179				RelativePath=".\cmu_lex_data_raw.c"
180				>
181			</File>
182			<File
183				RelativePath=".\cmu_lex_entries.c"
184				>
185			</File>
186			<File
187				RelativePath=".\cmu_lex_entries_huff_table.c"
188				>
189			</File>
190			<File
191				RelativePath=".\cmu_lex_num_bytes.c"
192				>
193			</File>
194			<File
195				RelativePath=".\cmu_lex_phones_huff_table.c"
196				>
197			</File>
198			<File
199				RelativePath=".\cmu_lts_model.c"
200				>
201			</File>
202			<File
203				RelativePath=".\cmu_lts_rules.c"
204				>
205			</File>
206			<File
207				RelativePath=".\cmu_postlex.c"
208				>
209			</File>
210		</Filter>
211	</Files>
212	<Globals>
213	</Globals>
214</VisualStudioProject>
215