1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <CodeLite_Project Name=
"TestCases">
3 <VirtualDirectory Name=
"Source Files">
4 <File Name=
"main.cpp"/>
6 <VirtualDirectory Name=
"Header Files">
7 <File Name=
"../Core/chunkimporter.h"/>
9 <Settings Type=
"Executable">
10 <Configuration Name=
"Debug" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
11 <General OutputFile=
"../bin/TestCase" IntermediateDirectory=
"./Debug" Command=
"../../bin/TestCase" CommandArguments=
"" WorkingDirectory=
"$(IntermediateDirectory)" PauseExecWhenProcTerminates=
"yes"/>
12 <Compiler Required=
"yes" Options=
"-g">
13 <IncludePath Value=
"."/>
14 <IncludePath Value=
"../include"/>
15 <IncludePath Value=
"../Core"/>
16 <IncludePath Value=
"$(HOME)/local/include"/>
18 <Linker Required=
"yes" Options=
"">
19 <LibraryPath Value=
"../lib"/>
20 <LibraryPath Value=
"$(HOME)/local/lib"/>
21 <Library Value=
"ubdal"/>
22 <Library Value=
"sqlite3"/>
23 <Library Value=
"ubcore"/>
24 <Library Value=
"ubresource"/>
26 <ResourceCompiler Required=
"no" Options=
""/>
29 <CustomBuild Enabled=
"no">
30 <CleanCommand></CleanCommand>
31 <BuildCommand></BuildCommand>
32 <SingleFileCommand></SingleFileCommand>
33 <MakefileGenerationCommand></MakefileGenerationCommand>
34 <ThirdPartyToolName>None
</ThirdPartyToolName>
35 <WorkingDirectory></WorkingDirectory>
38 <CustomPostBuild></CustomPostBuild>
44 <Configuration Name=
"Release" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
45 <General OutputFile=
"$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory=
"./Release" Command=
"./$(ProjectName)" CommandArguments=
"" WorkingDirectory=
"$(IntermediateDirectory)" PauseExecWhenProcTerminates=
"yes"/>
46 <Compiler Required=
"yes" Options=
"">
47 <IncludePath Value=
"."/>
49 <Linker Required=
"yes" Options=
"-O2"/>
50 <ResourceCompiler Required=
"no" Options=
""/>
53 <CustomBuild Enabled=
"no">
54 <CleanCommand></CleanCommand>
55 <BuildCommand></BuildCommand>
56 <SingleFileCommand></SingleFileCommand>
57 <MakefileGenerationCommand></MakefileGenerationCommand>
58 <ThirdPartyToolName></ThirdPartyToolName>
59 <WorkingDirectory></WorkingDirectory>
62 <CustomPostBuild></CustomPostBuild>
63 <CustomPreBuild></CustomPreBuild>
68 <Project Name=
"Resource"/>
70 <Project Name=
"Core"/>