1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="brutalchess"
6	ProjectGUID="{719BAD71-B101-47DA-965D-8C9AB880EB78}"
7	RootNamespace="brutalchess"
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="Debug"
21			IntermediateDirectory="Debug"
22			ConfigurationType="1"
23			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24			CharacterSet="2"
25			>
26			<Tool
27				Name="VCPreBuildEventTool"
28			/>
29			<Tool
30				Name="VCCustomBuildTool"
31			/>
32			<Tool
33				Name="VCXMLDataGeneratorTool"
34			/>
35			<Tool
36				Name="VCWebServiceProxyGeneratorTool"
37			/>
38			<Tool
39				Name="VCMIDLTool"
40			/>
41			<Tool
42				Name="VCCLCompilerTool"
43				Optimization="0"
44				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
45				MinimalRebuild="true"
46				BasicRuntimeChecks="3"
47				RuntimeLibrary="1"
48				UsePrecompiledHeader="0"
49				WarningLevel="3"
50				Detect64BitPortabilityProblems="true"
51				DebugInformationFormat="4"
52			/>
53			<Tool
54				Name="VCManagedResourceCompilerTool"
55			/>
56			<Tool
57				Name="VCResourceCompilerTool"
58			/>
59			<Tool
60				Name="VCPreLinkEventTool"
61			/>
62			<Tool
63				Name="VCLinkerTool"
64				AdditionalDependencies="SDL_image.lib freetype.lib SDL.lib SDLmain.lib opengl32.lib glu32.lib msvcrtd.lib libcpmtd.lib"
65				OutputFile="$(OutDir)/brutalchess.exe"
66				LinkIncremental="2"
67				IgnoreAllDefaultLibraries="true"
68				GenerateDebugInformation="true"
69				ProgramDatabaseFile="$(OutDir)/brutalchess.pdb"
70				SubSystem="2"
71				TargetMachine="1"
72			/>
73			<Tool
74				Name="VCALinkTool"
75			/>
76			<Tool
77				Name="VCManifestTool"
78			/>
79			<Tool
80				Name="VCXDCMakeTool"
81			/>
82			<Tool
83				Name="VCBscMakeTool"
84			/>
85			<Tool
86				Name="VCFxCopTool"
87			/>
88			<Tool
89				Name="VCAppVerifierTool"
90			/>
91			<Tool
92				Name="VCWebDeploymentTool"
93			/>
94			<Tool
95				Name="VCPostBuildEventTool"
96			/>
97		</Configuration>
98		<Configuration
99			Name="Release|Win32"
100			OutputDirectory="Release"
101			IntermediateDirectory="Release"
102			ConfigurationType="1"
103			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
104			CharacterSet="2"
105			>
106			<Tool
107				Name="VCPreBuildEventTool"
108			/>
109			<Tool
110				Name="VCCustomBuildTool"
111			/>
112			<Tool
113				Name="VCXMLDataGeneratorTool"
114			/>
115			<Tool
116				Name="VCWebServiceProxyGeneratorTool"
117			/>
118			<Tool
119				Name="VCMIDLTool"
120			/>
121			<Tool
122				Name="VCCLCompilerTool"
123				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
124				RuntimeLibrary="0"
125				UsePrecompiledHeader="0"
126				WarningLevel="3"
127				Detect64BitPortabilityProblems="true"
128				DebugInformationFormat="3"
129			/>
130			<Tool
131				Name="VCManagedResourceCompilerTool"
132			/>
133			<Tool
134				Name="VCResourceCompilerTool"
135			/>
136			<Tool
137				Name="VCPreLinkEventTool"
138			/>
139			<Tool
140				Name="VCLinkerTool"
141				AdditionalDependencies="SDL_image.lib freetype.lib SDL.lib SDLmain.lib opengl32.lib glu32.lib msvcrt.lib libcpmt.lib"
142				OutputFile="$(OutDir)/brutalchess.exe"
143				LinkIncremental="1"
144				IgnoreAllDefaultLibraries="true"
145				GenerateDebugInformation="true"
146				SubSystem="2"
147				OptimizeReferences="2"
148				EnableCOMDATFolding="2"
149				TargetMachine="1"
150			/>
151			<Tool
152				Name="VCALinkTool"
153			/>
154			<Tool
155				Name="VCManifestTool"
156			/>
157			<Tool
158				Name="VCXDCMakeTool"
159			/>
160			<Tool
161				Name="VCBscMakeTool"
162			/>
163			<Tool
164				Name="VCFxCopTool"
165			/>
166			<Tool
167				Name="VCAppVerifierTool"
168			/>
169			<Tool
170				Name="VCWebDeploymentTool"
171			/>
172			<Tool
173				Name="VCPostBuildEventTool"
174			/>
175		</Configuration>
176	</Configurations>
177	<References>
178	</References>
179	<Files>
180		<Filter
181			Name="Source Files"
182			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
183			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
184			>
185			<File
186				RelativePath=".\src\basicset.cpp"
187				>
188			</File>
189			<File
190				RelativePath=".\src\bitboard.cpp"
191				>
192			</File>
193			<File
194				RelativePath=".\src\board.cpp"
195				>
196			</File>
197			<File
198				RelativePath=".\src\boardmove.cpp"
199				>
200			</File>
201			<File
202				RelativePath=".\src\boardposition.cpp"
203				>
204			</File>
205			<File
206				RelativePath=".\src\boardtheme.cpp"
207				>
208			</File>
209			<File
210				RelativePath=".\src\brutalchess.cpp"
211				>
212			</File>
213			<File
214				RelativePath=".\src\brutalplayer.cpp"
215				>
216			</File>
217			<File
218				RelativePath=".\src\chessgame.cpp"
219				>
220			</File>
221			<File
222				RelativePath=".\src\chessgamestate.cpp"
223				>
224			</File>
225			<File
226				RelativePath=".\src\chessplayer.cpp"
227				>
228			</File>
229			<File
230				RelativePath=".\src\debugset.cpp"
231				>
232			</File>
233			<File
234				RelativePath=".\src\fontloader.cpp"
235				>
236			</File>
237			<File
238				RelativePath=".\src\gamecore.cpp"
239				>
240			</File>
241			<File
242				RelativePath=".\src\granitetheme.cpp"
243				>
244			</File>
245			<File
246				RelativePath=".\src\humanplayer.cpp"
247				>
248			</File>
249			<File
250				RelativePath=".\src\md3model.cpp"
251				>
252			</File>
253			<File
254				RelativePath=".\src\menu.cpp"
255				>
256			</File>
257			<File
258				RelativePath=".\src\menuitem.cpp"
259				>
260			</File>
261			<File
262				RelativePath=".\src\objfile.cpp"
263				>
264			</File>
265			<File
266				RelativePath=".\src\options.cpp"
267				>
268			</File>
269			<File
270				RelativePath=".\src\piece.cpp"
271				>
272			</File>
273			<File
274				RelativePath=".\src\pieceset.cpp"
275				>
276			</File>
277			<File
278				RelativePath=".\src\q3charmodel.cpp"
279				>
280			</File>
281			<File
282				RelativePath=".\src\q3set.cpp"
283				>
284			</File>
285			<File
286				RelativePath=".\src\randomplayer.cpp"
287				>
288			</File>
289			<File
290				RelativePath=".\src\statsnapshot.cpp"
291				>
292			</File>
293			<File
294				RelativePath=".\src\texture.cpp"
295				>
296			</File>
297			<File
298				RelativePath=".\src\timer.cpp"
299				>
300			</File>
301			<File
302				RelativePath=".\src\utils.cpp"
303				>
304			</File>
305			<File
306				RelativePath=".\src\vector.cpp"
307				>
308			</File>
309		</Filter>
310		<Filter
311			Name="Header Files"
312			Filter="h;hpp;hxx;hm;inl;inc;xsd"
313			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
314			>
315			<File
316				RelativePath=".\src\board.h"
317				>
318			</File>
319			<File
320				RelativePath=".\src\boardmove.h"
321				>
322			</File>
323			<File
324				RelativePath=".\src\boardposition.h"
325				>
326			</File>
327			<File
328				RelativePath=".\src\boardtheme.h"
329				>
330			</File>
331			<File
332				RelativePath=".\src\boardthemes.h"
333				>
334			</File>
335			<File
336				RelativePath=".\src\chessgame.h"
337				>
338			</File>
339			<File
340				RelativePath=".\src\chessgamestate.h"
341				>
342			</File>
343			<File
344				RelativePath=".\src\chessplayer.h"
345				>
346			</File>
347			<File
348				RelativePath=".\src\chessplayers.h"
349				>
350			</File>
351			<File
352				RelativePath=".\src\config.h"
353				>
354			</File>
355			<File
356				RelativePath=".\src\fontloader.h"
357				>
358			</File>
359			<File
360				RelativePath=".\src\gamecore.h"
361				>
362			</File>
363			<File
364				RelativePath=".\src\md3model.h"
365				>
366			</File>
367			<File
368				RelativePath=".\src\menu.h"
369				>
370			</File>
371			<File
372				RelativePath=".\src\menuitem.h"
373				>
374			</File>
375			<File
376				RelativePath=".\src\objfile.h"
377				>
378			</File>
379			<File
380				RelativePath=".\src\options.h"
381				>
382			</File>
383			<File
384				RelativePath=".\src\piece.h"
385				>
386			</File>
387			<File
388				RelativePath=".\src\pieceset.h"
389				>
390			</File>
391			<File
392				RelativePath=".\src\q3charmodel.h"
393				>
394			</File>
395			<File
396				RelativePath=".\resource.h"
397				>
398			</File>
399			<File
400				RelativePath=".\src\statsnapshot.h"
401				>
402			</File>
403			<File
404				RelativePath=".\src\texture.h"
405				>
406			</File>
407			<File
408				RelativePath=".\src\timer.h"
409				>
410			</File>
411			<File
412				RelativePath=".\src\utils.h"
413				>
414			</File>
415			<File
416				RelativePath=".\src\vector.h"
417				>
418			</File>
419		</Filter>
420		<Filter
421			Name="Resource Files"
422			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
423			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
424			>
425			<File
426				RelativePath=".\brutalchess.ico"
427				>
428			</File>
429			<File
430				RelativePath=".\brutalchess.rc"
431				>
432			</File>
433			<File
434				RelativePath=".\icon1.ico"
435				>
436			</File>
437		</Filter>
438	</Files>
439	<Globals>
440	</Globals>
441</VisualStudioProject>
442