Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/network.vcproj @ 777

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