Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/merge/visual_studio/vc8/network.vcproj @ 1265

Last change on this file since 1265 was 1265, checked in by rgrieder, 16 years ago
  • filled initialiser list of SpaceShip
  • adapted VS files in order to link network statically (circular depend.)
File size: 6.7 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="4"
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="VCLibrarianTool"
53                        />
54                        <Tool
55                                Name="VCALinkTool"
56                        />
57                        <Tool
58                                Name="VCXDCMakeTool"
59                        />
60                        <Tool
61                                Name="VCBscMakeTool"
62                        />
63                        <Tool
64                                Name="VCFxCopTool"
65                        />
66                        <Tool
67                                Name="VCPostBuildEventTool"
68                        />
69                </Configuration>
70                <Configuration
71                        Name="Release|Win32"
72                        ConfigurationType="2"
73                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\network_properties.vsprops"
74                        CharacterSet="1"
75                        WholeProgramOptimization="1"
76                        >
77                        <Tool
78                                Name="VCPreBuildEventTool"
79                        />
80                        <Tool
81                                Name="VCCustomBuildTool"
82                        />
83                        <Tool
84                                Name="VCXMLDataGeneratorTool"
85                        />
86                        <Tool
87                                Name="VCWebServiceProxyGeneratorTool"
88                        />
89                        <Tool
90                                Name="VCMIDLTool"
91                        />
92                        <Tool
93                                Name="VCCLCompilerTool"
94                        />
95                        <Tool
96                                Name="VCManagedResourceCompilerTool"
97                        />
98                        <Tool
99                                Name="VCResourceCompilerTool"
100                        />
101                        <Tool
102                                Name="VCPreLinkEventTool"
103                        />
104                        <Tool
105                                Name="VCLinkerTool"
106                        />
107                        <Tool
108                                Name="VCALinkTool"
109                        />
110                        <Tool
111                                Name="VCManifestTool"
112                        />
113                        <Tool
114                                Name="VCXDCMakeTool"
115                        />
116                        <Tool
117                                Name="VCBscMakeTool"
118                        />
119                        <Tool
120                                Name="VCFxCopTool"
121                        />
122                        <Tool
123                                Name="VCAppVerifierTool"
124                        />
125                        <Tool
126                                Name="VCWebDeploymentTool"
127                        />
128                        <Tool
129                                Name="VCPostBuildEventTool"
130                        />
131                </Configuration>
132        </Configurations>
133        <References>
134        </References>
135        <Files>
136                <Filter
137                        Name="Source Files"
138                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
139                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
140                        >
141                        <File
142                                RelativePath="..\..\src\network\Client.cc"
143                                >
144                        </File>
145                        <File
146                                RelativePath="..\..\src\network\ClientConnection.cc"
147                                >
148                        </File>
149                        <File
150                                RelativePath="..\..\src\network\ClientInformation.cc"
151                                >
152                        </File>
153                        <File
154                                RelativePath="..\..\src\network\ConnectionManager.cc"
155                                >
156                        </File>
157                        <File
158                                RelativePath="..\..\src\network\dummyclient.cc"
159                                >
160                                <FileConfiguration
161                                        Name="Debug|Win32"
162                                        ExcludedFromBuild="true"
163                                        >
164                                        <Tool
165                                                Name="VCCLCompilerTool"
166                                        />
167                                </FileConfiguration>
168                                <FileConfiguration
169                                        Name="Release|Win32"
170                                        ExcludedFromBuild="true"
171                                        >
172                                        <Tool
173                                                Name="VCCLCompilerTool"
174                                        />
175                                </FileConfiguration>
176                        </File>
177                        <File
178                                RelativePath="..\..\src\network\dummyclient2.cc"
179                                >
180                                <FileConfiguration
181                                        Name="Debug|Win32"
182                                        ExcludedFromBuild="true"
183                                        >
184                                        <Tool
185                                                Name="VCCLCompilerTool"
186                                        />
187                                </FileConfiguration>
188                                <FileConfiguration
189                                        Name="Release|Win32"
190                                        ExcludedFromBuild="true"
191                                        >
192                                        <Tool
193                                                Name="VCCLCompilerTool"
194                                        />
195                                </FileConfiguration>
196                        </File>
197                        <File
198                                RelativePath="..\..\src\network\dummyclient3.cc"
199                                >
200                                <FileConfiguration
201                                        Name="Debug|Win32"
202                                        ExcludedFromBuild="true"
203                                        >
204                                        <Tool
205                                                Name="VCCLCompilerTool"
206                                        />
207                                </FileConfiguration>
208                                <FileConfiguration
209                                        Name="Release|Win32"
210                                        ExcludedFromBuild="true"
211                                        >
212                                        <Tool
213                                                Name="VCCLCompilerTool"
214                                        />
215                                </FileConfiguration>
216                        </File>
217                        <File
218                                RelativePath="..\..\src\network\dummyserver.cc"
219                                >
220                                <FileConfiguration
221                                        Name="Debug|Win32"
222                                        ExcludedFromBuild="true"
223                                        >
224                                        <Tool
225                                                Name="VCCLCompilerTool"
226                                        />
227                                </FileConfiguration>
228                                <FileConfiguration
229                                        Name="Release|Win32"
230                                        ExcludedFromBuild="true"
231                                        >
232                                        <Tool
233                                                Name="VCCLCompilerTool"
234                                        />
235                                </FileConfiguration>
236                        </File>
237                        <File
238                                RelativePath="..\..\src\network\dummyserver3.cc"
239                                >
240                                <FileConfiguration
241                                        Name="Debug|Win32"
242                                        ExcludedFromBuild="true"
243                                        >
244                                        <Tool
245                                                Name="VCCLCompilerTool"
246                                        />
247                                </FileConfiguration>
248                                <FileConfiguration
249                                        Name="Release|Win32"
250                                        ExcludedFromBuild="true"
251                                        >
252                                        <Tool
253                                                Name="VCCLCompilerTool"
254                                        />
255                                </FileConfiguration>
256                        </File>
257                        <File
258                                RelativePath="..\..\src\network\GameStateClient.cc"
259                                >
260                        </File>
261                        <File
262                                RelativePath="..\..\src\network\GameStateManager.cc"
263                                >
264                        </File>
265                        <File
266                                RelativePath="..\..\src\network\PacketBuffer.cc"
267                                >
268                        </File>
269                        <File
270                                RelativePath="..\..\src\network\PacketDecoder.cc"
271                                >
272                        </File>
273                        <File
274                                RelativePath="..\..\src\network\PacketGenerator.cc"
275                                >
276                        </File>
277                        <File
278                                RelativePath="..\..\src\network\Server.cc"
279                                >
280                        </File>
281                        <File
282                                RelativePath="..\..\src\network\Synchronisable.cc"
283                                >
284                        </File>
285                </Filter>
286                <Filter
287                        Name="Header Files"
288                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
289                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
290                        >
291                        <File
292                                RelativePath="..\..\src\network\Client.h"
293                                >
294                        </File>
295                        <File
296                                RelativePath="..\..\src\network\ClientConnection.h"
297                                >
298                        </File>
299                        <File
300                                RelativePath="..\..\src\network\ClientInformation.h"
301                                >
302                        </File>
303                        <File
304                                RelativePath="..\..\src\network\ConnectionManager.h"
305                                >
306                        </File>
307                        <File
308                                RelativePath="..\..\src\network\GameStateClient.h"
309                                >
310                        </File>
311                        <File
312                                RelativePath="..\..\src\network\GameStateManager.h"
313                                >
314                        </File>
315                        <File
316                                RelativePath="..\..\src\network\NetworkPrereqs.h"
317                                >
318                        </File>
319                        <File
320                                RelativePath="..\..\src\network\PacketBuffer.h"
321                                >
322                        </File>
323                        <File
324                                RelativePath="..\..\src\network\PacketManager.h"
325                                >
326                        </File>
327                        <File
328                                RelativePath="..\..\src\network\PacketTypes.h"
329                                >
330                        </File>
331                        <File
332                                RelativePath="..\..\src\network\Server.h"
333                                >
334                        </File>
335                        <File
336                                RelativePath="..\..\src\network\Synchronisable.h"
337                                >
338                        </File>
339                </Filter>
340        </Files>
341        <Globals>
342        </Globals>
343</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.