Mercurial > fife-parpg
comparison ext/UnitTest++/UnitTest++.vsnet2005.vcproj @ 37:0d325e9d5953
added unittest++ files into ext. Not hooked into build scripts yet
author | jasoka@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 12 Jul 2008 12:00:57 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
36:6f1227f4932b | 37:0d325e9d5953 |
---|---|
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="8.00" | |
5 Name="UnitTest++.vsnet2005" | |
6 ProjectGUID="{64A4FEFE-0461-4E95-8CC1-91EF5F57DBC6}" | |
7 RootNamespace="UnitTestvsnet2005" | |
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 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
21 IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)" | |
22 ConfigurationType="4" | |
23 CharacterSet="1" | |
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;_CRT_SECURE_NO_DEPRECATE" | |
44 MinimalRebuild="true" | |
45 ExceptionHandling="2" | |
46 BasicRuntimeChecks="3" | |
47 RuntimeLibrary="3" | |
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 /> | |
65 <Tool | |
66 Name="VCALinkTool" | |
67 /> | |
68 <Tool | |
69 Name="VCXDCMakeTool" | |
70 /> | |
71 <Tool | |
72 Name="VCBscMakeTool" | |
73 /> | |
74 <Tool | |
75 Name="VCFxCopTool" | |
76 /> | |
77 <Tool | |
78 Name="VCPostBuildEventTool" | |
79 /> | |
80 </Configuration> | |
81 <Configuration | |
82 Name="Release|Win32" | |
83 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
84 IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)" | |
85 ConfigurationType="4" | |
86 CharacterSet="1" | |
87 WholeProgramOptimization="0" | |
88 > | |
89 <Tool | |
90 Name="VCPreBuildEventTool" | |
91 /> | |
92 <Tool | |
93 Name="VCCustomBuildTool" | |
94 /> | |
95 <Tool | |
96 Name="VCXMLDataGeneratorTool" | |
97 /> | |
98 <Tool | |
99 Name="VCWebServiceProxyGeneratorTool" | |
100 /> | |
101 <Tool | |
102 Name="VCMIDLTool" | |
103 /> | |
104 <Tool | |
105 Name="VCCLCompilerTool" | |
106 Optimization="1" | |
107 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE" | |
108 ExceptionHandling="2" | |
109 RuntimeLibrary="2" | |
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 /> | |
127 <Tool | |
128 Name="VCALinkTool" | |
129 /> | |
130 <Tool | |
131 Name="VCXDCMakeTool" | |
132 /> | |
133 <Tool | |
134 Name="VCBscMakeTool" | |
135 /> | |
136 <Tool | |
137 Name="VCFxCopTool" | |
138 /> | |
139 <Tool | |
140 Name="VCPostBuildEventTool" | |
141 /> | |
142 </Configuration> | |
143 </Configurations> | |
144 <References> | |
145 </References> | |
146 <Files> | |
147 <Filter | |
148 Name="Win32" | |
149 > | |
150 <File | |
151 RelativePath=".\src\Win32\TimeHelpers.cpp" | |
152 > | |
153 </File> | |
154 <File | |
155 RelativePath=".\src\Win32\TimeHelpers.h" | |
156 > | |
157 </File> | |
158 </Filter> | |
159 <File | |
160 RelativePath=".\src\AssertException.cpp" | |
161 > | |
162 </File> | |
163 <File | |
164 RelativePath=".\src\AssertException.h" | |
165 > | |
166 </File> | |
167 <File | |
168 RelativePath=".\src\CheckMacros.h" | |
169 > | |
170 </File> | |
171 <File | |
172 RelativePath=".\src\Checks.cpp" | |
173 > | |
174 </File> | |
175 <File | |
176 RelativePath=".\src\Checks.h" | |
177 > | |
178 </File> | |
179 <File | |
180 RelativePath=".\src\Config.h" | |
181 > | |
182 </File> | |
183 <File | |
184 RelativePath=".\src\DeferredTestReporter.cpp" | |
185 > | |
186 </File> | |
187 <File | |
188 RelativePath=".\src\DeferredTestReporter.h" | |
189 > | |
190 </File> | |
191 <File | |
192 RelativePath=".\src\DeferredTestResult.cpp" | |
193 > | |
194 </File> | |
195 <File | |
196 RelativePath=".\src\DeferredTestResult.h" | |
197 > | |
198 </File> | |
199 <File | |
200 RelativePath=".\src\MemoryOutStream.cpp" | |
201 > | |
202 </File> | |
203 <File | |
204 RelativePath=".\src\MemoryOutStream.h" | |
205 > | |
206 </File> | |
207 <File | |
208 RelativePath=".\src\ReportAssert.cpp" | |
209 > | |
210 </File> | |
211 <File | |
212 RelativePath=".\src\ReportAssert.h" | |
213 > | |
214 </File> | |
215 <File | |
216 RelativePath=".\src\Test.cpp" | |
217 > | |
218 </File> | |
219 <File | |
220 RelativePath=".\src\Test.h" | |
221 > | |
222 </File> | |
223 <File | |
224 RelativePath=".\src\TestDetails.cpp" | |
225 > | |
226 </File> | |
227 <File | |
228 RelativePath=".\src\TestDetails.h" | |
229 > | |
230 </File> | |
231 <File | |
232 RelativePath=".\src\TestList.cpp" | |
233 > | |
234 </File> | |
235 <File | |
236 RelativePath=".\src\TestList.h" | |
237 > | |
238 </File> | |
239 <File | |
240 RelativePath=".\src\TestMacros.h" | |
241 > | |
242 </File> | |
243 <File | |
244 RelativePath=".\src\TestReporter.cpp" | |
245 > | |
246 </File> | |
247 <File | |
248 RelativePath=".\src\TestReporter.h" | |
249 > | |
250 </File> | |
251 <File | |
252 RelativePath=".\src\TestReporterStdout.cpp" | |
253 > | |
254 </File> | |
255 <File | |
256 RelativePath=".\src\TestReporterStdout.h" | |
257 > | |
258 </File> | |
259 <File | |
260 RelativePath=".\src\TestResults.cpp" | |
261 > | |
262 </File> | |
263 <File | |
264 RelativePath=".\src\TestResults.h" | |
265 > | |
266 </File> | |
267 <File | |
268 RelativePath=".\src\TestRunner.cpp" | |
269 > | |
270 </File> | |
271 <File | |
272 RelativePath=".\src\TestRunner.h" | |
273 > | |
274 </File> | |
275 <File | |
276 RelativePath=".\src\TestSuite.h" | |
277 > | |
278 </File> | |
279 <File | |
280 RelativePath=".\src\TimeConstraint.cpp" | |
281 > | |
282 </File> | |
283 <File | |
284 RelativePath=".\src\TimeConstraint.h" | |
285 > | |
286 </File> | |
287 <File | |
288 RelativePath=".\src\TimeHelpers.h" | |
289 > | |
290 </File> | |
291 <File | |
292 RelativePath=".\src\UnitTest++.h" | |
293 > | |
294 </File> | |
295 <File | |
296 RelativePath=".\src\XmlTestReporter.cpp" | |
297 > | |
298 </File> | |
299 <File | |
300 RelativePath=".\src\XmlTestReporter.h" | |
301 > | |
302 </File> | |
303 </Files> | |
304 <Globals> | |
305 </Globals> | |
306 </VisualStudioProject> |