1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <CodeLite_Project Name=
"Initializer">
3 <VirtualDirectory Name=
"Source Files">
4 <File Name=
"main.cpp"/>
5 <File Name=
"Initializer.cpp"/>
7 <VirtualDirectory Name=
"Header Files">
8 <File Name=
"Initializer.h"/>
10 <Settings Type=
"Executable">
11 <Configuration Name=
"Debug" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
12 <General OutputFile=
"../../bin/Initialize" IntermediateDirectory=
"./Debug" Command=
"./Initialize" CommandArguments=
"" WorkingDirectory=
"../../bin" PauseExecWhenProcTerminates=
"yes"/>
13 <Compiler Required=
"yes" Options=
"-g -Wall">
14 <IncludePath Value=
"."/>
15 <IncludePath Value=
"../Sockets"/>
16 <IncludePath Value=
"../Resource"/>
17 <IncludePath Value=
"../DAL"/>
18 <IncludePath Value=
"../DB/Generated"/>
19 <IncludePath Value=
"../DB/Savables"/>
20 <IncludePath Value=
"../DB/Managers"/>
22 <Linker Required=
"yes" Options=
"-O0">
23 <LibraryPath Value=
"."/>
24 <LibraryPath Value=
"../../lib"/>
25 <Library Value=
"ubdb"/>
26 <Library Value=
"ubdal"/>
27 <Library Value=
"ubresource"/>
28 <Library Value=
"ubsockets"/>
29 <Library Value=
"sqlite3"/>
30 <Library Value=
"pthread"/>
33 <ResourceCompiler Required=
"no" Options=
""/>
36 <CustomBuild Enabled=
"no">
37 <CleanCommand></CleanCommand>
38 <BuildCommand></BuildCommand>
39 <SingleFileCommand></SingleFileCommand>
40 <MakefileGenerationCommand></MakefileGenerationCommand>
41 <ThirdPartyToolName>None
</ThirdPartyToolName>
42 <WorkingDirectory></WorkingDirectory>
45 <CustomPostBuild></CustomPostBuild>
51 <Configuration Name=
"MN" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
52 <General OutputFile=
"../../bin/Initialize" IntermediateDirectory=
"./Debug" Command=
"./Initialize" CommandArguments=
"" WorkingDirectory=
"../../bin" PauseExecWhenProcTerminates=
"yes"/>
53 <Compiler Required=
"yes" Options=
"-g -Wall">
54 <IncludePath Value=
"."/>
55 <IncludePath Value=
"../Sockets"/>
56 <IncludePath Value=
"../Resource"/>
57 <IncludePath Value=
"../DAL"/>
58 <IncludePath Value=
"../DB"/>
60 <Linker Required=
"yes" Options=
"-O0 -static">
61 <LibraryPath Value=
"."/>
62 <LibraryPath Value=
"../../lib"/>
63 <Library Value=
"ubdb"/>
64 <Library Value=
"ubdal"/>
65 <Library Value=
"ubresource"/>
66 <Library Value=
"ubsockets"/>
67 <Library Value=
"sqlite3"/>
68 <Library Value=
"pthread"/>
71 <ResourceCompiler Required=
"no" Options=
""/>
74 <CustomBuild Enabled=
"no">
75 <CleanCommand></CleanCommand>
76 <BuildCommand></BuildCommand>
77 <SingleFileCommand></SingleFileCommand>
78 <MakefileGenerationCommand></MakefileGenerationCommand>
79 <ThirdPartyToolName>None
</ThirdPartyToolName>
80 <WorkingDirectory></WorkingDirectory>
83 <CustomPostBuild></CustomPostBuild>
84 <CustomPreBuild></CustomPreBuild>
87 <Configuration Name=
"Profiling" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
88 <General OutputFile=
"../bin/Initialize" IntermediateDirectory=
"./Profiling" Command=
"Initialize" CommandArguments=
"" WorkingDirectory=
"../bin" PauseExecWhenProcTerminates=
"yes"/>
89 <Compiler Required=
"yes" Options=
"-g -Wall -pg">
90 <IncludePath Value=
"."/>
91 <IncludePath Value=
"../include"/>
92 <IncludePath Value=
"$(HOME)/local/include"/>
94 <Linker Required=
"yes" Options=
"-O0 -pg">
95 <LibraryPath Value=
"."/>
96 <LibraryPath Value=
"../lib"/>
97 <LibraryPath Value=
"$(HOME)/local/lib"/>
98 <Library Value=
"ubdal"/>
99 <Library Value=
"ubresource"/>
100 <Library Value=
"sqlite3"/>
101 <Library Value=
"pthread"/>
102 <Library Value=
"dl"/>
104 <ResourceCompiler Required=
"no" Options=
""/>
107 <CustomBuild Enabled=
"no">
108 <CleanCommand></CleanCommand>
109 <BuildCommand></BuildCommand>
110 <SingleFileCommand></SingleFileCommand>
111 <MakefileGenerationCommand></MakefileGenerationCommand>
112 <ThirdPartyToolName>None
</ThirdPartyToolName>
113 <WorkingDirectory></WorkingDirectory>
116 <CustomPostBuild></CustomPostBuild>
117 <CustomPreBuild></CustomPreBuild>
120 <Configuration Name=
"Release" CompilerType=
"GNU g++" DebuggerType=
"">
121 <General OutputFile=
"./Release/HelloWorld" IntermediateDirectory=
"./Release" Command=
"HelloWorld" CommandArguments=
"" WorkingDirectory=
"./Release" PauseExecWhenProcTerminates=
"yes"/>
122 <Compiler Required=
"yes" Options=
"-O2">
123 <IncludePath Value=
"."/>
125 <Linker Required=
"yes" Options=
"-O2">
126 <LibraryPath Value=
"."/>
127 <LibraryPath Value=
"./Release"/>
129 <ResourceCompiler Required=
"yes" Options=
""/>
132 <CustomBuild Enabled=
"no">
133 <CleanCommand></CleanCommand>
134 <BuildCommand></BuildCommand>
135 <SingleFileCommand></SingleFileCommand>
136 <MakefileGenerationCommand></MakefileGenerationCommand>
137 <ThirdPartyToolName></ThirdPartyToolName>
138 <WorkingDirectory></WorkingDirectory>
141 <CustomPostBuild></CustomPostBuild>
142 <CustomPreBuild></CustomPreBuild>
147 <Project Name=
"Sockets"/>
148 <Project Name=
"Resource"/>
149 <Project Name=
"DAL"/>
150 <Project Name=
"Generator"/>