Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/network/visual_studio/vc8/util.vcproj @ 917

Last change on this file since 917 was 917, checked in by rgrieder, 16 years ago
  • merged all changes in the input branch into this one
  • moved Tickable to core (would have created circular library dependencies)
  • exported OrxListener to a separate file, soon to be deleted
changed
, &&, XOR back to or, and, xor because I found the necessary include file for VC++
  • created abortRequest() in Orxonox.cc to call for a smooth end of the game (an alternative would be to make tick() return a boolean, like it is with frameStarted())
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="util"
6        ProjectGUID="{2240ECD7-2F48-4431-8E1B-25466A384CCC}"
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="$(SolutionDir)base_properties_debug.vsprops;..\util_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="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="$(SolutionDir)base_properties_release.vsprops;..\util_properties.vsprops"
83                        CharacterSet="1"
84                        WholeProgramOptimization="1"
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                        />
104                        <Tool
105                                Name="VCManagedResourceCompilerTool"
106                        />
107                        <Tool
108                                Name="VCResourceCompilerTool"
109                        />
110                        <Tool
111                                Name="VCPreLinkEventTool"
112                        />
113                        <Tool
114                                Name="VCLinkerTool"
115                        />
116                        <Tool
117                                Name="VCALinkTool"
118                        />
119                        <Tool
120                                Name="VCManifestTool"
121                        />
122                        <Tool
123                                Name="VCXDCMakeTool"
124                        />
125                        <Tool
126                                Name="VCBscMakeTool"
127                        />
128                        <Tool
129                                Name="VCFxCopTool"
130                        />
131                        <Tool
132                                Name="VCAppVerifierTool"
133                        />
134                        <Tool
135                                Name="VCWebDeploymentTool"
136                        />
137                        <Tool
138                                Name="VCPostBuildEventTool"
139                        />
140                </Configuration>
141                <Configuration
142                        Name="Release_SSE|Win32"
143                        ConfigurationType="2"
144                        InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\util_properties.vsprops"
145                        CharacterSet="1"
146                        WholeProgramOptimization="1"
147                        >
148                        <Tool
149                                Name="VCPreBuildEventTool"
150                        />
151                        <Tool
152                                Name="VCCustomBuildTool"
153                        />
154                        <Tool
155                                Name="VCXMLDataGeneratorTool"
156                        />
157                        <Tool
158                                Name="VCWebServiceProxyGeneratorTool"
159                        />
160                        <Tool
161                                Name="VCMIDLTool"
162                        />
163                        <Tool
164                                Name="VCCLCompilerTool"
165                        />
166                        <Tool
167                                Name="VCManagedResourceCompilerTool"
168                        />
169                        <Tool
170                                Name="VCResourceCompilerTool"
171                        />
172                        <Tool
173                                Name="VCPreLinkEventTool"
174                        />
175                        <Tool
176                                Name="VCLinkerTool"
177                        />
178                        <Tool
179                                Name="VCALinkTool"
180                        />
181                        <Tool
182                                Name="VCManifestTool"
183                        />
184                        <Tool
185                                Name="VCXDCMakeTool"
186                        />
187                        <Tool
188                                Name="VCBscMakeTool"
189                        />
190                        <Tool
191                                Name="VCFxCopTool"
192                        />
193                        <Tool
194                                Name="VCAppVerifierTool"
195                        />
196                        <Tool
197                                Name="VCWebDeploymentTool"
198                        />
199                        <Tool
200                                Name="VCPostBuildEventTool"
201                        />
202                </Configuration>
203                <Configuration
204                        Name="Release_SSE2|Win32"
205                        ConfigurationType="2"
206                        InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\util_properties.vsprops"
207                        CharacterSet="1"
208                        WholeProgramOptimization="1"
209                        >
210                        <Tool
211                                Name="VCPreBuildEventTool"
212                        />
213                        <Tool
214                                Name="VCCustomBuildTool"
215                        />
216                        <Tool
217                                Name="VCXMLDataGeneratorTool"
218                        />
219                        <Tool
220                                Name="VCWebServiceProxyGeneratorTool"
221                        />
222                        <Tool
223                                Name="VCMIDLTool"
224                        />
225                        <Tool
226                                Name="VCCLCompilerTool"
227                        />
228                        <Tool
229                                Name="VCManagedResourceCompilerTool"
230                        />
231                        <Tool
232                                Name="VCResourceCompilerTool"
233                        />
234                        <Tool
235                                Name="VCPreLinkEventTool"
236                        />
237                        <Tool
238                                Name="VCLinkerTool"
239                        />
240                        <Tool
241                                Name="VCALinkTool"
242                        />
243                        <Tool
244                                Name="VCManifestTool"
245                        />
246                        <Tool
247                                Name="VCXDCMakeTool"
248                        />
249                        <Tool
250                                Name="VCBscMakeTool"
251                        />
252                        <Tool
253                                Name="VCFxCopTool"
254                        />
255                        <Tool
256                                Name="VCAppVerifierTool"
257                        />
258                        <Tool
259                                Name="VCWebDeploymentTool"
260                        />
261                        <Tool
262                                Name="VCPostBuildEventTool"
263                        />
264                </Configuration>
265        </Configurations>
266        <References>
267        </References>
268        <Files>
269                <Filter
270                        Name="Source Files"
271                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
272                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
273                        >
274                        <File
275                                RelativePath="..\..\src\util\Math.cc"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\..\src\util\MultiTypeMath.cc"
280                                >
281                        </File>
282                        <File
283                                RelativePath="..\..\src\util\MultiTypePrimitive.cc"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\..\src\util\MultiTypeString.cc"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\..\src\util\String.cc"
292                                >
293                        </File>
294                        <File
295                                RelativePath="..\..\src\util\substring.cc"
296                                >
297                        </File>
298                </Filter>
299                <Filter
300                        Name="Header Files"
301                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
302                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
303                        >
304                        <File
305                                RelativePath="..\..\src\util\Convert.h"
306                                >
307                        </File>
308                        <File
309                                RelativePath="..\..\src\util\Math.h"
310                                >
311                        </File>
312                        <File
313                                RelativePath="..\..\src\util\MultiType.h"
314                                >
315                        </File>
316                        <File
317                                RelativePath="..\..\src\util\MultiTypeMath.h"
318                                >
319                        </File>
320                        <File
321                                RelativePath="..\..\src\util\MultiTypePrimitive.h"
322                                >
323                        </File>
324                        <File
325                                RelativePath="..\..\src\util\MultiTypeString.h"
326                                >
327                        </File>
328                        <File
329                                RelativePath="..\..\src\util\Sleep.h"
330                                >
331                        </File>
332                        <File
333                                RelativePath="..\..\src\util\String.h"
334                                >
335                        </File>
336                        <File
337                                RelativePath="..\..\src\util\String2Number.h"
338                                >
339                        </File>
340                        <File
341                                RelativePath="..\..\src\util\substring.h"
342                                >
343                        </File>
344                        <File
345                                RelativePath="..\..\src\util\Tokenizer.h"
346                                >
347                        </File>
348                        <File
349                                RelativePath="..\..\src\util\UtilPrereqs.h"
350                                >
351                        </File>
352                        <File
353                                RelativePath="..\..\src\util\XMLIncludes.h"
354                                >
355                        </File>
356                </Filter>
357        </Files>
358        <Globals>
359        </Globals>
360</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.