Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/vc9/network.vcproj @ 788

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