Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/visual_studio/vc8/bullet_linearmath.vcproj @ 2432

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

Updated msvc files for the Bullet update to v2.73.

File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="bullet_linearmath"
6        ProjectGUID="{C8659D22-3CB7-41C9-A1BC-B40DB70A31A5}"
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;.\bullet.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                                PrecompiledHeaderThrough="OgreBulletPrecompiled.h"
42                        />
43                        <Tool
44                                Name="VCManagedResourceCompilerTool"
45                        />
46                        <Tool
47                                Name="VCResourceCompilerTool"
48                        />
49                        <Tool
50                                Name="VCPreLinkEventTool"
51                        />
52                        <Tool
53                                Name="VCLibrarianTool"
54                        />
55                        <Tool
56                                Name="VCALinkTool"
57                        />
58                        <Tool
59                                Name="VCXDCMakeTool"
60                        />
61                        <Tool
62                                Name="VCBscMakeTool"
63                        />
64                        <Tool
65                                Name="VCFxCopTool"
66                        />
67                        <Tool
68                                Name="VCPostBuildEventTool"
69                        />
70                </Configuration>
71                <Configuration
72                        Name="Release|Win32"
73                        ConfigurationType="4"
74                        InheritedPropertySheets=".\release.vsprops;.\bullet.vsprops"
75                        CharacterSet="1"
76                        WholeProgramOptimization="0"
77                        >
78                        <Tool
79                                Name="VCPreBuildEventTool"
80                        />
81                        <Tool
82                                Name="VCCustomBuildTool"
83                        />
84                        <Tool
85                                Name="VCXMLDataGeneratorTool"
86                        />
87                        <Tool
88                                Name="VCWebServiceProxyGeneratorTool"
89                        />
90                        <Tool
91                                Name="VCMIDLTool"
92                        />
93                        <Tool
94                                Name="VCCLCompilerTool"
95                                PreprocessorDefinitions="TOLUA_RELEASE"
96                        />
97                        <Tool
98                                Name="VCManagedResourceCompilerTool"
99                        />
100                        <Tool
101                                Name="VCResourceCompilerTool"
102                        />
103                        <Tool
104                                Name="VCPreLinkEventTool"
105                        />
106                        <Tool
107                                Name="VCLibrarianTool"
108                        />
109                        <Tool
110                                Name="VCALinkTool"
111                        />
112                        <Tool
113                                Name="VCXDCMakeTool"
114                        />
115                        <Tool
116                                Name="VCBscMakeTool"
117                        />
118                        <Tool
119                                Name="VCFxCopTool"
120                        />
121                        <Tool
122                                Name="VCPostBuildEventTool"
123                        />
124                </Configuration>
125        </Configurations>
126        <References>
127        </References>
128        <Files>
129                <Filter
130                        Name="Source Files"
131                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
132                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
133                        >
134                        <File
135                                RelativePath="..\..\src\bullet\LinearMath\btAlignedAllocator.cpp"
136                                >
137                        </File>
138                        <File
139                                RelativePath="..\..\src\bullet\LinearMath\btConvexHull.cpp"
140                                >
141                        </File>
142                        <File
143                                RelativePath="..\..\src\bullet\LinearMath\btGeometryUtil.cpp"
144                                >
145                        </File>
146                        <File
147                                RelativePath="..\..\src\bullet\LinearMath\btQuickprof.cpp"
148                                >
149                        </File>
150                </Filter>
151                <Filter
152                        Name="Header Files"
153                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
154                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
155                        >
156                        <File
157                                RelativePath="..\..\src\bullet\LinearMath\btAabbUtil2.h"
158                                >
159                        </File>
160                        <File
161                                RelativePath="..\..\src\bullet\LinearMath\btAlignedAllocator.h"
162                                >
163                        </File>
164                        <File
165                                RelativePath="..\..\src\bullet\LinearMath\btAlignedObjectArray.h"
166                                >
167                        </File>
168                        <File
169                                RelativePath="..\..\src\bullet\LinearMath\btConvexHull.h"
170                                >
171                        </File>
172                        <File
173                                RelativePath="..\..\src\bullet\LinearMath\btDefaultMotionState.h"
174                                >
175                        </File>
176                        <File
177                                RelativePath="..\..\src\bullet\LinearMath\btGeometryUtil.h"
178                                >
179                        </File>
180                        <File
181                                RelativePath="..\..\src\bullet\LinearMath\btHashMap.h"
182                                >
183                        </File>
184                        <File
185                                RelativePath="..\..\src\bullet\LinearMath\btIDebugDraw.h"
186                                >
187                        </File>
188                        <File
189                                RelativePath="..\..\src\bullet\LinearMath\btList.h"
190                                >
191                        </File>
192                        <File
193                                RelativePath="..\..\src\bullet\LinearMath\btMatrix3x3.h"
194                                >
195                        </File>
196                        <File
197                                RelativePath="..\..\src\bullet\LinearMath\btMinMax.h"
198                                >
199                        </File>
200                        <File
201                                RelativePath="..\..\src\bullet\LinearMath\btMotionState.h"
202                                >
203                        </File>
204                        <File
205                                RelativePath="..\..\src\bullet\LinearMath\btPoolAllocator.h"
206                                >
207                        </File>
208                        <File
209                                RelativePath="..\..\src\bullet\LinearMath\btQuadWord.h"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\..\src\bullet\LinearMath\btQuaternion.h"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\..\src\bullet\LinearMath\btQuickprof.h"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\..\src\bullet\LinearMath\btRandom.h"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\..\src\bullet\LinearMath\btScalar.h"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\..\src\bullet\LinearMath\btStackAlloc.h"
230                                >
231                        </File>
232                        <File
233                                RelativePath="..\..\src\bullet\LinearMath\btTransform.h"
234                                >
235                        </File>
236                        <File
237                                RelativePath="..\..\src\bullet\LinearMath\btTransformUtil.h"
238                                >
239                        </File>
240                        <File
241                                RelativePath="..\..\src\bullet\LinearMath\btVector3.h"
242                                >
243                        </File>
244                </Filter>
245        </Files>
246        <Globals>
247        </Globals>
248</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.