Well don't that own? Sorted all the #include's.
[UnsignedByte.git] / src / Generator / Generator.project
blob530c1a8b3c102156505d6b67c6d551ac420521dc
1 <?xml version="1.0" encoding="utf-8"?>
2 <CodeLite_Project Name="Generator">
3 <VirtualDirectory Name="Source Files">
4 <File Name="main.cpp"/>
5 <File Name="ClassHeaderGenerator.cpp"/>
6 <File Name="ClassSourceGenerator.cpp"/>
7 <File Name="Generator.cpp"/>
8 </VirtualDirectory>
9 <VirtualDirectory Name="Header Files">
10 <File Name="ClassHeaderGenerator.h"/>
11 <File Name="ClassSourceGenerator.h"/>
12 <File Name="Generator.h"/>
13 </VirtualDirectory>
14 <Settings Type="Executable">
15 <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
16 <General OutputFile="../../bin/Generator" IntermediateDirectory="./Debug" Command="./Generator" CommandArguments="" WorkingDirectory="../../bin/" PauseExecWhenProcTerminates="yes"/>
17 <Compiler Required="yes" Options="-g -Wall">
18 <IncludePath Value="."/>
19 <IncludePath Value="../Resource"/>
20 <IncludePath Value="../DAL"/>
21 <IncludePath Value="../Sockets"/>
22 </Compiler>
23 <Linker Required="yes" Options="-O0">
24 <LibraryPath Value="."/>
25 <LibraryPath Value="../../lib"/>
26 <Library Value="ubdal"/>
27 <Library Value="ubresource"/>
28 <Library Value="ubsockets"/>
29 <Library Value="pthread"/>
30 <Library Value="dl"/>
31 <Library Value="sqlite3"/>
32 </Linker>
33 <ResourceCompiler Required="no" Options=""/>
34 <PreBuild/>
35 <PostBuild>
36 <Command Enabled="no">../bin/Generator</Command>
37 <Command Enabled="no">mv db.cpp ../DAL</Command>
38 <Command Enabled="no">mv db.h ../include</Command>
39 </PostBuild>
40 <CustomBuild Enabled="no">
41 <CleanCommand/>
42 <BuildCommand/>
43 <SingleFileCommand/>
44 <MakefileGenerationCommand/>
45 <ThirdPartyToolName>None</ThirdPartyToolName>
46 <WorkingDirectory/>
47 </CustomBuild>
48 <AdditionalRules>
49 <CustomPostBuild/>
50 <CustomPreBuild/>
51 </AdditionalRules>
52 </Configuration>
53 <Configuration Name="Profiling" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
54 <General OutputFile="../bin/Generator" IntermediateDirectory="./Profiling" Command="./Generator" CommandArguments="" WorkingDirectory="../bin/" PauseExecWhenProcTerminates="yes"/>
55 <Compiler Required="yes" Options="-g -Wall -pg">
56 <IncludePath Value="."/>
57 <IncludePath Value="../include"/>
58 <IncludePath Value="$(HOME)/local/include"/>
59 </Compiler>
60 <Linker Required="yes" Options="-O0 -pg">
61 <LibraryPath Value="."/>
62 <LibraryPath Value="../lib"/>
63 <LibraryPath Value="$(HOME)/local/lib"/>
64 <Library Value="ubresource"/>
65 <Library Value="pthread"/>
66 <Library Value="dl"/>
67 <Library Value="sqlite3"/>
68 </Linker>
69 <ResourceCompiler Required="no" Options=""/>
70 <PreBuild/>
71 <PostBuild>
72 <Command Enabled="no">../bin/Generator</Command>
73 <Command Enabled="no">mv db.cpp ../DAL</Command>
74 <Command Enabled="no">mv db.h ../include</Command>
75 </PostBuild>
76 <CustomBuild Enabled="no">
77 <CleanCommand/>
78 <BuildCommand/>
79 <SingleFileCommand/>
80 <MakefileGenerationCommand/>
81 <ThirdPartyToolName>None</ThirdPartyToolName>
82 <WorkingDirectory/>
83 </CustomBuild>
84 <AdditionalRules>
85 <CustomPostBuild/>
86 <CustomPreBuild/>
87 </AdditionalRules>
88 </Configuration>
89 </Settings>
90 <Dependencies>
91 <Project Name="Sockets"/>
92 <Project Name="Resource"/>
93 <Project Name="DAL"/>
94 </Dependencies>
95 </CodeLite_Project>