Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/input/visual_studio/vc8/network.vcproj @ 1323

Last change on this file since 1323 was 1323, checked in by rgrieder, 16 years ago

Basically, almost everything about the input management is written, but I wasn't yet able to test things.

File size: 6.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="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="4"
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="VCLibrarianTool"
106                        />
107                        <Tool
108                                Name="VCALinkTool"
109                        />
110                        <Tool
111                                Name="VCXDCMakeTool"
112                        />
113                        <Tool
114                                Name="VCBscMakeTool"
115                        />
116                        <Tool
117                                Name="VCFxCopTool"
118                        />
119                        <Tool
120                                Name="VCPostBuildEventTool"
121                        />
122                </Configuration>
123        </Configurations>
124        <References>
125        </References>
126        <Files>
127                <Filter
128                        Name="Source Files"
129                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
130                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
131                        >
132                        <File
133                                RelativePath="..\..\src\network\Client.cc"
134                                >
135                        </File>
136                        <File
137                                RelativePath="..\..\src\network\ClientConnection.cc"
138                                >
139                        </File>
140                        <File
141                                RelativePath="..\..\src\network\ClientInformation.cc"
142                                >
143                        </File>
144                        <File
145                                RelativePath="..\..\src\network\ConnectionManager.cc"
146                                >
147                        </File>
148                        <File
149                                RelativePath="..\..\src\network\dummyclient.cc"
150                                >
151                                <FileConfiguration
152                                        Name="Debug|Win32"
153                                        ExcludedFromBuild="true"
154                                        >
155                                        <Tool
156                                                Name="VCCLCompilerTool"
157                                        />
158                                </FileConfiguration>
159                                <FileConfiguration
160                                        Name="Release|Win32"
161                                        ExcludedFromBuild="true"
162                                        >
163                                        <Tool
164                                                Name="VCCLCompilerTool"
165                                        />
166                                </FileConfiguration>
167                        </File>
168                        <File
169                                RelativePath="..\..\src\network\dummyclient2.cc"
170                                >
171                                <FileConfiguration
172                                        Name="Debug|Win32"
173                                        ExcludedFromBuild="true"
174                                        >
175                                        <Tool
176                                                Name="VCCLCompilerTool"
177                                        />
178                                </FileConfiguration>
179                                <FileConfiguration
180                                        Name="Release|Win32"
181                                        ExcludedFromBuild="true"
182                                        >
183                                        <Tool
184                                                Name="VCCLCompilerTool"
185                                        />
186                                </FileConfiguration>
187                        </File>
188                        <File
189                                RelativePath="..\..\src\network\dummyclient3.cc"
190                                >
191                                <FileConfiguration
192                                        Name="Debug|Win32"
193                                        ExcludedFromBuild="true"
194                                        >
195                                        <Tool
196                                                Name="VCCLCompilerTool"
197                                        />
198                                </FileConfiguration>
199                                <FileConfiguration
200                                        Name="Release|Win32"
201                                        ExcludedFromBuild="true"
202                                        >
203                                        <Tool
204                                                Name="VCCLCompilerTool"
205                                        />
206                                </FileConfiguration>
207                        </File>
208                        <File
209                                RelativePath="..\..\src\network\dummyserver.cc"
210                                >
211                                <FileConfiguration
212                                        Name="Debug|Win32"
213                                        ExcludedFromBuild="true"
214                                        >
215                                        <Tool
216                                                Name="VCCLCompilerTool"
217                                        />
218                                </FileConfiguration>
219                                <FileConfiguration
220                                        Name="Release|Win32"
221                                        ExcludedFromBuild="true"
222                                        >
223                                        <Tool
224                                                Name="VCCLCompilerTool"
225                                        />
226                                </FileConfiguration>
227                        </File>
228                        <File
229                                RelativePath="..\..\src\network\dummyserver3.cc"
230                                >
231                                <FileConfiguration
232                                        Name="Debug|Win32"
233                                        ExcludedFromBuild="true"
234                                        >
235                                        <Tool
236                                                Name="VCCLCompilerTool"
237                                        />
238                                </FileConfiguration>
239                                <FileConfiguration
240                                        Name="Release|Win32"
241                                        ExcludedFromBuild="true"
242                                        >
243                                        <Tool
244                                                Name="VCCLCompilerTool"
245                                        />
246                                </FileConfiguration>
247                        </File>
248                        <File
249                                RelativePath="..\..\src\network\GameStateClient.cc"
250                                >
251                        </File>
252                        <File
253                                RelativePath="..\..\src\network\GameStateManager.cc"
254                                >
255                        </File>
256                        <File
257                                RelativePath="..\..\src\network\PacketBuffer.cc"
258                                >
259                        </File>
260                        <File
261                                RelativePath="..\..\src\network\PacketDecoder.cc"
262                                >
263                        </File>
264                        <File
265                                RelativePath="..\..\src\network\PacketGenerator.cc"
266                                >
267                        </File>
268                        <File
269                                RelativePath="..\..\src\network\Server.cc"
270                                >
271                        </File>
272                        <File
273                                RelativePath="..\..\src\network\Synchronisable.cc"
274                                >
275                        </File>
276                </Filter>
277                <Filter
278                        Name="Header Files"
279                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
280                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
281                        >
282                        <File
283                                RelativePath="..\..\src\network\Client.h"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\..\src\network\ClientConnection.h"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\..\src\network\ClientInformation.h"
292                                >
293                        </File>
294                        <File
295                                RelativePath="..\..\src\network\ConnectionManager.h"
296                                >
297                        </File>
298                        <File
299                                RelativePath="..\..\src\network\GameStateClient.h"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\..\src\network\GameStateManager.h"
304                                >
305                        </File>
306                        <File
307                                RelativePath="..\..\src\network\NetworkPrereqs.h"
308                                >
309                        </File>
310                        <File
311                                RelativePath="..\..\src\network\PacketBuffer.h"
312                                >
313                        </File>
314                        <File
315                                RelativePath="..\..\src\network\PacketManager.h"
316                                >
317                        </File>
318                        <File
319                                RelativePath="..\..\src\network\PacketTypes.h"
320                                >
321                        </File>
322                        <File
323                                RelativePath="..\..\src\network\Server.h"
324                                >
325                        </File>
326                        <File
327                                RelativePath="..\..\src\network\Synchronisable.h"
328                                >
329                        </File>
330                </Filter>
331        </Files>
332        <Globals>
333        </Globals>
334</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.