Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/visual_studio/vc8/network.vcproj @ 2564

Last change on this file since 2564 was 2564, checked in by rgrieder, 15 years ago

MSVC: Multiprocess compiling only in core, network and orxonox.
Also changed to "edit and continue" debug database.

  • Property svn:eol-style set to native
File size: 7.0 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="orxonox"
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=".\debug.vsprops;.\network.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=".\release.vsprops;.\network.vsprops"
83                        CharacterSet="1"
84                        WholeProgramOptimization="0"
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                                AdditionalOptions="/MP2"
104                        />
105                        <Tool
106                                Name="VCManagedResourceCompilerTool"
107                        />
108                        <Tool
109                                Name="VCResourceCompilerTool"
110                        />
111                        <Tool
112                                Name="VCPreLinkEventTool"
113                        />
114                        <Tool
115                                Name="VCLinkerTool"
116                        />
117                        <Tool
118                                Name="VCALinkTool"
119                        />
120                        <Tool
121                                Name="VCManifestTool"
122                        />
123                        <Tool
124                                Name="VCXDCMakeTool"
125                        />
126                        <Tool
127                                Name="VCBscMakeTool"
128                        />
129                        <Tool
130                                Name="VCFxCopTool"
131                        />
132                        <Tool
133                                Name="VCAppVerifierTool"
134                        />
135                        <Tool
136                                Name="VCWebDeploymentTool"
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\ChatListener.cc"
153                                >
154                        </File>
155                        <File
156                                RelativePath="..\..\src\network\Client.cc"
157                                >
158                        </File>
159                        <File
160                                RelativePath="..\..\src\network\ClientConnection.cc"
161                                >
162                        </File>
163                        <File
164                                RelativePath="..\..\src\network\ClientConnectionListener.cc"
165                                >
166                        </File>
167                        <File
168                                RelativePath="..\..\src\network\ClientInformation.cc"
169                                >
170                        </File>
171                        <File
172                                RelativePath="..\..\src\network\ConnectionManager.cc"
173                                >
174                        </File>
175                        <File
176                                RelativePath="..\..\src\network\GamestateClient.cc"
177                                >
178                        </File>
179                        <File
180                                RelativePath="..\..\src\network\GamestateHandler.cc"
181                                >
182                        </File>
183                        <File
184                                RelativePath="..\..\src\network\GamestateManager.cc"
185                                >
186                        </File>
187                        <File
188                                RelativePath="..\..\src\network\Host.cc"
189                                >
190                        </File>
191                        <File
192                                RelativePath="..\..\src\network\PacketBuffer.cc"
193                                >
194                        </File>
195                        <File
196                                RelativePath="..\..\src\network\Server.cc"
197                                >
198                        </File>
199                        <File
200                                RelativePath="..\..\src\network\TrafficControl.cc"
201                                >
202                        </File>
203                        <Filter
204                                Name="packet"
205                                >
206                                <File
207                                        RelativePath="..\..\src\network\packet\Acknowledgement.cc"
208                                        >
209                                </File>
210                                <File
211                                        RelativePath="..\..\src\network\packet\Chat.cc"
212                                        >
213                                </File>
214                                <File
215                                        RelativePath="..\..\src\network\packet\ClassID.cc"
216                                        >
217                                </File>
218                                <File
219                                        RelativePath="..\..\src\network\packet\DeleteObjects.cc"
220                                        >
221                                </File>
222                                <File
223                                        RelativePath="..\..\src\network\packet\Gamestate.cc"
224                                        >
225                                </File>
226                                <File
227                                        RelativePath="..\..\src\network\packet\Packet.cc"
228                                        >
229                                </File>
230                                <File
231                                        RelativePath="..\..\src\network\packet\Welcome.cc"
232                                        >
233                                </File>
234                        </Filter>
235                        <Filter
236                                Name="synchronisable"
237                                >
238                                <File
239                                        RelativePath="..\..\src\network\synchronisable\NetworkCallbackManager.cc"
240                                        >
241                                </File>
242                                <File
243                                        RelativePath="..\..\src\network\synchronisable\Synchronisable.cc"
244                                        >
245                                </File>
246                                <File
247                                        RelativePath="..\..\src\network\synchronisable\SynchronisableSpecialisations.cc"
248                                        >
249                                </File>
250                                <File
251                                        RelativePath="..\..\src\network\synchronisable\SynchronisableVariable.cc"
252                                        >
253                                </File>
254                        </Filter>
255                </Filter>
256                <Filter
257                        Name="Header Files"
258                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
259                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
260                        >
261                        <File
262                                RelativePath="..\..\src\network\ChatListener.h"
263                                >
264                        </File>
265                        <File
266                                RelativePath="..\..\src\network\Client.h"
267                                >
268                        </File>
269                        <File
270                                RelativePath="..\..\src\network\ClientConnection.h"
271                                >
272                        </File>
273                        <File
274                                RelativePath="..\..\src\network\ClientConnectionListener.h"
275                                >
276                        </File>
277                        <File
278                                RelativePath="..\..\src\network\ClientInformation.h"
279                                >
280                        </File>
281                        <File
282                                RelativePath="..\..\src\network\ConnectionManager.h"
283                                >
284                        </File>
285                        <File
286                                RelativePath="..\..\src\network\GamestateClient.h"
287                                >
288                        </File>
289                        <File
290                                RelativePath="..\..\src\network\GamestateHandler.h"
291                                >
292                        </File>
293                        <File
294                                RelativePath="..\..\src\network\GamestateManager.h"
295                                >
296                        </File>
297                        <File
298                                RelativePath="..\..\src\network\Host.h"
299                                >
300                        </File>
301                        <File
302                                RelativePath="..\..\src\network\NetworkPrereqs.h"
303                                >
304                        </File>
305                        <File
306                                RelativePath="..\..\src\network\PacketBuffer.h"
307                                >
308                        </File>
309                        <File
310                                RelativePath="..\..\src\network\Server.h"
311                                >
312                        </File>
313                        <File
314                                RelativePath="..\..\src\network\TrafficControl.h"
315                                >
316                        </File>
317                        <Filter
318                                Name="packet"
319                                >
320                                <File
321                                        RelativePath="..\..\src\network\packet\Acknowledgement.h"
322                                        >
323                                </File>
324                                <File
325                                        RelativePath="..\..\src\network\packet\Chat.h"
326                                        >
327                                </File>
328                                <File
329                                        RelativePath="..\..\src\network\packet\ClassID.h"
330                                        >
331                                </File>
332                                <File
333                                        RelativePath="..\..\src\network\packet\DeleteObjects.h"
334                                        >
335                                </File>
336                                <File
337                                        RelativePath="..\..\src\network\packet\Gamestate.h"
338                                        >
339                                </File>
340                                <File
341                                        RelativePath="..\..\src\network\packet\Packet.h"
342                                        >
343                                </File>
344                                <File
345                                        RelativePath="..\..\src\network\packet\Welcome.h"
346                                        >
347                                </File>
348                        </Filter>
349                        <Filter
350                                Name="synchronisable"
351                                >
352                                <File
353                                        RelativePath="..\..\src\network\synchronisable\NetworkCallback.h"
354                                        >
355                                </File>
356                                <File
357                                        RelativePath="..\..\src\network\synchronisable\NetworkCallbackManager.h"
358                                        >
359                                </File>
360                                <File
361                                        RelativePath="..\..\src\network\synchronisable\Synchronisable.h"
362                                        >
363                                </File>
364                                <File
365                                        RelativePath="..\..\src\network\synchronisable\SynchronisableVariable.h"
366                                        >
367                                </File>
368                        </Filter>
369                </Filter>
370        </Files>
371        <Globals>
372        </Globals>
373</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.