aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/build/vs2002/tests.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ode-0.9/build/vs2002/tests.vcproj')
-rw-r--r--libraries/ode-0.9/build/vs2002/tests.vcproj296
1 files changed, 296 insertions, 0 deletions
diff --git a/libraries/ode-0.9/build/vs2002/tests.vcproj b/libraries/ode-0.9/build/vs2002/tests.vcproj
new file mode 100644
index 0000000..26bcef9
--- /dev/null
+++ b/libraries/ode-0.9/build/vs2002/tests.vcproj
@@ -0,0 +1,296 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="tests"
6 ProjectGUID="{E10C083A-2A98-6D4F-A1D3-EF613C0C7141}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="DebugDLL|Win32"
15 OutputDirectory="../../lib/DebugDLL"
16 IntermediateDirectory="obj/tests/DebugDLL"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"
23 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="3"
27 EnableFunctionLevelLinking="TRUE"
28 RuntimeTypeInfo="TRUE"
29 UsePrecompiledHeader="2"
30 WarningLevel="3"
31 Detect64BitPortabilityProblems="TRUE"
32 DebugInformationFormat="4"/>
33 <Tool
34 Name="VCCustomBuildTool"/>
35 <Tool
36 Name="VCLinkerTool"
37 AdditionalDependencies="../../lib/DebugDLL/ode.lib"
38 OutputFile="$(OutDir)/tests.exe"
39 LinkIncremental="2"
40 AdditionalLibraryDirectories="../../lib/DebugDLL"
41 GenerateDebugInformation="TRUE"
42 ProgramDatabaseFile="$(OutDir)/tests.pdb"
43 SubSystem="1"
44 EntryPointSymbol="mainCRTStartup"
45 TargetMachine="1"/>
46 <Tool
47 Name="VCMIDLTool"/>
48 <Tool
49 Name="VCPostBuildEventTool"/>
50 <Tool
51 Name="VCPreBuildEventTool"/>
52 <Tool
53 Name="VCPreLinkEventTool"/>
54 <Tool
55 Name="VCResourceCompilerTool"
56 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
57 AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/>
58 <Tool
59 Name="VCWebServiceProxyGeneratorTool"/>
60 <Tool
61 Name="VCWebDeploymentTool"/>
62 </Configuration>
63 <Configuration
64 Name="ReleaseDLL|Win32"
65 OutputDirectory="../../lib/ReleaseDLL"
66 IntermediateDirectory="obj/tests/ReleaseDLL"
67 ConfigurationType="1"
68 CharacterSet="2">
69 <Tool
70 Name="VCCLCompilerTool"
71 Optimization="0"
72 AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"
73 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
74 MinimalRebuild="TRUE"
75 BasicRuntimeChecks="3"
76 RuntimeLibrary="3"
77 EnableFunctionLevelLinking="TRUE"
78 RuntimeTypeInfo="TRUE"
79 UsePrecompiledHeader="2"
80 WarningLevel="3"
81 Detect64BitPortabilityProblems="TRUE"
82 DebugInformationFormat="4"/>
83 <Tool
84 Name="VCCustomBuildTool"/>
85 <Tool
86 Name="VCLinkerTool"
87 AdditionalDependencies="../../lib/ReleaseDLL/ode.lib"
88 OutputFile="$(OutDir)/tests.exe"
89 LinkIncremental="2"
90 AdditionalLibraryDirectories="../../lib/ReleaseDLL"
91 GenerateDebugInformation="TRUE"
92 ProgramDatabaseFile="$(OutDir)/tests.pdb"
93 SubSystem="1"
94 EntryPointSymbol="mainCRTStartup"
95 TargetMachine="1"/>
96 <Tool
97 Name="VCMIDLTool"/>
98 <Tool
99 Name="VCPostBuildEventTool"/>
100 <Tool
101 Name="VCPreBuildEventTool"/>
102 <Tool
103 Name="VCPreLinkEventTool"/>
104 <Tool
105 Name="VCResourceCompilerTool"
106 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
107 AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/>
108 <Tool
109 Name="VCWebServiceProxyGeneratorTool"/>
110 <Tool
111 Name="VCWebDeploymentTool"/>
112 </Configuration>
113 <Configuration
114 Name="DebugLib|Win32"
115 OutputDirectory="../../lib/DebugLib"
116 IntermediateDirectory="obj/tests/DebugLib"
117 ConfigurationType="1"
118 CharacterSet="2">
119 <Tool
120 Name="VCCLCompilerTool"
121 Optimization="0"
122 AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"
123 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
124 MinimalRebuild="TRUE"
125 BasicRuntimeChecks="3"
126 RuntimeLibrary="3"
127 EnableFunctionLevelLinking="TRUE"
128 RuntimeTypeInfo="TRUE"
129 UsePrecompiledHeader="2"
130 WarningLevel="3"
131 Detect64BitPortabilityProblems="TRUE"
132 DebugInformationFormat="4"/>
133 <Tool
134 Name="VCCustomBuildTool"/>
135 <Tool
136 Name="VCLinkerTool"
137 AdditionalDependencies="../../lib/DebugLib/ode.lib"
138 OutputFile="$(OutDir)/tests.exe"
139 LinkIncremental="2"
140 AdditionalLibraryDirectories="../../lib/DebugLib"
141 GenerateDebugInformation="TRUE"
142 ProgramDatabaseFile="$(OutDir)/tests.pdb"
143 SubSystem="1"
144 EntryPointSymbol="mainCRTStartup"
145 TargetMachine="1"/>
146 <Tool
147 Name="VCMIDLTool"/>
148 <Tool
149 Name="VCPostBuildEventTool"/>
150 <Tool
151 Name="VCPreBuildEventTool"/>
152 <Tool
153 Name="VCPreLinkEventTool"/>
154 <Tool
155 Name="VCResourceCompilerTool"
156 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
157 AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/>
158 <Tool
159 Name="VCWebServiceProxyGeneratorTool"/>
160 <Tool
161 Name="VCWebDeploymentTool"/>
162 </Configuration>
163 <Configuration
164 Name="ReleaseLib|Win32"
165 OutputDirectory="../../lib/ReleaseLib"
166 IntermediateDirectory="obj/tests/ReleaseLib"
167 ConfigurationType="1"
168 CharacterSet="2">
169 <Tool
170 Name="VCCLCompilerTool"
171 Optimization="0"
172 AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"
173 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
174 MinimalRebuild="TRUE"
175 BasicRuntimeChecks="3"
176 RuntimeLibrary="3"
177 EnableFunctionLevelLinking="TRUE"
178 RuntimeTypeInfo="TRUE"
179 UsePrecompiledHeader="2"
180 WarningLevel="3"
181 Detect64BitPortabilityProblems="TRUE"
182 DebugInformationFormat="4"/>
183 <Tool
184 Name="VCCustomBuildTool"/>
185 <Tool
186 Name="VCLinkerTool"
187 AdditionalDependencies="../../lib/ReleaseLib/ode.lib"
188 OutputFile="$(OutDir)/tests.exe"
189 LinkIncremental="2"
190 AdditionalLibraryDirectories="../../lib/ReleaseLib"
191 GenerateDebugInformation="TRUE"
192 ProgramDatabaseFile="$(OutDir)/tests.pdb"
193 SubSystem="1"
194 EntryPointSymbol="mainCRTStartup"
195 TargetMachine="1"/>
196 <Tool
197 Name="VCMIDLTool"/>
198 <Tool
199 Name="VCPostBuildEventTool"/>
200 <Tool
201 Name="VCPreBuildEventTool"/>
202 <Tool
203 Name="VCPreLinkEventTool"/>
204 <Tool
205 Name="VCResourceCompilerTool"
206 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
207 AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness"/>
208 <Tool
209 Name="VCWebServiceProxyGeneratorTool"/>
210 <Tool
211 Name="VCWebDeploymentTool"/>
212 </Configuration>
213 </Configurations>
214 <Files>
215 <Filter
216 Name="tests"
217 Filter="">
218 <Filter
219 Name="CppTestHarness"
220 Filter="">
221 <File
222 RelativePath="..\..\tests\CppTestHarness\CheckMacros.h">
223 </File>
224 <File
225 RelativePath="..\..\tests\CppTestHarness\Checks.h">
226 </File>
227 <File
228 RelativePath="..\..\tests\CppTestHarness\CppTestHarness.h">
229 </File>
230 <File
231 RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.h">
232 </File>
233 <File
234 RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.h">
235 </File>
236 <File
237 RelativePath="..\..\tests\CppTestHarness\SignalTranslator.h">
238 </File>
239 <File
240 RelativePath="..\..\tests\CppTestHarness\Test.h">
241 </File>
242 <File
243 RelativePath="..\..\tests\CppTestHarness\TestLauncher.h">
244 </File>
245 <File
246 RelativePath="..\..\tests\CppTestHarness\TestMacros.h">
247 </File>
248 <File
249 RelativePath="..\..\tests\CppTestHarness\TestReporter.h">
250 </File>
251 <File
252 RelativePath="..\..\tests\CppTestHarness\TestResults.h">
253 </File>
254 <File
255 RelativePath="..\..\tests\CppTestHarness\TestRunner.h">
256 </File>
257 <File
258 RelativePath="..\..\tests\CppTestHarness\TypedTestLauncher.h">
259 </File>
260 <File
261 RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.cpp">
262 </File>
263 <File
264 RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.cpp">
265 </File>
266 <File
267 RelativePath="..\..\tests\CppTestHarness\Test.cpp">
268 </File>
269 <File
270 RelativePath="..\..\tests\CppTestHarness\TestLauncher.cpp">
271 </File>
272 <File
273 RelativePath="..\..\tests\CppTestHarness\TestReporter.cpp">
274 </File>
275 <File
276 RelativePath="..\..\tests\CppTestHarness\TestResults.cpp">
277 </File>
278 <File
279 RelativePath="..\..\tests\CppTestHarness\TestRunner.cpp">
280 </File>
281 </Filter>
282 <Filter
283 Name="colliders"
284 Filter="">
285 <File
286 RelativePath="..\..\tests\colliders\box_sphere.cpp">
287 </File>
288 </Filter>
289 <File
290 RelativePath="..\..\tests\main.cpp">
291 </File>
292 </Filter>
293 </Files>
294 <Globals>
295 </Globals>
296</VisualStudioProject>