1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <CodeLite_Project Name=
"DAL">
3 <VirtualDirectory Name=
"Source Files">
4 <File Name=
"Database.cpp"/>
5 <File Name=
"DatabaseMgr.cpp"/>
6 <File Name=
"Field.cpp"/>
7 <File Name=
"FieldDef.cpp"/>
8 <File Name=
"FieldImpl.cpp"/>
9 <File Name=
"Join.cpp"/>
10 <File Name=
"Keys.cpp"/>
11 <File Name=
"KeyValue.cpp"/>
12 <File Name=
"Relation.cpp"/>
13 <File Name=
"SavableManager.cpp"/>
14 <File Name=
"SavableManagers.cpp"/>
15 <File Name=
"SelectionMask.cpp"/>
16 <File Name=
"SqliteError.cpp"/>
17 <File Name=
"SqliteMgr.cpp"/>
18 <File Name=
"Statements.cpp"/>
19 <File Name=
"Table.cpp"/>
20 <File Name=
"TableDef.cpp"/>
21 <File Name=
"TableImpl.cpp"/>
22 <File Name=
"Tables.cpp"/>
23 <File Name=
"FieldValue.cpp"/>
24 <File Name=
"FieldValues.cpp"/>
25 <File Name=
"KeyImpl.cpp"/>
26 <File Name=
"Query.cpp"/>
28 <VirtualDirectory Name=
"Header Files">
29 <File Name=
"Database.h"/>
30 <File Name=
"DatabaseMgr.h"/>
31 <File Name=
"Field.h"/>
32 <File Name=
"FieldDef.h"/>
33 <File Name=
"FieldImpl.h"/>
35 <File Name=
"KeyDef.h"/>
36 <File Name=
"KeyImpl.h"/>
38 <File Name=
"KeyValue.h"/>
39 <File Name=
"Relation.h"/>
40 <File Name=
"SavableHeaders.h"/>
41 <File Name=
"SavableManager.h"/>
42 <File Name=
"SavableManagers.h"/>
43 <File Name=
"SelectionMask.h"/>
44 <File Name=
"SqliteMgr.h"/>
45 <File Name=
"Statements.h"/>
46 <File Name=
"StatementStrings.h"/>
47 <File Name=
"Table.h"/>
48 <File Name=
"TableDef.h"/>
49 <File Name=
"TableImpl.h"/>
50 <File Name=
"Tables.h"/>
51 <File Name=
"FieldValue.h"/>
52 <File Name=
"FieldValues.h"/>
53 <File Name=
"Query.h"/>
55 <Settings Type=
"Static Library">
56 <Configuration Name=
"Debug" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
57 <General OutputFile=
"../../lib/libubdal.a" IntermediateDirectory=
"./Debug" Command=
"" CommandArguments=
"" WorkingDirectory=
"UnsignedByte/DAL" PauseExecWhenProcTerminates=
"yes"/>
58 <Compiler Required=
"yes" Options=
"-g -Wall">
59 <IncludePath Value=
"."/>
60 <IncludePath Value=
"../Sockets"/>
61 <IncludePath Value=
"../Resource"/>
62 <IncludePath Value=
"../DAL"/>
64 <Linker Required=
"yes" Options=
"-O0">
65 <LibraryPath Value=
"."/>
67 <ResourceCompiler Required=
"no" Options=
""/>
70 <CustomBuild Enabled=
"no">
74 <MakefileGenerationCommand/>
75 <ThirdPartyToolName>None
</ThirdPartyToolName>
83 <Configuration Name=
"Profiling" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
84 <General OutputFile=
"../lib/libubdal.a" IntermediateDirectory=
"./Profiling" Command=
"" CommandArguments=
"" WorkingDirectory=
"UnsignedByte/DAL" PauseExecWhenProcTerminates=
"yes"/>
85 <Compiler Required=
"yes" Options=
"-g -Wall -pg">
86 <IncludePath Value=
"."/>
87 <IncludePath Value=
"../include"/>
88 <IncludePath Value=
"$(HOME)/local/include"/>
90 <Linker Required=
"yes" Options=
"-O0 -pg">
91 <LibraryPath Value=
"."/>
93 <ResourceCompiler Required=
"no" Options=
""/>
96 <CustomBuild Enabled=
"no">
100 <MakefileGenerationCommand/>
101 <ThirdPartyToolName>None
</ThirdPartyToolName>
111 <Project Name=
"Sockets"/>
112 <Project Name=
"Resource"/>