Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/visual_studio/vc8/network.vcproj @ 2435

Last change on this file since 2435 was 2435, checked in by rgrieder, 15 years ago
  • updated msvc files
  • Fixed build by including util/Integer.h in NetworkPrereqs.h instead of util/Math.h
  • Fixed issue with a this pointer used in the base class c'tor initialisation
  • Fixed build under windows: INFINITE seems to be a macro, defined in winbase.h. Constant was somewhere in the quest files.
  • Fixed build: Only integral types can have header-file value when declared as static const. Float is not supported by the standard.
  • Fixed a potential bug in Planet.cc: "if (cond) doOne; doTwo" —> missing brances (indentation was correct, so I assume there have to be brances)
  • Corrected lots of indentation problems with tabs/spaces mix.
  • Changed all "@file Blubb.h" to "@file": Doxygen then assumes the actual filename. This gives more flexibility.
  • Property svn:eol-style set to native
File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="network"
6        ProjectGUID="{35575B59-E1AE-40E8-89C4-2862B5B09B68}"
7        RootNamespace="orxonox"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        ConfigurationType="2"
21                        InheritedPropertySheets=".\debug.vsprops;.\network.vsprops"
22                        CharacterSet="1"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                        />
42                        <Tool
43                                Name="VCManagedResourceCompilerTool"
44                        />
45                        <Tool
46                                Name="VCResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCPreLinkEventTool"
50                        />
51                        <Tool
52                                Name="VCLinkerTool"
53                        />
54                        <Tool
55                                Name="VCALinkTool"
56                        />
57                        <Tool
58                                Name="VCManifestTool"
59                        />
60                        <Tool
61                                Name="VCXDCMakeTool"
62                        />
63                        <Tool
64                                Name="VCBscMakeTool"
65                        />
66                        <Tool
67                                Name="VCFxCopTool"
68                        />
69                        <Tool
70                                Name="VCAppVerifierTool"
71                        />
72                        <Tool
73                                Name="VCWebDeploymentTool"
74                        />
75                        <Tool
76                                Name="VCPostBuildEventTool"
77                        />
78                </Configuration>
79                <Configuration
80                        Name="Release|Win32"
81                        ConfigurationType="2"
82                        InheritedPropertySheets=".\release.vsprops;.\network.vsprops"
83                        CharacterSet="1"
84                        WholeProgramOptimization="0"
85                        >
86                        <Tool
87                                Name="VCPreBuildEventTool"
88                        />
89                        <Tool
90                                Name="VCCustomBuildTool"
91                        />
92                        <Tool
93                                Name="VCXMLDataGeneratorTool"
94                        />
95                        <Tool
96                                Name="VCWebServiceProxyGeneratorTool"
97                        />
98                        <Tool
99                                Name="VCMIDLTool"
100                        />
101                        <Tool
102                                Name="VCCLCompilerTool"
103                        />
104                        <Tool
105                                Name="VCManagedResourceCompilerTool"
106                        />
107                        <Tool
108                                Name="VCResourceCompilerTool"
109                        />
110                        <Tool
111                                Name="VCPreLinkEventTool"
112                        />
113                        <Tool
114                                Name="VCLinkerTool"
115                        />
116                        <Tool
117                                Name="VCALinkTool"
118                        />
119                        <Tool
120                                Name="VCManifestTool"
121                        />
122                        <Tool
123                                Name="VCXDCMakeTool"
124                        />
125                        <Tool
126                                Name="VCBscMakeTool"
127                        />
128                        <Tool
129                                Name="VCFxCopTool"
130                        />
131                        <Tool
132                                Name="VCAppVerifierTool"
133                        />
134                        <Tool
135                                Name="VCWebDeploymentTool"
136                        />
137                        <Tool
138                                Name="VCPostBuildEventTool"
139                        />
140                </Configuration>
141        </Configurations>
142        <References>
143        </References>
144        <Files>
145                <Filter
146                        Name="Source Files"
147                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
148                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
149                        >
150                        <File
151                                RelativePath="..\..\src\network\ChatListener.cc"
152                                >
153                        </File>
154                        <File
155                                RelativePath="..\..\src\network\Client.cc"
156                                >
157                        </File>
158                        <File
159                                RelativePath="..\..\src\network\ClientConnection.cc"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\..\src\network\ClientConnectionListener.cc"
164                                >
165                        </File>
166                        <File
167                                RelativePath="..\..\src\network\ClientInformation.cc"
168                                >
169                        </File>
170                        <File
171                                RelativePath="..\..\src\network\ConnectionManager.cc"
172                                >
173                        </File>
174                        <File
175                                RelativePath="..\..\src\network\GamestateClient.cc"
176                                >
177                        </File>
178                        <File
179                                RelativePath="..\..\src\network\GamestateHandler.cc"
180                                >
181                        </File>
182                        <File
183                                RelativePath="..\..\src\network\GamestateManager.cc"
184                                >
185                        </File>
186                        <File
187                                RelativePath="..\..\src\network\Host.cc"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\src\network\PacketBuffer.cc"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\..\src\network\Server.cc"
196                                >
197                        </File>
198                        <File
199                                RelativePath="..\..\src\network\TrafficControl.cc"
200                                >
201                        </File>
202                        <Filter
203                                Name="packet"
204                                >
205                                <File
206                                        RelativePath="..\..\src\network\packet\Acknowledgement.cc"
207                                        >
208                                </File>
209                                <File
210                                        RelativePath="..\..\src\network\packet\Chat.cc"
211                                        >
212                                </File>
213                                <File
214                                        RelativePath="..\..\src\network\packet\ClassID.cc"
215                                        >
216                                </File>
217                                <File
218                                        RelativePath="..\..\src\network\packet\DeleteObjects.cc"
219                                        >
220                                </File>
221                                <File
222                                        RelativePath="..\..\src\network\packet\Gamestate.cc"
223                                        >
224                                </File>
225                                <File
226                                        RelativePath="..\..\src\network\packet\Packet.cc"
227                                        >
228                                </File>
229                                <File
230                                        RelativePath="..\..\src\network\packet\Welcome.cc"
231                                        >
232                                </File>
233                        </Filter>
234                        <Filter
235                                Name="synchronisable"
236                                >
237                                <File
238                                        RelativePath="..\..\src\network\synchronisable\NetworkCallbackManager.cc"
239                                        >
240                                </File>
241                                <File
242                                        RelativePath="..\..\src\network\synchronisable\Synchronisable.cc"
243                                        >
244                                </File>
245                                <File
246                                        RelativePath="..\..\src\network\synchronisable\SynchronisableSpecialisations.cc"
247                                        >
248                                </File>
249                                <File
250                                        RelativePath="..\..\src\network\synchronisable\SynchronisableVariable.cc"
251                                        >
252                                </File>
253                        </Filter>
254                </Filter>
255                <Filter
256                        Name="Header Files"
257                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
258                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
259                        >
260                        <File
261                                RelativePath="..\..\src\network\ChatListener.h"
262                                >
263                        </File>
264                        <File
265                                RelativePath="..\..\src\network\Client.h"
266                                >
267                        </File>
268                        <File
269                                RelativePath="..\..\src\network\ClientConnection.h"
270                                >
271                        </File>
272                        <File
273                                RelativePath="..\..\src\network\ClientConnectionListener.h"
274                                >
275                        </File>
276                        <File
277                                RelativePath="..\..\src\network\ClientInformation.h"
278                                >
279                        </File>
280                        <File
281                                RelativePath="..\..\src\network\ConnectionManager.h"
282                                >
283                        </File>
284                        <File
285                                RelativePath="..\..\src\network\GamestateClient.h"
286                                >
287                        </File>
288                        <File
289                                RelativePath="..\..\src\network\GamestateHandler.h"
290                                >
291                        </File>
292                        <File
293                                RelativePath="..\..\src\network\GamestateManager.h"
294                                >
295                        </File>
296                        <File
297                                RelativePath="..\..\src\network\Host.h"
298                                >
299                        </File>
300                        <File
301                                RelativePath="..\..\src\network\NetworkPrereqs.h"
302                                >
303                        </File>
304                        <File
305                                RelativePath="..\..\src\network\PacketBuffer.h"
306                                >
307                        </File>
308                        <File
309                                RelativePath="..\..\src\network\Server.h"
310                                >
311                        </File>
312                        <File
313                                RelativePath="..\..\src\network\TrafficControl.h"
314                                >
315                        </File>
316                        <Filter
317                                Name="packet"
318                                >
319                                <File
320                                        RelativePath="..\..\src\network\packet\Acknowledgement.h"
321                                        >
322                                </File>
323                                <File
324                                        RelativePath="..\..\src\network\packet\Chat.h"
325                                        >
326                                </File>
327                                <File
328                                        RelativePath="..\..\src\network\packet\ClassID.h"
329                                        >
330                                </File>
331                                <File
332                                        RelativePath="..\..\src\network\packet\DeleteObjects.h"
333                                        >
334                                </File>
335                                <File
336                                        RelativePath="..\..\src\network\packet\Gamestate.h"
337                                        >
338                                </File>
339                                <File
340                                        RelativePath="..\..\src\network\packet\Packet.h"
341                                        >
342                                </File>
343                                <File
344                                        RelativePath="..\..\src\network\packet\Welcome.h"
345                                        >
346                                </File>
347                        </Filter>
348                        <Filter
349                                Name="synchronisable"
350                                >
351                                <File
352                                        RelativePath="..\..\src\network\synchronisable\NetworkCallback.h"
353                                        >
354                                </File>
355                                <File
356                                        RelativePath="..\..\src\network\synchronisable\NetworkCallbackManager.h"
357                                        >
358                                </File>
359                                <File
360                                        RelativePath="..\..\src\network\synchronisable\Synchronisable.h"
361                                        >
362                                </File>
363                                <File
364                                        RelativePath="..\..\src\network\synchronisable\SynchronisableVariable.h"
365                                        >
366                                </File>
367                        </Filter>
368                </Filter>
369        </Files>
370        <Globals>
371        </Globals>
372</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.