1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <CodeLite_Project Name=
"Server">
3 <VirtualDirectory Name=
"Source Files">
4 <File Name=
"main.cpp"/>
6 <VirtualDirectory Name=
"Header Files"/>
7 <Settings Type=
"Executable">
8 <Configuration Name=
"Debug" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
9 <General OutputFile=
"../../bin/UnsignedByte" IntermediateDirectory=
"./Debug" Command=
"./UnsignedByte" CommandArguments=
"" WorkingDirectory=
"../bin" PauseExecWhenProcTerminates=
"yes"/>
10 <Compiler Required=
"yes" Options=
"-g -Wall">
11 <IncludePath Value=
"."/>
12 <IncludePath Value=
"../Sockets"/>
13 <IncludePath Value=
"../Resource"/>
14 <IncludePath Value=
"../DAL"/>
15 <IncludePath Value=
"../DB/Generated"/>
16 <IncludePath Value=
"../DB/Savables"/>
17 <IncludePath Value=
"../DB/Managers"/>
18 <IncludePath Value=
"../Core/Socket"/>
20 <Linker Required=
"yes" Options=
"">
21 <LibraryPath Value=
"."/>
22 <LibraryPath Value=
"../../lib"/>
23 <Library Value=
"ubcore"/>
24 <Library Value=
"ubdb"/>
25 <Library Value=
"ubdal"/>
26 <Library Value=
"ubresource"/>
27 <Library Value=
"ubsockets"/>
28 <Library Value=
"sqlite3"/>
29 <Library Value=
"pthread"/>
32 <ResourceCompiler Required=
"no" Options=
""/>
35 <CustomBuild Enabled=
"no">
39 <MakefileGenerationCommand/>
40 <ThirdPartyToolName>None
</ThirdPartyToolName>
48 <Configuration Name=
"MN" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
49 <General OutputFile=
"../../bin/UnsignedByte" IntermediateDirectory=
"./Debug" Command=
"./UnsignedByte" CommandArguments=
"" WorkingDirectory=
"../bin" PauseExecWhenProcTerminates=
"yes"/>
50 <Compiler Required=
"yes" Options=
"-g -Wall">
51 <IncludePath Value=
"."/>
52 <IncludePath Value=
"../Sockets"/>
53 <IncludePath Value=
"../Resource"/>
54 <IncludePath Value=
"../DAL"/>
55 <IncludePath Value=
"../DB"/>
56 <IncludePath Value=
"../Core"/>
58 <Linker Required=
"yes" Options=
"-static">
59 <LibraryPath Value=
"."/>
60 <LibraryPath Value=
"../../lib"/>
61 <Library Value=
"ubcore"/>
62 <Library Value=
"ubdb"/>
63 <Library Value=
"ubdal"/>
64 <Library Value=
"ubresource"/>
65 <Library Value=
"ubsockets"/>
66 <Library Value=
"sqlite3"/>
67 <Library Value=
"pthread"/>
70 <ResourceCompiler Required=
"no" Options=
""/>
73 <CustomBuild Enabled=
"no">
77 <MakefileGenerationCommand/>
78 <ThirdPartyToolName>None
</ThirdPartyToolName>
86 <Configuration Name=
"Profiling" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
87 <General OutputFile=
"../bin/UnsignedByte" IntermediateDirectory=
"./Profiling" Command=
"./UnsignedByte" CommandArguments=
"" WorkingDirectory=
"../bin" PauseExecWhenProcTerminates=
"yes"/>
88 <Compiler Required=
"yes" Options=
"-g -Wall -pg">
89 <IncludePath Value=
"."/>
90 <IncludePath Value=
"../include"/>
91 <IncludePath Value=
"$(HOME)/local/include"/>
92 <IncludePath Value=
"../Core/"/>
94 <Linker Required=
"yes" Options=
"-pg">
95 <LibraryPath Value=
"."/>
96 <LibraryPath Value=
"../lib"/>
97 <LibraryPath Value=
"$(HOME)/local/lib"/>
98 <Library Value=
"pthread"/>
100 <Library Value=
"ubresource"/>
101 <Library Value=
"ubdal"/>
102 <Library Value=
"sqlite3"/>
103 <Library Value=
"ubcore"/>
104 <Library Value=
"ubresource"/>
106 <ResourceCompiler Required=
"no" Options=
""/>
109 <CustomBuild Enabled=
"no">
113 <MakefileGenerationCommand/>
114 <ThirdPartyToolName>None
</ThirdPartyToolName>
122 <Configuration Name=
"Release" CompilerType=
"gnu g++" DebuggerType=
"GNU gdb debugger">
123 <General OutputFile=
"$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory=
"./Release" Command=
"./$(ProjectName)" CommandArguments=
"" WorkingDirectory=
"$(IntermediateDirectory)" PauseExecWhenProcTerminates=
"yes"/>
124 <Compiler Required=
"yes" Options=
"">
125 <IncludePath Value=
"."/>
127 <Linker Required=
"yes" Options=
"-O2"/>
128 <ResourceCompiler Required=
"no" Options=
""/>
131 <CustomBuild Enabled=
"no">
135 <MakefileGenerationCommand/>
136 <ThirdPartyToolName/>
146 <Project Name=
"Sockets"/>
147 <Project Name=
"Resource"/>
148 <Project Name=
"DAL"/>
149 <Project Name=
"Generator"/>
151 <Project Name=
"Initializer"/>
152 <Project Name=
"Core"/>