1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3	<FileVersion major="1" minor="6" />
4	<Project>
5		<Option title="wxGuitar" />
6		<Option pch_mode="2" />
7		<Option compiler="gcc" />
8		<Build>
9			<Target title="Debug">
10				<Option output="src/wxguitar" prefix_auto="0" extension_auto="1" />
11				<Option object_output="." />
12				<Option type="0" />
13				<Option compiler="gcc" />
14				<Option projectLinkerOptionsRelation="2" />
15				<Option projectIncludeDirsRelation="0" />
16				<Compiler>
17					<Add option="-g" />
18				</Compiler>
19			</Target>
20			<Target title="Release">
21				<Option output="src/wxguitar" prefix_auto="0" extension_auto="1" />
22				<Option object_output="." />
23				<Option type="0" />
24				<Option compiler="gcc" />
25				<Option projectLinkerOptionsRelation="2" />
26				<Option projectIncludeDirsRelation="0" />
27				<Compiler>
28					<Add option="-O2" />
29				</Compiler>
30				<Linker>
31					<Add option="-s" />
32				</Linker>
33			</Target>
34		</Build>
35		<Compiler>
36			<Add option="-Wall" />
37			<Add option="`wx-config --cxxflags`" />
38		</Compiler>
39		<Linker>
40			<Add option="`wx-config --libs`" />
41		</Linker>
42		<Unit filename="src/wxGuitarApp.cpp" />
43		<Unit filename="src/wxGuitarApp.h" />
44		<Unit filename="src/wxGuitarMain.cpp" />
45		<Unit filename="src/wxGuitarMain.h" />
46		<Unit filename="wxsmith/wxGuitarframe.wxs" />
47		<Extensions>
48			<envvars />
49			<code_completion />
50			<lib_finder disable_auto="1" />
51			<debugger />
52			<wxsmith version="1">
53				<gui name="wxWidgets" src="wxGuitarApp.cpp" main="wxGuitarFrame" init_handlers="necessary" language="CPP" />
54				<resources>
55					<wxFrame wxs="wxsmith/wxGuitarframe.wxs" src="src/wxGuitarMain.cpp" hdr="src/wxGuitarMain.h" name="wxGuitarFrame" language="CPP" />
56				</resources>
57			</wxsmith>
58		</Extensions>
59	</Project>
60</CodeBlocks_project_file>
61