Added a EditorSocial.
[UnsignedByte.git] / src / TestCases / TestCases.project
blob3ac2b9034df1dc18785f21636e110c329c0bbb9c
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 <Settings Type="Executable">
8 <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
9 <General OutputFile="../../bin/TestCase" IntermediateDirectory="./Debug" Command="./TestCase" CommandArguments="" WorkingDirectory="../../bin" PauseExecWhenProcTerminates="yes"/>
10 <Compiler Required="yes" Options="-g">
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/Editors"/>
19 </Compiler>
20 <Linker Required="yes" Options="">
21 <LibraryPath Value="../../lib"/>
22 <Library Value="ubcore"/>
23 <Library Value="ubdb"/>
24 <Library Value="ubdal"/>
25 <Library Value="ubresource"/>
26 <Library Value="ubsockets"/>
27 <Library Value="sqlite3"/>
28 </Linker>
29 <ResourceCompiler Required="no" Options=""/>
30 <PreBuild/>
31 <PostBuild/>
32 <CustomBuild Enabled="no">
33 <CleanCommand/>
34 <BuildCommand/>
35 <SingleFileCommand/>
36 <MakefileGenerationCommand/>
37 <ThirdPartyToolName>None</ThirdPartyToolName>
38 <WorkingDirectory/>
39 </CustomBuild>
40 <AdditionalRules>
41 <CustomPostBuild/>
42 <CustomPreBuild/>
43 </AdditionalRules>
44 </Configuration>
45 <Configuration Name="MN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
46 <General OutputFile="../../bin/TestCase" IntermediateDirectory="./Debug" Command="./TestCase" CommandArguments="" WorkingDirectory="../../bin" PauseExecWhenProcTerminates="yes"/>
47 <Compiler Required="yes" Options="-g">
48 <IncludePath Value="."/>
49 <IncludePath Value="../Sockets"/>
50 <IncludePath Value="../Resource"/>
51 <IncludePath Value="../DAL"/>
52 <IncludePath Value="../DB"/>
53 <IncludePath Value="../Core"/>
54 </Compiler>
55 <Linker Required="yes" Options="-static">
56 <LibraryPath Value="../../lib"/>
57 <Library Value="ubcore"/>
58 <Library Value="ubdb"/>
59 <Library Value="ubdal"/>
60 <Library Value="ubresource"/>
61 <Library Value="ubsockets"/>
62 <Library Value="sqlite3"/>
63 </Linker>
64 <ResourceCompiler Required="no" Options=""/>
65 <PreBuild/>
66 <PostBuild/>
67 <CustomBuild Enabled="no">
68 <CleanCommand/>
69 <BuildCommand/>
70 <SingleFileCommand/>
71 <MakefileGenerationCommand/>
72 <ThirdPartyToolName>None</ThirdPartyToolName>
73 <WorkingDirectory/>
74 </CustomBuild>
75 <AdditionalRules>
76 <CustomPostBuild/>
77 <CustomPreBuild/>
78 </AdditionalRules>
79 </Configuration>
80 <Configuration Name="Profiling" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
81 <General OutputFile="../bin/TestCase" IntermediateDirectory="./Profiling" Command="../../bin/TestCase" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
82 <Compiler Required="yes" Options="-g -pg">
83 <IncludePath Value="."/>
84 <IncludePath Value="../include"/>
85 <IncludePath Value="../Core"/>
86 <IncludePath Value="$(HOME)/local/include"/>
87 </Compiler>
88 <Linker Required="yes" Options="-pg">
89 <LibraryPath Value="../lib"/>
90 <LibraryPath Value="$(HOME)/local/lib"/>
91 <Library Value="ubdal"/>
92 <Library Value="sqlite3"/>
93 <Library Value="ubcore"/>
94 <Library Value="ubresource"/>
95 </Linker>
96 <ResourceCompiler Required="no" Options=""/>
97 <PreBuild/>
98 <PostBuild/>
99 <CustomBuild Enabled="no">
100 <CleanCommand/>
101 <BuildCommand/>
102 <SingleFileCommand/>
103 <MakefileGenerationCommand/>
104 <ThirdPartyToolName>None</ThirdPartyToolName>
105 <WorkingDirectory/>
106 </CustomBuild>
107 <AdditionalRules>
108 <CustomPostBuild/>
109 <CustomPreBuild/>
110 </AdditionalRules>
111 </Configuration>
112 <Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
113 <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
114 <Compiler Required="yes" Options="">
115 <IncludePath Value="."/>
116 </Compiler>
117 <Linker Required="yes" Options="-O2"/>
118 <ResourceCompiler Required="no" Options=""/>
119 <PreBuild/>
120 <PostBuild/>
121 <CustomBuild Enabled="no">
122 <CleanCommand/>
123 <BuildCommand/>
124 <SingleFileCommand/>
125 <MakefileGenerationCommand/>
126 <ThirdPartyToolName/>
127 <WorkingDirectory/>
128 </CustomBuild>
129 <AdditionalRules>
130 <CustomPostBuild/>
131 <CustomPreBuild/>
132 </AdditionalRules>
133 </Configuration>
134 </Settings>
135 <Dependencies>
136 <Project Name="Sockets"/>
137 <Project Name="Resource"/>
138 <Project Name="DAL"/>
139 <Project Name="Generator"/>
140 <Project Name="DB"/>
141 <Project Name="Initializer"/>
142 <Project Name="Core"/>
143 </Dependencies>
144 </CodeLite_Project>