Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics_new/visual_studio/vc8/bullet_dynamics.vcproj @ 2119

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

Merged physics branch into physics_new branch.

File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="bullet_dynamics"
6        ProjectGUID="{41481057-47FD-4BEF-853B-7EF5F975F05E}"
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\BulletDynamics\ConstraintSolver\btConeTwistConstraint.cpp"
136                                >
137                        </File>
138                        <File
139                                RelativePath="..\..\src\bullet\BulletDynamics\ConstraintSolver\btContactConstraint.cpp"
140                                >
141                        </File>
142                        <File
143                                RelativePath="..\..\src\bullet\BulletDynamics\Dynamics\btContinuousDynamicsWorld.cpp"
144                                >
145                        </File>
146                        <File
147                                RelativePath="..\..\src\bullet\BulletDynamics\Dynamics\btDiscreteDynamicsWorld.cpp"
148                                >
149                        </File>
150                        <File
151                                RelativePath="..\..\src\bullet\BulletDynamics\ConstraintSolver\btGeneric6DofConstraint.cpp"
152                                >
153                        </File>
154                        <File
155                                RelativePath="..\..\src\bullet\BulletDynamics\ConstraintSolver\btHingeConstraint.cpp"
156                                >
157                        </File>
158                        <File
159                                RelativePath="..\..\src\bullet\BulletDynamics\ConstraintSolver\btPoint2PointConstraint.cpp"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\..\src\bullet\BulletDynamics\Vehicle\btRaycastVehicle.cpp"
164                                >
165                        </File>
166                        <File
167                                RelativePath="..\..\src\bullet\BulletDynamics\Dynamics\btRigidBody.cpp"
168                                >
169                        </File>
170                        <File
171                                RelativePath="..\..\src\bullet\BulletDynamics\ConstraintSolver\btSequentialImpulseConstraintSolver.cpp"
172                                >
173                        </File>
174                        <File
175                                RelativePath="..\..\src\bullet\BulletDynamics\Dynamics\btSimpleDynamicsWorld.cpp"
176                                >
177                        </File>
178                        <File
179                                RelativePath="..\..\src\bullet\BulletDynamics\ConstraintSolver\btSliderConstraint.cpp"
180                                >
181                        </File>
182                        <File
183                                RelativePath="..\..\src\bullet\BulletDynamics\ConstraintSolver\btSolve2LinearConstraint.cpp"
184                                >
185                        </File>
186                        <File
187                                RelativePath="..\..\src\bullet\BulletDynamics\ConstraintSolver\btTypedConstraint.cpp"
188                                >
189                        </File>
190                        <File
191                                RelativePath="..\..\src\bullet\BulletDynamics\Vehicle\btWheelInfo.cpp"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\..\src\bullet\BulletDynamics\Dynamics\Bullet-C-API.cpp"
196                                >
197                        </File>
198                </Filter>
199                <Filter
200                        Name="Header Files"
201                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
202                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
203                        >
204                </Filter>
205        </Files>
206        <Globals>
207        </Globals>
208</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.