Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/visual_studio/vc8/network.vcproj @ 1064

Last change on this file since 1064 was 1064, checked in by rgrieder, 16 years ago
  • replaced all String2Number with ConvertValue
  • replaced all tokenize with SubString
  • dealt with warnings under msvc
  • removed some warnings by placing casts
  • bugfix in audio: local variable pushed into member variable std::vector
  • updated StableHeaders.h
File size: 6.8 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="FICN"
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="$(SolutionDir)base_properties_debug.vsprops;..\network_properties.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="$(SolutionDir)base_properties_release.vsprops;..\network_properties.vsprops"
83                        CharacterSet="1"
84                        WholeProgramOptimization="1"
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\Client.cc"
152                                >
153                        </File>
154                        <File
155                                RelativePath="..\..\src\network\ClientConnection.cc"
156                                >
157                        </File>
158                        <File
159                                RelativePath="..\..\src\network\ClientInformation.cc"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\..\src\network\ConnectionManager.cc"
164                                >
165                        </File>
166                        <File
167                                RelativePath="..\..\src\network\dummyclient.cc"
168                                >
169                                <FileConfiguration
170                                        Name="Debug|Win32"
171                                        ExcludedFromBuild="true"
172                                        >
173                                        <Tool
174                                                Name="VCCLCompilerTool"
175                                        />
176                                </FileConfiguration>
177                                <FileConfiguration
178                                        Name="Release|Win32"
179                                        ExcludedFromBuild="true"
180                                        >
181                                        <Tool
182                                                Name="VCCLCompilerTool"
183                                        />
184                                </FileConfiguration>
185                        </File>
186                        <File
187                                RelativePath="..\..\src\network\dummyclient2.cc"
188                                >
189                                <FileConfiguration
190                                        Name="Debug|Win32"
191                                        ExcludedFromBuild="true"
192                                        >
193                                        <Tool
194                                                Name="VCCLCompilerTool"
195                                        />
196                                </FileConfiguration>
197                                <FileConfiguration
198                                        Name="Release|Win32"
199                                        ExcludedFromBuild="true"
200                                        >
201                                        <Tool
202                                                Name="VCCLCompilerTool"
203                                        />
204                                </FileConfiguration>
205                        </File>
206                        <File
207                                RelativePath="..\..\src\network\dummyclient3.cc"
208                                >
209                                <FileConfiguration
210                                        Name="Debug|Win32"
211                                        ExcludedFromBuild="true"
212                                        >
213                                        <Tool
214                                                Name="VCCLCompilerTool"
215                                        />
216                                </FileConfiguration>
217                                <FileConfiguration
218                                        Name="Release|Win32"
219                                        ExcludedFromBuild="true"
220                                        >
221                                        <Tool
222                                                Name="VCCLCompilerTool"
223                                        />
224                                </FileConfiguration>
225                        </File>
226                        <File
227                                RelativePath="..\..\src\network\dummyserver.cc"
228                                >
229                                <FileConfiguration
230                                        Name="Debug|Win32"
231                                        ExcludedFromBuild="true"
232                                        >
233                                        <Tool
234                                                Name="VCCLCompilerTool"
235                                        />
236                                </FileConfiguration>
237                                <FileConfiguration
238                                        Name="Release|Win32"
239                                        ExcludedFromBuild="true"
240                                        >
241                                        <Tool
242                                                Name="VCCLCompilerTool"
243                                        />
244                                </FileConfiguration>
245                        </File>
246                        <File
247                                RelativePath="..\..\src\network\dummyserver3.cc"
248                                >
249                                <FileConfiguration
250                                        Name="Debug|Win32"
251                                        ExcludedFromBuild="true"
252                                        >
253                                        <Tool
254                                                Name="VCCLCompilerTool"
255                                        />
256                                </FileConfiguration>
257                                <FileConfiguration
258                                        Name="Release|Win32"
259                                        ExcludedFromBuild="true"
260                                        >
261                                        <Tool
262                                                Name="VCCLCompilerTool"
263                                        />
264                                </FileConfiguration>
265                        </File>
266                        <File
267                                RelativePath="..\..\src\network\GameStateClient.cc"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\..\src\network\GameStateManager.cc"
272                                >
273                        </File>
274                        <File
275                                RelativePath="..\..\src\network\PacketBuffer.cc"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\..\src\network\PacketDecoder.cc"
280                                >
281                        </File>
282                        <File
283                                RelativePath="..\..\src\network\PacketGenerator.cc"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\..\src\network\Server.cc"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\..\src\network\Synchronisable.cc"
292                                >
293                        </File>
294                </Filter>
295                <Filter
296                        Name="Header Files"
297                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
298                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
299                        >
300                        <File
301                                RelativePath="..\..\src\network\Client.h"
302                                >
303                        </File>
304                        <File
305                                RelativePath="..\..\src\network\ClientConnection.h"
306                                >
307                        </File>
308                        <File
309                                RelativePath="..\..\src\network\ClientInformation.h"
310                                >
311                        </File>
312                        <File
313                                RelativePath="..\..\src\network\ConnectionManager.h"
314                                >
315                        </File>
316                        <File
317                                RelativePath="..\..\src\network\GameStateClient.h"
318                                >
319                        </File>
320                        <File
321                                RelativePath="..\..\src\network\GameStateManager.h"
322                                >
323                        </File>
324                        <File
325                                RelativePath="..\..\src\network\NetworkPrereqs.h"
326                                >
327                        </File>
328                        <File
329                                RelativePath="..\..\src\network\PacketBuffer.h"
330                                >
331                        </File>
332                        <File
333                                RelativePath="..\..\src\network\PacketManager.h"
334                                >
335                        </File>
336                        <File
337                                RelativePath="..\..\src\network\PacketTypes.h"
338                                >
339                        </File>
340                        <File
341                                RelativePath="..\..\src\network\Server.h"
342                                >
343                        </File>
344                        <File
345                                RelativePath="..\..\src\network\Synchronisable.h"
346                                >
347                        </File>
348                </Filter>
349        </Files>
350        <Globals>
351        </Globals>
352</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.