1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="cake"
6	ProjectGUID="{2798F831-84AD-4A03-9D42-BB829714DCA9}"
7	Keyword="Win32Proj">
8	<Platforms>
9		<Platform
10			Name="Win32"/>
11	</Platforms>
12	<Configurations>
13		<Configuration
14			Name="Debug|Win32"
15			OutputDirectory=".\../obj_files/Debug"
16			IntermediateDirectory=".\../obj_files/Debug"
17			ConfigurationType="4"
18			CharacterSet="2">
19			<Tool
20				Name="VCCLCompilerTool"
21				Optimization="0"
22				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
23				MinimalRebuild="TRUE"
24				BasicRuntimeChecks="3"
25				RuntimeLibrary="5"
26				UsePrecompiledHeader="0"
27				WarningLevel="3"
28				Detect64BitPortabilityProblems="TRUE"
29				DebugInformationFormat="4"/>
30			<Tool
31				Name="VCCustomBuildTool"/>
32			<Tool
33				Name="VCLibrarianTool"
34				OutputFile="$(OutDir)/../caked.lib"/>
35			<Tool
36				Name="VCMIDLTool"/>
37			<Tool
38				Name="VCPostBuildEventTool"/>
39			<Tool
40				Name="VCPreBuildEventTool"/>
41			<Tool
42				Name="VCPreLinkEventTool"/>
43			<Tool
44				Name="VCResourceCompilerTool"/>
45			<Tool
46				Name="VCWebServiceProxyGeneratorTool"/>
47			<Tool
48				Name="VCXMLDataGeneratorTool"/>
49			<Tool
50				Name="VCManagedWrapperGeneratorTool"/>
51			<Tool
52				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
53		</Configuration>
54		<Configuration
55			Name="Release|Win32"
56			OutputDirectory=".\../obj_files/Release"
57			IntermediateDirectory=".\../obj_files/Release"
58			ConfigurationType="4"
59			CharacterSet="0">
60			<Tool
61				Name="VCCLCompilerTool"
62				Optimization="3"
63				GlobalOptimizations="TRUE"
64				InlineFunctionExpansion="1"
65				FavorSizeOrSpeed="1"
66				OmitFramePointers="FALSE"
67				OptimizeForProcessor="1"
68				OptimizeForWindowsApplication="FALSE"
69				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
70				StringPooling="TRUE"
71				RuntimeLibrary="0"
72				EnableFunctionLevelLinking="TRUE"
73				UsePrecompiledHeader="0"
74				WarningLevel="3"
75				Detect64BitPortabilityProblems="FALSE"
76				DebugInformationFormat="0"
77				CompileAs="0"/>
78			<Tool
79				Name="VCCustomBuildTool"/>
80			<Tool
81				Name="VCLibrarianTool"
82				OutputFile="$(OutDir)/../cake.lib"/>
83			<Tool
84				Name="VCMIDLTool"/>
85			<Tool
86				Name="VCPostBuildEventTool"/>
87			<Tool
88				Name="VCPreBuildEventTool"/>
89			<Tool
90				Name="VCPreLinkEventTool"/>
91			<Tool
92				Name="VCResourceCompilerTool"
93				PreprocessorDefinitions="NDEBUG"/>
94			<Tool
95				Name="VCWebServiceProxyGeneratorTool"/>
96			<Tool
97				Name="VCXMLDataGeneratorTool"/>
98			<Tool
99				Name="VCManagedWrapperGeneratorTool"/>
100			<Tool
101				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
102		</Configuration>
103	</Configurations>
104	<References>
105	</References>
106	<Files>
107		<Filter
108			Name="Source Files"
109			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
110			<File
111				RelativePath="alias.cpp">
112			</File>
113			<File
114				RelativePath="app.cpp">
115			</File>
116			<File
117				RelativePath="bezierpatch.cpp">
118			</File>
119			<File
120				RelativePath="camera.cpp">
121			</File>
122			<File
123				RelativePath="client.cpp">
124			</File>
125			<File
126				RelativePath="commands.cpp">
127			</File>
128			<File
129				RelativePath="console.cpp">
130			</File>
131			<File
132				RelativePath="consts.cpp">
133			</File>
134			<File
135				RelativePath="demo.cpp">
136			</File>
137			<File
138				RelativePath="entity.cpp">
139			</File>
140			<File
141				RelativePath="files.cpp">
142			</File>
143			<File
144				RelativePath="framework.cpp">
145			</File>
146			<File
147				RelativePath="frustum.cpp">
148			</File>
149			<File
150				RelativePath="layer.cpp">
151			</File>
152			<File
153				RelativePath="logfile.cpp">
154			</File>
155			<File
156				RelativePath="math.cpp">
157			</File>
158			<File
159				RelativePath="md3.cpp">
160			</File>
161			<File
162				RelativePath="mem.cpp">
163			</File>
164			<File
165				RelativePath="overlay.cpp">
166			</File>
167			<File
168				RelativePath="parser.cpp">
169			</File>
170			<File
171				RelativePath="q3bsp.cpp">
172			</File>
173			<File
174				RelativePath="render.cpp">
175			</File>
176			<File
177				RelativePath="shader.cpp">
178			</File>
179			<File
180				RelativePath="skybox.cpp">
181			</File>
182			<File
183				RelativePath="sound.cpp">
184			</File>
185			<File
186				RelativePath="surface.cpp">
187			</File>
188			<File
189				RelativePath="system.cpp">
190			</File>
191			<File
192				RelativePath="texture.cpp">
193			</File>
194			<File
195				RelativePath="timer.cpp">
196			</File>
197			<File
198				RelativePath="vars.cpp">
199			</File>
200			<File
201				RelativePath="world.cpp">
202			</File>
203		</Filter>
204		<Filter
205			Name="Header Files"
206			Filter="h;hpp;hxx;hm;inl;inc">
207			<File
208				RelativePath="alias.h">
209			</File>
210			<File
211				RelativePath="app.h">
212			</File>
213			<File
214				RelativePath="bezierpatch.h">
215			</File>
216			<File
217				RelativePath="cake.h">
218			</File>
219			<File
220				RelativePath="camera.h">
221			</File>
222			<File
223				RelativePath="client.h">
224			</File>
225			<File
226				RelativePath="commands.h">
227			</File>
228			<File
229				RelativePath="console.h">
230			</File>
231			<File
232				RelativePath="consts.h">
233			</File>
234			<File
235				RelativePath="definitions.h">
236			</File>
237			<File
238				RelativePath="demo.h">
239			</File>
240			<File
241				RelativePath="entity.h">
242			</File>
243			<File
244				RelativePath="files.h">
245			</File>
246			<File
247				RelativePath="framework.h">
248			</File>
249			<File
250				RelativePath="frustum.h">
251			</File>
252			<File
253				RelativePath="layer.h">
254			</File>
255			<File
256				RelativePath="logfile.h">
257			</File>
258			<File
259				RelativePath="math.h">
260			</File>
261			<File
262				RelativePath="md3.h">
263			</File>
264			<File
265				RelativePath="mem.h">
266			</File>
267			<File
268				RelativePath="overlay.h">
269			</File>
270			<File
271				RelativePath="parser.h">
272			</File>
273			<File
274				RelativePath="q3bsp.h">
275			</File>
276			<File
277				RelativePath="render.h">
278			</File>
279			<File
280				RelativePath="shader.h">
281			</File>
282			<File
283				RelativePath="shaderflags.h">
284			</File>
285			<File
286				RelativePath="skybox.h">
287			</File>
288			<File
289				RelativePath="sound.h">
290			</File>
291			<File
292				RelativePath="surfaceflags.h">
293			</File>
294			<File
295				RelativePath="system.h">
296			</File>
297			<File
298				RelativePath="texture.h">
299			</File>
300			<File
301				RelativePath="timer.h">
302			</File>
303			<File
304				RelativePath="types.h">
305			</File>
306			<File
307				RelativePath="vars.h">
308			</File>
309			<File
310				RelativePath="world.h">
311			</File>
312		</Filter>
313		<Filter
314			Name="Other Files"
315			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
316			<Filter
317				Name="OpenGL"
318				Filter="">
319				<File
320					RelativePath="glsetup\glext.h">
321				</File>
322				<File
323					RelativePath="glsetup\gls.c">
324				</File>
325				<File
326					RelativePath="glsetup\gls.h">
327				</File>
328				<File
329					RelativePath="glsetup\glsu.h">
330				</File>
331				<File
332					RelativePath="glsetup\glswgl.h">
333				</File>
334				<File
335					RelativePath="glsetup\glutils.cpp">
336				</File>
337				<File
338					RelativePath="glsetup\glutils.h">
339				</File>
340			</Filter>
341			<Filter
342				Name="JPEG"
343				Filter="">
344				<File
345					RelativePath="jpeg\ijl.h">
346				</File>
347				<File
348					RelativePath="jpeg\JCONFIG.H">
349				</File>
350				<File
351					RelativePath="jpeg\Jmorecfg.h">
352				</File>
353				<File
354					RelativePath="jpeg\JPEGLIB.H">
355				</File>
356			</Filter>
357			<Filter
358				Name="ZIP"
359				Filter="">
360				<File
361					RelativePath="zip\Crc32.h">
362				</File>
363				<File
364					RelativePath="zip\Globals.h">
365				</File>
366				<File
367					RelativePath="zip\Unzip.cpp">
368				</File>
369				<File
370					RelativePath="zip\Unzip.h">
371				</File>
372			</Filter>
373			<Filter
374				Name="fmod"
375				Filter="">
376				<File
377					RelativePath="fmod\fmod.h">
378				</File>
379				<File
380					RelativePath="fmod\fmod_errors.h">
381				</File>
382				<File
383					RelativePath="fmod\fmoddyn.h">
384				</File>
385				<File
386					RelativePath="fmod\wincompat.h">
387				</File>
388			</Filter>
389		</Filter>
390	</Files>
391	<Globals>
392	</Globals>
393</VisualStudioProject>
394