Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/visual_studio/vc8/ogreode.vcproj @ 1987

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

Smaller fixes. Should be ok now for msvc.

File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="ogreode"
6        ProjectGUID="{BBA88DC2-CD78-4C00-814B-183899090F3E}"
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;.\ogreode.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;.\ogreode.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                                PreprocessorDefinitions="TOLUA_RELEASE"
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\ogreode\OgreOdeBody.cpp"
153                                >
154                        </File>
155                        <File
156                                RelativePath="..\..\src\ogreode\OgreOdeCollision.cpp"
157                                >
158                        </File>
159                        <File
160                                RelativePath="..\..\src\ogreode\OgreOdeDebugContact.cpp"
161                                >
162                        </File>
163                        <File
164                                RelativePath="..\..\src\ogreode\OgreOdeDebugObject.cpp"
165                                >
166                        </File>
167                        <File
168                                RelativePath="..\..\src\ogreode\OgreOdeEigenSolver.cpp"
169                                >
170                        </File>
171                        <File
172                                RelativePath="..\..\src\ogreode\OgreOdeEntityInformer.cpp"
173                                >
174                        </File>
175                        <File
176                                RelativePath="..\..\src\ogreode\OgreOdeGeometry.cpp"
177                                >
178                        </File>
179                        <File
180                                RelativePath="..\..\src\ogreode\OgreOdeJoint.cpp"
181                                >
182                        </File>
183                        <File
184                                RelativePath="..\..\src\ogreode\OgreOdeMass.cpp"
185                                >
186                        </File>
187                        <File
188                                RelativePath="..\..\src\ogreode\OgreOdePrecompiledHeaders.cpp"
189                                >
190                                <FileConfiguration
191                                        Name="Debug|Win32"
192                                        >
193                                        <Tool
194                                                Name="VCCLCompilerTool"
195                                                UsePrecompiledHeader="1"
196                                                PrecompiledHeaderThrough="OgreOdePrecompiledHeaders.h"
197                                        />
198                                </FileConfiguration>
199                                <FileConfiguration
200                                        Name="Release|Win32"
201                                        >
202                                        <Tool
203                                                Name="VCCLCompilerTool"
204                                                UsePrecompiledHeader="1"
205                                        />
206                                </FileConfiguration>
207                        </File>
208                        <File
209                                RelativePath="..\..\src\ogreode\OgreOdeSpace.cpp"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\..\src\ogreode\OgreOdeStepper.cpp"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\..\src\ogreode\OgreOdeTriangleMeshData.cpp"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\..\src\ogreode\OgreOdeTriangleMeshDataManager.cpp"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\..\src\ogreode\OgreOdeUtility.cpp"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\..\src\ogreode\OgreOdeWorld.cpp"
230                                >
231                        </File>
232                </Filter>
233                <Filter
234                        Name="Header Files"
235                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
236                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
237                        >
238                        <File
239                                RelativePath="..\..\src\ogreode\OgreOde_Core.h"
240                                >
241                        </File>
242                        <File
243                                RelativePath="..\..\src\ogreode\OgreOdeBody.h"
244                                >
245                        </File>
246                        <File
247                                RelativePath="..\..\src\ogreode\OgreOdeCollision.h"
248                                >
249                        </File>
250                        <File
251                                RelativePath="..\..\src\ogreode\OgreOdeDebugContact.h"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\..\src\ogreode\OgreOdeDebugObject.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\..\src\ogreode\OgreOdeEigenSolver.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath="..\..\src\ogreode\OgreOdeEntityInformer.h"
264                                >
265                        </File>
266                        <File
267                                RelativePath="..\..\src\ogreode\OgreOdeFrameListener.h"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\..\src\ogreode\OgreOdeGeometry.h"
272                                >
273                        </File>
274                        <File
275                                RelativePath="..\..\src\ogreode\OgreOdeJoint.h"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\..\src\ogreode\OgreOdeMaintainedList.h"
280                                >
281                        </File>
282                        <File
283                                RelativePath="..\..\src\ogreode\OgreOdeMass.h"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\..\src\ogreode\OgreOdePrecompiledHeaders.h"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\..\src\ogreode\OgreOdePreReqs.h"
292                                >
293                        </File>
294                        <File
295                                RelativePath="..\..\src\ogreode\OgreOdeSpace.h"
296                                >
297                        </File>
298                        <File
299                                RelativePath="..\..\src\ogreode\OgreOdeStepper.h"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\..\src\ogreode\OgreOdeTriangleMeshData.h"
304                                >
305                        </File>
306                        <File
307                                RelativePath="..\..\src\ogreode\OgreOdeTriangleMeshDataManager.h"
308                                >
309                        </File>
310                        <File
311                                RelativePath="..\..\src\ogreode\OgreOdeUtility.h"
312                                >
313                        </File>
314                        <File
315                                RelativePath="..\..\src\ogreode\OgreOdeWorld.h"
316                                >
317                        </File>
318                </Filter>
319        </Files>
320        <Globals>
321        </Globals>
322</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.