More support for foreign keys, but still not perfect.
[UnsignedByte.git] / UnsignedByte / TestCases / TestCases.project
bloba90c59b6ff858538ae6059df6794a89206bac7d4
1 <?xml version="1.0" encoding="utf-8"?>
2 <CodeLite_Project Name="TestCases">
3 <VirtualDirectory Name="Source Files">
4 <File Name="main.cpp"/>
5 </VirtualDirectory>
6 <VirtualDirectory Name="Header Files">
7 <File Name="../Core/chunkimporter.h"/>
8 </VirtualDirectory>
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"/>
17 </Compiler>
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"/>
25 </Linker>
26 <ResourceCompiler Required="no" Options=""/>
27 <PreBuild/>
28 <PostBuild/>
29 <CustomBuild Enabled="no">
30 <CleanCommand></CleanCommand>
31 <BuildCommand></BuildCommand>
32 <SingleFileCommand></SingleFileCommand>
33 <MakefileGenerationCommand></MakefileGenerationCommand>
34 <ThirdPartyToolName>None</ThirdPartyToolName>
35 <WorkingDirectory></WorkingDirectory>
36 </CustomBuild>
37 <AdditionalRules>
38 <CustomPostBuild></CustomPostBuild>
39 <CustomPreBuild>
41 </CustomPreBuild>
42 </AdditionalRules>
43 </Configuration>
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="."/>
48 </Compiler>
49 <Linker Required="yes" Options="-O2"/>
50 <ResourceCompiler Required="no" Options=""/>
51 <PreBuild/>
52 <PostBuild/>
53 <CustomBuild Enabled="no">
54 <CleanCommand></CleanCommand>
55 <BuildCommand></BuildCommand>
56 <SingleFileCommand></SingleFileCommand>
57 <MakefileGenerationCommand></MakefileGenerationCommand>
58 <ThirdPartyToolName></ThirdPartyToolName>
59 <WorkingDirectory></WorkingDirectory>
60 </CustomBuild>
61 <AdditionalRules>
62 <CustomPostBuild></CustomPostBuild>
63 <CustomPreBuild></CustomPreBuild>
64 </AdditionalRules>
65 </Configuration>
66 </Settings>
67 <Dependencies>
68 <Project Name="Resource"/>
69 <Project Name="DAL"/>
70 <Project Name="Core"/>
71 </Dependencies>
72 </CodeLite_Project>