Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/orxonox_tutorial/visual_studio/vc8/network.vcproj @ 1846

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

Merged Revisions 1831 - 1845 to tutorial. This is an update from the trunk.

File size: 5.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="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="4"
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="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=".\release.vsprops;.\network.vsprops"
74                        CharacterSet="1"
75                        WholeProgramOptimization="0"
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\GamestateClient.cc"
150                                >
151                        </File>
152                        <File
153                                RelativePath="..\..\src\network\GamestateHandler.cc"
154                                >
155                        </File>
156                        <File
157                                RelativePath="..\..\src\network\GamestateManager.cc"
158                                >
159                        </File>
160                        <File
161                                RelativePath="..\..\src\network\Host.cc"
162                                >
163                        </File>
164                        <File
165                                RelativePath="..\..\src\network\PacketBuffer.cc"
166                                >
167                        </File>
168                        <File
169                                RelativePath="..\..\src\network\Server.cc"
170                                >
171                        </File>
172                        <File
173                                RelativePath="..\..\src\network\Synchronisable.cc"
174                                >
175                        </File>
176                        <Filter
177                                Name="packet"
178                                >
179                                <File
180                                        RelativePath="..\..\src\network\packet\Acknowledgement.cc"
181                                        >
182                                </File>
183                                <File
184                                        RelativePath="..\..\src\network\packet\Chat.cc"
185                                        >
186                                </File>
187                                <File
188                                        RelativePath="..\..\src\network\packet\ClassID.cc"
189                                        >
190                                </File>
191                                <File
192                                        RelativePath="..\..\src\network\packet\Gamestate.cc"
193                                        >
194                                </File>
195                                <File
196                                        RelativePath="..\..\src\network\packet\Packet.cc"
197                                        >
198                                </File>
199                                <File
200                                        RelativePath="..\..\src\network\packet\Welcome.cc"
201                                        >
202                                </File>
203                        </Filter>
204                </Filter>
205                <Filter
206                        Name="Header Files"
207                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
208                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
209                        >
210                        <File
211                                RelativePath="..\..\src\network\Client.h"
212                                >
213                        </File>
214                        <File
215                                RelativePath="..\..\src\network\ClientConnection.h"
216                                >
217                        </File>
218                        <File
219                                RelativePath="..\..\src\network\ClientInformation.h"
220                                >
221                        </File>
222                        <File
223                                RelativePath="..\..\src\network\ConnectionManager.h"
224                                >
225                        </File>
226                        <File
227                                RelativePath="..\..\src\network\GamestateClient.h"
228                                >
229                        </File>
230                        <File
231                                RelativePath="..\..\src\network\GamestateHandler.h"
232                                >
233                        </File>
234                        <File
235                                RelativePath="..\..\src\network\GamestateManager.h"
236                                >
237                        </File>
238                        <File
239                                RelativePath="..\..\src\network\Host.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\..\src\network\NetworkCallback.h"
244                                >
245                        </File>
246                        <File
247                                RelativePath="..\..\src\network\NetworkPrereqs.h"
248                                >
249                        </File>
250                        <File
251                                RelativePath="..\..\src\network\PacketBuffer.h"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\..\src\network\Server.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\..\src\network\Synchronisable.h"
260                                >
261                        </File>
262                        <Filter
263                                Name="packet"
264                                >
265                                <File
266                                        RelativePath="..\..\src\network\packet\Acknowledgement.h"
267                                        >
268                                </File>
269                                <File
270                                        RelativePath="..\..\src\network\packet\Chat.h"
271                                        >
272                                </File>
273                                <File
274                                        RelativePath="..\..\src\network\packet\ClassID.h"
275                                        >
276                                </File>
277                                <File
278                                        RelativePath="..\..\src\network\packet\Gamestate.h"
279                                        >
280                                </File>
281                                <File
282                                        RelativePath="..\..\src\network\packet\Packet.h"
283                                        >
284                                </File>
285                                <File
286                                        RelativePath="..\..\src\network\packet\Welcome.h"
287                                        >
288                                </File>
289                        </Filter>
290                </Filter>
291        </Files>
292        <Globals>
293        </Globals>
294</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.