diff options
author | dan miller | 2007-10-19 04:28:53 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 04:28:53 +0000 |
commit | 0fc46fc9590912bf6925c899edd02d7a2cdf5f79 (patch) | |
tree | 51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9\/build/vs2005/tests.vcproj | |
parent | small bit of refactoring (diff) | |
download | opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.zip opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.gz opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.bz2 opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.xz |
adding ode source to /libraries
Diffstat (limited to '')
-rwxr-xr-x | libraries/ode-0.9\/build/vs2005/tests.vcproj | 442 | ||||
-rwxr-xr-x | libraries/ode-0.9\/build/vs2005/tests.vcproj.dan-PC.dan.user | 121 |
2 files changed, 563 insertions, 0 deletions
diff --git a/libraries/ode-0.9\/build/vs2005/tests.vcproj b/libraries/ode-0.9\/build/vs2005/tests.vcproj new file mode 100755 index 0000000..e772e8c --- /dev/null +++ b/libraries/ode-0.9\/build/vs2005/tests.vcproj | |||
@@ -0,0 +1,442 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="tests" | ||
6 | ProjectGUID="{EA829A28-B1B2-1345-98B9-897763B937AF}" | ||
7 | RootNamespace="tests" | ||
8 | Keyword="Win32Proj" | ||
9 | > | ||
10 | <Platforms> | ||
11 | <Platform | ||
12 | Name="Win32" | ||
13 | /> | ||
14 | </Platforms> | ||
15 | <ToolFiles> | ||
16 | </ToolFiles> | ||
17 | <Configurations> | ||
18 | <Configuration | ||
19 | Name="DebugDLL|Win32" | ||
20 | OutputDirectory="../../lib/DebugDLL" | ||
21 | IntermediateDirectory="obj/tests/DebugDLL" | ||
22 | ConfigurationType="1" | ||
23 | CharacterSet="2" | ||
24 | > | ||
25 | <Tool | ||
26 | Name="VCPreBuildEventTool" | ||
27 | /> | ||
28 | <Tool | ||
29 | Name="VCCustomBuildTool" | ||
30 | /> | ||
31 | <Tool | ||
32 | Name="VCXMLDataGeneratorTool" | ||
33 | /> | ||
34 | <Tool | ||
35 | Name="VCWebServiceProxyGeneratorTool" | ||
36 | /> | ||
37 | <Tool | ||
38 | Name="VCMIDLTool" | ||
39 | /> | ||
40 | <Tool | ||
41 | Name="VCCLCompilerTool" | ||
42 | Optimization="0" | ||
43 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
45 | MinimalRebuild="true" | ||
46 | BasicRuntimeChecks="3" | ||
47 | RuntimeLibrary="3" | ||
48 | EnableFunctionLevelLinking="true" | ||
49 | UsePrecompiledHeader="0" | ||
50 | WarningLevel="3" | ||
51 | Detect64BitPortabilityProblems="true" | ||
52 | DebugInformationFormat="4" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCManagedResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCResourceCompilerTool" | ||
59 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
60 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
61 | /> | ||
62 | <Tool | ||
63 | Name="VCPreLinkEventTool" | ||
64 | /> | ||
65 | <Tool | ||
66 | Name="VCLinkerTool" | ||
67 | AdditionalDependencies="../../lib/DebugDLL/ode.lib" | ||
68 | OutputFile="$(OutDir)/tests.exe" | ||
69 | LinkIncremental="2" | ||
70 | AdditionalLibraryDirectories="../../lib/DebugDLL" | ||
71 | GenerateDebugInformation="true" | ||
72 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
73 | SubSystem="1" | ||
74 | EntryPointSymbol="mainCRTStartup" | ||
75 | TargetMachine="1" | ||
76 | /> | ||
77 | <Tool | ||
78 | Name="VCALinkTool" | ||
79 | /> | ||
80 | <Tool | ||
81 | Name="VCManifestTool" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCXDCMakeTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCBscMakeTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCFxCopTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCAppVerifierTool" | ||
94 | /> | ||
95 | <Tool | ||
96 | Name="VCWebDeploymentTool" | ||
97 | /> | ||
98 | <Tool | ||
99 | Name="VCPostBuildEventTool" | ||
100 | /> | ||
101 | </Configuration> | ||
102 | <Configuration | ||
103 | Name="ReleaseDLL|Win32" | ||
104 | OutputDirectory="../../lib/ReleaseDLL" | ||
105 | IntermediateDirectory="obj/tests/ReleaseDLL" | ||
106 | ConfigurationType="1" | ||
107 | CharacterSet="2" | ||
108 | > | ||
109 | <Tool | ||
110 | Name="VCPreBuildEventTool" | ||
111 | /> | ||
112 | <Tool | ||
113 | Name="VCCustomBuildTool" | ||
114 | /> | ||
115 | <Tool | ||
116 | Name="VCXMLDataGeneratorTool" | ||
117 | /> | ||
118 | <Tool | ||
119 | Name="VCWebServiceProxyGeneratorTool" | ||
120 | /> | ||
121 | <Tool | ||
122 | Name="VCMIDLTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCLCompilerTool" | ||
126 | Optimization="0" | ||
127 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
129 | MinimalRebuild="true" | ||
130 | BasicRuntimeChecks="3" | ||
131 | RuntimeLibrary="3" | ||
132 | EnableFunctionLevelLinking="true" | ||
133 | UsePrecompiledHeader="0" | ||
134 | WarningLevel="3" | ||
135 | Detect64BitPortabilityProblems="true" | ||
136 | DebugInformationFormat="4" | ||
137 | /> | ||
138 | <Tool | ||
139 | Name="VCManagedResourceCompilerTool" | ||
140 | /> | ||
141 | <Tool | ||
142 | Name="VCResourceCompilerTool" | ||
143 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
144 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCPreLinkEventTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCLinkerTool" | ||
151 | AdditionalDependencies="../../lib/ReleaseDLL/ode.lib" | ||
152 | OutputFile="$(OutDir)/tests.exe" | ||
153 | LinkIncremental="2" | ||
154 | AdditionalLibraryDirectories="../../lib/ReleaseDLL" | ||
155 | GenerateDebugInformation="true" | ||
156 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
157 | SubSystem="1" | ||
158 | EntryPointSymbol="mainCRTStartup" | ||
159 | TargetMachine="1" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCALinkTool" | ||
163 | /> | ||
164 | <Tool | ||
165 | Name="VCManifestTool" | ||
166 | /> | ||
167 | <Tool | ||
168 | Name="VCXDCMakeTool" | ||
169 | /> | ||
170 | <Tool | ||
171 | Name="VCBscMakeTool" | ||
172 | /> | ||
173 | <Tool | ||
174 | Name="VCFxCopTool" | ||
175 | /> | ||
176 | <Tool | ||
177 | Name="VCAppVerifierTool" | ||
178 | /> | ||
179 | <Tool | ||
180 | Name="VCWebDeploymentTool" | ||
181 | /> | ||
182 | <Tool | ||
183 | Name="VCPostBuildEventTool" | ||
184 | /> | ||
185 | </Configuration> | ||
186 | <Configuration | ||
187 | Name="DebugLib|Win32" | ||
188 | OutputDirectory="../../lib/DebugLib" | ||
189 | IntermediateDirectory="obj/tests/DebugLib" | ||
190 | ConfigurationType="1" | ||
191 | CharacterSet="2" | ||
192 | > | ||
193 | <Tool | ||
194 | Name="VCPreBuildEventTool" | ||
195 | /> | ||
196 | <Tool | ||
197 | Name="VCCustomBuildTool" | ||
198 | /> | ||
199 | <Tool | ||
200 | Name="VCXMLDataGeneratorTool" | ||
201 | /> | ||
202 | <Tool | ||
203 | Name="VCWebServiceProxyGeneratorTool" | ||
204 | /> | ||
205 | <Tool | ||
206 | Name="VCMIDLTool" | ||
207 | /> | ||
208 | <Tool | ||
209 | Name="VCCLCompilerTool" | ||
210 | Optimization="0" | ||
211 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
212 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
213 | MinimalRebuild="true" | ||
214 | BasicRuntimeChecks="3" | ||
215 | RuntimeLibrary="3" | ||
216 | EnableFunctionLevelLinking="true" | ||
217 | UsePrecompiledHeader="0" | ||
218 | WarningLevel="3" | ||
219 | Detect64BitPortabilityProblems="true" | ||
220 | DebugInformationFormat="4" | ||
221 | /> | ||
222 | <Tool | ||
223 | Name="VCManagedResourceCompilerTool" | ||
224 | /> | ||
225 | <Tool | ||
226 | Name="VCResourceCompilerTool" | ||
227 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
228 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
229 | /> | ||
230 | <Tool | ||
231 | Name="VCPreLinkEventTool" | ||
232 | /> | ||
233 | <Tool | ||
234 | Name="VCLinkerTool" | ||
235 | AdditionalDependencies="../../lib/DebugLib/ode.lib" | ||
236 | OutputFile="$(OutDir)/tests.exe" | ||
237 | LinkIncremental="2" | ||
238 | AdditionalLibraryDirectories="../../lib/DebugLib" | ||
239 | GenerateDebugInformation="true" | ||
240 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
241 | SubSystem="1" | ||
242 | EntryPointSymbol="mainCRTStartup" | ||
243 | TargetMachine="1" | ||
244 | /> | ||
245 | <Tool | ||
246 | Name="VCALinkTool" | ||
247 | /> | ||
248 | <Tool | ||
249 | Name="VCManifestTool" | ||
250 | /> | ||
251 | <Tool | ||
252 | Name="VCXDCMakeTool" | ||
253 | /> | ||
254 | <Tool | ||
255 | Name="VCBscMakeTool" | ||
256 | /> | ||
257 | <Tool | ||
258 | Name="VCFxCopTool" | ||
259 | /> | ||
260 | <Tool | ||
261 | Name="VCAppVerifierTool" | ||
262 | /> | ||
263 | <Tool | ||
264 | Name="VCWebDeploymentTool" | ||
265 | /> | ||
266 | <Tool | ||
267 | Name="VCPostBuildEventTool" | ||
268 | /> | ||
269 | </Configuration> | ||
270 | <Configuration | ||
271 | Name="ReleaseLib|Win32" | ||
272 | OutputDirectory="../../lib/ReleaseLib" | ||
273 | IntermediateDirectory="obj/tests/ReleaseLib" | ||
274 | ConfigurationType="1" | ||
275 | CharacterSet="2" | ||
276 | > | ||
277 | <Tool | ||
278 | Name="VCPreBuildEventTool" | ||
279 | /> | ||
280 | <Tool | ||
281 | Name="VCCustomBuildTool" | ||
282 | /> | ||
283 | <Tool | ||
284 | Name="VCXMLDataGeneratorTool" | ||
285 | /> | ||
286 | <Tool | ||
287 | Name="VCWebServiceProxyGeneratorTool" | ||
288 | /> | ||
289 | <Tool | ||
290 | Name="VCMIDLTool" | ||
291 | /> | ||
292 | <Tool | ||
293 | Name="VCCLCompilerTool" | ||
294 | Optimization="0" | ||
295 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
296 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
297 | MinimalRebuild="true" | ||
298 | BasicRuntimeChecks="3" | ||
299 | RuntimeLibrary="3" | ||
300 | EnableFunctionLevelLinking="true" | ||
301 | UsePrecompiledHeader="0" | ||
302 | WarningLevel="3" | ||
303 | Detect64BitPortabilityProblems="true" | ||
304 | DebugInformationFormat="4" | ||
305 | /> | ||
306 | <Tool | ||
307 | Name="VCManagedResourceCompilerTool" | ||
308 | /> | ||
309 | <Tool | ||
310 | Name="VCResourceCompilerTool" | ||
311 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE" | ||
312 | AdditionalIncludeDirectories="../../include;../../tests/CppTestHarness" | ||
313 | /> | ||
314 | <Tool | ||
315 | Name="VCPreLinkEventTool" | ||
316 | /> | ||
317 | <Tool | ||
318 | Name="VCLinkerTool" | ||
319 | AdditionalDependencies="../../lib/ReleaseLib/ode.lib" | ||
320 | OutputFile="$(OutDir)/tests.exe" | ||
321 | LinkIncremental="2" | ||
322 | AdditionalLibraryDirectories="../../lib/ReleaseLib" | ||
323 | GenerateDebugInformation="true" | ||
324 | ProgramDatabaseFile="$(OutDir)/tests.pdb" | ||
325 | SubSystem="1" | ||
326 | EntryPointSymbol="mainCRTStartup" | ||
327 | TargetMachine="1" | ||
328 | /> | ||
329 | <Tool | ||
330 | Name="VCALinkTool" | ||
331 | /> | ||
332 | <Tool | ||
333 | Name="VCManifestTool" | ||
334 | /> | ||
335 | <Tool | ||
336 | Name="VCXDCMakeTool" | ||
337 | /> | ||
338 | <Tool | ||
339 | Name="VCBscMakeTool" | ||
340 | /> | ||
341 | <Tool | ||
342 | Name="VCFxCopTool" | ||
343 | /> | ||
344 | <Tool | ||
345 | Name="VCAppVerifierTool" | ||
346 | /> | ||
347 | <Tool | ||
348 | Name="VCWebDeploymentTool" | ||
349 | /> | ||
350 | <Tool | ||
351 | Name="VCPostBuildEventTool" | ||
352 | /> | ||
353 | </Configuration> | ||
354 | </Configurations> | ||
355 | <References> | ||
356 | </References> | ||
357 | <Files> | ||
358 | <Filter | ||
359 | Name="tests" | ||
360 | Filter="" | ||
361 | > | ||
362 | <Filter | ||
363 | Name="CppTestHarness" | ||
364 | Filter="" | ||
365 | > | ||
366 | <File | ||
367 | RelativePath="..\..\tests\CppTestHarness\CheckMacros.h"> | ||
368 | </File> | ||
369 | <File | ||
370 | RelativePath="..\..\tests\CppTestHarness\Checks.h"> | ||
371 | </File> | ||
372 | <File | ||
373 | RelativePath="..\..\tests\CppTestHarness\CppTestHarness.h"> | ||
374 | </File> | ||
375 | <File | ||
376 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.h"> | ||
377 | </File> | ||
378 | <File | ||
379 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.h"> | ||
380 | </File> | ||
381 | <File | ||
382 | RelativePath="..\..\tests\CppTestHarness\SignalTranslator.h"> | ||
383 | </File> | ||
384 | <File | ||
385 | RelativePath="..\..\tests\CppTestHarness\Test.h"> | ||
386 | </File> | ||
387 | <File | ||
388 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.h"> | ||
389 | </File> | ||
390 | <File | ||
391 | RelativePath="..\..\tests\CppTestHarness\TestMacros.h"> | ||
392 | </File> | ||
393 | <File | ||
394 | RelativePath="..\..\tests\CppTestHarness\TestReporter.h"> | ||
395 | </File> | ||
396 | <File | ||
397 | RelativePath="..\..\tests\CppTestHarness\TestResults.h"> | ||
398 | </File> | ||
399 | <File | ||
400 | RelativePath="..\..\tests\CppTestHarness\TestRunner.h"> | ||
401 | </File> | ||
402 | <File | ||
403 | RelativePath="..\..\tests\CppTestHarness\TypedTestLauncher.h"> | ||
404 | </File> | ||
405 | <File | ||
406 | RelativePath="..\..\tests\CppTestHarness\HTMLTestReporter.cpp"> | ||
407 | </File> | ||
408 | <File | ||
409 | RelativePath="..\..\tests\CppTestHarness\PrintfTestReporter.cpp"> | ||
410 | </File> | ||
411 | <File | ||
412 | RelativePath="..\..\tests\CppTestHarness\Test.cpp"> | ||
413 | </File> | ||
414 | <File | ||
415 | RelativePath="..\..\tests\CppTestHarness\TestLauncher.cpp"> | ||
416 | </File> | ||
417 | <File | ||
418 | RelativePath="..\..\tests\CppTestHarness\TestReporter.cpp"> | ||
419 | </File> | ||
420 | <File | ||
421 | RelativePath="..\..\tests\CppTestHarness\TestResults.cpp"> | ||
422 | </File> | ||
423 | <File | ||
424 | RelativePath="..\..\tests\CppTestHarness\TestRunner.cpp"> | ||
425 | </File> | ||
426 | </Filter> | ||
427 | <Filter | ||
428 | Name="colliders" | ||
429 | Filter="" | ||
430 | > | ||
431 | <File | ||
432 | RelativePath="..\..\tests\colliders\box_sphere.cpp"> | ||
433 | </File> | ||
434 | </Filter> | ||
435 | <File | ||
436 | RelativePath="..\..\tests\main.cpp"> | ||
437 | </File> | ||
438 | </Filter> | ||
439 | </Files> | ||
440 | <Globals> | ||
441 | </Globals> | ||
442 | </VisualStudioProject> | ||
diff --git a/libraries/ode-0.9\/build/vs2005/tests.vcproj.dan-PC.dan.user b/libraries/ode-0.9\/build/vs2005/tests.vcproj.dan-PC.dan.user new file mode 100755 index 0000000..1b1482e --- /dev/null +++ b/libraries/ode-0.9\/build/vs2005/tests.vcproj.dan-PC.dan.user | |||
@@ -0,0 +1,121 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioUserFile | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | ShowAllFiles="false" | ||
6 | > | ||
7 | <Configurations> | ||
8 | <Configuration | ||
9 | Name="DebugDLL|Win32" | ||
10 | > | ||
11 | <DebugSettings | ||
12 | Command="$(TargetPath)" | ||
13 | WorkingDirectory="" | ||
14 | CommandArguments="" | ||
15 | Attach="false" | ||
16 | DebuggerType="3" | ||
17 | Remote="1" | ||
18 | RemoteMachine="DAN-PC" | ||
19 | RemoteCommand="" | ||
20 | HttpUrl="" | ||
21 | PDBPath="" | ||
22 | SQLDebugging="" | ||
23 | Environment="" | ||
24 | EnvironmentMerge="true" | ||
25 | DebuggerFlavor="" | ||
26 | MPIRunCommand="" | ||
27 | MPIRunArguments="" | ||
28 | MPIRunWorkingDirectory="" | ||
29 | ApplicationCommand="" | ||
30 | ApplicationArguments="" | ||
31 | ShimCommand="" | ||
32 | MPIAcceptMode="" | ||
33 | MPIAcceptFilter="" | ||
34 | /> | ||
35 | </Configuration> | ||
36 | <Configuration | ||
37 | Name="ReleaseDLL|Win32" | ||
38 | > | ||
39 | <DebugSettings | ||
40 | Command="$(TargetPath)" | ||
41 | WorkingDirectory="" | ||
42 | CommandArguments="" | ||
43 | Attach="false" | ||
44 | DebuggerType="3" | ||
45 | Remote="1" | ||
46 | RemoteMachine="DAN-PC" | ||
47 | RemoteCommand="" | ||
48 | HttpUrl="" | ||
49 | PDBPath="" | ||
50 | SQLDebugging="" | ||
51 | Environment="" | ||
52 | EnvironmentMerge="true" | ||
53 | DebuggerFlavor="" | ||
54 | MPIRunCommand="" | ||
55 | MPIRunArguments="" | ||
56 | MPIRunWorkingDirectory="" | ||
57 | ApplicationCommand="" | ||
58 | ApplicationArguments="" | ||
59 | ShimCommand="" | ||
60 | MPIAcceptMode="" | ||
61 | MPIAcceptFilter="" | ||
62 | /> | ||
63 | </Configuration> | ||
64 | <Configuration | ||
65 | Name="DebugLib|Win32" | ||
66 | > | ||
67 | <DebugSettings | ||
68 | Command="$(TargetPath)" | ||
69 | WorkingDirectory="" | ||
70 | CommandArguments="" | ||
71 | Attach="false" | ||
72 | DebuggerType="3" | ||
73 | Remote="1" | ||
74 | RemoteMachine="DAN-PC" | ||
75 | RemoteCommand="" | ||
76 | HttpUrl="" | ||
77 | PDBPath="" | ||
78 | SQLDebugging="" | ||
79 | Environment="" | ||
80 | EnvironmentMerge="true" | ||
81 | DebuggerFlavor="" | ||
82 | MPIRunCommand="" | ||
83 | MPIRunArguments="" | ||
84 | MPIRunWorkingDirectory="" | ||
85 | ApplicationCommand="" | ||
86 | ApplicationArguments="" | ||
87 | ShimCommand="" | ||
88 | MPIAcceptMode="" | ||
89 | MPIAcceptFilter="" | ||
90 | /> | ||
91 | </Configuration> | ||
92 | <Configuration | ||
93 | Name="ReleaseLib|Win32" | ||
94 | > | ||
95 | <DebugSettings | ||
96 | Command="$(TargetPath)" | ||
97 | WorkingDirectory="" | ||
98 | CommandArguments="" | ||
99 | Attach="false" | ||
100 | DebuggerType="3" | ||
101 | Remote="1" | ||
102 | RemoteMachine="DAN-PC" | ||
103 | RemoteCommand="" | ||
104 | HttpUrl="" | ||
105 | PDBPath="" | ||
106 | SQLDebugging="" | ||
107 | Environment="" | ||
108 | EnvironmentMerge="true" | ||
109 | DebuggerFlavor="" | ||
110 | MPIRunCommand="" | ||
111 | MPIRunArguments="" | ||
112 | MPIRunWorkingDirectory="" | ||
113 | ApplicationCommand="" | ||
114 | ApplicationArguments="" | ||
115 | ShimCommand="" | ||
116 | MPIAcceptMode="" | ||
117 | MPIAcceptFilter="" | ||
118 | /> | ||
119 | </Configuration> | ||
120 | </Configurations> | ||
121 | </VisualStudioUserFile> | ||