Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/tests/CppTestHarness/CppTestHarness.vcproj @ 216

Last change on this file since 216 was 216, checked in by mathiask, 16 years ago

[Physik] add ode-0.9

File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="CppTestHarness"
6        ProjectGUID="{BFA21FB6-8FF9-4B44-ACB3-FC57CEA663D0}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="Debug"
20                        IntermediateDirectory="Debug"
21                        ConfigurationType="4"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
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                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
44                                MinimalRebuild="true"
45                                ExceptionHandling="2"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="1"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="4"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLibrarianTool"
64                                OutputFile="$(OutDir)/CppTestHarness.lib"
65                        />
66                        <Tool
67                                Name="VCALinkTool"
68                        />
69                        <Tool
70                                Name="VCXDCMakeTool"
71                        />
72                        <Tool
73                                Name="VCBscMakeTool"
74                        />
75                        <Tool
76                                Name="VCFxCopTool"
77                        />
78                        <Tool
79                                Name="VCPostBuildEventTool"
80                        />
81                </Configuration>
82                <Configuration
83                        Name="Release|Win32"
84                        OutputDirectory="Release"
85                        IntermediateDirectory="Release"
86                        ConfigurationType="4"
87                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
88                        CharacterSet="2"
89                        >
90                        <Tool
91                                Name="VCPreBuildEventTool"
92                        />
93                        <Tool
94                                Name="VCCustomBuildTool"
95                        />
96                        <Tool
97                                Name="VCXMLDataGeneratorTool"
98                        />
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCMIDLTool"
104                        />
105                        <Tool
106                                Name="VCCLCompilerTool"
107                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
108                                ExceptionHandling="2"
109                                RuntimeLibrary="0"
110                                UsePrecompiledHeader="0"
111                                WarningLevel="4"
112                                Detect64BitPortabilityProblems="true"
113                                DebugInformationFormat="3"
114                        />
115                        <Tool
116                                Name="VCManagedResourceCompilerTool"
117                        />
118                        <Tool
119                                Name="VCResourceCompilerTool"
120                        />
121                        <Tool
122                                Name="VCPreLinkEventTool"
123                        />
124                        <Tool
125                                Name="VCLibrarianTool"
126                                OutputFile="$(OutDir)/CppTestHarness.lib"
127                        />
128                        <Tool
129                                Name="VCALinkTool"
130                        />
131                        <Tool
132                                Name="VCXDCMakeTool"
133                        />
134                        <Tool
135                                Name="VCBscMakeTool"
136                        />
137                        <Tool
138                                Name="VCFxCopTool"
139                        />
140                        <Tool
141                                Name="VCPostBuildEventTool"
142                        />
143                </Configuration>
144        </Configurations>
145        <References>
146        </References>
147        <Files>
148                <File
149                        RelativePath=".\CheckMacros.h"
150                        >
151                </File>
152                <File
153                        RelativePath=".\Checks.h"
154                        >
155                </File>
156                <File
157                        RelativePath=".\CppTestHarness.h"
158                        >
159                </File>
160                <File
161                        RelativePath=".\HTMLTestReporter.cpp"
162                        >
163                </File>
164                <File
165                        RelativePath=".\HTMLTestReporter.h"
166                        >
167                </File>
168                <File
169                        RelativePath=".\PrintfTestReporter.cpp"
170                        >
171                </File>
172                <File
173                        RelativePath=".\PrintfTestReporter.h"
174                        >
175                </File>
176                <File
177                        RelativePath=".\Test.cpp"
178                        >
179                </File>
180                <File
181                        RelativePath=".\Test.h"
182                        >
183                </File>
184                <File
185                        RelativePath=".\TestLauncher.cpp"
186                        >
187                </File>
188                <File
189                        RelativePath=".\TestLauncher.h"
190                        >
191                </File>
192                <File
193                        RelativePath=".\TestMacros.h"
194                        >
195                </File>
196                <File
197                        RelativePath=".\TestReporter.cpp"
198                        >
199                </File>
200                <File
201                        RelativePath=".\TestReporter.h"
202                        >
203                </File>
204                <File
205                        RelativePath=".\TestResults.cpp"
206                        >
207                </File>
208                <File
209                        RelativePath=".\TestResults.h"
210                        >
211                </File>
212                <File
213                        RelativePath=".\TestRunner.cpp"
214                        >
215                </File>
216                <File
217                        RelativePath=".\TestRunner.h"
218                        >
219                </File>
220                <File
221                        RelativePath=".\TypedTestLauncher.h"
222                        >
223                </File>
224        </Files>
225        <Globals>
226        </Globals>
227</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.