~vitty/armagetronad/trunk-armagetronad-breakpad

« back to all changes in this revision

Viewing changes to win32/code_blocks/ArmagetronAd.cbp

  • Committer: Vitty
  • Date: 2011-07-30 16:34:48 UTC
  • mfrom: (1021.1.22 carm)
  • Revision ID: vitty4@gmail.com-20110730163448-w42bn6nn8hz2x0yp
Merge trunk for osx and win fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE CodeBlocks_project_file>
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
3
2
<CodeBlocks_project_file>
4
 
        <FileVersion major="1" minor="1"/>
 
3
        <FileVersion major="1" minor="6" />
5
4
        <Project>
6
 
                <Option title="Armagetron Advanced"/>
7
 
                <Option makefile="Makefile"/>
8
 
                <Option makefile_is_custom="0"/>
9
 
                <Option compiler="0"/>
 
5
                <Option title="Armagetron Advanced" />
 
6
                <Option pch_mode="0" />
 
7
                <Option compiler="gcc" />
10
8
                <Build>
11
9
                        <Target title="Win32 Release">
12
 
                                <Option output="..\..\build\dist\ArmagetronAd.exe"/>
13
 
                                <Option working_dir="..\..\build\dist"/>
14
 
                                <Option object_output="..\..\build\tmp\Armagetron___Win32_Release"/>
15
 
                                <Option deps_output=".deps"/>
16
 
                                <Option type="0"/>
17
 
                                <Option compiler="0"/>
18
 
                                <Option projectResourceIncludeDirsRelation="0"/>
 
10
                                <Option output="..\..\build\dist\ArmagetronAd.exe" prefix_auto="0" extension_auto="0" />
 
11
                                <Option working_dir="..\..\build\dist" />
 
12
                                <Option object_output="..\..\build\tmp\Armagetron___Win32_Release" />
 
13
                                <Option type="0" />
 
14
                                <Option compiler="gcc" />
 
15
                                <Option projectResourceIncludeDirsRelation="0" />
19
16
                                <Compiler>
20
 
                                        <Add option="-O2"/>
21
 
                                        <Add option="-W"/>
22
 
                                        <Add option="-DNDEBUG"/>
23
 
                                        <Add option="-DDIRTY"/>
 
17
                                        <Add option="-O2" />
 
18
                                        <Add option="-W" />
 
19
                                        <Add option="-DNDEBUG" />
 
20
                                        <Add option="-DDIRTY" />
24
21
                                </Compiler>
25
22
                                <Linker>
26
 
                                        <Add option="-s"/>
27
 
                                        <Add library="..\..\..\winlibs\build\dist\libSDL_mixer.a"/>
28
 
                                        <Add library="..\..\..\winlibs\build\dist\libSDL_image.a"/>
29
 
                                        <Add library="..\..\..\winlibs\build\dist\libSDL.a"/>
30
 
                                        <Add library="..\..\..\winlibs\build\dist\libFTGL.a"/>
31
 
                                        <Add library="..\..\..\winlibs\protobuf\vsprojects\libprotobuf.a"/>
32
 
                                        <Add library=".\libZThread.a"/>
 
23
                                        <Add option="-s" />
 
24
                                        <Add library="..\..\..\winlibs\build\dist\SDL_mixer.dll" />
 
25
                                        <Add library="..\..\..\winlibs\build\dist\SDL_image.dll" />
 
26
                                        <Add library="..\..\..\winlibs\build\dist\SDL.dll" />
 
27
                                        <Add library="..\..\..\winlibs\build\dist\FTGL.dll" />
 
28
                                        <Add library="..\..\..\winlibs\protobuf\vsprojects\libprotobuf.a" />
 
29
                                        <Add library=".\libZThread.a" />
33
30
                                </Linker>
34
31
                        </Target>
35
32
                        <Target title="Win32 Debug">
36
 
                                <Option output="..\..\build\debug\ArmagetronAd.exe"/>
37
 
                                <Option working_dir="..\..\build\debug"/>
38
 
                                <Option object_output="..\..\build\tmp\Armagetron___Win32_Debug"/>
39
 
                                <Option deps_output=".deps"/>
40
 
                                <Option type="0"/>
41
 
                                <Option compiler="0"/>
42
 
                                <Option projectResourceIncludeDirsRelation="0"/>
 
33
                                <Option output="..\..\build\debug\ArmagetronAd.exe" prefix_auto="0" extension_auto="0" />
 
34
                                <Option working_dir="..\..\build\debug" />
 
35
                                <Option object_output="..\..\build\tmp\Armagetron___Win32_Debug" />
 
36
                                <Option type="0" />
 
37
                                <Option compiler="gcc" />
 
38
                                <Option projectResourceIncludeDirsRelation="0" />
43
39
                                <Compiler>
44
 
                                        <Add option="-W"/>
45
 
                                        <Add option="-g"/>
46
 
                                        <Add option="-DDEBUG"/>
 
40
                                        <Add option="-g" />
 
41
                                        <Add option="-W" />
 
42
                                        <Add option="-DDEBUG" />
47
43
                                </Compiler>
48
44
                                <Linker>
49
 
                                        <Add library="..\..\..\winlibs\build\debug\libSDL_mixer.a"/>
50
 
                                        <Add library="..\..\..\winlibs\build\debug\libSDL_image.a"/>
51
 
                                        <Add library="..\..\..\winlibs\build\debug\libSDL.a"/>
52
 
                                        <Add library="..\..\..\winlibs\build\debug\libFTGL.a"/>
53
 
                                        <Add library="..\..\..\winlibs\protobuf\vsprojects\libprotobuf_debug.a"/>
54
 
                                        <Add library=".\libZThread_debug.a"/>
 
45
                                        <Add library="..\..\..\winlibs\build\debug\SDL_mixer.dll" />
 
46
                                        <Add library="..\..\..\winlibs\build\debug\SDL_image.dll" />
 
47
                                        <Add library="..\..\..\winlibs\build\debug\SDL.dll" />
 
48
                                        <Add library="..\..\..\winlibs\build\debug\FTGL.dll" />
 
49
                                        <Add library="..\..\..\winlibs\protobuf\vsprojects\libprotobuf_debug.a" />
 
50
                                        <Add library=".\libZThread_debug.a" />
55
51
                                </Linker>
56
52
                        </Target>
57
53
                </Build>
 
54
                <VirtualTargets>
 
55
                        <Add alias="All" targets="Win32 Release;Win32 Debug;" />
 
56
                </VirtualTargets>
58
57
                <Compiler>
59
 
                        <Add option="-fexceptions"/>
60
 
                        <Add option="-DWIN32"/>
61
 
                        <Add option="-D_WINDOWS"/>
62
 
                        <Add option="-D_MBCS"/>
63
 
                        <Add option="-DNO_SOCKLEN_T"/>
64
 
                        <Add option="-DDONTUSEMEMMANAGER"/>
65
 
                        <Add directory="..\..\src"/>
66
 
                        <Add directory="..\..\src\engine"/>
67
 
                        <Add directory="..\..\src\engine\sound"/>
68
 
                        <Add directory="..\..\src\network"/>
69
 
                        <Add directory="..\..\src\render"/>
70
 
                        <Add directory="..\..\src\tools"/>
71
 
                        <Add directory="..\..\src\resource"/>
72
 
                        <Add directory="..\..\src\tools\values"/>
73
 
                        <Add directory="..\..\src\ui"/>
74
 
                        <Add directory="..\..\src\win32"/>
75
 
                        <Add directory="..\..\src\tron"/>
76
 
                        <Add directory="..\..\src\tron\cockpit"/>
77
 
                        <Add directory="..\..\src\tron\zone"/>
78
 
                        <Add directory="..\..\src\thirdparty\mathexpr"/>
79
 
                        <Add directory="..\..\src\thirdparty\particles"/>
80
 
                        <Add directory="..\..\src\thirdparty\particles\ParticleDLL"/>
81
 
                        <Add directory="..\..\src\thirdparty\shttpd"/>
82
 
                        <Add directory="..\..\..\winlibs\include"/>
83
 
                        <Add directory="..\..\..\winlibs\SDL\include"/>
84
 
                        <Add directory="..\..\..\winlibs\SDL_image"/>
85
 
                        <Add directory="..\..\..\winlibs\SDL_image\VisualC\graphics\include"/>
86
 
                        <Add directory="..\..\..\winlibs\SDL_mixer"/>
87
 
                        <Add directory="..\..\..\winlibs\libxml2\include"/>
88
 
                        <Add directory="..\..\..\winlibs\iconv\include"/>
89
 
                        <Add directory="..\..\..\winlibs\FTGL\include"/>
90
 
                        <Add directory="..\..\..\winlibs\FTGL\win32\freetype\include"/>
91
 
                        <Add directory="..\..\..\winlibs\FTGL\win32\freetype\include\freetype2"/>
92
 
                        <Add directory="..\..\..\winlibs\boost\includes"/>
93
 
                        <Add directory="..\..\src\thirdparty\scrap"/>
94
 
                        <Add directory="..\..\..\winlibs\ZThread\include"/>
95
 
                        <Add directory="..\..\..\winlibs\protobuf\src"/>
96
 
                        <Add directory="..\..\src\protobuf"/>
97
 
                        <Add directory="..\..\src\thirdparty\utf8"/>
 
58
                        <Add option="-fexceptions" />
 
59
                        <Add option="-DWIN32" />
 
60
                        <Add option="-D_WINDOWS" />
 
61
                        <Add option="-D_MBCS" />
 
62
                        <Add option="-DNO_SOCKLEN_T" />
 
63
                        <Add option="-DDONTUSEMEMMANAGER" />
 
64
                        <Add directory="..\..\src" />
 
65
                        <Add directory="..\..\src\engine" />
 
66
                        <Add directory="..\..\src\engine\sound" />
 
67
                        <Add directory="..\..\src\network" />
 
68
                        <Add directory="..\..\src\render" />
 
69
                        <Add directory="..\..\src\tools" />
 
70
                        <Add directory="..\..\src\resource" />
 
71
                        <Add directory="..\..\src\tools\values" />
 
72
                        <Add directory="..\..\src\ui" />
 
73
                        <Add directory="..\..\src\win32" />
 
74
                        <Add directory="..\..\src\tron" />
 
75
                        <Add directory="..\..\src\tron\cockpit" />
 
76
                        <Add directory="..\..\src\tron\zone" />
 
77
                        <Add directory="..\..\src\thirdparty\mathexpr" />
 
78
                        <Add directory="..\..\src\thirdparty\particles" />
 
79
                        <Add directory="..\..\src\thirdparty\particles\ParticleDLL" />
 
80
                        <Add directory="..\..\src\thirdparty\shttpd" />
 
81
                        <Add directory="..\..\..\winlibs\include" />
 
82
                        <Add directory="..\..\..\winlibs\SDL\include" />
 
83
                        <Add directory="..\..\..\winlibs\SDL_image" />
 
84
                        <Add directory="..\..\..\winlibs\SDL_image\VisualC\graphics\include" />
 
85
                        <Add directory="..\..\..\winlibs\SDL_mixer" />
 
86
                        <Add directory="..\..\..\winlibs\libxml2\include" />
 
87
                        <Add directory="..\..\..\winlibs\iconv\include" />
 
88
                        <Add directory="..\..\..\winlibs\FTGL\include" />
 
89
                        <Add directory="..\..\..\winlibs\FTGL\win32\freetype\include" />
 
90
                        <Add directory="..\..\..\winlibs\FTGL\win32\freetype\include\freetype2" />
 
91
                        <Add directory="..\..\..\winlibs\boost\includes" />
 
92
                        <Add directory="..\..\src\thirdparty\scrap" />
 
93
                        <Add directory="..\..\..\winlibs\ZThread\include" />
 
94
                        <Add directory="..\..\..\winlibs\protobuf\src" />
 
95
                        <Add directory="..\..\src\protobuf" />
 
96
                        <Add directory="..\..\src\thirdparty\utf8" />
98
97
                </Compiler>
99
98
                <Linker>
100
 
                        <Add library="libopengl32.a"/>
101
 
                        <Add library="libglu32.a"/>
102
 
                        <Add library="libshell32.a"/>
103
 
                        <Add library="libwsock32.a"/>
104
 
                        <Add library="..\..\..\winlibs\SDL_image\VisualC\graphics\lib\libpng13.lib"/>
105
 
                        <Add library="..\..\..\winlibs\libxml2\lib\libxml2.lib"/>
 
99
                        <Add library="libopengl32.a" />
 
100
                        <Add library="libglu32.a" />
 
101
                        <Add library="libshell32.a" />
 
102
                        <Add library="libwsock32.a" />
 
103
                        <Add library="..\..\..\winlibs\SDL_image\VisualC\graphics\lib\libpng13.lib" />
 
104
                        <Add library="..\..\..\winlibs\libxml2\lib\libxml2.lib" />
106
105
                </Linker>
107
 
                <Unit filename="..\..\src\engine\eAdvWall.cpp">
108
 
                        <Option compilerVar="CPP"/>
109
 
                        <Option target="Win32 Release"/>
110
 
                        <Option target="Win32 Debug"/>
111
 
                </Unit>
112
 
                <Unit filename="..\..\src\engine\eAdvWall.h">
113
 
                        <Option compilerVar=""/>
114
 
                        <Option compile="0"/>
115
 
                        <Option link="0"/>
116
 
                        <Option target="Win32 Release"/>
117
 
                        <Option target="Win32 Debug"/>
118
 
                </Unit>
119
 
                <Unit filename="..\..\src\engine\eAuthentication.cpp">
120
 
                        <Option compilerVar="CPP"/>
121
 
                        <Option target="Win32 Release"/>
122
 
                        <Option target="Win32 Debug"/>
123
 
                </Unit>
124
 
                <Unit filename="..\..\src\engine\eAuthentication.h">
125
 
                        <Option compilerVar=""/>
126
 
                        <Option compile="0"/>
127
 
                        <Option link="0"/>
128
 
                        <Option target="Win32 Release"/>
129
 
                        <Option target="Win32 Debug"/>
130
 
                </Unit>
131
 
                <Unit filename="..\..\src\engine\eAxis.cpp">
132
 
                        <Option compilerVar="CPP"/>
133
 
                        <Option target="Win32 Release"/>
134
 
                        <Option target="Win32 Debug"/>
135
 
                </Unit>
136
 
                <Unit filename="..\..\src\engine\eAxis.h">
137
 
                        <Option compilerVar=""/>
138
 
                        <Option compile="0"/>
139
 
                        <Option link="0"/>
140
 
                        <Option target="Win32 Release"/>
141
 
                        <Option target="Win32 Debug"/>
142
 
                </Unit>
143
 
                <Unit filename="..\..\src\engine\eCamera.cpp">
144
 
                        <Option compilerVar="CPP"/>
145
 
                        <Option target="Win32 Release"/>
146
 
                        <Option target="Win32 Debug"/>
147
 
                </Unit>
148
 
                <Unit filename="..\..\src\engine\eCamera.h">
149
 
                        <Option compilerVar=""/>
150
 
                        <Option compile="0"/>
151
 
                        <Option link="0"/>
152
 
                        <Option target="Win32 Release"/>
153
 
                        <Option target="Win32 Debug"/>
154
 
                </Unit>
155
 
                <Unit filename="..\..\src\engine\eChat.cpp">
156
 
                        <Option compilerVar="CPP"/>
157
 
                        <Option target="Win32 Release"/>
158
 
                        <Option target="Win32 Debug"/>
159
 
                </Unit>
160
 
                <Unit filename="..\..\src\engine\eChat.h">
161
 
                        <Option compilerVar=""/>
162
 
                        <Option compile="0"/>
163
 
                        <Option link="0"/>
164
 
                        <Option target="Win32 Release"/>
165
 
                        <Option target="Win32 Debug"/>
166
 
                </Unit>
167
 
                <Unit filename="..\..\src\engine\eCoord.h">
168
 
                        <Option compilerVar=""/>
169
 
                        <Option compile="0"/>
170
 
                        <Option link="0"/>
171
 
                        <Option target="Win32 Release"/>
172
 
                        <Option target="Win32 Debug"/>
173
 
                </Unit>
174
 
                <Unit filename="..\..\src\engine\eDebugLine.cpp">
175
 
                        <Option compilerVar="CPP"/>
176
 
                        <Option target="Win32 Release"/>
177
 
                        <Option target="Win32 Debug"/>
178
 
                </Unit>
179
 
                <Unit filename="..\..\src\engine\eDebugLine.h">
180
 
                        <Option compilerVar=""/>
181
 
                        <Option compile="0"/>
182
 
                        <Option link="0"/>
183
 
                        <Option target="Win32 Release"/>
184
 
                        <Option target="Win32 Debug"/>
185
 
                </Unit>
186
 
                <Unit filename="..\..\src\engine\eDisplay.cpp">
187
 
                        <Option compilerVar="CPP"/>
188
 
                        <Option target="Win32 Release"/>
189
 
                        <Option target="Win32 Debug"/>
190
 
                </Unit>
191
 
                <Unit filename="..\..\src\engine\eEventNotification.cpp">
192
 
                        <Option compilerVar="CPP"/>
193
 
                        <Option target="Win32 Release"/>
194
 
                        <Option target="Win32 Debug"/>
195
 
                </Unit>
196
 
                <Unit filename="..\..\src\engine\eEventNotification.h">
197
 
                        <Option compilerVar=""/>
198
 
                        <Option compile="0"/>
199
 
                        <Option link="0"/>
200
 
                        <Option target="Win32 Release"/>
201
 
                        <Option target="Win32 Debug"/>
202
 
                </Unit>
203
 
                <Unit filename="..\..\src\engine\eFloor.cpp">
204
 
                        <Option compilerVar="CPP"/>
205
 
                        <Option target="Win32 Release"/>
206
 
                        <Option target="Win32 Debug"/>
207
 
                </Unit>
208
 
                <Unit filename="..\..\src\engine\eFloor.h">
209
 
                        <Option compilerVar=""/>
210
 
                        <Option compile="0"/>
211
 
                        <Option link="0"/>
212
 
                        <Option target="Win32 Release"/>
213
 
                        <Option target="Win32 Debug"/>
214
 
                </Unit>
215
 
                <Unit filename="..\..\src\engine\eGameObject.cpp">
216
 
                        <Option compilerVar="CPP"/>
217
 
                        <Option target="Win32 Release"/>
218
 
                        <Option target="Win32 Debug"/>
219
 
                </Unit>
220
 
                <Unit filename="..\..\src\engine\eGameObject.h">
221
 
                        <Option compilerVar=""/>
222
 
                        <Option compile="0"/>
223
 
                        <Option link="0"/>
224
 
                        <Option target="Win32 Release"/>
225
 
                        <Option target="Win32 Debug"/>
226
 
                </Unit>
227
 
                <Unit filename="..\..\src\engine\eGrid.cpp">
228
 
                        <Option compilerVar="CPP"/>
229
 
                        <Option target="Win32 Release"/>
230
 
                        <Option target="Win32 Debug"/>
231
 
                </Unit>
232
 
                <Unit filename="..\..\src\engine\eGrid.h">
233
 
                        <Option compilerVar=""/>
234
 
                        <Option compile="0"/>
235
 
                        <Option link="0"/>
236
 
                        <Option target="Win32 Release"/>
237
 
                        <Option target="Win32 Debug"/>
238
 
                </Unit>
239
 
                <Unit filename="..\..\src\engine\eKrawall.cpp">
240
 
                        <Option compilerVar="CPP"/>
241
 
                        <Option target="Win32 Release"/>
242
 
                        <Option target="Win32 Debug"/>
243
 
                </Unit>
244
 
                <Unit filename="..\..\src\engine\eKrawall.h">
245
 
                        <Option compilerVar=""/>
246
 
                        <Option compile="0"/>
247
 
                        <Option link="0"/>
248
 
                        <Option target="Win32 Release"/>
249
 
                        <Option target="Win32 Debug"/>
250
 
                </Unit>
251
 
                <Unit filename="..\..\src\engine\eLagCompensation.cpp">
252
 
                        <Option compilerVar="CPP"/>
253
 
                        <Option target="Win32 Release"/>
254
 
                        <Option target="Win32 Debug"/>
255
 
                </Unit>
256
 
                <Unit filename="..\..\src\engine\eLagCompensation.h">
257
 
                        <Option compilerVar=""/>
258
 
                        <Option compile="0"/>
259
 
                        <Option link="0"/>
260
 
                        <Option target="Win32 Release"/>
261
 
                        <Option target="Win32 Debug"/>
262
 
                </Unit>
263
 
                <Unit filename="..\..\src\engine\eNetGameObject.cpp">
264
 
                        <Option compilerVar="CPP"/>
265
 
                        <Option target="Win32 Release"/>
266
 
                        <Option target="Win32 Debug"/>
267
 
                </Unit>
268
 
                <Unit filename="..\..\src\engine\eNetGameObject.h">
269
 
                        <Option compilerVar=""/>
270
 
                        <Option compile="0"/>
271
 
                        <Option link="0"/>
272
 
                        <Option target="Win32 Release"/>
273
 
                        <Option target="Win32 Debug"/>
274
 
                </Unit>
275
 
                <Unit filename="..\..\src\engine\ePath.cpp">
276
 
                        <Option compilerVar="CPP"/>
277
 
                        <Option target="Win32 Release"/>
278
 
                        <Option target="Win32 Debug"/>
279
 
                </Unit>
280
 
                <Unit filename="..\..\src\engine\ePath.h">
281
 
                        <Option compilerVar=""/>
282
 
                        <Option compile="0"/>
283
 
                        <Option link="0"/>
284
 
                        <Option target="Win32 Release"/>
285
 
                        <Option target="Win32 Debug"/>
286
 
                </Unit>
287
 
                <Unit filename="..\..\src\engine\ePlayer.cpp">
288
 
                        <Option compilerVar="CPP"/>
289
 
                        <Option target="Win32 Release"/>
290
 
                        <Option target="Win32 Debug"/>
291
 
                </Unit>
292
 
                <Unit filename="..\..\src\engine\ePlayer.h">
293
 
                        <Option compilerVar=""/>
294
 
                        <Option compile="0"/>
295
 
                        <Option link="0"/>
296
 
                        <Option target="Win32 Release"/>
297
 
                        <Option target="Win32 Debug"/>
298
 
                </Unit>
299
 
                <Unit filename="..\..\src\engine\eRectangle.h">
300
 
                        <Option compilerVar=""/>
301
 
                        <Option compile="0"/>
302
 
                        <Option link="0"/>
303
 
                        <Option target="Win32 Release"/>
304
 
                        <Option target="Win32 Debug"/>
305
 
                </Unit>
306
 
                <Unit filename="..\..\src\engine\eSensor.cpp">
307
 
                        <Option compilerVar="CPP"/>
308
 
                        <Option target="Win32 Release"/>
309
 
                        <Option target="Win32 Debug"/>
310
 
                </Unit>
311
 
                <Unit filename="..\..\src\engine\eSensor.h">
312
 
                        <Option compilerVar=""/>
313
 
                        <Option compile="0"/>
314
 
                        <Option link="0"/>
315
 
                        <Option target="Win32 Release"/>
316
 
                        <Option target="Win32 Debug"/>
317
 
                </Unit>
 
106
                <Unit filename="..\..\src\engine\eAdvWall.cpp" />
 
107
                <Unit filename="..\..\src\engine\eAdvWall.h" />
 
108
                <Unit filename="..\..\src\engine\eAuthentication.cpp" />
 
109
                <Unit filename="..\..\src\engine\eAuthentication.h" />
 
110
                <Unit filename="..\..\src\engine\eAxis.cpp" />
 
111
                <Unit filename="..\..\src\engine\eAxis.h" />
 
112
                <Unit filename="..\..\src\engine\eCamera.cpp" />
 
113
                <Unit filename="..\..\src\engine\eCamera.h" />
 
114
                <Unit filename="..\..\src\engine\eChat.cpp" />
 
115
                <Unit filename="..\..\src\engine\eChat.h" />
 
116
                <Unit filename="..\..\src\engine\eCoord.h" />
 
117
                <Unit filename="..\..\src\engine\eDebugLine.cpp" />
 
118
                <Unit filename="..\..\src\engine\eDebugLine.h" />
 
119
                <Unit filename="..\..\src\engine\eDisplay.cpp" />
 
120
                <Unit filename="..\..\src\engine\eEventNotification.cpp" />
 
121
                <Unit filename="..\..\src\engine\eEventNotification.h" />
 
122
                <Unit filename="..\..\src\engine\eFloor.cpp" />
 
123
                <Unit filename="..\..\src\engine\eFloor.h" />
 
124
                <Unit filename="..\..\src\engine\eGameObject.cpp" />
 
125
                <Unit filename="..\..\src\engine\eGameObject.h" />
 
126
                <Unit filename="..\..\src\engine\eGrid.cpp" />
 
127
                <Unit filename="..\..\src\engine\eGrid.h" />
 
128
                <Unit filename="..\..\src\engine\eKrawall.cpp" />
 
129
                <Unit filename="..\..\src\engine\eKrawall.h" />
 
130
                <Unit filename="..\..\src\engine\eLagCompensation.cpp" />
 
131
                <Unit filename="..\..\src\engine\eLagCompensation.h" />
 
132
                <Unit filename="..\..\src\engine\eNetGameObject.cpp" />
 
133
                <Unit filename="..\..\src\engine\eNetGameObject.h" />
 
134
                <Unit filename="..\..\src\engine\ePath.cpp" />
 
135
                <Unit filename="..\..\src\engine\ePath.h" />
 
136
                <Unit filename="..\..\src\engine\ePlayer.cpp" />
 
137
                <Unit filename="..\..\src\engine\ePlayer.h" />
 
138
                <Unit filename="..\..\src\engine\eRectangle.h" />
 
139
                <Unit filename="..\..\src\engine\eSensor.cpp" />
 
140
                <Unit filename="..\..\src\engine\eSensor.h" />
318
141
                <Unit filename="..\..\src\engine\eSound.cpp">
319
 
                        <Option compilerVar="CPP"/>
320
 
                        <Option compile="0"/>
321
 
                        <Option link="0"/>
322
 
                        <Option target="Win32 Release"/>
323
 
                        <Option target="Win32 Debug"/>
324
 
                </Unit>
325
 
                <Unit filename="..\..\src\engine\eSound.h">
326
 
                        <Option compilerVar=""/>
327
 
                        <Option compile="0"/>
328
 
                        <Option link="0"/>
329
 
                        <Option target="Win32 Release"/>
330
 
                        <Option target="Win32 Debug"/>
331
 
                </Unit>
332
 
                <Unit filename="..\..\src\engine\eSoundMixer.cpp">
333
 
                        <Option compilerVar="CPP"/>
334
 
                        <Option target="Win32 Release"/>
335
 
                        <Option target="Win32 Debug"/>
336
 
                </Unit>
337
 
                <Unit filename="..\..\src\engine\eSoundMixer.h">
338
 
                        <Option compilerVar=""/>
339
 
                        <Option compile="0"/>
340
 
                        <Option link="0"/>
341
 
                        <Option target="Win32 Release"/>
342
 
                        <Option target="Win32 Debug"/>
343
 
                </Unit>
344
 
                <Unit filename="..\..\src\engine\eTeam.cpp">
345
 
                        <Option compilerVar="CPP"/>
346
 
                        <Option target="Win32 Release"/>
347
 
                        <Option target="Win32 Debug"/>
348
 
                </Unit>
349
 
                <Unit filename="..\..\src\engine\eTeam.h">
350
 
                        <Option compilerVar=""/>
351
 
                        <Option compile="0"/>
352
 
                        <Option link="0"/>
353
 
                        <Option target="Win32 Release"/>
354
 
                        <Option target="Win32 Debug"/>
355
 
                </Unit>
356
 
                <Unit filename="..\..\src\engine\eTess2.h">
357
 
                        <Option compilerVar=""/>
358
 
                        <Option compile="0"/>
359
 
                        <Option link="0"/>
360
 
                        <Option target="Win32 Release"/>
361
 
                        <Option target="Win32 Debug"/>
362
 
                </Unit>
363
 
                <Unit filename="..\..\src\engine\eTimer.cpp">
364
 
                        <Option compilerVar="CPP"/>
365
 
                        <Option target="Win32 Release"/>
366
 
                        <Option target="Win32 Debug"/>
367
 
                </Unit>
368
 
                <Unit filename="..\..\src\engine\eTimer.h">
369
 
                        <Option compilerVar=""/>
370
 
                        <Option compile="0"/>
371
 
                        <Option link="0"/>
372
 
                        <Option target="Win32 Release"/>
373
 
                        <Option target="Win32 Debug"/>
374
 
                </Unit>
375
 
                <Unit filename="..\..\src\engine\eVoter.cpp">
376
 
                        <Option compilerVar="CPP"/>
377
 
                        <Option target="Win32 Release"/>
378
 
                        <Option target="Win32 Debug"/>
379
 
                </Unit>
380
 
                <Unit filename="..\..\src\engine\eVoter.h">
381
 
                        <Option compilerVar=""/>
382
 
                        <Option compile="0"/>
383
 
                        <Option link="0"/>
384
 
                        <Option target="Win32 Release"/>
385
 
                        <Option target="Win32 Debug"/>
386
 
                </Unit>
387
 
                <Unit filename="..\..\src\engine\eWall.cpp">
388
 
                        <Option compilerVar="CPP"/>
389
 
                        <Option target="Win32 Release"/>
390
 
                        <Option target="Win32 Debug"/>
391
 
                </Unit>
392
 
                <Unit filename="..\..\src\engine\eWall.h">
393
 
                        <Option compilerVar=""/>
394
 
                        <Option compile="0"/>
395
 
                        <Option link="0"/>
396
 
                        <Option target="Win32 Release"/>
397
 
                        <Option target="Win32 Debug"/>
398
 
                </Unit>
399
 
                <Unit filename="..\..\src\engine\sound\base\eChannel.h">
400
 
                        <Option compilerVar=""/>
401
 
                        <Option compile="0"/>
402
 
                        <Option link="0"/>
403
 
                        <Option target="Win32 Release"/>
404
 
                        <Option target="Win32 Debug"/>
405
 
                </Unit>
406
 
                <Unit filename="..\..\src\engine\sound\sdl_mixer\eChannelSDLMixer.cpp">
407
 
                        <Option compilerVar="CPP"/>
408
 
                        <Option target="Win32 Release"/>
409
 
                        <Option target="Win32 Debug"/>
410
 
                </Unit>
411
 
                <Unit filename="..\..\src\engine\sound\sdl_mixer\eChannelSDLMixer.h">
412
 
                        <Option compilerVar=""/>
413
 
                        <Option compile="0"/>
414
 
                        <Option link="0"/>
415
 
                        <Option target="Win32 Release"/>
416
 
                        <Option target="Win32 Debug"/>
417
 
                </Unit>
418
 
                <Unit filename="..\..\src\engine\sound\sdl_mixer\eMusicTrackSDLMixer.cpp">
419
 
                        <Option compilerVar="CPP"/>
420
 
                        <Option target="Win32 Release"/>
421
 
                        <Option target="Win32 Debug"/>
422
 
                </Unit>
423
 
                <Unit filename="..\..\src\engine\sound\sdl_mixer\eMusicTrackSDLMixer.h">
424
 
                        <Option compilerVar=""/>
425
 
                        <Option compile="0"/>
426
 
                        <Option link="0"/>
427
 
                        <Option target="Win32 Release"/>
428
 
                        <Option target="Win32 Debug"/>
429
 
                </Unit>
 
142
                        <Option compile="0" />
 
143
                        <Option link="0" />
 
144
                </Unit>
 
145
                <Unit filename="..\..\src\engine\eSound.h" />
 
146
                <Unit filename="..\..\src\engine\eSoundMixer.cpp" />
 
147
                <Unit filename="..\..\src\engine\eSoundMixer.h" />
 
148
                <Unit filename="..\..\src\engine\eTeam.cpp" />
 
149
                <Unit filename="..\..\src\engine\eTeam.h" />
 
150
                <Unit filename="..\..\src\engine\eTess2.h" />
 
151
                <Unit filename="..\..\src\engine\eTimer.cpp" />
 
152
                <Unit filename="..\..\src\engine\eTimer.h" />
 
153
                <Unit filename="..\..\src\engine\eVoter.cpp" />
 
154
                <Unit filename="..\..\src\engine\eVoter.h" />
 
155
                <Unit filename="..\..\src\engine\eWall.cpp" />
 
156
                <Unit filename="..\..\src\engine\eWall.h" />
 
157
                <Unit filename="..\..\src\engine\sound\base\eChannel.h" />
 
158
                <Unit filename="..\..\src\engine\sound\sdl_mixer\eChannelSDLMixer.cpp" />
 
159
                <Unit filename="..\..\src\engine\sound\sdl_mixer\eChannelSDLMixer.h" />
 
160
                <Unit filename="..\..\src\engine\sound\sdl_mixer\eMusicTrackSDLMixer.cpp" />
 
161
                <Unit filename="..\..\src\engine\sound\sdl_mixer\eMusicTrackSDLMixer.h" />
430
162
                <Unit filename="..\..\src\engine\test.cpp">
431
 
                        <Option compilerVar="CPP"/>
432
 
                        <Option compile="0"/>
433
 
                        <Option link="0"/>
434
 
                        <Option target="Win32 Release"/>
435
 
                        <Option target="Win32 Debug"/>
 
163
                        <Option compile="0" />
 
164
                        <Option link="0" />
436
165
                </Unit>
437
166
                <Unit filename="..\..\src\network\astat.cpp">
438
 
                        <Option compilerVar="CPP"/>
439
 
                        <Option compile="0"/>
440
 
                        <Option link="0"/>
441
 
                        <Option target="Win32 Release"/>
442
 
                        <Option target="Win32 Debug"/>
 
167
                        <Option compile="0" />
 
168
                        <Option link="0" />
443
169
                </Unit>
444
170
                <Unit filename="..\..\src\network\l2_demo.cpp">
445
 
                        <Option compilerVar="CPP"/>
446
 
                        <Option compile="0"/>
447
 
                        <Option link="0"/>
 
171
                        <Option compile="0" />
 
172
                        <Option link="0" />
448
173
                </Unit>
449
174
                <Unit filename="..\..\src\network\l3_demo.cpp">
450
 
                        <Option compilerVar="CPP"/>
451
 
                        <Option compile="0"/>
452
 
                        <Option link="0"/>
453
 
                        <Option target="Win32 Release"/>
454
 
                        <Option target="Win32 Debug"/>
 
175
                        <Option compile="0" />
 
176
                        <Option link="0" />
455
177
                </Unit>
456
178
                <Unit filename="..\..\src\network\master.cpp">
457
 
                        <Option compilerVar="CPP"/>
458
 
                        <Option compile="0"/>
459
 
                        <Option link="0"/>
460
 
                        <Option target="Win32 Release"/>
461
 
                        <Option target="Win32 Debug"/>
462
 
                </Unit>
463
 
                <Unit filename="..\..\src\network\md5.cpp">
464
 
                        <Option compilerVar="CPP"/>
465
 
                        <Option target="Win32 Release"/>
466
 
                        <Option target="Win32 Debug"/>
467
 
                </Unit>
468
 
                <Unit filename="..\..\src\network\md5.h">
469
 
                        <Option compilerVar=""/>
470
 
                        <Option compile="0"/>
471
 
                        <Option link="0"/>
472
 
                        <Option target="Win32 Release"/>
473
 
                        <Option target="Win32 Debug"/>
474
 
                </Unit>
475
 
                <Unit filename="..\..\src\network\nAuthentication.cpp">
476
 
                        <Option compilerVar="CPP"/>
477
 
                        <Option target="Win32 Release"/>
478
 
                        <Option target="Win32 Debug"/>
479
 
                </Unit>
480
 
                <Unit filename="..\..\src\network\nAuthentication.h">
481
 
                        <Option compilerVar=""/>
482
 
                        <Option compile="0"/>
483
 
                        <Option link="0"/>
484
 
                        <Option target="Win32 Release"/>
485
 
                        <Option target="Win32 Debug"/>
486
 
                </Unit>
487
 
                <Unit filename="..\..\src\network\nBinary.cpp">
488
 
                        <Option compilerVar="CPP"/>
489
 
                        <Option target="Win32 Release"/>
490
 
                        <Option target="Win32 Debug"/>
491
 
                </Unit>
492
 
                <Unit filename="..\..\src\network\nBinary.h">
493
 
                        <Option compilerVar=""/>
494
 
                        <Option compile="0"/>
495
 
                        <Option link="0"/>
496
 
                        <Option target="Win32 Release"/>
497
 
                        <Option target="Win32 Debug"/>
498
 
                </Unit>
499
 
                <Unit filename="..\..\src\network\nConfig.cpp">
500
 
                        <Option compilerVar="CPP"/>
501
 
                        <Option target="Win32 Release"/>
502
 
                        <Option target="Win32 Debug"/>
503
 
                </Unit>
504
 
                <Unit filename="..\..\src\network\nConfig.h">
505
 
                        <Option compilerVar=""/>
506
 
                        <Option compile="0"/>
507
 
                        <Option link="0"/>
508
 
                        <Option target="Win32 Release"/>
509
 
                        <Option target="Win32 Debug"/>
510
 
                </Unit>
511
 
                <Unit filename="..\..\src\network\nKrawall.cpp">
512
 
                        <Option compilerVar="CPP"/>
513
 
                        <Option target="Win32 Release"/>
514
 
                        <Option target="Win32 Debug"/>
515
 
                </Unit>
516
 
                <Unit filename="..\..\src\network\nKrawall.h">
517
 
                        <Option compilerVar=""/>
518
 
                        <Option compile="0"/>
519
 
                        <Option link="0"/>
520
 
                        <Option target="Win32 Release"/>
521
 
                        <Option target="Win32 Debug"/>
522
 
                </Unit>
523
 
                <Unit filename="..\..\src\network\nKrawallPrivate.cpp">
524
 
                        <Option compilerVar="CPP"/>
525
 
                        <Option target="Win32 Release"/>
526
 
                        <Option target="Win32 Debug"/>
527
 
                </Unit>
528
 
                <Unit filename="..\..\src\network\nNetObject.cpp">
529
 
                        <Option compilerVar="CPP"/>
530
 
                        <Option target="Win32 Release"/>
531
 
                        <Option target="Win32 Debug"/>
532
 
                </Unit>
533
 
                <Unit filename="..\..\src\network\nNetObject.h">
534
 
                        <Option compilerVar=""/>
535
 
                        <Option compile="0"/>
536
 
                        <Option link="0"/>
537
 
                        <Option target="Win32 Release"/>
538
 
                        <Option target="Win32 Debug"/>
539
 
                </Unit>
540
 
                <Unit filename="..\..\src\network\nNetwork.cpp">
541
 
                        <Option compilerVar="CPP"/>
542
 
                        <Option target="Win32 Release"/>
543
 
                        <Option target="Win32 Debug"/>
544
 
                </Unit>
545
 
                <Unit filename="..\..\src\network\nNetwork.h">
546
 
                        <Option compilerVar=""/>
547
 
                        <Option compile="0"/>
548
 
                        <Option link="0"/>
549
 
                        <Option target="Win32 Release"/>
550
 
                        <Option target="Win32 Debug"/>
551
 
                </Unit>
552
 
                <Unit filename="..\..\src\network\nObserver.cpp">
553
 
                        <Option compilerVar="CPP"/>
554
 
                        <Option target="Win32 Release"/>
555
 
                        <Option target="Win32 Debug"/>
556
 
                </Unit>
557
 
                <Unit filename="..\..\src\network\nObserver.h">
558
 
                        <Option compilerVar=""/>
559
 
                        <Option compile="0"/>
560
 
                        <Option link="0"/>
561
 
                        <Option target="Win32 Release"/>
562
 
                        <Option target="Win32 Debug"/>
563
 
                </Unit>
564
 
                <Unit filename="..\..\src\network\nPriorizing.cpp">
565
 
                        <Option compilerVar="CPP"/>
566
 
                        <Option target="Win32 Release"/>
567
 
                        <Option target="Win32 Debug"/>
568
 
                </Unit>
569
 
                <Unit filename="..\..\src\network\nPriorizing.h">
570
 
                        <Option compilerVar=""/>
571
 
                        <Option compile="0"/>
572
 
                        <Option link="0"/>
573
 
                        <Option target="Win32 Release"/>
574
 
                        <Option target="Win32 Debug"/>
575
 
                </Unit>
576
 
                <Unit filename="..\..\src\network\nProtoBuf.cpp">
577
 
                        <Option compilerVar="CPP"/>
578
 
                        <Option target="Win32 Release"/>
579
 
                        <Option target="Win32 Debug"/>
580
 
                </Unit>
581
 
                <Unit filename="..\..\src\network\nProtoBuf.h">
582
 
                        <Option compilerVar=""/>
583
 
                        <Option compile="0"/>
584
 
                        <Option link="0"/>
585
 
                        <Option target="Win32 Release"/>
586
 
                        <Option target="Win32 Debug"/>
587
 
                </Unit>
588
 
                <Unit filename="..\..\src\network\nServerInfo.cpp">
589
 
                        <Option compilerVar="CPP"/>
590
 
                        <Option target="Win32 Release"/>
591
 
                        <Option target="Win32 Debug"/>
592
 
                </Unit>
593
 
                <Unit filename="..\..\src\network\nServerInfo.h">
594
 
                        <Option compilerVar=""/>
595
 
                        <Option compile="0"/>
596
 
                        <Option link="0"/>
597
 
                        <Option target="Win32 Release"/>
598
 
                        <Option target="Win32 Debug"/>
599
 
                </Unit>
600
 
                <Unit filename="..\..\src\network\nSimulatePing.h">
601
 
                        <Option compilerVar=""/>
602
 
                        <Option compile="0"/>
603
 
                        <Option link="0"/>
604
 
                        <Option target="Win32 Release"/>
605
 
                        <Option target="Win32 Debug"/>
606
 
                </Unit>
607
 
                <Unit filename="..\..\src\network\nSocket.cpp">
608
 
                        <Option compilerVar="CPP"/>
609
 
                        <Option target="Win32 Release"/>
610
 
                        <Option target="Win32 Debug"/>
611
 
                </Unit>
612
 
                <Unit filename="..\..\src\network\nSocket.h">
613
 
                        <Option compilerVar=""/>
614
 
                        <Option compile="0"/>
615
 
                        <Option link="0"/>
616
 
                        <Option target="Win32 Release"/>
617
 
                        <Option target="Win32 Debug"/>
618
 
                </Unit>
619
 
                <Unit filename="..\..\src\network\nSpamProtection.cpp">
620
 
                        <Option compilerVar="CPP"/>
621
 
                        <Option target="Win32 Release"/>
622
 
                        <Option target="Win32 Debug"/>
623
 
                </Unit>
624
 
                <Unit filename="..\..\src\network\nSpamProtection.h">
625
 
                        <Option compilerVar=""/>
626
 
                        <Option compile="0"/>
627
 
                        <Option link="0"/>
628
 
                        <Option target="Win32 Release"/>
629
 
                        <Option target="Win32 Debug"/>
630
 
                </Unit>
631
 
                <Unit filename="..\..\src\network\nStreamMessage.cpp">
632
 
                        <Option compilerVar="CPP"/>
633
 
                        <Option target="Win32 Release"/>
634
 
                        <Option target="Win32 Debug"/>
635
 
                </Unit>
636
 
                <Unit filename="..\..\src\network\nStreamMessage.h">
637
 
                        <Option compilerVar=""/>
638
 
                        <Option compile="0"/>
639
 
                        <Option link="0"/>
640
 
                        <Option target="Win32 Release"/>
641
 
                        <Option target="Win32 Debug"/>
642
 
                </Unit>
 
179
                        <Option compile="0" />
 
180
                        <Option link="0" />
 
181
                </Unit>
 
182
                <Unit filename="..\..\src\network\md5.cpp" />
 
183
                <Unit filename="..\..\src\network\md5.h" />
 
184
                <Unit filename="..\..\src\network\nAuthentication.cpp" />
 
185
                <Unit filename="..\..\src\network\nAuthentication.h" />
 
186
                <Unit filename="..\..\src\network\nBinary.cpp" />
 
187
                <Unit filename="..\..\src\network\nBinary.h" />
 
188
                <Unit filename="..\..\src\network\nConfig.cpp" />
 
189
                <Unit filename="..\..\src\network\nConfig.h" />
 
190
                <Unit filename="..\..\src\network\nKrawall.cpp" />
 
191
                <Unit filename="..\..\src\network\nKrawall.h" />
 
192
                <Unit filename="..\..\src\network\nKrawallPrivate.cpp" />
 
193
                <Unit filename="..\..\src\network\nNetObject.cpp" />
 
194
                <Unit filename="..\..\src\network\nNetObject.h" />
 
195
                <Unit filename="..\..\src\network\nNetwork.cpp" />
 
196
                <Unit filename="..\..\src\network\nNetwork.h" />
 
197
                <Unit filename="..\..\src\network\nObserver.cpp" />
 
198
                <Unit filename="..\..\src\network\nObserver.h" />
 
199
                <Unit filename="..\..\src\network\nPriorizing.cpp" />
 
200
                <Unit filename="..\..\src\network\nPriorizing.h" />
 
201
                <Unit filename="..\..\src\network\nProtoBuf.cpp" />
 
202
                <Unit filename="..\..\src\network\nProtoBuf.h" />
 
203
                <Unit filename="..\..\src\network\nServerInfo.cpp" />
 
204
                <Unit filename="..\..\src\network\nServerInfo.h" />
 
205
                <Unit filename="..\..\src\network\nSimulatePing.h" />
 
206
                <Unit filename="..\..\src\network\nSocket.cpp" />
 
207
                <Unit filename="..\..\src\network\nSocket.h" />
 
208
                <Unit filename="..\..\src\network\nSpamProtection.cpp" />
 
209
                <Unit filename="..\..\src\network\nSpamProtection.h" />
 
210
                <Unit filename="..\..\src\network\nStreamMessage.cpp" />
 
211
                <Unit filename="..\..\src\network\nStreamMessage.h" />
643
212
                <Unit filename="..\..\src\network\nettest.cpp">
644
 
                        <Option compilerVar="CPP"/>
645
 
                        <Option compile="0"/>
646
 
                        <Option link="0"/>
647
 
                        <Option target="Win32 Release"/>
648
 
                        <Option target="Win32 Debug"/>
 
213
                        <Option compile="0" />
 
214
                        <Option link="0" />
649
215
                </Unit>
650
216
                <Unit filename="..\..\src\network\nettest_main.cpp">
651
 
                        <Option compilerVar="CPP"/>
652
 
                        <Option compile="0"/>
653
 
                        <Option link="0"/>
654
 
                        <Option target="Win32 Release"/>
655
 
                        <Option target="Win32 Debug"/>
 
217
                        <Option compile="0" />
 
218
                        <Option link="0" />
656
219
                </Unit>
657
220
                <Unit filename="..\..\src\protobuf\eEventNotification.pb.cc">
658
 
                        <Option compilerVar="CC"/>
659
 
                        <Option target="Win32 Release"/>
660
 
                        <Option target="Win32 Debug"/>
661
 
                </Unit>
662
 
                <Unit filename="..\..\src\protobuf\eEventNotification.pb.h">
663
 
                        <Option compilerVar=""/>
664
 
                        <Option compile="0"/>
665
 
                        <Option link="0"/>
666
 
                        <Option target="Win32 Release"/>
667
 
                        <Option target="Win32 Debug"/>
668
 
                </Unit>
669
 
                <Unit filename="..\..\src\protobuf\eEventNotification.proto">
670
 
                        <Option compilerVar=""/>
671
 
                        <Option compile="0"/>
672
 
                        <Option link="0"/>
673
 
                        <Option target="Win32 Release"/>
674
 
                        <Option target="Win32 Debug"/>
675
 
                </Unit>
 
221
                        <Option compilerVar="CC" />
 
222
                </Unit>
 
223
                <Unit filename="..\..\src\protobuf\eEventNotification.pb.h" />
 
224
                <Unit filename="..\..\src\protobuf\eEventNotification.proto" />
676
225
                <Unit filename="..\..\src\protobuf\eLagCompensation.pb.cc">
677
 
                        <Option compilerVar="CC"/>
678
 
                        <Option target="Win32 Release"/>
679
 
                        <Option target="Win32 Debug"/>
680
 
                </Unit>
681
 
                <Unit filename="..\..\src\protobuf\eLagCompensation.pb.h">
682
 
                        <Option compilerVar=""/>
683
 
                        <Option compile="0"/>
684
 
                        <Option link="0"/>
685
 
                        <Option target="Win32 Release"/>
686
 
                        <Option target="Win32 Debug"/>
687
 
                </Unit>
688
 
                <Unit filename="..\..\src\protobuf\eLagCompensation.proto">
689
 
                        <Option compilerVar=""/>
690
 
                        <Option compile="0"/>
691
 
                        <Option link="0"/>
692
 
                        <Option target="Win32 Release"/>
693
 
                        <Option target="Win32 Debug"/>
694
 
                </Unit>
 
226
                        <Option compilerVar="CC" />
 
227
                </Unit>
 
228
                <Unit filename="..\..\src\protobuf\eLagCompensation.pb.h" />
 
229
                <Unit filename="..\..\src\protobuf\eLagCompensation.proto" />
695
230
                <Unit filename="..\..\src\protobuf\eNetGameObject.pb.cc">
696
 
                        <Option compilerVar="CC"/>
697
 
                        <Option target="Win32 Release"/>
698
 
                        <Option target="Win32 Debug"/>
699
 
                </Unit>
700
 
                <Unit filename="..\..\src\protobuf\eNetGameObject.pb.h">
701
 
                        <Option compilerVar=""/>
702
 
                        <Option compile="0"/>
703
 
                        <Option link="0"/>
704
 
                        <Option target="Win32 Release"/>
705
 
                        <Option target="Win32 Debug"/>
706
 
                </Unit>
707
 
                <Unit filename="..\..\src\protobuf\eNetGameObject.proto">
708
 
                        <Option compilerVar=""/>
709
 
                        <Option compile="0"/>
710
 
                        <Option link="0"/>
711
 
                        <Option target="Win32 Release"/>
712
 
                        <Option target="Win32 Debug"/>
713
 
                </Unit>
 
231
                        <Option compilerVar="CC" />
 
232
                </Unit>
 
233
                <Unit filename="..\..\src\protobuf\eNetGameObject.pb.h" />
 
234
                <Unit filename="..\..\src\protobuf\eNetGameObject.proto" />
714
235
                <Unit filename="..\..\src\protobuf\ePlayer.pb.cc">
715
 
                        <Option compilerVar="CC"/>
716
 
                        <Option target="Win32 Release"/>
717
 
                        <Option target="Win32 Debug"/>
718
 
                </Unit>
719
 
                <Unit filename="..\..\src\protobuf\ePlayer.pb.h">
720
 
                        <Option compilerVar=""/>
721
 
                        <Option compile="0"/>
722
 
                        <Option link="0"/>
723
 
                        <Option target="Win32 Release"/>
724
 
                        <Option target="Win32 Debug"/>
725
 
                </Unit>
726
 
                <Unit filename="..\..\src\protobuf\ePlayer.proto">
727
 
                        <Option compilerVar=""/>
728
 
                        <Option compile="0"/>
729
 
                        <Option link="0"/>
730
 
                        <Option target="Win32 Release"/>
731
 
                        <Option target="Win32 Debug"/>
732
 
                </Unit>
 
236
                        <Option compilerVar="CC" />
 
237
                </Unit>
 
238
                <Unit filename="..\..\src\protobuf\ePlayer.pb.h" />
 
239
                <Unit filename="..\..\src\protobuf\ePlayer.proto" />
733
240
                <Unit filename="..\..\src\protobuf\eTeam.pb.cc">
734
 
                        <Option compilerVar="CC"/>
735
 
                        <Option target="Win32 Release"/>
736
 
                        <Option target="Win32 Debug"/>
737
 
                </Unit>
738
 
                <Unit filename="..\..\src\protobuf\eTeam.pb.h">
739
 
                        <Option compilerVar=""/>
740
 
                        <Option compile="0"/>
741
 
                        <Option link="0"/>
742
 
                        <Option target="Win32 Release"/>
743
 
                        <Option target="Win32 Debug"/>
744
 
                </Unit>
745
 
                <Unit filename="..\..\src\protobuf\eTeam.proto">
746
 
                        <Option compilerVar=""/>
747
 
                        <Option compile="0"/>
748
 
                        <Option link="0"/>
749
 
                        <Option target="Win32 Release"/>
750
 
                        <Option target="Win32 Debug"/>
751
 
                </Unit>
 
241
                        <Option compilerVar="CC" />
 
242
                </Unit>
 
243
                <Unit filename="..\..\src\protobuf\eTeam.pb.h" />
 
244
                <Unit filename="..\..\src\protobuf\eTeam.proto" />
752
245
                <Unit filename="..\..\src\protobuf\eTimer.pb.cc">
753
 
                        <Option compilerVar="CC"/>
754
 
                        <Option target="Win32 Release"/>
755
 
                        <Option target="Win32 Debug"/>
756
 
                </Unit>
757
 
                <Unit filename="..\..\src\protobuf\eTimer.pb.h">
758
 
                        <Option compilerVar=""/>
759
 
                        <Option compile="0"/>
760
 
                        <Option link="0"/>
761
 
                        <Option target="Win32 Release"/>
762
 
                        <Option target="Win32 Debug"/>
763
 
                </Unit>
764
 
                <Unit filename="..\..\src\protobuf\eTimer.proto">
765
 
                        <Option compilerVar=""/>
766
 
                        <Option compile="0"/>
767
 
                        <Option link="0"/>
768
 
                        <Option target="Win32 Release"/>
769
 
                        <Option target="Win32 Debug"/>
770
 
                </Unit>
 
246
                        <Option compilerVar="CC" />
 
247
                </Unit>
 
248
                <Unit filename="..\..\src\protobuf\eTimer.pb.h" />
 
249
                <Unit filename="..\..\src\protobuf\eTimer.proto" />
771
250
                <Unit filename="..\..\src\protobuf\eVoter.pb.cc">
772
 
                        <Option compilerVar="CC"/>
773
 
                        <Option target="Win32 Release"/>
774
 
                        <Option target="Win32 Debug"/>
775
 
                </Unit>
776
 
                <Unit filename="..\..\src\protobuf\eVoter.pb.h">
777
 
                        <Option compilerVar=""/>
778
 
                        <Option compile="0"/>
779
 
                        <Option link="0"/>
780
 
                        <Option target="Win32 Release"/>
781
 
                        <Option target="Win32 Debug"/>
782
 
                </Unit>
783
 
                <Unit filename="..\..\src\protobuf\eVoter.proto">
784
 
                        <Option compilerVar=""/>
785
 
                        <Option compile="0"/>
786
 
                        <Option link="0"/>
787
 
                        <Option target="Win32 Release"/>
788
 
                        <Option target="Win32 Debug"/>
789
 
                </Unit>
 
251
                        <Option compilerVar="CC" />
 
252
                </Unit>
 
253
                <Unit filename="..\..\src\protobuf\eVoter.pb.h" />
 
254
                <Unit filename="..\..\src\protobuf\eVoter.proto" />
790
255
                <Unit filename="..\..\src\protobuf\gAIBase.pb.cc">
791
 
                        <Option compilerVar="CC"/>
792
 
                        <Option target="Win32 Release"/>
793
 
                        <Option target="Win32 Debug"/>
794
 
                </Unit>
795
 
                <Unit filename="..\..\src\protobuf\gAIBase.pb.h">
796
 
                        <Option compilerVar=""/>
797
 
                        <Option compile="0"/>
798
 
                        <Option link="0"/>
799
 
                        <Option target="Win32 Release"/>
800
 
                        <Option target="Win32 Debug"/>
801
 
                </Unit>
802
 
                <Unit filename="..\..\src\protobuf\gAIBase.proto">
803
 
                        <Option compilerVar=""/>
804
 
                        <Option compile="0"/>
805
 
                        <Option link="0"/>
806
 
                        <Option target="Win32 Release"/>
807
 
                        <Option target="Win32 Debug"/>
808
 
                </Unit>
 
256
                        <Option compilerVar="CC" />
 
257
                </Unit>
 
258
                <Unit filename="..\..\src\protobuf\gAIBase.pb.h" />
 
259
                <Unit filename="..\..\src\protobuf\gAIBase.proto" />
809
260
                <Unit filename="..\..\src\protobuf\gCycle.pb.cc">
810
 
                        <Option compilerVar="CC"/>
811
 
                        <Option target="Win32 Release"/>
812
 
                        <Option target="Win32 Debug"/>
813
 
                </Unit>
814
 
                <Unit filename="..\..\src\protobuf\gCycle.pb.h">
815
 
                        <Option compilerVar=""/>
816
 
                        <Option compile="0"/>
817
 
                        <Option link="0"/>
818
 
                        <Option target="Win32 Release"/>
819
 
                        <Option target="Win32 Debug"/>
820
 
                </Unit>
821
 
                <Unit filename="..\..\src\protobuf\gCycle.proto">
822
 
                        <Option compilerVar=""/>
823
 
                        <Option compile="0"/>
824
 
                        <Option link="0"/>
825
 
                        <Option target="Win32 Release"/>
826
 
                        <Option target="Win32 Debug"/>
827
 
                </Unit>
 
261
                        <Option compilerVar="CC" />
 
262
                </Unit>
 
263
                <Unit filename="..\..\src\protobuf\gCycle.pb.h" />
 
264
                <Unit filename="..\..\src\protobuf\gCycle.proto" />
828
265
                <Unit filename="..\..\src\protobuf\gGame.pb.cc">
829
 
                        <Option compilerVar="CC"/>
830
 
                        <Option target="Win32 Release"/>
831
 
                        <Option target="Win32 Debug"/>
832
 
                </Unit>
833
 
                <Unit filename="..\..\src\protobuf\gGame.pb.h">
834
 
                        <Option compilerVar=""/>
835
 
                        <Option compile="0"/>
836
 
                        <Option link="0"/>
837
 
                        <Option target="Win32 Release"/>
838
 
                        <Option target="Win32 Debug"/>
839
 
                </Unit>
840
 
                <Unit filename="..\..\src\protobuf\gGame.proto">
841
 
                        <Option compilerVar=""/>
842
 
                        <Option compile="0"/>
843
 
                        <Option link="0"/>
844
 
                        <Option target="Win32 Release"/>
845
 
                        <Option target="Win32 Debug"/>
846
 
                </Unit>
 
266
                        <Option compilerVar="CC" />
 
267
                </Unit>
 
268
                <Unit filename="..\..\src\protobuf\gGame.pb.h" />
 
269
                <Unit filename="..\..\src\protobuf\gGame.proto" />
847
270
                <Unit filename="..\..\src\protobuf\gWall.pb.cc">
848
 
                        <Option compilerVar="CC"/>
849
 
                        <Option target="Win32 Release"/>
850
 
                        <Option target="Win32 Debug"/>
851
 
                </Unit>
852
 
                <Unit filename="..\..\src\protobuf\gWall.pb.h">
853
 
                        <Option compilerVar=""/>
854
 
                        <Option compile="0"/>
855
 
                        <Option link="0"/>
856
 
                        <Option target="Win32 Release"/>
857
 
                        <Option target="Win32 Debug"/>
858
 
                </Unit>
859
 
                <Unit filename="..\..\src\protobuf\gWall.proto">
860
 
                        <Option compilerVar=""/>
861
 
                        <Option compile="0"/>
862
 
                        <Option link="0"/>
863
 
                        <Option target="Win32 Release"/>
864
 
                        <Option target="Win32 Debug"/>
865
 
                </Unit>
 
271
                        <Option compilerVar="CC" />
 
272
                </Unit>
 
273
                <Unit filename="..\..\src\protobuf\gWall.pb.h" />
 
274
                <Unit filename="..\..\src\protobuf\gWall.proto" />
866
275
                <Unit filename="..\..\src\protobuf\gZone.pb.cc">
867
 
                        <Option compilerVar="CC"/>
868
 
                        <Option target="Win32 Release"/>
869
 
                        <Option target="Win32 Debug"/>
870
 
                </Unit>
871
 
                <Unit filename="..\..\src\protobuf\gZone.pb.h">
872
 
                        <Option compilerVar=""/>
873
 
                        <Option compile="0"/>
874
 
                        <Option link="0"/>
875
 
                        <Option target="Win32 Release"/>
876
 
                        <Option target="Win32 Debug"/>
877
 
                </Unit>
878
 
                <Unit filename="..\..\src\protobuf\gZone.proto">
879
 
                        <Option compilerVar=""/>
880
 
                        <Option compile="0"/>
881
 
                        <Option link="0"/>
882
 
                        <Option target="Win32 Release"/>
883
 
                        <Option target="Win32 Debug"/>
884
 
                </Unit>
 
276
                        <Option compilerVar="CC" />
 
277
                </Unit>
 
278
                <Unit filename="..\..\src\protobuf\gZone.pb.h" />
 
279
                <Unit filename="..\..\src\protobuf\gZone.proto" />
885
280
                <Unit filename="..\..\src\protobuf\nAuthentication.pb.cc">
886
 
                        <Option compilerVar="CC"/>
887
 
                        <Option target="Win32 Release"/>
888
 
                        <Option target="Win32 Debug"/>
889
 
                </Unit>
890
 
                <Unit filename="..\..\src\protobuf\nAuthentication.pb.h">
891
 
                        <Option compilerVar=""/>
892
 
                        <Option compile="0"/>
893
 
                        <Option link="0"/>
894
 
                        <Option target="Win32 Release"/>
895
 
                        <Option target="Win32 Debug"/>
896
 
                </Unit>
897
 
                <Unit filename="..\..\src\protobuf\nAuthentication.proto">
898
 
                        <Option compilerVar=""/>
899
 
                        <Option compile="0"/>
900
 
                        <Option link="0"/>
901
 
                        <Option target="Win32 Release"/>
902
 
                        <Option target="Win32 Debug"/>
903
 
                </Unit>
 
281
                        <Option compilerVar="CC" />
 
282
                </Unit>
 
283
                <Unit filename="..\..\src\protobuf\nAuthentication.pb.h" />
 
284
                <Unit filename="..\..\src\protobuf\nAuthentication.proto" />
904
285
                <Unit filename="..\..\src\protobuf\nConfig.pb.cc">
905
 
                        <Option compilerVar="CC"/>
906
 
                        <Option target="Win32 Release"/>
907
 
                        <Option target="Win32 Debug"/>
908
 
                </Unit>
909
 
                <Unit filename="..\..\src\protobuf\nConfig.pb.h">
910
 
                        <Option compilerVar=""/>
911
 
                        <Option compile="0"/>
912
 
                        <Option link="0"/>
913
 
                        <Option target="Win32 Release"/>
914
 
                        <Option target="Win32 Debug"/>
915
 
                </Unit>
916
 
                <Unit filename="..\..\src\protobuf\nConfig.proto">
917
 
                        <Option compilerVar=""/>
918
 
                        <Option compile="0"/>
919
 
                        <Option link="0"/>
920
 
                        <Option target="Win32 Release"/>
921
 
                        <Option target="Win32 Debug"/>
922
 
                </Unit>
 
286
                        <Option compilerVar="CC" />
 
287
                </Unit>
 
288
                <Unit filename="..\..\src\protobuf\nConfig.pb.h" />
 
289
                <Unit filename="..\..\src\protobuf\nConfig.proto" />
923
290
                <Unit filename="..\..\src\protobuf\nNetObject.pb.cc">
924
 
                        <Option compilerVar="CC"/>
925
 
                        <Option target="Win32 Release"/>
926
 
                        <Option target="Win32 Debug"/>
927
 
                </Unit>
928
 
                <Unit filename="..\..\src\protobuf\nNetObject.pb.h">
929
 
                        <Option compilerVar=""/>
930
 
                        <Option compile="0"/>
931
 
                        <Option link="0"/>
932
 
                        <Option target="Win32 Release"/>
933
 
                        <Option target="Win32 Debug"/>
934
 
                </Unit>
935
 
                <Unit filename="..\..\src\protobuf\nNetObject.proto">
936
 
                        <Option compilerVar=""/>
937
 
                        <Option compile="0"/>
938
 
                        <Option link="0"/>
939
 
                        <Option target="Win32 Release"/>
940
 
                        <Option target="Win32 Debug"/>
941
 
                </Unit>
 
291
                        <Option compilerVar="CC" />
 
292
                </Unit>
 
293
                <Unit filename="..\..\src\protobuf\nNetObject.pb.h" />
 
294
                <Unit filename="..\..\src\protobuf\nNetObject.proto" />
942
295
                <Unit filename="..\..\src\protobuf\nNetObjectPrivate.pb.cc">
943
 
                        <Option compilerVar="CC"/>
944
 
                        <Option target="Win32 Release"/>
945
 
                        <Option target="Win32 Debug"/>
946
 
                </Unit>
947
 
                <Unit filename="..\..\src\protobuf\nNetObjectPrivate.pb.h">
948
 
                        <Option compilerVar=""/>
949
 
                        <Option compile="0"/>
950
 
                        <Option link="0"/>
951
 
                        <Option target="Win32 Release"/>
952
 
                        <Option target="Win32 Debug"/>
953
 
                </Unit>
954
 
                <Unit filename="..\..\src\protobuf\nNetObjectPrivate.proto">
955
 
                        <Option compilerVar=""/>
956
 
                        <Option compile="0"/>
957
 
                        <Option link="0"/>
958
 
                        <Option target="Win32 Release"/>
959
 
                        <Option target="Win32 Debug"/>
960
 
                </Unit>
 
296
                        <Option compilerVar="CC" />
 
297
                </Unit>
 
298
                <Unit filename="..\..\src\protobuf\nNetObjectPrivate.pb.h" />
 
299
                <Unit filename="..\..\src\protobuf\nNetObjectPrivate.proto" />
961
300
                <Unit filename="..\..\src\protobuf\nNetwork.pb.cc">
962
 
                        <Option compilerVar="CC"/>
963
 
                        <Option target="Win32 Release"/>
964
 
                        <Option target="Win32 Debug"/>
965
 
                </Unit>
966
 
                <Unit filename="..\..\src\protobuf\nNetwork.pb.h">
967
 
                        <Option compilerVar=""/>
968
 
                        <Option compile="0"/>
969
 
                        <Option link="0"/>
970
 
                        <Option target="Win32 Release"/>
971
 
                        <Option target="Win32 Debug"/>
972
 
                </Unit>
973
 
                <Unit filename="..\..\src\protobuf\nNetwork.proto">
974
 
                        <Option compilerVar=""/>
975
 
                        <Option compile="0"/>
976
 
                        <Option link="0"/>
977
 
                        <Option target="Win32 Release"/>
978
 
                        <Option target="Win32 Debug"/>
979
 
                </Unit>
 
301
                        <Option compilerVar="CC" />
 
302
                </Unit>
 
303
                <Unit filename="..\..\src\protobuf\nNetwork.pb.h" />
 
304
                <Unit filename="..\..\src\protobuf\nNetwork.proto" />
980
305
                <Unit filename="..\..\src\protobuf\nServerInfo.pb.cc">
981
 
                        <Option compilerVar="CC"/>
982
 
                        <Option target="Win32 Release"/>
983
 
                        <Option target="Win32 Debug"/>
984
 
                </Unit>
985
 
                <Unit filename="..\..\src\protobuf\nServerInfo.pb.h">
986
 
                        <Option compilerVar=""/>
987
 
                        <Option compile="0"/>
988
 
                        <Option link="0"/>
989
 
                        <Option target="Win32 Release"/>
990
 
                        <Option target="Win32 Debug"/>
991
 
                </Unit>
992
 
                <Unit filename="..\..\src\protobuf\nServerInfo.proto">
993
 
                        <Option compilerVar=""/>
994
 
                        <Option compile="0"/>
995
 
                        <Option link="0"/>
996
 
                        <Option target="Win32 Release"/>
997
 
                        <Option target="Win32 Debug"/>
998
 
                </Unit>
 
306
                        <Option compilerVar="CC" />
 
307
                </Unit>
 
308
                <Unit filename="..\..\src\protobuf\nServerInfo.pb.h" />
 
309
                <Unit filename="..\..\src\protobuf\nServerInfo.proto" />
999
310
                <Unit filename="..\..\src\protobuf\prototype.pb.cc">
1000
 
                        <Option compilerVar="CC"/>
1001
 
                </Unit>
1002
 
                <Unit filename="..\..\src\protobuf\prototype.pb.h">
1003
 
                        <Option compilerVar=""/>
1004
 
                        <Option compile="0"/>
1005
 
                        <Option link="0"/>
1006
 
                        <Option target="Win32 Release"/>
1007
 
                        <Option target="Win32 Debug"/>
1008
 
                </Unit>
1009
 
                <Unit filename="..\..\src\protobuf\prototype.proto">
1010
 
                        <Option compilerVar=""/>
1011
 
                        <Option compile="0"/>
1012
 
                        <Option link="0"/>
1013
 
                        <Option target="Win32 Release"/>
1014
 
                        <Option target="Win32 Debug"/>
1015
 
                </Unit>
 
311
                        <Option compilerVar="CC" />
 
312
                </Unit>
 
313
                <Unit filename="..\..\src\protobuf\prototype.pb.h" />
 
314
                <Unit filename="..\..\src\protobuf\prototype.proto" />
1016
315
                <Unit filename="..\..\src\protobuf\tColor.pb.cc">
1017
 
                        <Option compilerVar="CC"/>
1018
 
                        <Option target="Win32 Release"/>
1019
 
                        <Option target="Win32 Debug"/>
1020
 
                </Unit>
1021
 
                <Unit filename="..\..\src\protobuf\tColor.pb.h">
1022
 
                        <Option compilerVar=""/>
1023
 
                        <Option compile="0"/>
1024
 
                        <Option link="0"/>
1025
 
                        <Option target="Win32 Release"/>
1026
 
                        <Option target="Win32 Debug"/>
1027
 
                </Unit>
1028
 
                <Unit filename="..\..\src\protobuf\tColor.proto">
1029
 
                        <Option compilerVar=""/>
1030
 
                        <Option compile="0"/>
1031
 
                        <Option link="0"/>
1032
 
                        <Option target="Win32 Release"/>
1033
 
                        <Option target="Win32 Debug"/>
1034
 
                </Unit>
 
316
                        <Option compilerVar="CC" />
 
317
                </Unit>
 
318
                <Unit filename="..\..\src\protobuf\tColor.pb.h" />
 
319
                <Unit filename="..\..\src\protobuf\tColor.proto" />
1035
320
                <Unit filename="..\..\src\protobuf\tCoord.pb.cc">
1036
 
                        <Option compilerVar="CC"/>
1037
 
                        <Option target="Win32 Release"/>
1038
 
                        <Option target="Win32 Debug"/>
1039
 
                </Unit>
1040
 
                <Unit filename="..\..\src\protobuf\tCoord.pb.h">
1041
 
                        <Option compilerVar=""/>
1042
 
                        <Option compile="0"/>
1043
 
                        <Option link="0"/>
1044
 
                        <Option target="Win32 Release"/>
1045
 
                        <Option target="Win32 Debug"/>
1046
 
                </Unit>
1047
 
                <Unit filename="..\..\src\protobuf\tCoord.proto">
1048
 
                        <Option compilerVar=""/>
1049
 
                        <Option compile="0"/>
1050
 
                        <Option link="0"/>
1051
 
                        <Option target="Win32 Release"/>
1052
 
                        <Option target="Win32 Debug"/>
1053
 
                </Unit>
 
321
                        <Option compilerVar="CC" />
 
322
                </Unit>
 
323
                <Unit filename="..\..\src\protobuf\tCoord.pb.h" />
 
324
                <Unit filename="..\..\src\protobuf\tCoord.proto" />
1054
325
                <Unit filename="..\..\src\protobuf\tFunction.pb.cc">
1055
 
                        <Option compilerVar="CC"/>
1056
 
                        <Option target="Win32 Release"/>
1057
 
                        <Option target="Win32 Debug"/>
1058
 
                </Unit>
1059
 
                <Unit filename="..\..\src\protobuf\tFunction.pb.h">
1060
 
                        <Option compilerVar=""/>
1061
 
                        <Option compile="0"/>
1062
 
                        <Option link="0"/>
1063
 
                        <Option target="Win32 Release"/>
1064
 
                        <Option target="Win32 Debug"/>
1065
 
                </Unit>
1066
 
                <Unit filename="..\..\src\protobuf\tFunction.proto">
1067
 
                        <Option compilerVar=""/>
1068
 
                        <Option compile="0"/>
1069
 
                        <Option link="0"/>
1070
 
                        <Option target="Win32 Release"/>
1071
 
                        <Option target="Win32 Debug"/>
1072
 
                </Unit>
 
326
                        <Option compilerVar="CC" />
 
327
                </Unit>
 
328
                <Unit filename="..\..\src\protobuf\tFunction.pb.h" />
 
329
                <Unit filename="..\..\src\protobuf\tFunction.proto" />
1073
330
                <Unit filename="..\..\src\protobuf\tPolynomial.pb.cc">
1074
 
                        <Option compilerVar="CC"/>
1075
 
                        <Option target="Win32 Release"/>
1076
 
                        <Option target="Win32 Debug"/>
1077
 
                </Unit>
1078
 
                <Unit filename="..\..\src\protobuf\tPolynomial.pb.h">
1079
 
                        <Option compilerVar=""/>
1080
 
                        <Option compile="0"/>
1081
 
                        <Option link="0"/>
1082
 
                        <Option target="Win32 Release"/>
1083
 
                        <Option target="Win32 Debug"/>
1084
 
                </Unit>
1085
 
                <Unit filename="..\..\src\protobuf\tPolynomial.proto">
1086
 
                        <Option compilerVar=""/>
1087
 
                        <Option compile="0"/>
1088
 
                        <Option link="0"/>
1089
 
                        <Option target="Win32 Release"/>
1090
 
                        <Option target="Win32 Debug"/>
1091
 
                </Unit>
 
331
                        <Option compilerVar="CC" />
 
332
                </Unit>
 
333
                <Unit filename="..\..\src\protobuf\tPolynomial.pb.h" />
 
334
                <Unit filename="..\..\src\protobuf\tPolynomial.proto" />
1092
335
                <Unit filename="..\..\src\protobuf\zShape.pb.cc">
1093
 
                        <Option compilerVar="CC"/>
1094
 
                        <Option target="Win32 Release"/>
1095
 
                        <Option target="Win32 Debug"/>
1096
 
                </Unit>
1097
 
                <Unit filename="..\..\src\protobuf\zShape.pb.h">
1098
 
                        <Option compilerVar=""/>
1099
 
                        <Option compile="0"/>
1100
 
                        <Option link="0"/>
1101
 
                        <Option target="Win32 Release"/>
1102
 
                        <Option target="Win32 Debug"/>
1103
 
                </Unit>
1104
 
                <Unit filename="..\..\src\protobuf\zShape.proto">
1105
 
                        <Option compilerVar=""/>
1106
 
                        <Option compile="0"/>
1107
 
                        <Option link="0"/>
1108
 
                        <Option target="Win32 Release"/>
1109
 
                        <Option target="Win32 Debug"/>
1110
 
                </Unit>
 
336
                        <Option compilerVar="CC" />
 
337
                </Unit>
 
338
                <Unit filename="..\..\src\protobuf\zShape.pb.h" />
 
339
                <Unit filename="..\..\src\protobuf\zShape.proto" />
1111
340
                <Unit filename="..\..\src\protobuf\zZone.pb.cc">
1112
 
                        <Option compilerVar="CC"/>
1113
 
                        <Option target="Win32 Release"/>
1114
 
                        <Option target="Win32 Debug"/>
1115
 
                </Unit>
1116
 
                <Unit filename="..\..\src\protobuf\zZone.pb.h">
1117
 
                        <Option compilerVar=""/>
1118
 
                        <Option compile="0"/>
1119
 
                        <Option link="0"/>
1120
 
                        <Option target="Win32 Release"/>
1121
 
                        <Option target="Win32 Debug"/>
1122
 
                </Unit>
1123
 
                <Unit filename="..\..\src\protobuf\zZone.proto">
1124
 
                        <Option compilerVar=""/>
1125
 
                        <Option compile="0"/>
1126
 
                        <Option link="0"/>
1127
 
                        <Option target="Win32 Release"/>
1128
 
                        <Option target="Win32 Debug"/>
1129
 
                </Unit>
1130
 
                <Unit filename="..\..\src\render\rColor.h">
1131
 
                        <Option compilerVar=""/>
1132
 
                        <Option compile="0"/>
1133
 
                        <Option link="0"/>
1134
 
                        <Option target="Win32 Release"/>
1135
 
                        <Option target="Win32 Debug"/>
1136
 
                </Unit>
1137
 
                <Unit filename="..\..\src\render\rConsole.cpp">
1138
 
                        <Option compilerVar="CPP"/>
1139
 
                        <Option target="Win32 Release"/>
1140
 
                        <Option target="Win32 Debug"/>
1141
 
                </Unit>
1142
 
                <Unit filename="..\..\src\render\rConsole.h">
1143
 
                        <Option compilerVar=""/>
1144
 
                        <Option compile="0"/>
1145
 
                        <Option link="0"/>
1146
 
                        <Option target="Win32 Release"/>
1147
 
                        <Option target="Win32 Debug"/>
1148
 
                </Unit>
 
341
                        <Option compilerVar="CC" />
 
342
                </Unit>
 
343
                <Unit filename="..\..\src\protobuf\zZone.pb.h" />
 
344
                <Unit filename="..\..\src\protobuf\zZone.proto" />
 
345
                <Unit filename="..\..\src\render\rColor.h" />
 
346
                <Unit filename="..\..\src\render\rConsole.cpp" />
 
347
                <Unit filename="..\..\src\render\rConsole.h" />
1149
348
                <Unit filename="..\..\src\render\rConsoleCout.cpp">
1150
 
                        <Option compilerVar="CPP"/>
1151
 
                        <Option compile="0"/>
1152
 
                        <Option link="0"/>
1153
 
                        <Option target="Win32 Release"/>
1154
 
                        <Option target="Win32 Debug"/>
1155
 
                </Unit>
1156
 
                <Unit filename="..\..\src\render\rConsoleGraph.cpp">
1157
 
                        <Option compilerVar="CPP"/>
1158
 
                        <Option target="Win32 Release"/>
1159
 
                        <Option target="Win32 Debug"/>
1160
 
                </Unit>
1161
 
                <Unit filename="..\..\src\render\rDisplayList.cpp">
1162
 
                        <Option compilerVar="CPP"/>
1163
 
                        <Option target="Win32 Release"/>
1164
 
                        <Option target="Win32 Debug"/>
1165
 
                </Unit>
1166
 
                <Unit filename="..\..\src\render\rDisplayList.h">
1167
 
                        <Option compilerVar=""/>
1168
 
                        <Option compile="0"/>
1169
 
                        <Option link="0"/>
1170
 
                        <Option target="Win32 Release"/>
1171
 
                        <Option target="Win32 Debug"/>
1172
 
                </Unit>
1173
 
                <Unit filename="..\..\src\render\rFont.cpp">
1174
 
                        <Option compilerVar="CPP"/>
1175
 
                        <Option target="Win32 Release"/>
1176
 
                        <Option target="Win32 Debug"/>
1177
 
                </Unit>
1178
 
                <Unit filename="..\..\src\render\rFont.h">
1179
 
                        <Option compilerVar=""/>
1180
 
                        <Option compile="0"/>
1181
 
                        <Option link="0"/>
1182
 
                        <Option target="Win32 Release"/>
1183
 
                        <Option target="Win32 Debug"/>
1184
 
                </Unit>
1185
 
                <Unit filename="..\..\src\render\rGL.cpp">
1186
 
                        <Option compilerVar="CPP"/>
1187
 
                        <Option target="Win32 Release"/>
1188
 
                        <Option target="Win32 Debug"/>
1189
 
                </Unit>
1190
 
                <Unit filename="..\..\src\render\rGL.h">
1191
 
                        <Option compilerVar=""/>
1192
 
                        <Option compile="0"/>
1193
 
                        <Option link="0"/>
1194
 
                        <Option target="Win32 Release"/>
1195
 
                        <Option target="Win32 Debug"/>
1196
 
                </Unit>
1197
 
                <Unit filename="..\..\src\render\rGLEW.h">
1198
 
                        <Option compilerVar=""/>
1199
 
                        <Option compile="0"/>
1200
 
                        <Option link="0"/>
1201
 
                        <Option target="Win32 Release"/>
1202
 
                        <Option target="Win32 Debug"/>
1203
 
                </Unit>
1204
 
                <Unit filename="..\..\src\render\rGLRender.cpp">
1205
 
                        <Option compilerVar="CPP"/>
1206
 
                        <Option target="Win32 Release"/>
1207
 
                        <Option target="Win32 Debug"/>
1208
 
                </Unit>
1209
 
                <Unit filename="..\..\src\render\rGLuintObject.cpp">
1210
 
                        <Option compilerVar="CPP"/>
1211
 
                        <Option target="Win32 Release"/>
1212
 
                        <Option target="Win32 Debug"/>
1213
 
                </Unit>
1214
 
                <Unit filename="..\..\src\render\rGLuintObject.h">
1215
 
                        <Option compilerVar=""/>
1216
 
                        <Option compile="0"/>
1217
 
                        <Option link="0"/>
1218
 
                        <Option target="Win32 Release"/>
1219
 
                        <Option target="Win32 Debug"/>
1220
 
                </Unit>
1221
 
                <Unit filename="..\..\src\render\rGradient.cpp">
1222
 
                        <Option compilerVar="CPP"/>
1223
 
                        <Option target="Win32 Release"/>
1224
 
                        <Option target="Win32 Debug"/>
1225
 
                </Unit>
1226
 
                <Unit filename="..\..\src\render\rGradient.h">
1227
 
                        <Option compilerVar=""/>
1228
 
                        <Option compile="0"/>
1229
 
                        <Option link="0"/>
1230
 
                        <Option target="Win32 Release"/>
1231
 
                        <Option target="Win32 Debug"/>
1232
 
                </Unit>
1233
 
                <Unit filename="..\..\src\render\rModel.cpp">
1234
 
                        <Option compilerVar="CPP"/>
1235
 
                        <Option target="Win32 Release"/>
1236
 
                        <Option target="Win32 Debug"/>
1237
 
                </Unit>
1238
 
                <Unit filename="..\..\src\render\rModel.h">
1239
 
                        <Option compilerVar=""/>
1240
 
                        <Option compile="0"/>
1241
 
                        <Option link="0"/>
1242
 
                        <Option target="Win32 Release"/>
1243
 
                        <Option target="Win32 Debug"/>
1244
 
                </Unit>
1245
 
                <Unit filename="..\..\src\render\rRender.cpp">
1246
 
                        <Option compilerVar="CPP"/>
1247
 
                        <Option target="Win32 Release"/>
1248
 
                        <Option target="Win32 Debug"/>
1249
 
                </Unit>
1250
 
                <Unit filename="..\..\src\render\rRender.h">
1251
 
                        <Option compilerVar=""/>
1252
 
                        <Option compile="0"/>
1253
 
                        <Option link="0"/>
1254
 
                        <Option target="Win32 Release"/>
1255
 
                        <Option target="Win32 Debug"/>
1256
 
                </Unit>
1257
 
                <Unit filename="..\..\src\render\rSDL.h">
1258
 
                        <Option compilerVar=""/>
1259
 
                        <Option compile="0"/>
1260
 
                        <Option link="0"/>
1261
 
                        <Option target="Win32 Release"/>
1262
 
                        <Option target="Win32 Debug"/>
1263
 
                </Unit>
1264
 
                <Unit filename="..\..\src\render\rScreen.cpp">
1265
 
                        <Option compilerVar="CPP"/>
1266
 
                        <Option target="Win32 Release"/>
1267
 
                        <Option target="Win32 Debug"/>
1268
 
                </Unit>
1269
 
                <Unit filename="..\..\src\render\rScreen.h">
1270
 
                        <Option compilerVar=""/>
1271
 
                        <Option compile="0"/>
1272
 
                        <Option link="0"/>
1273
 
                        <Option target="Win32 Release"/>
1274
 
                        <Option target="Win32 Debug"/>
1275
 
                </Unit>
1276
 
                <Unit filename="..\..\src\render\rSysdep.cpp">
1277
 
                        <Option compilerVar="CPP"/>
1278
 
                        <Option target="Win32 Release"/>
1279
 
                        <Option target="Win32 Debug"/>
1280
 
                </Unit>
1281
 
                <Unit filename="..\..\src\render\rSysdep.h">
1282
 
                        <Option compilerVar=""/>
1283
 
                        <Option compile="0"/>
1284
 
                        <Option link="0"/>
1285
 
                        <Option target="Win32 Release"/>
1286
 
                        <Option target="Win32 Debug"/>
1287
 
                </Unit>
1288
 
                <Unit filename="..\..\src\render\rTexture.cpp">
1289
 
                        <Option compilerVar="CPP"/>
1290
 
                        <Option target="Win32 Release"/>
1291
 
                        <Option target="Win32 Debug"/>
1292
 
                </Unit>
1293
 
                <Unit filename="..\..\src\render\rTexture.h">
1294
 
                        <Option compilerVar=""/>
1295
 
                        <Option compile="0"/>
1296
 
                        <Option link="0"/>
1297
 
                        <Option target="Win32 Release"/>
1298
 
                        <Option target="Win32 Debug"/>
1299
 
                </Unit>
1300
 
                <Unit filename="..\..\src\render\rTextureRenderTarget.cpp">
1301
 
                        <Option compilerVar="CPP"/>
1302
 
                        <Option target="Win32 Release"/>
1303
 
                        <Option target="Win32 Debug"/>
1304
 
                </Unit>
1305
 
                <Unit filename="..\..\src\render\rTextureRenderTarget.h">
1306
 
                        <Option compilerVar=""/>
1307
 
                        <Option compile="0"/>
1308
 
                        <Option link="0"/>
1309
 
                        <Option target="Win32 Release"/>
1310
 
                        <Option target="Win32 Debug"/>
1311
 
                </Unit>
1312
 
                <Unit filename="..\..\src\render\rViewport.cpp">
1313
 
                        <Option compilerVar="CPP"/>
1314
 
                        <Option target="Win32 Release"/>
1315
 
                        <Option target="Win32 Debug"/>
1316
 
                </Unit>
1317
 
                <Unit filename="..\..\src\render\rViewport.h">
1318
 
                        <Option compilerVar=""/>
1319
 
                        <Option compile="0"/>
1320
 
                        <Option link="0"/>
1321
 
                        <Option target="Win32 Release"/>
1322
 
                        <Option target="Win32 Debug"/>
1323
 
                </Unit>
 
349
                        <Option compile="0" />
 
350
                        <Option link="0" />
 
351
                </Unit>
 
352
                <Unit filename="..\..\src\render\rConsoleGraph.cpp" />
 
353
                <Unit filename="..\..\src\render\rDisplayList.cpp" />
 
354
                <Unit filename="..\..\src\render\rDisplayList.h" />
 
355
                <Unit filename="..\..\src\render\rFont.cpp" />
 
356
                <Unit filename="..\..\src\render\rFont.h" />
 
357
                <Unit filename="..\..\src\render\rGL.cpp" />
 
358
                <Unit filename="..\..\src\render\rGL.h" />
 
359
                <Unit filename="..\..\src\render\rGLEW.h" />
 
360
                <Unit filename="..\..\src\render\rGLRender.cpp" />
 
361
                <Unit filename="..\..\src\render\rGLuintObject.cpp" />
 
362
                <Unit filename="..\..\src\render\rGLuintObject.h" />
 
363
                <Unit filename="..\..\src\render\rGradient.cpp" />
 
364
                <Unit filename="..\..\src\render\rGradient.h" />
 
365
                <Unit filename="..\..\src\render\rModel.cpp" />
 
366
                <Unit filename="..\..\src\render\rModel.h" />
 
367
                <Unit filename="..\..\src\render\rRender.cpp" />
 
368
                <Unit filename="..\..\src\render\rRender.h" />
 
369
                <Unit filename="..\..\src\render\rSDL.h" />
 
370
                <Unit filename="..\..\src\render\rScreen.cpp" />
 
371
                <Unit filename="..\..\src\render\rScreen.h" />
 
372
                <Unit filename="..\..\src\render\rSysdep.cpp" />
 
373
                <Unit filename="..\..\src\render\rSysdep.h" />
 
374
                <Unit filename="..\..\src\render\rTexture.cpp" />
 
375
                <Unit filename="..\..\src\render\rTexture.h" />
 
376
                <Unit filename="..\..\src\render\rTextureRenderTarget.cpp" />
 
377
                <Unit filename="..\..\src\render\rTextureRenderTarget.h" />
 
378
                <Unit filename="..\..\src\render\rViewport.cpp" />
 
379
                <Unit filename="..\..\src\render\rViewport.h" />
1324
380
                <Unit filename="..\..\src\render\testgl.cpp">
1325
 
                        <Option compilerVar="CPP"/>
1326
 
                        <Option compile="0"/>
1327
 
                        <Option link="0"/>
1328
 
                        <Option target="Win32 Release"/>
1329
 
                        <Option target="Win32 Debug"/>
1330
 
                </Unit>
1331
 
                <Unit filename="..\..\src\resource\tResource.cpp">
1332
 
                        <Option compilerVar="CPP"/>
1333
 
                        <Option target="Win32 Release"/>
1334
 
                        <Option target="Win32 Debug"/>
1335
 
                </Unit>
1336
 
                <Unit filename="..\..\src\resource\tResource.h">
1337
 
                        <Option compilerVar=""/>
1338
 
                        <Option compile="0"/>
1339
 
                        <Option link="0"/>
1340
 
                        <Option target="Win32 Release"/>
1341
 
                        <Option target="Win32 Debug"/>
1342
 
                </Unit>
1343
 
                <Unit filename="..\..\src\resource\tResourceManager.cpp">
1344
 
                        <Option compilerVar="CPP"/>
1345
 
                        <Option target="Win32 Release"/>
1346
 
                        <Option target="Win32 Debug"/>
1347
 
                </Unit>
1348
 
                <Unit filename="..\..\src\resource\tResourceManager.h">
1349
 
                        <Option compilerVar=""/>
1350
 
                        <Option compile="0"/>
1351
 
                        <Option link="0"/>
1352
 
                        <Option target="Win32 Release"/>
1353
 
                        <Option target="Win32 Debug"/>
1354
 
                </Unit>
1355
 
                <Unit filename="..\..\src\resource\tResourceType.cpp">
1356
 
                        <Option compilerVar="CPP"/>
1357
 
                        <Option target="Win32 Release"/>
1358
 
                        <Option target="Win32 Debug"/>
1359
 
                </Unit>
1360
 
                <Unit filename="..\..\src\resource\tResourceType.h">
1361
 
                        <Option compilerVar=""/>
1362
 
                        <Option compile="0"/>
1363
 
                        <Option link="0"/>
1364
 
                        <Option target="Win32 Release"/>
1365
 
                        <Option target="Win32 Debug"/>
1366
 
                </Unit>
 
381
                        <Option compile="0" />
 
382
                        <Option link="0" />
 
383
                </Unit>
 
384
                <Unit filename="..\..\src\resource\tResource.cpp" />
 
385
                <Unit filename="..\..\src\resource\tResource.h" />
 
386
                <Unit filename="..\..\src\resource\tResourceManager.cpp" />
 
387
                <Unit filename="..\..\src\resource\tResourceManager.h" />
 
388
                <Unit filename="..\..\src\resource\tResourceType.cpp" />
 
389
                <Unit filename="..\..\src\resource\tResourceType.h" />
 
390
                <Unit filename="..\..\src\tTrueVersion.h" />
1367
391
                <Unit filename="..\..\src\thirdparty\mathexpr\example.cpp">
1368
 
                        <Option compilerVar="CPP"/>
1369
 
                        <Option compile="0"/>
1370
 
                        <Option link="0"/>
1371
 
                        <Option target="Win32 Release"/>
1372
 
                        <Option target="Win32 Debug"/>
 
392
                        <Option compile="0" />
 
393
                        <Option link="0" />
1373
394
                </Unit>
1374
395
                <Unit filename="..\..\src\thirdparty\mathexpr\example_c.cpp">
1375
 
                        <Option compilerVar="CPP"/>
1376
 
                        <Option compile="0"/>
1377
 
                        <Option link="0"/>
1378
 
                        <Option target="Win32 Release"/>
1379
 
                        <Option target="Win32 Debug"/>
1380
 
                </Unit>
1381
 
                <Unit filename="..\..\src\thirdparty\mathexpr\mathexpr.cpp">
1382
 
                        <Option compilerVar="CPP"/>
1383
 
                        <Option target="Win32 Release"/>
1384
 
                        <Option target="Win32 Debug"/>
1385
 
                </Unit>
1386
 
                <Unit filename="..\..\src\thirdparty\mathexpr\mathexpr.h">
1387
 
                        <Option compilerVar=""/>
1388
 
                        <Option compile="0"/>
1389
 
                        <Option link="0"/>
1390
 
                        <Option target="Win32 Release"/>
1391
 
                        <Option target="Win32 Debug"/>
1392
 
                </Unit>
 
396
                        <Option compile="0" />
 
397
                        <Option link="0" />
 
398
                </Unit>
 
399
                <Unit filename="..\..\src\thirdparty\mathexpr\mathexpr.cpp" />
 
400
                <Unit filename="..\..\src\thirdparty\mathexpr\mathexpr.h" />
1393
401
                <Unit filename="..\..\src\thirdparty\mathexpr\mathexpr_c.cpp">
1394
 
                        <Option compilerVar="CPP"/>
1395
 
                        <Option compile="0"/>
1396
 
                        <Option link="0"/>
1397
 
                        <Option target="Win32 Release"/>
1398
 
                        <Option target="Win32 Debug"/>
1399
 
                </Unit>
1400
 
                <Unit filename="..\..\src\thirdparty\mathexpr\mathexpr_c.h">
1401
 
                        <Option compilerVar=""/>
1402
 
                        <Option compile="0"/>
1403
 
                        <Option link="0"/>
1404
 
                        <Option target="Win32 Release"/>
1405
 
                        <Option target="Win32 Debug"/>
1406
 
                </Unit>
1407
 
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\Particle.h">
1408
 
                        <Option compilerVar=""/>
1409
 
                        <Option compile="0"/>
1410
 
                        <Option link="0"/>
1411
 
                        <Option target="Win32 Release"/>
1412
 
                        <Option target="Win32 Debug"/>
1413
 
                </Unit>
1414
 
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\ParticleGroup.h">
1415
 
                        <Option compilerVar=""/>
1416
 
                        <Option compile="0"/>
1417
 
                        <Option link="0"/>
1418
 
                        <Option target="Win32 Release"/>
1419
 
                        <Option target="Win32 Debug"/>
1420
 
                </Unit>
1421
 
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\ParticleState.cpp">
1422
 
                        <Option compilerVar="CPP"/>
1423
 
                        <Option target="Win32 Release"/>
1424
 
                        <Option target="Win32 Debug"/>
1425
 
                </Unit>
1426
 
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\ParticleState.h">
1427
 
                        <Option compilerVar=""/>
1428
 
                        <Option compile="0"/>
1429
 
                        <Option link="0"/>
1430
 
                        <Option target="Win32 Release"/>
1431
 
                        <Option target="Win32 Debug"/>
1432
 
                </Unit>
1433
 
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\action_api.cpp">
1434
 
                        <Option compilerVar="CPP"/>
1435
 
                        <Option target="Win32 Release"/>
1436
 
                        <Option target="Win32 Debug"/>
1437
 
                </Unit>
1438
 
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\actions.cpp">
1439
 
                        <Option compilerVar="CPP"/>
1440
 
                        <Option target="Win32 Release"/>
1441
 
                        <Option target="Win32 Debug"/>
1442
 
                </Unit>
1443
 
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\actions.h">
1444
 
                        <Option compilerVar=""/>
1445
 
                        <Option compile="0"/>
1446
 
                        <Option link="0"/>
1447
 
                        <Option target="Win32 Release"/>
1448
 
                        <Option target="Win32 Debug"/>
1449
 
                </Unit>
1450
 
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\other_api.cpp">
1451
 
                        <Option compilerVar="CPP"/>
1452
 
                        <Option target="Win32 Release"/>
1453
 
                        <Option target="Win32 Debug"/>
1454
 
                </Unit>
1455
 
                <Unit filename="..\..\src\thirdparty\scrap\scrap.cpp">
1456
 
                        <Option compilerVar="CPP"/>
1457
 
                        <Option target="Win32 Release"/>
1458
 
                        <Option target="Win32 Debug"/>
1459
 
                </Unit>
1460
 
                <Unit filename="..\..\src\thirdparty\scrap\scrap.h">
1461
 
                        <Option compilerVar=""/>
1462
 
                        <Option compile="0"/>
1463
 
                        <Option link="0"/>
1464
 
                        <Option target="Win32 Release"/>
1465
 
                        <Option target="Win32 Debug"/>
1466
 
                </Unit>
 
402
                        <Option compile="0" />
 
403
                        <Option link="0" />
 
404
                </Unit>
 
405
                <Unit filename="..\..\src\thirdparty\mathexpr\mathexpr_c.h" />
 
406
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\Particle.h" />
 
407
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\ParticleGroup.h" />
 
408
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\ParticleState.cpp" />
 
409
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\ParticleState.h" />
 
410
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\action_api.cpp" />
 
411
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\actions.cpp" />
 
412
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\actions.h" />
 
413
                <Unit filename="..\..\src\thirdparty\particles\ParticleDLL\other_api.cpp" />
 
414
                <Unit filename="..\..\src\thirdparty\scrap\scrap.cpp" />
 
415
                <Unit filename="..\..\src\thirdparty\scrap\scrap.h" />
1467
416
                <Unit filename="..\..\src\tools\memtest.cpp">
1468
 
                        <Option compilerVar="CPP"/>
1469
 
                        <Option compile="0"/>
1470
 
                        <Option link="0"/>
1471
 
                        <Option target="Win32 Release"/>
1472
 
                        <Option target="Win32 Debug"/>
1473
 
                </Unit>
1474
 
                <Unit filename="..\..\src\tools\pthread-binding.h">
1475
 
                        <Option compilerVar=""/>
1476
 
                        <Option compile="0"/>
1477
 
                        <Option link="0"/>
1478
 
                        <Option target="Win32 Release"/>
1479
 
                        <Option target="Win32 Debug"/>
1480
 
                </Unit>
1481
 
                <Unit filename="..\..\src\tools\tArray.cpp">
1482
 
                        <Option compilerVar="CPP"/>
1483
 
                        <Option target="Win32 Release"/>
1484
 
                        <Option target="Win32 Debug"/>
1485
 
                </Unit>
1486
 
                <Unit filename="..\..\src\tools\tArray.h">
1487
 
                        <Option compilerVar=""/>
1488
 
                        <Option compile="0"/>
1489
 
                        <Option link="0"/>
1490
 
                        <Option target="Win32 Release"/>
1491
 
                        <Option target="Win32 Debug"/>
1492
 
                </Unit>
1493
 
                <Unit filename="..\..\src\tools\tCallback.cpp">
1494
 
                        <Option compilerVar="CPP"/>
1495
 
                        <Option target="Win32 Release"/>
1496
 
                        <Option target="Win32 Debug"/>
1497
 
                </Unit>
1498
 
                <Unit filename="..\..\src\tools\tCallback.h">
1499
 
                        <Option compilerVar=""/>
1500
 
                        <Option compile="0"/>
1501
 
                        <Option link="0"/>
1502
 
                        <Option target="Win32 Release"/>
1503
 
                        <Option target="Win32 Debug"/>
1504
 
                </Unit>
1505
 
                <Unit filename="..\..\src\tools\tCallbackString.h">
1506
 
                        <Option compilerVar=""/>
1507
 
                        <Option compile="0"/>
1508
 
                        <Option link="0"/>
1509
 
                        <Option target="Win32 Release"/>
1510
 
                        <Option target="Win32 Debug"/>
1511
 
                </Unit>
1512
 
                <Unit filename="..\..\src\tools\tColor.cpp">
1513
 
                        <Option compilerVar="CPP"/>
1514
 
                        <Option target="Win32 Release"/>
1515
 
                        <Option target="Win32 Debug"/>
1516
 
                </Unit>
1517
 
                <Unit filename="..\..\src\tools\tColor.h">
1518
 
                        <Option compilerVar=""/>
1519
 
                        <Option compile="0"/>
1520
 
                        <Option link="0"/>
1521
 
                        <Option target="Win32 Release"/>
1522
 
                        <Option target="Win32 Debug"/>
1523
 
                </Unit>
1524
 
                <Unit filename="..\..\src\tools\tCommandLine.cpp">
1525
 
                        <Option compilerVar="CPP"/>
1526
 
                        <Option target="Win32 Release"/>
1527
 
                        <Option target="Win32 Debug"/>
1528
 
                </Unit>
1529
 
                <Unit filename="..\..\src\tools\tCommandLine.h">
1530
 
                        <Option compilerVar=""/>
1531
 
                        <Option compile="0"/>
1532
 
                        <Option link="0"/>
1533
 
                        <Option target="Win32 Release"/>
1534
 
                        <Option target="Win32 Debug"/>
1535
 
                </Unit>
1536
 
                <Unit filename="..\..\src\tools\tConfiguration.cpp">
1537
 
                        <Option compilerVar="CPP"/>
1538
 
                        <Option target="Win32 Release"/>
1539
 
                        <Option target="Win32 Debug"/>
1540
 
                </Unit>
1541
 
                <Unit filename="..\..\src\tools\tConfiguration.h">
1542
 
                        <Option compilerVar=""/>
1543
 
                        <Option compile="0"/>
1544
 
                        <Option link="0"/>
1545
 
                        <Option target="Win32 Release"/>
1546
 
                        <Option target="Win32 Debug"/>
1547
 
                </Unit>
1548
 
                <Unit filename="..\..\src\tools\tConsole.cpp">
1549
 
                        <Option compilerVar="CPP"/>
1550
 
                        <Option target="Win32 Release"/>
1551
 
                        <Option target="Win32 Debug"/>
1552
 
                </Unit>
1553
 
                <Unit filename="..\..\src\tools\tConsole.h">
1554
 
                        <Option compilerVar=""/>
1555
 
                        <Option compile="0"/>
1556
 
                        <Option link="0"/>
1557
 
                        <Option target="Win32 Release"/>
1558
 
                        <Option target="Win32 Debug"/>
1559
 
                </Unit>
1560
 
                <Unit filename="..\..\src\tools\tCoord.cpp">
1561
 
                        <Option compilerVar="CPP"/>
1562
 
                        <Option target="Win32 Release"/>
1563
 
                        <Option target="Win32 Debug"/>
1564
 
                </Unit>
1565
 
                <Unit filename="..\..\src\tools\tCoord.h">
1566
 
                        <Option compilerVar=""/>
1567
 
                        <Option compile="0"/>
1568
 
                        <Option link="0"/>
1569
 
                        <Option target="Win32 Release"/>
1570
 
                        <Option target="Win32 Debug"/>
1571
 
                </Unit>
1572
 
                <Unit filename="..\..\src\tools\tCrypt.cpp">
1573
 
                        <Option compilerVar="CPP"/>
1574
 
                        <Option target="Win32 Release"/>
1575
 
                        <Option target="Win32 Debug"/>
1576
 
                </Unit>
1577
 
                <Unit filename="..\..\src\tools\tCrypt.h">
1578
 
                        <Option compilerVar=""/>
1579
 
                        <Option compile="0"/>
1580
 
                        <Option link="0"/>
1581
 
                        <Option target="Win32 Release"/>
1582
 
                        <Option target="Win32 Debug"/>
1583
 
                </Unit>
1584
 
                <Unit filename="..\..\src\tools\tDecorator.cpp">
1585
 
                        <Option compilerVar="CPP"/>
1586
 
                        <Option target="Win32 Release"/>
1587
 
                        <Option target="Win32 Debug"/>
1588
 
                </Unit>
1589
 
                <Unit filename="..\..\src\tools\tDecorator.h">
1590
 
                        <Option compilerVar=""/>
1591
 
                        <Option compile="0"/>
1592
 
                        <Option link="0"/>
1593
 
                        <Option target="Win32 Release"/>
1594
 
                        <Option target="Win32 Debug"/>
1595
 
                </Unit>
1596
 
                <Unit filename="..\..\src\tools\tDict.h">
1597
 
                        <Option compilerVar=""/>
1598
 
                        <Option compile="0"/>
1599
 
                        <Option link="0"/>
1600
 
                        <Option target="Win32 Release"/>
1601
 
                        <Option target="Win32 Debug"/>
1602
 
                </Unit>
1603
 
                <Unit filename="..\..\src\tools\tDirectories.cpp">
1604
 
                        <Option compilerVar="CPP"/>
1605
 
                        <Option target="Win32 Release"/>
1606
 
                        <Option target="Win32 Debug"/>
1607
 
                </Unit>
1608
 
                <Unit filename="..\..\src\tools\tDirectories.h">
1609
 
                        <Option compilerVar=""/>
1610
 
                        <Option compile="0"/>
1611
 
                        <Option link="0"/>
1612
 
                        <Option target="Win32 Release"/>
1613
 
                        <Option target="Win32 Debug"/>
1614
 
                </Unit>
1615
 
                <Unit filename="..\..\src\tools\tError.cpp">
1616
 
                        <Option compilerVar="CPP"/>
1617
 
                        <Option target="Win32 Release"/>
1618
 
                        <Option target="Win32 Debug"/>
1619
 
                </Unit>
1620
 
                <Unit filename="..\..\src\tools\tError.h">
1621
 
                        <Option compilerVar=""/>
1622
 
                        <Option compile="0"/>
1623
 
                        <Option link="0"/>
1624
 
                        <Option target="Win32 Release"/>
1625
 
                        <Option target="Win32 Debug"/>
1626
 
                </Unit>
1627
 
                <Unit filename="..\..\src\tools\tEventQueue.cpp">
1628
 
                        <Option compilerVar="CPP"/>
1629
 
                        <Option target="Win32 Release"/>
1630
 
                        <Option target="Win32 Debug"/>
1631
 
                </Unit>
1632
 
                <Unit filename="..\..\src\tools\tEventQueue.h">
1633
 
                        <Option compilerVar=""/>
1634
 
                        <Option compile="0"/>
1635
 
                        <Option link="0"/>
1636
 
                        <Option target="Win32 Release"/>
1637
 
                        <Option target="Win32 Debug"/>
1638
 
                </Unit>
1639
 
                <Unit filename="..\..\src\tools\tException.cpp">
1640
 
                        <Option compilerVar="CPP"/>
1641
 
                        <Option target="Win32 Release"/>
1642
 
                        <Option target="Win32 Debug"/>
1643
 
                </Unit>
1644
 
                <Unit filename="..\..\src\tools\tException.h">
1645
 
                        <Option compilerVar=""/>
1646
 
                        <Option compile="0"/>
1647
 
                        <Option link="0"/>
1648
 
                        <Option target="Win32 Release"/>
1649
 
                        <Option target="Win32 Debug"/>
1650
 
                </Unit>
1651
 
                <Unit filename="..\..\src\tools\tFunction.cpp">
1652
 
                        <Option compilerVar="CPP"/>
1653
 
                        <Option target="Win32 Release"/>
1654
 
                        <Option target="Win32 Debug"/>
1655
 
                </Unit>
1656
 
                <Unit filename="..\..\src\tools\tFunction.h">
1657
 
                        <Option compilerVar=""/>
1658
 
                        <Option compile="0"/>
1659
 
                        <Option link="0"/>
1660
 
                        <Option target="Win32 Release"/>
1661
 
                        <Option target="Win32 Debug"/>
1662
 
                </Unit>
1663
 
                <Unit filename="..\..\src\tools\tHeap.cpp">
1664
 
                        <Option compilerVar="CPP"/>
1665
 
                        <Option target="Win32 Release"/>
1666
 
                        <Option target="Win32 Debug"/>
1667
 
                </Unit>
1668
 
                <Unit filename="..\..\src\tools\tHeap.h">
1669
 
                        <Option compilerVar=""/>
1670
 
                        <Option compile="0"/>
1671
 
                        <Option link="0"/>
1672
 
                        <Option target="Win32 Release"/>
1673
 
                        <Option target="Win32 Debug"/>
1674
 
                </Unit>
1675
 
                <Unit filename="..\..\src\tools\tIniFile.cpp">
1676
 
                        <Option compilerVar="CPP"/>
1677
 
                        <Option target="Win32 Release"/>
1678
 
                        <Option target="Win32 Debug"/>
1679
 
                </Unit>
1680
 
                <Unit filename="..\..\src\tools\tIniFile.h">
1681
 
                        <Option compilerVar=""/>
1682
 
                        <Option compile="0"/>
1683
 
                        <Option link="0"/>
1684
 
                        <Option target="Win32 Release"/>
1685
 
                        <Option target="Win32 Debug"/>
1686
 
                </Unit>
1687
 
                <Unit filename="..\..\src\tools\tInitExit.h">
1688
 
                        <Option compilerVar=""/>
1689
 
                        <Option compile="0"/>
1690
 
                        <Option link="0"/>
1691
 
                        <Option target="Win32 Release"/>
1692
 
                        <Option target="Win32 Debug"/>
1693
 
                </Unit>
1694
 
                <Unit filename="..\..\src\tools\tLinkedList.cpp">
1695
 
                        <Option compilerVar="CPP"/>
1696
 
                        <Option target="Win32 Release"/>
1697
 
                        <Option target="Win32 Debug"/>
1698
 
                </Unit>
1699
 
                <Unit filename="..\..\src\tools\tLinkedList.h">
1700
 
                        <Option compilerVar=""/>
1701
 
                        <Option compile="0"/>
1702
 
                        <Option link="0"/>
1703
 
                        <Option target="Win32 Release"/>
1704
 
                        <Option target="Win32 Debug"/>
1705
 
                </Unit>
1706
 
                <Unit filename="..\..\src\tools\tList.h">
1707
 
                        <Option compilerVar=""/>
1708
 
                        <Option compile="0"/>
1709
 
                        <Option link="0"/>
1710
 
                        <Option target="Win32 Release"/>
1711
 
                        <Option target="Win32 Debug"/>
1712
 
                </Unit>
1713
 
                <Unit filename="..\..\src\tools\tLocale.cpp">
1714
 
                        <Option compilerVar="CPP"/>
1715
 
                        <Option target="Win32 Release"/>
1716
 
                        <Option target="Win32 Debug"/>
1717
 
                </Unit>
1718
 
                <Unit filename="..\..\src\tools\tLocale.h">
1719
 
                        <Option compilerVar=""/>
1720
 
                        <Option compile="0"/>
1721
 
                        <Option link="0"/>
1722
 
                        <Option target="Win32 Release"/>
1723
 
                        <Option target="Win32 Debug"/>
1724
 
                </Unit>
1725
 
                <Unit filename="..\..\src\tools\tMath.h">
1726
 
                        <Option compilerVar=""/>
1727
 
                        <Option compile="0"/>
1728
 
                        <Option link="0"/>
1729
 
                        <Option target="Win32 Release"/>
1730
 
                        <Option target="Win32 Debug"/>
1731
 
                </Unit>
1732
 
                <Unit filename="..\..\src\tools\tMemManager.cpp">
1733
 
                        <Option compilerVar="CPP"/>
1734
 
                        <Option target="Win32 Release"/>
1735
 
                        <Option target="Win32 Debug"/>
1736
 
                </Unit>
1737
 
                <Unit filename="..\..\src\tools\tMemManager.h">
1738
 
                        <Option compilerVar=""/>
1739
 
                        <Option compile="0"/>
1740
 
                        <Option link="0"/>
1741
 
                        <Option target="Win32 Release"/>
1742
 
                        <Option target="Win32 Debug"/>
1743
 
                </Unit>
1744
 
                <Unit filename="..\..\src\tools\tMemStack.cpp">
1745
 
                        <Option compilerVar="CPP"/>
1746
 
                        <Option target="Win32 Release"/>
1747
 
                        <Option target="Win32 Debug"/>
1748
 
                </Unit>
1749
 
                <Unit filename="..\..\src\tools\tMemStack.h">
1750
 
                        <Option compilerVar=""/>
1751
 
                        <Option compile="0"/>
1752
 
                        <Option link="0"/>
1753
 
                        <Option target="Win32 Release"/>
1754
 
                        <Option target="Win32 Debug"/>
1755
 
                </Unit>
1756
 
                <Unit filename="..\..\src\tools\tPlayList.cpp">
1757
 
                        <Option compilerVar="CPP"/>
1758
 
                        <Option target="Win32 Release"/>
1759
 
                        <Option target="Win32 Debug"/>
1760
 
                </Unit>
1761
 
                <Unit filename="..\..\src\tools\tPlayList.h">
1762
 
                        <Option compilerVar=""/>
1763
 
                        <Option compile="0"/>
1764
 
                        <Option link="0"/>
1765
 
                        <Option target="Win32 Release"/>
1766
 
                        <Option target="Win32 Debug"/>
1767
 
                </Unit>
1768
 
                <Unit filename="..\..\src\tools\tPolynomial.cpp">
1769
 
                        <Option compilerVar="CPP"/>
1770
 
                        <Option target="Win32 Release"/>
1771
 
                        <Option target="Win32 Debug"/>
1772
 
                </Unit>
1773
 
                <Unit filename="..\..\src\tools\tPolynomial.h">
1774
 
                        <Option compilerVar=""/>
1775
 
                        <Option compile="0"/>
1776
 
                        <Option link="0"/>
1777
 
                        <Option target="Win32 Release"/>
1778
 
                        <Option target="Win32 Debug"/>
1779
 
                </Unit>
1780
 
                <Unit filename="..\..\src\tools\tPolynomialMarshaler.cpp">
1781
 
                        <Option compilerVar="CPP"/>
1782
 
                        <Option target="Win32 Release"/>
1783
 
                        <Option target="Win32 Debug"/>
1784
 
                </Unit>
1785
 
                <Unit filename="..\..\src\tools\tPolynomialMarshaler.h">
1786
 
                        <Option compilerVar=""/>
1787
 
                        <Option compile="0"/>
1788
 
                        <Option link="0"/>
1789
 
                        <Option target="Win32 Release"/>
1790
 
                        <Option target="Win32 Debug"/>
1791
 
                </Unit>
1792
 
                <Unit filename="..\..\src\tools\tPolynomialWithBase.cpp">
1793
 
                        <Option compilerVar="CPP"/>
1794
 
                        <Option target="Win32 Release"/>
1795
 
                        <Option target="Win32 Debug"/>
1796
 
                </Unit>
1797
 
                <Unit filename="..\..\src\tools\tPolynomialWithBase.h">
1798
 
                        <Option compilerVar=""/>
1799
 
                        <Option compile="0"/>
1800
 
                        <Option link="0"/>
1801
 
                        <Option target="Win32 Release"/>
1802
 
                        <Option target="Win32 Debug"/>
1803
 
                </Unit>
1804
 
                <Unit filename="..\..\src\tools\tRandom.cpp">
1805
 
                        <Option compilerVar="CPP"/>
1806
 
                        <Option target="Win32 Release"/>
1807
 
                        <Option target="Win32 Debug"/>
1808
 
                </Unit>
1809
 
                <Unit filename="..\..\src\tools\tRandom.h">
1810
 
                        <Option compilerVar=""/>
1811
 
                        <Option compile="0"/>
1812
 
                        <Option link="0"/>
1813
 
                        <Option target="Win32 Release"/>
1814
 
                        <Option target="Win32 Debug"/>
1815
 
                </Unit>
1816
 
                <Unit filename="..\..\src\tools\tRecorder.cpp">
1817
 
                        <Option compilerVar="CPP"/>
1818
 
                        <Option target="Win32 Release"/>
1819
 
                        <Option target="Win32 Debug"/>
1820
 
                </Unit>
1821
 
                <Unit filename="..\..\src\tools\tRecorder.h">
1822
 
                        <Option compilerVar=""/>
1823
 
                        <Option compile="0"/>
1824
 
                        <Option link="0"/>
1825
 
                        <Option target="Win32 Release"/>
1826
 
                        <Option target="Win32 Debug"/>
1827
 
                </Unit>
1828
 
                <Unit filename="..\..\src\tools\tRecorderInternal.cpp">
1829
 
                        <Option compilerVar="CPP"/>
1830
 
                        <Option target="Win32 Release"/>
1831
 
                        <Option target="Win32 Debug"/>
1832
 
                </Unit>
1833
 
                <Unit filename="..\..\src\tools\tRecorderInternal.h">
1834
 
                        <Option compilerVar=""/>
1835
 
                        <Option compile="0"/>
1836
 
                        <Option link="0"/>
1837
 
                        <Option target="Win32 Release"/>
1838
 
                        <Option target="Win32 Debug"/>
1839
 
                </Unit>
1840
 
                <Unit filename="..\..\src\tools\tRectangle.cpp">
1841
 
                        <Option compilerVar="CPP"/>
1842
 
                        <Option target="Win32 Release"/>
1843
 
                        <Option target="Win32 Debug"/>
1844
 
                </Unit>
1845
 
                <Unit filename="..\..\src\tools\tRectangle.h">
1846
 
                        <Option compilerVar=""/>
1847
 
                        <Option compile="0"/>
1848
 
                        <Option link="0"/>
1849
 
                        <Option target="Win32 Release"/>
1850
 
                        <Option target="Win32 Debug"/>
1851
 
                </Unit>
1852
 
                <Unit filename="..\..\src\tools\tReferenceHolder.h">
1853
 
                        <Option compilerVar=""/>
1854
 
                        <Option compile="0"/>
1855
 
                        <Option link="0"/>
1856
 
                        <Option target="Win32 Release"/>
1857
 
                        <Option target="Win32 Debug"/>
1858
 
                </Unit>
1859
 
                <Unit filename="..\..\src\tools\tRing.cpp">
1860
 
                        <Option compilerVar="CPP"/>
1861
 
                        <Option target="Win32 Release"/>
1862
 
                        <Option target="Win32 Debug"/>
1863
 
                </Unit>
1864
 
                <Unit filename="..\..\src\tools\tRing.h">
1865
 
                        <Option compilerVar=""/>
1866
 
                        <Option compile="0"/>
1867
 
                        <Option link="0"/>
1868
 
                        <Option target="Win32 Release"/>
1869
 
                        <Option target="Win32 Debug"/>
1870
 
                </Unit>
1871
 
                <Unit filename="..\..\src\tools\tRuby.cpp">
1872
 
                        <Option compilerVar="CPP"/>
1873
 
                        <Option target="Win32 Release"/>
1874
 
                        <Option target="Win32 Debug"/>
1875
 
                </Unit>
1876
 
                <Unit filename="..\..\src\tools\tRuby.h">
1877
 
                        <Option compilerVar=""/>
1878
 
                        <Option compile="0"/>
1879
 
                        <Option link="0"/>
1880
 
                        <Option target="Win32 Release"/>
1881
 
                        <Option target="Win32 Debug"/>
1882
 
                </Unit>
1883
 
                <Unit filename="..\..\src\tools\tSafePTR.cpp">
1884
 
                        <Option compilerVar="CPP"/>
1885
 
                        <Option target="Win32 Release"/>
1886
 
                        <Option target="Win32 Debug"/>
1887
 
                </Unit>
1888
 
                <Unit filename="..\..\src\tools\tSafePTR.h">
1889
 
                        <Option compilerVar=""/>
1890
 
                        <Option compile="0"/>
1891
 
                        <Option link="0"/>
1892
 
                        <Option target="Win32 Release"/>
1893
 
                        <Option target="Win32 Debug"/>
1894
 
                </Unit>
 
417
                        <Option compile="0" />
 
418
                        <Option link="0" />
 
419
                </Unit>
 
420
                <Unit filename="..\..\src\tools\pthread-binding.h" />
 
421
                <Unit filename="..\..\src\tools\tArray.cpp" />
 
422
                <Unit filename="..\..\src\tools\tArray.h" />
 
423
                <Unit filename="..\..\src\tools\tCallback.cpp" />
 
424
                <Unit filename="..\..\src\tools\tCallback.h" />
 
425
                <Unit filename="..\..\src\tools\tCallbackString.h" />
 
426
                <Unit filename="..\..\src\tools\tColor.cpp" />
 
427
                <Unit filename="..\..\src\tools\tColor.h" />
 
428
                <Unit filename="..\..\src\tools\tCommandLine.cpp" />
 
429
                <Unit filename="..\..\src\tools\tCommandLine.h" />
 
430
                <Unit filename="..\..\src\tools\tConfiguration.cpp" />
 
431
                <Unit filename="..\..\src\tools\tConfiguration.h" />
 
432
                <Unit filename="..\..\src\tools\tConsole.cpp" />
 
433
                <Unit filename="..\..\src\tools\tConsole.h" />
 
434
                <Unit filename="..\..\src\tools\tCoord.cpp" />
 
435
                <Unit filename="..\..\src\tools\tCoord.h" />
 
436
                <Unit filename="..\..\src\tools\tCrypt.cpp" />
 
437
                <Unit filename="..\..\src\tools\tCrypt.h" />
 
438
                <Unit filename="..\..\src\tools\tDecorator.cpp" />
 
439
                <Unit filename="..\..\src\tools\tDecorator.h" />
 
440
                <Unit filename="..\..\src\tools\tDict.h" />
 
441
                <Unit filename="..\..\src\tools\tDirectories.cpp" />
 
442
                <Unit filename="..\..\src\tools\tDirectories.h" />
 
443
                <Unit filename="..\..\src\tools\tError.cpp" />
 
444
                <Unit filename="..\..\src\tools\tError.h" />
 
445
                <Unit filename="..\..\src\tools\tEventQueue.cpp" />
 
446
                <Unit filename="..\..\src\tools\tEventQueue.h" />
 
447
                <Unit filename="..\..\src\tools\tException.cpp" />
 
448
                <Unit filename="..\..\src\tools\tException.h" />
 
449
                <Unit filename="..\..\src\tools\tFunction.cpp" />
 
450
                <Unit filename="..\..\src\tools\tFunction.h" />
 
451
                <Unit filename="..\..\src\tools\tHeap.cpp" />
 
452
                <Unit filename="..\..\src\tools\tHeap.h" />
 
453
                <Unit filename="..\..\src\tools\tIniFile.cpp" />
 
454
                <Unit filename="..\..\src\tools\tIniFile.h" />
 
455
                <Unit filename="..\..\src\tools\tInitExit.h" />
 
456
                <Unit filename="..\..\src\tools\tLinkedList.cpp" />
 
457
                <Unit filename="..\..\src\tools\tLinkedList.h" />
 
458
                <Unit filename="..\..\src\tools\tList.h" />
 
459
                <Unit filename="..\..\src\tools\tLocale.cpp" />
 
460
                <Unit filename="..\..\src\tools\tLocale.h" />
 
461
                <Unit filename="..\..\src\tools\tMath.h" />
 
462
                <Unit filename="..\..\src\tools\tMemManager.cpp" />
 
463
                <Unit filename="..\..\src\tools\tMemManager.h" />
 
464
                <Unit filename="..\..\src\tools\tMemStack.cpp" />
 
465
                <Unit filename="..\..\src\tools\tMemStack.h" />
 
466
                <Unit filename="..\..\src\tools\tPlayList.cpp" />
 
467
                <Unit filename="..\..\src\tools\tPlayList.h" />
 
468
                <Unit filename="..\..\src\tools\tPolynomial.cpp" />
 
469
                <Unit filename="..\..\src\tools\tPolynomial.h" />
 
470
                <Unit filename="..\..\src\tools\tPolynomialMarshaler.cpp" />
 
471
                <Unit filename="..\..\src\tools\tPolynomialMarshaler.h" />
 
472
                <Unit filename="..\..\src\tools\tPolynomialWithBase.cpp" />
 
473
                <Unit filename="..\..\src\tools\tPolynomialWithBase.h" />
 
474
                <Unit filename="..\..\src\tools\tRandom.cpp" />
 
475
                <Unit filename="..\..\src\tools\tRandom.h" />
 
476
                <Unit filename="..\..\src\tools\tRecorder.cpp" />
 
477
                <Unit filename="..\..\src\tools\tRecorder.h" />
 
478
                <Unit filename="..\..\src\tools\tRecorderInternal.cpp" />
 
479
                <Unit filename="..\..\src\tools\tRecorderInternal.h" />
 
480
                <Unit filename="..\..\src\tools\tRectangle.cpp" />
 
481
                <Unit filename="..\..\src\tools\tRectangle.h" />
 
482
                <Unit filename="..\..\src\tools\tReferenceHolder.h" />
 
483
                <Unit filename="..\..\src\tools\tRing.cpp" />
 
484
                <Unit filename="..\..\src\tools\tRing.h" />
 
485
                <Unit filename="..\..\src\tools\tRuby.cpp" />
 
486
                <Unit filename="..\..\src\tools\tRuby.h" />
 
487
                <Unit filename="..\..\src\tools\tSafePTR.cpp" />
 
488
                <Unit filename="..\..\src\tools\tSafePTR.h" />
1895
489
                <Unit filename="..\..\src\tools\tSafePTRBase.cpp">
1896
 
                        <Option compilerVar="CPP"/>
1897
 
                        <Option compile="0"/>
1898
 
                        <Option link="0"/>
1899
 
                        <Option target="Win32 Release"/>
1900
 
                        <Option target="Win32 Debug"/>
1901
 
                </Unit>
1902
 
                <Unit filename="..\..\src\tools\tStatEntry.cpp">
1903
 
                        <Option compilerVar="CPP"/>
1904
 
                        <Option target="Win32 Release"/>
1905
 
                        <Option target="Win32 Debug"/>
1906
 
                </Unit>
1907
 
                <Unit filename="..\..\src\tools\tStatEntry.h">
1908
 
                        <Option compilerVar=""/>
1909
 
                        <Option compile="0"/>
1910
 
                        <Option link="0"/>
1911
 
                        <Option target="Win32 Release"/>
1912
 
                        <Option target="Win32 Debug"/>
1913
 
                </Unit>
1914
 
                <Unit filename="..\..\src\tools\tStatFile.cpp">
1915
 
                        <Option compilerVar="CPP"/>
1916
 
                        <Option target="Win32 Release"/>
1917
 
                        <Option target="Win32 Debug"/>
1918
 
                </Unit>
1919
 
                <Unit filename="..\..\src\tools\tStatFile.h">
1920
 
                        <Option compilerVar=""/>
1921
 
                        <Option compile="0"/>
1922
 
                        <Option link="0"/>
1923
 
                        <Option target="Win32 Release"/>
1924
 
                        <Option target="Win32 Debug"/>
1925
 
                </Unit>
1926
 
                <Unit filename="..\..\src\tools\tString.cpp">
1927
 
                        <Option compilerVar="CPP"/>
1928
 
                        <Option target="Win32 Release"/>
1929
 
                        <Option target="Win32 Debug"/>
1930
 
                </Unit>
1931
 
                <Unit filename="..\..\src\tools\tString.h">
1932
 
                        <Option compilerVar=""/>
1933
 
                        <Option compile="0"/>
1934
 
                        <Option link="0"/>
1935
 
                        <Option target="Win32 Release"/>
1936
 
                        <Option target="Win32 Debug"/>
1937
 
                </Unit>
1938
 
                <Unit filename="..\..\src\tools\tSysTime.cpp">
1939
 
                        <Option compilerVar="CPP"/>
1940
 
                        <Option target="Win32 Release"/>
1941
 
                        <Option target="Win32 Debug"/>
1942
 
                </Unit>
1943
 
                <Unit filename="..\..\src\tools\tSysTime.h">
1944
 
                        <Option compilerVar=""/>
1945
 
                        <Option compile="0"/>
1946
 
                        <Option link="0"/>
1947
 
                        <Option target="Win32 Release"/>
1948
 
                        <Option target="Win32 Debug"/>
1949
 
                </Unit>
1950
 
                <Unit filename="..\..\src\tools\tToDo.cpp">
1951
 
                        <Option compilerVar="CPP"/>
1952
 
                        <Option target="Win32 Release"/>
1953
 
                        <Option target="Win32 Debug"/>
1954
 
                </Unit>
1955
 
                <Unit filename="..\..\src\tools\tToDo.h">
1956
 
                        <Option compilerVar=""/>
1957
 
                        <Option compile="0"/>
1958
 
                        <Option link="0"/>
1959
 
                        <Option target="Win32 Release"/>
1960
 
                        <Option target="Win32 Debug"/>
1961
 
                </Unit>
1962
 
                <Unit filename="..\..\src\tools\tValue.h">
1963
 
                        <Option compilerVar=""/>
1964
 
                        <Option compile="0"/>
1965
 
                        <Option link="0"/>
1966
 
                        <Option target="Win32 Release"/>
1967
 
                        <Option target="Win32 Debug"/>
1968
 
                </Unit>
1969
 
                <Unit filename="..\..\src\tools\tValueParser.h">
1970
 
                        <Option compilerVar=""/>
1971
 
                        <Option compile="0"/>
1972
 
                        <Option link="0"/>
1973
 
                        <Option target="Win32 Release"/>
1974
 
                        <Option target="Win32 Debug"/>
1975
 
                </Unit>
1976
 
                <Unit filename="..\..\src\tools\tVersion.cpp">
1977
 
                        <Option compilerVar="CPP"/>
1978
 
                        <Option target="Win32 Release"/>
1979
 
                        <Option target="Win32 Debug"/>
1980
 
                </Unit>
1981
 
                <Unit filename="..\..\src\tools\tVersion.h">
1982
 
                        <Option compilerVar=""/>
1983
 
                        <Option compile="0"/>
1984
 
                        <Option link="0"/>
1985
 
                        <Option target="Win32 Release"/>
1986
 
                        <Option target="Win32 Debug"/>
1987
 
                </Unit>
1988
 
                <Unit filename="..\..\src\tools\tXmlParser.cpp">
1989
 
                        <Option compilerVar="CPP"/>
1990
 
                        <Option target="Win32 Release"/>
1991
 
                        <Option target="Win32 Debug"/>
1992
 
                </Unit>
1993
 
                <Unit filename="..\..\src\tools\tXmlParser.h">
1994
 
                        <Option compilerVar=""/>
1995
 
                        <Option compile="0"/>
1996
 
                        <Option link="0"/>
1997
 
                        <Option target="Win32 Release"/>
1998
 
                        <Option target="Win32 Debug"/>
1999
 
                </Unit>
 
490
                        <Option compile="0" />
 
491
                        <Option link="0" />
 
492
                </Unit>
 
493
                <Unit filename="..\..\src\tools\tStatEntry.cpp" />
 
494
                <Unit filename="..\..\src\tools\tStatEntry.h" />
 
495
                <Unit filename="..\..\src\tools\tStatFile.cpp" />
 
496
                <Unit filename="..\..\src\tools\tStatFile.h" />
 
497
                <Unit filename="..\..\src\tools\tString.cpp" />
 
498
                <Unit filename="..\..\src\tools\tString.h" />
 
499
                <Unit filename="..\..\src\tools\tSysTime.cpp" />
 
500
                <Unit filename="..\..\src\tools\tSysTime.h" />
 
501
                <Unit filename="..\..\src\tools\tToDo.cpp" />
 
502
                <Unit filename="..\..\src\tools\tToDo.h" />
 
503
                <Unit filename="..\..\src\tools\tValue.h" />
 
504
                <Unit filename="..\..\src\tools\tValueParser.h" />
 
505
                <Unit filename="..\..\src\tools\tVersion.cpp" />
 
506
                <Unit filename="..\..\src\tools\tVersion.h" />
 
507
                <Unit filename="..\..\src\tools\tXmlParser.cpp" />
 
508
                <Unit filename="..\..\src\tools\tXmlParser.h" />
2000
509
                <Unit filename="..\..\src\tools\transfab.cpp">
2001
 
                        <Option compilerVar="CPP"/>
2002
 
                        <Option compile="0"/>
2003
 
                        <Option link="0"/>
2004
 
                        <Option target="Win32 Release"/>
2005
 
                        <Option target="Win32 Debug"/>
 
510
                        <Option compile="0" />
 
511
                        <Option link="0" />
2006
512
                </Unit>
2007
513
                <Unit filename="..\..\src\tools\unitTest\nMessageMock.cpp">
2008
 
                        <Option compilerVar="CPP"/>
2009
 
                        <Option compile="0"/>
2010
 
                        <Option link="0"/>
2011
 
                        <Option target="Win32 Release"/>
2012
 
                        <Option target="Win32 Debug"/>
2013
 
                </Unit>
2014
 
                <Unit filename="..\..\src\tools\unitTest\nMessageMock.h">
2015
 
                        <Option compilerVar=""/>
2016
 
                        <Option compile="0"/>
2017
 
                        <Option link="0"/>
2018
 
                        <Option target="Win32 Release"/>
2019
 
                        <Option target="Win32 Debug"/>
2020
 
                </Unit>
 
514
                        <Option compile="0" />
 
515
                        <Option link="0" />
 
516
                </Unit>
 
517
                <Unit filename="..\..\src\tools\unitTest\nMessageMock.h" />
2021
518
                <Unit filename="..\..\src\tools\unitTest\tPolynomialMarshalerTest.cpp">
2022
 
                        <Option compilerVar="CPP"/>
2023
 
                        <Option compile="0"/>
2024
 
                        <Option link="0"/>
2025
 
                        <Option target="Win32 Release"/>
2026
 
                        <Option target="Win32 Debug"/>
 
519
                        <Option compile="0" />
 
520
                        <Option link="0" />
2027
521
                </Unit>
2028
522
                <Unit filename="..\..\src\tools\unitTest\tPolynomialTest.cpp">
2029
 
                        <Option compilerVar="CPP"/>
2030
 
                        <Option compile="0"/>
2031
 
                        <Option link="0"/>
2032
 
                        <Option target="Win32 Release"/>
2033
 
                        <Option target="Win32 Debug"/>
 
523
                        <Option compile="0" />
 
524
                        <Option link="0" />
2034
525
                </Unit>
2035
526
                <Unit filename="..\..\src\tools\unitTest\tToolUnitTest.cpp">
2036
 
                        <Option compilerVar="CPP"/>
2037
 
                        <Option compile="0"/>
2038
 
                        <Option link="0"/>
2039
 
                        <Option target="Win32 Release"/>
2040
 
                        <Option target="Win32 Debug"/>
2041
 
                </Unit>
2042
 
                <Unit filename="..\..\src\tools\values\vCollection.cpp">
2043
 
                        <Option compilerVar="CPP"/>
2044
 
                        <Option target="Win32 Release"/>
2045
 
                        <Option target="Win32 Debug"/>
2046
 
                </Unit>
2047
 
                <Unit filename="..\..\src\tools\values\vCollection.h">
2048
 
                        <Option compilerVar=""/>
2049
 
                        <Option compile="0"/>
2050
 
                        <Option link="0"/>
2051
 
                        <Option target="Win32 Release"/>
2052
 
                        <Option target="Win32 Debug"/>
2053
 
                </Unit>
2054
 
                <Unit filename="..\..\src\tools\values\vCore.cpp">
2055
 
                        <Option compilerVar="CPP"/>
2056
 
                        <Option target="Win32 Release"/>
2057
 
                        <Option target="Win32 Debug"/>
2058
 
                </Unit>
2059
 
                <Unit filename="..\..\src\tools\values\vCore.h">
2060
 
                        <Option compilerVar=""/>
2061
 
                        <Option compile="0"/>
2062
 
                        <Option link="0"/>
2063
 
                        <Option target="Win32 Release"/>
2064
 
                        <Option target="Win32 Debug"/>
2065
 
                </Unit>
2066
 
                <Unit filename="..\..\src\tools\values\vParser.h">
2067
 
                        <Option compilerVar=""/>
2068
 
                        <Option compile="0"/>
2069
 
                        <Option link="0"/>
2070
 
                        <Option target="Win32 Release"/>
2071
 
                        <Option target="Win32 Debug"/>
2072
 
                </Unit>
2073
 
                <Unit filename="..\..\src\tools\values\vParser.ypp">
2074
 
                        <Option compilerVar=""/>
2075
 
                        <Option compile="0"/>
2076
 
                        <Option link="0"/>
2077
 
                        <Option target="Win32 Release"/>
2078
 
                        <Option target="Win32 Debug"/>
2079
 
                </Unit>
2080
 
                <Unit filename="..\..\src\tools\values\vRegistry.cpp">
2081
 
                        <Option compilerVar="CPP"/>
2082
 
                        <Option target="Win32 Release"/>
2083
 
                        <Option target="Win32 Debug"/>
2084
 
                </Unit>
2085
 
                <Unit filename="..\..\src\tools\values\vRegistry.h">
2086
 
                        <Option compilerVar=""/>
2087
 
                        <Option compile="0"/>
2088
 
                        <Option link="0"/>
2089
 
                        <Option target="Win32 Release"/>
2090
 
                        <Option target="Win32 Debug"/>
2091
 
                </Unit>
2092
 
                <Unit filename="..\..\src\tools\values\veComparison.cpp">
2093
 
                        <Option compilerVar="CPP"/>
2094
 
                        <Option target="Win32 Release"/>
2095
 
                        <Option target="Win32 Debug"/>
2096
 
                </Unit>
2097
 
                <Unit filename="..\..\src\tools\values\veComparison.h">
2098
 
                        <Option compilerVar=""/>
2099
 
                        <Option compile="0"/>
2100
 
                        <Option link="0"/>
2101
 
                        <Option target="Win32 Release"/>
2102
 
                        <Option target="Win32 Debug"/>
2103
 
                </Unit>
2104
 
                <Unit filename="..\..\src\tools\values\veLogic.cpp">
2105
 
                        <Option compilerVar="CPP"/>
2106
 
                        <Option target="Win32 Release"/>
2107
 
                        <Option target="Win32 Debug"/>
2108
 
                </Unit>
2109
 
                <Unit filename="..\..\src\tools\values\veLogic.h">
2110
 
                        <Option compilerVar=""/>
2111
 
                        <Option compile="0"/>
2112
 
                        <Option link="0"/>
2113
 
                        <Option target="Win32 Release"/>
2114
 
                        <Option target="Win32 Debug"/>
2115
 
                </Unit>
2116
 
                <Unit filename="..\..\src\tools\values\veMath.cpp">
2117
 
                        <Option compilerVar="CPP"/>
2118
 
                        <Option target="Win32 Release"/>
2119
 
                        <Option target="Win32 Debug"/>
2120
 
                </Unit>
2121
 
                <Unit filename="..\..\src\tools\values\veMath.h">
2122
 
                        <Option compilerVar=""/>
2123
 
                        <Option compile="0"/>
2124
 
                        <Option link="0"/>
2125
 
                        <Option target="Win32 Release"/>
2126
 
                        <Option target="Win32 Debug"/>
2127
 
                </Unit>
2128
 
                <Unit filename="..\..\src\tools\values\vebCFunction.h">
2129
 
                        <Option compilerVar=""/>
2130
 
                        <Option compile="0"/>
2131
 
                        <Option link="0"/>
2132
 
                        <Option target="Win32 Release"/>
2133
 
                        <Option target="Win32 Debug"/>
2134
 
                </Unit>
2135
 
                <Unit filename="..\..\src\tools\values\vebLegacy.cpp">
2136
 
                        <Option compilerVar="CPP"/>
2137
 
                        <Option target="Win32 Release"/>
2138
 
                        <Option target="Win32 Debug"/>
2139
 
                </Unit>
2140
 
                <Unit filename="..\..\src\tools\values\vebLegacy.h">
2141
 
                        <Option compilerVar=""/>
2142
 
                        <Option compile="0"/>
2143
 
                        <Option link="0"/>
2144
 
                        <Option target="Win32 Release"/>
2145
 
                        <Option target="Win32 Debug"/>
2146
 
                </Unit>
2147
 
                <Unit filename="..\..\src\tools\values\vebMathExpr.cpp">
2148
 
                        <Option compilerVar="CPP"/>
2149
 
                        <Option target="Win32 Release"/>
2150
 
                        <Option target="Win32 Debug"/>
2151
 
                </Unit>
2152
 
                <Unit filename="..\..\src\tools\values\vebMathExpr.h">
2153
 
                        <Option compilerVar=""/>
2154
 
                        <Option compile="0"/>
2155
 
                        <Option link="0"/>
2156
 
                        <Option target="Win32 Release"/>
2157
 
                        <Option target="Win32 Debug"/>
2158
 
                </Unit>
2159
 
                <Unit filename="..\..\src\tron\cockpit\cCamview.cpp">
2160
 
                        <Option compilerVar="CPP"/>
2161
 
                        <Option target="Win32 Release"/>
2162
 
                        <Option target="Win32 Debug"/>
2163
 
                </Unit>
2164
 
                <Unit filename="..\..\src\tron\cockpit\cCamview.h">
2165
 
                        <Option compilerVar=""/>
2166
 
                        <Option compile="0"/>
2167
 
                        <Option link="0"/>
2168
 
                        <Option target="Win32 Release"/>
2169
 
                        <Option target="Win32 Debug"/>
2170
 
                </Unit>
2171
 
                <Unit filename="..\..\src\tron\cockpit\cCockpit.cpp">
2172
 
                        <Option compilerVar="CPP"/>
2173
 
                        <Option target="Win32 Release"/>
2174
 
                        <Option target="Win32 Debug"/>
2175
 
                </Unit>
2176
 
                <Unit filename="..\..\src\tron\cockpit\cCockpit.h">
2177
 
                        <Option compilerVar=""/>
2178
 
                        <Option compile="0"/>
2179
 
                        <Option link="0"/>
2180
 
                        <Option target="Win32 Release"/>
2181
 
                        <Option target="Win32 Debug"/>
2182
 
                </Unit>
2183
 
                <Unit filename="..\..\src\tron\cockpit\cGauges.cpp">
2184
 
                        <Option compilerVar="CPP"/>
2185
 
                        <Option target="Win32 Release"/>
2186
 
                        <Option target="Win32 Debug"/>
2187
 
                </Unit>
2188
 
                <Unit filename="..\..\src\tron\cockpit\cGauges.h">
2189
 
                        <Option compilerVar=""/>
2190
 
                        <Option compile="0"/>
2191
 
                        <Option link="0"/>
2192
 
                        <Option target="Win32 Release"/>
2193
 
                        <Option target="Win32 Debug"/>
2194
 
                </Unit>
2195
 
                <Unit filename="..\..\src\tron\cockpit\cLabel.cpp">
2196
 
                        <Option compilerVar="CPP"/>
2197
 
                        <Option target="Win32 Release"/>
2198
 
                        <Option target="Win32 Debug"/>
2199
 
                </Unit>
2200
 
                <Unit filename="..\..\src\tron\cockpit\cLabel.h">
2201
 
                        <Option compilerVar=""/>
2202
 
                        <Option compile="0"/>
2203
 
                        <Option link="0"/>
2204
 
                        <Option target="Win32 Release"/>
2205
 
                        <Option target="Win32 Debug"/>
2206
 
                </Unit>
2207
 
                <Unit filename="..\..\src\tron\cockpit\cMap.cpp">
2208
 
                        <Option compilerVar="CPP"/>
2209
 
                        <Option target="Win32 Release"/>
2210
 
                        <Option target="Win32 Debug"/>
2211
 
                </Unit>
2212
 
                <Unit filename="..\..\src\tron\cockpit\cMap.h">
2213
 
                        <Option compilerVar=""/>
2214
 
                        <Option compile="0"/>
2215
 
                        <Option link="0"/>
2216
 
                        <Option target="Win32 Release"/>
2217
 
                        <Option target="Win32 Debug"/>
2218
 
                </Unit>
2219
 
                <Unit filename="..\..\src\tron\cockpit\cRectangle.cpp">
2220
 
                        <Option compilerVar="CPP"/>
2221
 
                        <Option target="Win32 Release"/>
2222
 
                        <Option target="Win32 Debug"/>
2223
 
                </Unit>
2224
 
                <Unit filename="..\..\src\tron\cockpit\cRectangle.h">
2225
 
                        <Option compilerVar=""/>
2226
 
                        <Option compile="0"/>
2227
 
                        <Option link="0"/>
2228
 
                        <Option target="Win32 Release"/>
2229
 
                        <Option target="Win32 Debug"/>
2230
 
                </Unit>
2231
 
                <Unit filename="..\..\src\tron\cockpit\cWidgetBase.cpp">
2232
 
                        <Option compilerVar="CPP"/>
2233
 
                        <Option target="Win32 Release"/>
2234
 
                        <Option target="Win32 Debug"/>
2235
 
                </Unit>
2236
 
                <Unit filename="..\..\src\tron\cockpit\cWidgetBase.h">
2237
 
                        <Option compilerVar=""/>
2238
 
                        <Option compile="0"/>
2239
 
                        <Option link="0"/>
2240
 
                        <Option target="Win32 Release"/>
2241
 
                        <Option target="Win32 Debug"/>
2242
 
                </Unit>
2243
 
                <Unit filename="..\..\src\tron\gAIBase.cpp">
2244
 
                        <Option compilerVar="CPP"/>
2245
 
                        <Option target="Win32 Release"/>
2246
 
                        <Option target="Win32 Debug"/>
2247
 
                </Unit>
2248
 
                <Unit filename="..\..\src\tron\gAIBase.h">
2249
 
                        <Option compilerVar=""/>
2250
 
                        <Option compile="0"/>
2251
 
                        <Option link="0"/>
2252
 
                        <Option target="Win32 Release"/>
2253
 
                        <Option target="Win32 Debug"/>
2254
 
                </Unit>
2255
 
                <Unit filename="..\..\src\tron\gAICharacter.cpp">
2256
 
                        <Option compilerVar="CPP"/>
2257
 
                        <Option target="Win32 Release"/>
2258
 
                        <Option target="Win32 Debug"/>
2259
 
                </Unit>
2260
 
                <Unit filename="..\..\src\tron\gAICharacter.h">
2261
 
                        <Option compilerVar=""/>
2262
 
                        <Option compile="0"/>
2263
 
                        <Option link="0"/>
2264
 
                        <Option target="Win32 Release"/>
2265
 
                        <Option target="Win32 Debug"/>
2266
 
                </Unit>
2267
 
                <Unit filename="..\..\src\tron\gArena.cpp">
2268
 
                        <Option compilerVar="CPP"/>
2269
 
                        <Option target="Win32 Release"/>
2270
 
                        <Option target="Win32 Debug"/>
2271
 
                </Unit>
2272
 
                <Unit filename="..\..\src\tron\gArena.h">
2273
 
                        <Option compilerVar=""/>
2274
 
                        <Option compile="0"/>
2275
 
                        <Option link="0"/>
2276
 
                        <Option target="Win32 Release"/>
2277
 
                        <Option target="Win32 Debug"/>
2278
 
                </Unit>
2279
 
                <Unit filename="..\..\src\tron\gArmagetron.cpp">
2280
 
                        <Option compilerVar="CPP"/>
2281
 
                        <Option target="Win32 Release"/>
2282
 
                        <Option target="Win32 Debug"/>
2283
 
                </Unit>
2284
 
                <Unit filename="..\..\src\tron\gCamera.cpp">
2285
 
                        <Option compilerVar="CPP"/>
2286
 
                        <Option target="Win32 Release"/>
2287
 
                        <Option target="Win32 Debug"/>
2288
 
                </Unit>
2289
 
                <Unit filename="..\..\src\tron\gCamera.h">
2290
 
                        <Option compilerVar=""/>
2291
 
                        <Option compile="0"/>
2292
 
                        <Option link="0"/>
2293
 
                        <Option target="Win32 Release"/>
2294
 
                        <Option target="Win32 Debug"/>
2295
 
                </Unit>
2296
 
                <Unit filename="..\..\src\tron\gCommandLineJumpStart.cpp">
2297
 
                        <Option compilerVar="CPP"/>
2298
 
                        <Option target="Win32 Release"/>
2299
 
                        <Option target="Win32 Debug"/>
2300
 
                </Unit>
2301
 
                <Unit filename="..\..\src\tron\gCommandLineJumpStart.h">
2302
 
                        <Option compilerVar=""/>
2303
 
                        <Option compile="0"/>
2304
 
                        <Option link="0"/>
2305
 
                        <Option target="Win32 Release"/>
2306
 
                        <Option target="Win32 Debug"/>
2307
 
                </Unit>
2308
 
                <Unit filename="..\..\src\tron\gCycle.cpp">
2309
 
                        <Option compilerVar="CPP"/>
2310
 
                        <Option target="Win32 Release"/>
2311
 
                        <Option target="Win32 Debug"/>
2312
 
                </Unit>
2313
 
                <Unit filename="..\..\src\tron\gCycle.h">
2314
 
                        <Option compilerVar=""/>
2315
 
                        <Option compile="0"/>
2316
 
                        <Option link="0"/>
2317
 
                        <Option target="Win32 Release"/>
2318
 
                        <Option target="Win32 Debug"/>
2319
 
                </Unit>
2320
 
                <Unit filename="..\..\src\tron\gCycleMovement.cpp">
2321
 
                        <Option compilerVar="CPP"/>
2322
 
                        <Option target="Win32 Release"/>
2323
 
                        <Option target="Win32 Debug"/>
2324
 
                </Unit>
2325
 
                <Unit filename="..\..\src\tron\gCycleMovement.h">
2326
 
                        <Option compilerVar=""/>
2327
 
                        <Option compile="0"/>
2328
 
                        <Option link="0"/>
2329
 
                        <Option target="Win32 Release"/>
2330
 
                        <Option target="Win32 Debug"/>
2331
 
                </Unit>
2332
 
                <Unit filename="..\..\src\tron\gExplosion.cpp">
2333
 
                        <Option compilerVar="CPP"/>
2334
 
                        <Option target="Win32 Release"/>
2335
 
                        <Option target="Win32 Debug"/>
2336
 
                </Unit>
2337
 
                <Unit filename="..\..\src\tron\gExplosion.h">
2338
 
                        <Option compilerVar=""/>
2339
 
                        <Option compile="0"/>
2340
 
                        <Option link="0"/>
2341
 
                        <Option target="Win32 Release"/>
2342
 
                        <Option target="Win32 Debug"/>
2343
 
                </Unit>
2344
 
                <Unit filename="..\..\src\tron\gFloor.cpp">
2345
 
                        <Option compilerVar="CPP"/>
2346
 
                        <Option target="Win32 Release"/>
2347
 
                        <Option target="Win32 Debug"/>
2348
 
                </Unit>
2349
 
                <Unit filename="..\..\src\tron\gFriends.cpp">
2350
 
                        <Option compilerVar="CPP"/>
2351
 
                        <Option target="Win32 Release"/>
2352
 
                        <Option target="Win32 Debug"/>
2353
 
                </Unit>
2354
 
                <Unit filename="..\..\src\tron\gFriends.h">
2355
 
                        <Option compilerVar=""/>
2356
 
                        <Option compile="0"/>
2357
 
                        <Option link="0"/>
2358
 
                        <Option target="Win32 Release"/>
2359
 
                        <Option target="Win32 Debug"/>
2360
 
                </Unit>
2361
 
                <Unit filename="..\..\src\tron\gGame.cpp">
2362
 
                        <Option compilerVar="CPP"/>
2363
 
                        <Option target="Win32 Release"/>
2364
 
                        <Option target="Win32 Debug"/>
2365
 
                </Unit>
2366
 
                <Unit filename="..\..\src\tron\gGame.h">
2367
 
                        <Option compilerVar=""/>
2368
 
                        <Option compile="0"/>
2369
 
                        <Option link="0"/>
2370
 
                        <Option target="Win32 Release"/>
2371
 
                        <Option target="Win32 Debug"/>
2372
 
                </Unit>
2373
 
                <Unit filename="..\..\src\tron\gJoystick.cpp">
2374
 
                        <Option compilerVar="CPP"/>
2375
 
                        <Option target="Win32 Release"/>
2376
 
                        <Option target="Win32 Debug"/>
2377
 
                </Unit>
2378
 
                <Unit filename="..\..\src\tron\gJoystick.h">
2379
 
                        <Option compilerVar=""/>
2380
 
                        <Option compile="0"/>
2381
 
                        <Option link="0"/>
2382
 
                        <Option target="Win32 Release"/>
2383
 
                        <Option target="Win32 Debug"/>
2384
 
                </Unit>
2385
 
                <Unit filename="..\..\src\tron\gLanguageMenu.cpp">
2386
 
                        <Option compilerVar="CPP"/>
2387
 
                        <Option target="Win32 Release"/>
2388
 
                        <Option target="Win32 Debug"/>
2389
 
                </Unit>
2390
 
                <Unit filename="..\..\src\tron\gLanguageMenu.h">
2391
 
                        <Option compilerVar=""/>
2392
 
                        <Option compile="0"/>
2393
 
                        <Option link="0"/>
2394
 
                        <Option target="Win32 Release"/>
2395
 
                        <Option target="Win32 Debug"/>
2396
 
                </Unit>
2397
 
                <Unit filename="..\..\src\tron\gLogo.cpp">
2398
 
                        <Option compilerVar="CPP"/>
2399
 
                        <Option target="Win32 Release"/>
2400
 
                        <Option target="Win32 Debug"/>
2401
 
                </Unit>
2402
 
                <Unit filename="..\..\src\tron\gLogo.h">
2403
 
                        <Option compilerVar=""/>
2404
 
                        <Option compile="0"/>
2405
 
                        <Option link="0"/>
2406
 
                        <Option target="Win32 Release"/>
2407
 
                        <Option target="Win32 Debug"/>
2408
 
                </Unit>
2409
 
                <Unit filename="..\..\src\tron\gMenus.cpp">
2410
 
                        <Option compilerVar="CPP"/>
2411
 
                        <Option target="Win32 Release"/>
2412
 
                        <Option target="Win32 Debug"/>
2413
 
                </Unit>
2414
 
                <Unit filename="..\..\src\tron\gMenus.h">
2415
 
                        <Option compilerVar=""/>
2416
 
                        <Option compile="0"/>
2417
 
                        <Option link="0"/>
2418
 
                        <Option target="Win32 Release"/>
2419
 
                        <Option target="Win32 Debug"/>
2420
 
                </Unit>
2421
 
                <Unit filename="..\..\src\tron\gParser.cpp">
2422
 
                        <Option compilerVar="CPP"/>
2423
 
                        <Option target="Win32 Release"/>
2424
 
                        <Option target="Win32 Debug"/>
2425
 
                </Unit>
2426
 
                <Unit filename="..\..\src\tron\gParser.h">
2427
 
                        <Option compilerVar=""/>
2428
 
                        <Option compile="0"/>
2429
 
                        <Option link="0"/>
2430
 
                        <Option target="Win32 Release"/>
2431
 
                        <Option target="Win32 Debug"/>
2432
 
                </Unit>
2433
 
                <Unit filename="..\..\src\tron\gParticles.cpp">
2434
 
                        <Option compilerVar="CPP"/>
2435
 
                        <Option target="Win32 Release"/>
2436
 
                        <Option target="Win32 Debug"/>
2437
 
                </Unit>
2438
 
                <Unit filename="..\..\src\tron\gParticles.h">
2439
 
                        <Option compilerVar=""/>
2440
 
                        <Option compile="0"/>
2441
 
                        <Option link="0"/>
2442
 
                        <Option target="Win32 Release"/>
2443
 
                        <Option target="Win32 Debug"/>
2444
 
                </Unit>
2445
 
                <Unit filename="..\..\src\tron\gRotation.cpp">
2446
 
                        <Option compilerVar="CPP"/>
2447
 
                        <Option target="Win32 Release"/>
2448
 
                        <Option target="Win32 Debug"/>
2449
 
                </Unit>
2450
 
                <Unit filename="..\..\src\tron\gRotation.h">
2451
 
                        <Option compilerVar=""/>
2452
 
                        <Option compile="0"/>
2453
 
                        <Option link="0"/>
2454
 
                        <Option target="Win32 Release"/>
2455
 
                        <Option target="Win32 Debug"/>
2456
 
                </Unit>
2457
 
                <Unit filename="..\..\src\tron\gSensor.cpp">
2458
 
                        <Option compilerVar="CPP"/>
2459
 
                        <Option target="Win32 Release"/>
2460
 
                        <Option target="Win32 Debug"/>
2461
 
                </Unit>
2462
 
                <Unit filename="..\..\src\tron\gSensor.h">
2463
 
                        <Option compilerVar=""/>
2464
 
                        <Option compile="0"/>
2465
 
                        <Option link="0"/>
2466
 
                        <Option target="Win32 Release"/>
2467
 
                        <Option target="Win32 Debug"/>
2468
 
                </Unit>
2469
 
                <Unit filename="..\..\src\tron\gServerBrowser.cpp">
2470
 
                        <Option compilerVar="CPP"/>
2471
 
                        <Option target="Win32 Release"/>
2472
 
                        <Option target="Win32 Debug"/>
2473
 
                </Unit>
2474
 
                <Unit filename="..\..\src\tron\gServerBrowser.h">
2475
 
                        <Option compilerVar=""/>
2476
 
                        <Option compile="0"/>
2477
 
                        <Option link="0"/>
2478
 
                        <Option target="Win32 Release"/>
2479
 
                        <Option target="Win32 Debug"/>
2480
 
                </Unit>
2481
 
                <Unit filename="..\..\src\tron\gServerFavorites.cpp">
2482
 
                        <Option compilerVar="CPP"/>
2483
 
                        <Option target="Win32 Release"/>
2484
 
                        <Option target="Win32 Debug"/>
2485
 
                </Unit>
2486
 
                <Unit filename="..\..\src\tron\gServerFavorites.h">
2487
 
                        <Option compilerVar=""/>
2488
 
                        <Option compile="0"/>
2489
 
                        <Option link="0"/>
2490
 
                        <Option target="Win32 Release"/>
2491
 
                        <Option target="Win32 Debug"/>
2492
 
                </Unit>
2493
 
                <Unit filename="..\..\src\tron\gSparks.cpp">
2494
 
                        <Option compilerVar="CPP"/>
2495
 
                        <Option target="Win32 Release"/>
2496
 
                        <Option target="Win32 Debug"/>
2497
 
                </Unit>
2498
 
                <Unit filename="..\..\src\tron\gSparks.h">
2499
 
                        <Option compilerVar=""/>
2500
 
                        <Option compile="0"/>
2501
 
                        <Option link="0"/>
2502
 
                        <Option target="Win32 Release"/>
2503
 
                        <Option target="Win32 Debug"/>
2504
 
                </Unit>
2505
 
                <Unit filename="..\..\src\tron\gSpawn.cpp">
2506
 
                        <Option compilerVar="CPP"/>
2507
 
                        <Option target="Win32 Release"/>
2508
 
                        <Option target="Win32 Debug"/>
2509
 
                </Unit>
2510
 
                <Unit filename="..\..\src\tron\gSpawn.h">
2511
 
                        <Option compilerVar=""/>
2512
 
                        <Option compile="0"/>
2513
 
                        <Option link="0"/>
2514
 
                        <Option target="Win32 Release"/>
2515
 
                        <Option target="Win32 Debug"/>
2516
 
                </Unit>
2517
 
                <Unit filename="..\..\src\tron\gStatList.cpp">
2518
 
                        <Option compilerVar="CPP"/>
2519
 
                        <Option target="Win32 Release"/>
2520
 
                        <Option target="Win32 Debug"/>
2521
 
                </Unit>
2522
 
                <Unit filename="..\..\src\tron\gStatList.h">
2523
 
                        <Option compilerVar=""/>
2524
 
                        <Option compile="0"/>
2525
 
                        <Option link="0"/>
2526
 
                        <Option target="Win32 Release"/>
2527
 
                        <Option target="Win32 Debug"/>
2528
 
                </Unit>
2529
 
                <Unit filename="..\..\src\tron\gStatistics.cpp">
2530
 
                        <Option compilerVar="CPP"/>
2531
 
                        <Option target="Win32 Release"/>
2532
 
                        <Option target="Win32 Debug"/>
2533
 
                </Unit>
2534
 
                <Unit filename="..\..\src\tron\gStatistics.h">
2535
 
                        <Option compilerVar=""/>
2536
 
                        <Option compile="0"/>
2537
 
                        <Option link="0"/>
2538
 
                        <Option target="Win32 Release"/>
2539
 
                        <Option target="Win32 Debug"/>
2540
 
                </Unit>
2541
 
                <Unit filename="..\..\src\tron\gStuff.cpp">
2542
 
                        <Option compilerVar="CPP"/>
2543
 
                        <Option target="Win32 Release"/>
2544
 
                        <Option target="Win32 Debug"/>
2545
 
                </Unit>
2546
 
                <Unit filename="..\..\src\tron\gStuff.h">
2547
 
                        <Option compilerVar=""/>
2548
 
                        <Option compile="0"/>
2549
 
                        <Option link="0"/>
2550
 
                        <Option target="Win32 Release"/>
2551
 
                        <Option target="Win32 Debug"/>
2552
 
                </Unit>
2553
 
                <Unit filename="..\..\src\tron\gTeam.cpp">
2554
 
                        <Option compilerVar="CPP"/>
2555
 
                        <Option target="Win32 Release"/>
2556
 
                        <Option target="Win32 Debug"/>
2557
 
                </Unit>
2558
 
                <Unit filename="..\..\src\tron\gTeam.h">
2559
 
                        <Option compilerVar=""/>
2560
 
                        <Option compile="0"/>
2561
 
                        <Option link="0"/>
2562
 
                        <Option target="Win32 Release"/>
2563
 
                        <Option target="Win32 Debug"/>
2564
 
                </Unit>
2565
 
                <Unit filename="..\..\src\tron\gVectorExtra.h">
2566
 
                        <Option compilerVar=""/>
2567
 
                        <Option compile="0"/>
2568
 
                        <Option link="0"/>
2569
 
                        <Option target="Win32 Release"/>
2570
 
                        <Option target="Win32 Debug"/>
2571
 
                </Unit>
2572
 
                <Unit filename="..\..\src\tron\gWall.cpp">
2573
 
                        <Option compilerVar="CPP"/>
2574
 
                        <Option target="Win32 Release"/>
2575
 
                        <Option target="Win32 Debug"/>
2576
 
                </Unit>
2577
 
                <Unit filename="..\..\src\tron\gWall.h">
2578
 
                        <Option compilerVar=""/>
2579
 
                        <Option compile="0"/>
2580
 
                        <Option link="0"/>
2581
 
                        <Option target="Win32 Release"/>
2582
 
                        <Option target="Win32 Debug"/>
2583
 
                </Unit>
2584
 
                <Unit filename="..\..\src\tron\gWinZone.cpp">
2585
 
                        <Option compilerVar="CPP"/>
2586
 
                </Unit>
2587
 
                <Unit filename="..\..\src\tron\gWinZone.h">
2588
 
                        <Option compilerVar=""/>
2589
 
                        <Option compile="0"/>
2590
 
                        <Option link="0"/>
2591
 
                        <Option target="Win32 Release"/>
2592
 
                        <Option target="Win32 Debug"/>
2593
 
                </Unit>
2594
 
                <Unit filename="..\..\src\tron\zone\shapeCircle.h">
2595
 
                        <Option compilerVar=""/>
2596
 
                        <Option compile="0"/>
2597
 
                        <Option link="0"/>
2598
 
                        <Option target="Win32 Release"/>
2599
 
                        <Option target="Win32 Debug"/>
2600
 
                </Unit>
2601
 
                <Unit filename="..\..\src\tron\zone\zEffectGroup.cpp">
2602
 
                        <Option compilerVar="CPP"/>
2603
 
                        <Option target="Win32 Release"/>
2604
 
                        <Option target="Win32 Debug"/>
2605
 
                </Unit>
2606
 
                <Unit filename="..\..\src\tron\zone\zEffectGroup.h">
2607
 
                        <Option compilerVar=""/>
2608
 
                        <Option compile="0"/>
2609
 
                        <Option link="0"/>
2610
 
                        <Option target="Win32 Release"/>
2611
 
                        <Option target="Win32 Debug"/>
2612
 
                </Unit>
2613
 
                <Unit filename="..\..\src\tron\zone\zEffector.cpp">
2614
 
                        <Option compilerVar="CPP"/>
2615
 
                        <Option target="Win32 Release"/>
2616
 
                        <Option target="Win32 Debug"/>
2617
 
                </Unit>
2618
 
                <Unit filename="..\..\src\tron\zone\zEffector.h">
2619
 
                        <Option compilerVar=""/>
2620
 
                        <Option compile="0"/>
2621
 
                        <Option link="0"/>
2622
 
                        <Option target="Win32 Release"/>
2623
 
                        <Option target="Win32 Debug"/>
2624
 
                </Unit>
2625
 
                <Unit filename="..\..\src\tron\zone\zMisc.h">
2626
 
                        <Option compilerVar=""/>
2627
 
                        <Option compile="0"/>
2628
 
                        <Option link="0"/>
2629
 
                        <Option target="Win32 Release"/>
2630
 
                        <Option target="Win32 Debug"/>
2631
 
                </Unit>
2632
 
                <Unit filename="..\..\src\tron\zone\zMonitor.cpp">
2633
 
                        <Option compilerVar="CPP"/>
2634
 
                        <Option target="Win32 Release"/>
2635
 
                        <Option target="Win32 Debug"/>
2636
 
                </Unit>
2637
 
                <Unit filename="..\..\src\tron\zone\zMonitor.h">
2638
 
                        <Option compilerVar=""/>
2639
 
                        <Option compile="0"/>
2640
 
                        <Option link="0"/>
2641
 
                        <Option target="Win32 Release"/>
2642
 
                        <Option target="Win32 Debug"/>
2643
 
                </Unit>
2644
 
                <Unit filename="..\..\src\tron\zone\zSelector.cpp">
2645
 
                        <Option compilerVar="CPP"/>
2646
 
                        <Option target="Win32 Release"/>
2647
 
                        <Option target="Win32 Debug"/>
2648
 
                </Unit>
2649
 
                <Unit filename="..\..\src\tron\zone\zSelector.h">
2650
 
                        <Option compilerVar=""/>
2651
 
                        <Option compile="0"/>
2652
 
                        <Option link="0"/>
2653
 
                        <Option target="Win32 Release"/>
2654
 
                        <Option target="Win32 Debug"/>
2655
 
                </Unit>
2656
 
                <Unit filename="..\..\src\tron\zone\zShape.cpp">
2657
 
                        <Option compilerVar="CPP"/>
2658
 
                        <Option target="Win32 Release"/>
2659
 
                        <Option target="Win32 Debug"/>
2660
 
                </Unit>
2661
 
                <Unit filename="..\..\src\tron\zone\zShape.hpp">
2662
 
                        <Option compilerVar=""/>
2663
 
                        <Option compile="0"/>
2664
 
                        <Option link="0"/>
2665
 
                        <Option target="Win32 Release"/>
2666
 
                        <Option target="Win32 Debug"/>
2667
 
                </Unit>
2668
 
                <Unit filename="..\..\src\tron\zone\zTimedZone.cpp">
2669
 
                        <Option compilerVar="CPP"/>
2670
 
                        <Option target="Win32 Release"/>
2671
 
                        <Option target="Win32 Debug"/>
2672
 
                </Unit>
2673
 
                <Unit filename="..\..\src\tron\zone\zTimedZone.h">
2674
 
                        <Option compilerVar=""/>
2675
 
                        <Option compile="0"/>
2676
 
                        <Option link="0"/>
2677
 
                        <Option target="Win32 Release"/>
2678
 
                        <Option target="Win32 Debug"/>
2679
 
                </Unit>
2680
 
                <Unit filename="..\..\src\tron\zone\zValidator.cpp">
2681
 
                        <Option compilerVar="CPP"/>
2682
 
                        <Option target="Win32 Release"/>
2683
 
                        <Option target="Win32 Debug"/>
2684
 
                </Unit>
2685
 
                <Unit filename="..\..\src\tron\zone\zValidator.h">
2686
 
                        <Option compilerVar=""/>
2687
 
                        <Option compile="0"/>
2688
 
                        <Option link="0"/>
2689
 
                        <Option target="Win32 Release"/>
2690
 
                        <Option target="Win32 Debug"/>
2691
 
                </Unit>
2692
 
                <Unit filename="..\..\src\tron\zone\zZone.cpp">
2693
 
                        <Option compilerVar="CPP"/>
2694
 
                        <Option target="Win32 Release"/>
2695
 
                        <Option target="Win32 Debug"/>
2696
 
                </Unit>
2697
 
                <Unit filename="..\..\src\tron\zone\zZone.h">
2698
 
                        <Option compilerVar=""/>
2699
 
                        <Option compile="0"/>
2700
 
                        <Option link="0"/>
2701
 
                        <Option target="Win32 Release"/>
2702
 
                        <Option target="Win32 Debug"/>
2703
 
                </Unit>
2704
 
                <Unit filename="..\..\src\tron\zone\zZoneInfluence.cpp">
2705
 
                        <Option compilerVar="CPP"/>
2706
 
                        <Option target="Win32 Release"/>
2707
 
                        <Option target="Win32 Debug"/>
2708
 
                </Unit>
2709
 
                <Unit filename="..\..\src\tron\zone\zZoneInfluence.h">
2710
 
                        <Option compilerVar=""/>
2711
 
                        <Option compile="0"/>
2712
 
                        <Option link="0"/>
2713
 
                        <Option target="Win32 Release"/>
2714
 
                        <Option target="Win32 Debug"/>
2715
 
                </Unit>
2716
 
                <Unit filename="..\..\src\ui\uInput.cpp">
2717
 
                        <Option compilerVar="CPP"/>
2718
 
                        <Option target="Win32 Release"/>
2719
 
                        <Option target="Win32 Debug"/>
2720
 
                </Unit>
2721
 
                <Unit filename="..\..\src\ui\uInput.h">
2722
 
                        <Option compilerVar=""/>
2723
 
                        <Option compile="0"/>
2724
 
                        <Option link="0"/>
2725
 
                        <Option target="Win32 Release"/>
2726
 
                        <Option target="Win32 Debug"/>
2727
 
                </Unit>
2728
 
                <Unit filename="..\..\src\ui\uInputQueue.cpp">
2729
 
                        <Option compilerVar="CPP"/>
2730
 
                        <Option target="Win32 Release"/>
2731
 
                        <Option target="Win32 Debug"/>
2732
 
                </Unit>
2733
 
                <Unit filename="..\..\src\ui\uInputQueue.h">
2734
 
                        <Option compilerVar=""/>
2735
 
                        <Option compile="0"/>
2736
 
                        <Option link="0"/>
2737
 
                        <Option target="Win32 Release"/>
2738
 
                        <Option target="Win32 Debug"/>
2739
 
                </Unit>
2740
 
                <Unit filename="..\..\src\ui\uMenu.cpp">
2741
 
                        <Option compilerVar="CPP"/>
2742
 
                        <Option target="Win32 Release"/>
2743
 
                        <Option target="Win32 Debug"/>
2744
 
                </Unit>
2745
 
                <Unit filename="..\..\src\ui\uMenu.h">
2746
 
                        <Option compilerVar=""/>
2747
 
                        <Option compile="0"/>
2748
 
                        <Option link="0"/>
2749
 
                        <Option target="Win32 Release"/>
2750
 
                        <Option target="Win32 Debug"/>
2751
 
                </Unit>
2752
 
                <Unit filename="..\..\src\win32\aa_config.h">
2753
 
                        <Option compilerVar=""/>
2754
 
                        <Option compile="0"/>
2755
 
                        <Option link="0"/>
2756
 
                        <Option target="Win32 Release"/>
2757
 
                        <Option target="Win32 Debug"/>
2758
 
                </Unit>
 
527
                        <Option compile="0" />
 
528
                        <Option link="0" />
 
529
                </Unit>
 
530
                <Unit filename="..\..\src\tools\values\vCollection.cpp" />
 
531
                <Unit filename="..\..\src\tools\values\vCollection.h" />
 
532
                <Unit filename="..\..\src\tools\values\vCore.cpp" />
 
533
                <Unit filename="..\..\src\tools\values\vCore.h" />
 
534
                <Unit filename="..\..\src\tools\values\vParser.h" />
 
535
                <Unit filename="..\..\src\tools\values\vParser.ypp" />
 
536
                <Unit filename="..\..\src\tools\values\vRegistry.cpp" />
 
537
                <Unit filename="..\..\src\tools\values\vRegistry.h" />
 
538
                <Unit filename="..\..\src\tools\values\veComparison.cpp" />
 
539
                <Unit filename="..\..\src\tools\values\veComparison.h" />
 
540
                <Unit filename="..\..\src\tools\values\veLogic.cpp" />
 
541
                <Unit filename="..\..\src\tools\values\veLogic.h" />
 
542
                <Unit filename="..\..\src\tools\values\veMath.cpp" />
 
543
                <Unit filename="..\..\src\tools\values\veMath.h" />
 
544
                <Unit filename="..\..\src\tools\values\vebCFunction.h" />
 
545
                <Unit filename="..\..\src\tools\values\vebLegacy.cpp" />
 
546
                <Unit filename="..\..\src\tools\values\vebLegacy.h" />
 
547
                <Unit filename="..\..\src\tools\values\vebMathExpr.cpp" />
 
548
                <Unit filename="..\..\src\tools\values\vebMathExpr.h" />
 
549
                <Unit filename="..\..\src\tron\cockpit\cCamview.cpp" />
 
550
                <Unit filename="..\..\src\tron\cockpit\cCamview.h" />
 
551
                <Unit filename="..\..\src\tron\cockpit\cCockpit.cpp" />
 
552
                <Unit filename="..\..\src\tron\cockpit\cCockpit.h" />
 
553
                <Unit filename="..\..\src\tron\cockpit\cGauges.cpp" />
 
554
                <Unit filename="..\..\src\tron\cockpit\cGauges.h" />
 
555
                <Unit filename="..\..\src\tron\cockpit\cLabel.cpp" />
 
556
                <Unit filename="..\..\src\tron\cockpit\cLabel.h" />
 
557
                <Unit filename="..\..\src\tron\cockpit\cMap.cpp" />
 
558
                <Unit filename="..\..\src\tron\cockpit\cMap.h" />
 
559
                <Unit filename="..\..\src\tron\cockpit\cRectangle.cpp" />
 
560
                <Unit filename="..\..\src\tron\cockpit\cRectangle.h" />
 
561
                <Unit filename="..\..\src\tron\cockpit\cWidgetBase.cpp" />
 
562
                <Unit filename="..\..\src\tron\cockpit\cWidgetBase.h" />
 
563
                <Unit filename="..\..\src\tron\gAIBase.cpp" />
 
564
                <Unit filename="..\..\src\tron\gAIBase.h" />
 
565
                <Unit filename="..\..\src\tron\gAICharacter.cpp" />
 
566
                <Unit filename="..\..\src\tron\gAICharacter.h" />
 
567
                <Unit filename="..\..\src\tron\gArena.cpp" />
 
568
                <Unit filename="..\..\src\tron\gArena.h" />
 
569
                <Unit filename="..\..\src\tron\gArmagetron.cpp" />
 
570
                <Unit filename="..\..\src\tron\gCamera.cpp" />
 
571
                <Unit filename="..\..\src\tron\gCamera.h" />
 
572
                <Unit filename="..\..\src\tron\gCommandLineJumpStart.cpp" />
 
573
                <Unit filename="..\..\src\tron\gCommandLineJumpStart.h" />
 
574
                <Unit filename="..\..\src\tron\gCycle.cpp" />
 
575
                <Unit filename="..\..\src\tron\gCycle.h" />
 
576
                <Unit filename="..\..\src\tron\gCycleMovement.cpp" />
 
577
                <Unit filename="..\..\src\tron\gCycleMovement.h" />
 
578
                <Unit filename="..\..\src\tron\gExplosion.cpp" />
 
579
                <Unit filename="..\..\src\tron\gExplosion.h" />
 
580
                <Unit filename="..\..\src\tron\gFloor.cpp" />
 
581
                <Unit filename="..\..\src\tron\gFriends.cpp" />
 
582
                <Unit filename="..\..\src\tron\gFriends.h" />
 
583
                <Unit filename="..\..\src\tron\gGame.cpp" />
 
584
                <Unit filename="..\..\src\tron\gGame.h" />
 
585
                <Unit filename="..\..\src\tron\gJoystick.cpp" />
 
586
                <Unit filename="..\..\src\tron\gJoystick.h" />
 
587
                <Unit filename="..\..\src\tron\gLanguageMenu.cpp" />
 
588
                <Unit filename="..\..\src\tron\gLanguageMenu.h" />
 
589
                <Unit filename="..\..\src\tron\gLogo.cpp" />
 
590
                <Unit filename="..\..\src\tron\gLogo.h" />
 
591
                <Unit filename="..\..\src\tron\gMenus.cpp" />
 
592
                <Unit filename="..\..\src\tron\gMenus.h" />
 
593
                <Unit filename="..\..\src\tron\gParser.cpp" />
 
594
                <Unit filename="..\..\src\tron\gParser.h" />
 
595
                <Unit filename="..\..\src\tron\gParticles.cpp" />
 
596
                <Unit filename="..\..\src\tron\gParticles.h" />
 
597
                <Unit filename="..\..\src\tron\gRotation.cpp" />
 
598
                <Unit filename="..\..\src\tron\gRotation.h" />
 
599
                <Unit filename="..\..\src\tron\gSensor.cpp" />
 
600
                <Unit filename="..\..\src\tron\gSensor.h" />
 
601
                <Unit filename="..\..\src\tron\gServerBrowser.cpp" />
 
602
                <Unit filename="..\..\src\tron\gServerBrowser.h" />
 
603
                <Unit filename="..\..\src\tron\gServerFavorites.cpp" />
 
604
                <Unit filename="..\..\src\tron\gServerFavorites.h" />
 
605
                <Unit filename="..\..\src\tron\gSparks.cpp" />
 
606
                <Unit filename="..\..\src\tron\gSparks.h" />
 
607
                <Unit filename="..\..\src\tron\gSpawn.cpp" />
 
608
                <Unit filename="..\..\src\tron\gSpawn.h" />
 
609
                <Unit filename="..\..\src\tron\gStatList.cpp" />
 
610
                <Unit filename="..\..\src\tron\gStatList.h" />
 
611
                <Unit filename="..\..\src\tron\gStatistics.cpp" />
 
612
                <Unit filename="..\..\src\tron\gStatistics.h" />
 
613
                <Unit filename="..\..\src\tron\gStuff.cpp" />
 
614
                <Unit filename="..\..\src\tron\gStuff.h" />
 
615
                <Unit filename="..\..\src\tron\gTeam.cpp" />
 
616
                <Unit filename="..\..\src\tron\gTeam.h" />
 
617
                <Unit filename="..\..\src\tron\gVectorExtra.h" />
 
618
                <Unit filename="..\..\src\tron\gWall.cpp" />
 
619
                <Unit filename="..\..\src\tron\gWall.h" />
 
620
                <Unit filename="..\..\src\tron\zone\shapeCircle.h" />
 
621
                <Unit filename="..\..\src\tron\zone\zEffectGroup.cpp" />
 
622
                <Unit filename="..\..\src\tron\zone\zEffectGroup.h" />
 
623
                <Unit filename="..\..\src\tron\zone\zEffector.cpp" />
 
624
                <Unit filename="..\..\src\tron\zone\zEffector.h" />
 
625
                <Unit filename="..\..\src\tron\zone\zMisc.h" />
 
626
                <Unit filename="..\..\src\tron\zone\zMonitor.cpp" />
 
627
                <Unit filename="..\..\src\tron\zone\zMonitor.h" />
 
628
                <Unit filename="..\..\src\tron\zone\zSelector.cpp" />
 
629
                <Unit filename="..\..\src\tron\zone\zSelector.h" />
 
630
                <Unit filename="..\..\src\tron\zone\zShape.cpp" />
 
631
                <Unit filename="..\..\src\tron\zone\zShape.hpp" />
 
632
                <Unit filename="..\..\src\tron\zone\zTimedZone.cpp" />
 
633
                <Unit filename="..\..\src\tron\zone\zTimedZone.h" />
 
634
                <Unit filename="..\..\src\tron\zone\zValidator.cpp" />
 
635
                <Unit filename="..\..\src\tron\zone\zValidator.h" />
 
636
                <Unit filename="..\..\src\tron\zone\zZone.cpp" />
 
637
                <Unit filename="..\..\src\tron\zone\zZone.h" />
 
638
                <Unit filename="..\..\src\tron\zone\zZoneInfluence.cpp" />
 
639
                <Unit filename="..\..\src\tron\zone\zZoneInfluence.h" />
 
640
                <Unit filename="..\..\src\ui\uInput.cpp" />
 
641
                <Unit filename="..\..\src\ui\uInput.h" />
 
642
                <Unit filename="..\..\src\ui\uInputQueue.cpp" />
 
643
                <Unit filename="..\..\src\ui\uInputQueue.h" />
 
644
                <Unit filename="..\..\src\ui\uMenu.cpp" />
 
645
                <Unit filename="..\..\src\ui\uMenu.h" />
 
646
                <Unit filename="..\..\src\win32\aa_config.h" />
2759
647
                <Unit filename="..\..\src\win32\armagetron.rc">
2760
 
                        <Option compilerVar="WINDRES"/>
2761
 
                        <Option objectName="armagetronad\src\win32\armagetron.res"/>
2762
 
                        <Option target="Win32 Release"/>
2763
 
                        <Option target="Win32 Debug"/>
2764
 
                </Unit>
2765
 
                <Unit filename="..\..\src\win32\config_common.h">
2766
 
                        <Option compilerVar=""/>
2767
 
                        <Option compile="0"/>
2768
 
                        <Option link="0"/>
2769
 
                        <Option target="Win32 Release"/>
2770
 
                        <Option target="Win32 Debug"/>
2771
 
                </Unit>
 
648
                        <Option compilerVar="WINDRES" />
 
649
                </Unit>
 
650
                <Unit filename="..\..\src\win32\config_common.h" />
2772
651
                <Unit filename="..\..\src\win32\dirent.c">
2773
 
                        <Option compilerVar="CC"/>
2774
 
                        <Option target="Win32 Release"/>
2775
 
                        <Option target="Win32 Debug"/>
2776
 
                </Unit>
2777
 
                <Unit filename="..\..\src\win32\dirent.h">
2778
 
                        <Option compilerVar=""/>
2779
 
                        <Option compile="0"/>
2780
 
                        <Option link="0"/>
2781
 
                        <Option target="Win32 Release"/>
2782
 
                        <Option target="Win32 Debug"/>
2783
 
                </Unit>
2784
 
                <Unit filename="..\..\src\win32\resource.h">
2785
 
                        <Option compilerVar=""/>
2786
 
                        <Option compile="0"/>
2787
 
                        <Option link="0"/>
2788
 
                        <Option target="Win32 Release"/>
2789
 
                        <Option target="Win32 Debug"/>
2790
 
                </Unit>
2791
 
                <Unit filename="..\..\src\win32\strstream.h">
2792
 
                        <Option compilerVar=""/>
2793
 
                        <Option compile="0"/>
2794
 
                        <Option link="0"/>
2795
 
                        <Option target="Win32 Release"/>
2796
 
                        <Option target="Win32 Debug"/>
2797
 
                </Unit>
 
652
                        <Option compilerVar="CC" />
 
653
                </Unit>
 
654
                <Unit filename="..\..\src\win32\dirent.h" />
 
655
                <Unit filename="..\..\src\win32\resource.h" />
 
656
                <Unit filename="..\..\src\win32\strstream.h" />
2798
657
                <Unit filename="..\..\..\winlibs\SDL\src\main\win32\SDL_win32_main.c">
2799
 
                        <Option compilerVar="CC"/>
2800
 
                        <Option target="Win32 Release"/>
2801
 
                        <Option target="Win32 Debug"/>
 
658
                        <Option compilerVar="CC" />
2802
659
                </Unit>
 
660
                <Extensions>
 
661
                        <code_completion />
 
662
                        <debugger />
 
663
                </Extensions>
2803
664
        </Project>
2804
665
</CodeBlocks_project_file>