1# Microsoft Developer Studio Project File - Name="CppUnitTestPlugIn" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=CppUnitTestPlugIn - Win32 Debug
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE
11!MESSAGE NMAKE /f "CppUnitTestPlugIn.mak".
12!MESSAGE
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE
16!MESSAGE NMAKE /f "CppUnitTestPlugIn.mak" CFG="CppUnitTestPlugIn - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "CppUnitTestPlugIn - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21!MESSAGE "CppUnitTestPlugIn - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
31
32!IF  "$(CFG)" == "CppUnitTestPlugIn - Win32 Release"
33
34# PROP BASE Use_MFC 0
35# PROP BASE Use_Debug_Libraries 0
36# PROP BASE Output_Dir "Release"
37# PROP BASE Intermediate_Dir "Release"
38# PROP BASE Target_Dir ""
39# PROP Use_MFC 0
40# PROP Use_Debug_Libraries 0
41# PROP Output_Dir "ReleasePlugIn"
42# PROP Intermediate_Dir "ReleasePlugIn"
43# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
45# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNITTESTPLUGIN_EXPORTS" /YX /FD /c
46# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "../../include" /D "NDEBUG" /D "CPPUNITTESTPLUGIN_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNIT_DLL" /YX /FD /c
47# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
48# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
49# ADD BASE RSC /l 0x40c /d "NDEBUG"
50# ADD RSC /l 0x40c /d "NDEBUG"
51BSC32=bscmake.exe
52# ADD BASE BSC32 /nologo
53# ADD BSC32 /nologo
54LINK32=link.exe
55# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
56# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunit_dll.lib /nologo /dll /machine:I386 /libpath:"../../lib/"
57# SUBTRACT LINK32 /incremental:yes
58
59!ELSEIF  "$(CFG)" == "CppUnitTestPlugIn - Win32 Debug"
60
61# PROP BASE Use_MFC 0
62# PROP BASE Use_Debug_Libraries 1
63# PROP BASE Output_Dir "Debug"
64# PROP BASE Intermediate_Dir "Debug"
65# PROP BASE Target_Dir ""
66# PROP Use_MFC 0
67# PROP Use_Debug_Libraries 1
68# PROP Output_Dir "DebugPlugIn"
69# PROP Intermediate_Dir "DebugPlugIn"
70# PROP Ignore_Export_Lib 0
71# PROP Target_Dir ""
72# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNITTESTPLUGIN_EXPORTS" /YX /FD /GZ /c
73# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "../../include" /D "_DEBUG" /D "CPPUNIT_DLL" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
74# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
75# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
76# ADD BASE RSC /l 0x40c /d "_DEBUG"
77# ADD RSC /l 0x40c /d "_DEBUG"
78BSC32=bscmake.exe
79# ADD BASE BSC32 /nologo
80# ADD BSC32 /nologo
81LINK32=link.exe
82# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
83# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd_dll.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"DebugPlugIn/CppUnitTestPlugInd.dll" /pdbtype:sept /libpath:"../../lib/"
84
85!ENDIF
86
87# Begin Target
88
89# Name "CppUnitTestPlugIn - Win32 Release"
90# Name "CppUnitTestPlugIn - Win32 Debug"
91# Begin Group "Suites"
92
93# PROP Default_Filter ""
94# Begin Source File
95
96SOURCE=.\CoreSuite.h
97# End Source File
98# Begin Source File
99
100SOURCE=.\CppUnitTestSuite.cpp
101# End Source File
102# Begin Source File
103
104SOURCE=.\CppUnitTestSuite.h
105# End Source File
106# Begin Source File
107
108SOURCE=.\ExtensionSuite.h
109# End Source File
110# Begin Source File
111
112SOURCE=.\HelperSuite.h
113# End Source File
114# Begin Source File
115
116SOURCE=.\OutputSuite.h
117# End Source File
118# Begin Source File
119
120SOURCE=.\ToolsSuite.h
121# End Source File
122# Begin Source File
123
124SOURCE=.\UnitTestToolSuite.h
125# End Source File
126# End Group
127# Begin Group "TestSupport"
128
129# PROP Default_Filter ""
130# Begin Source File
131
132SOURCE=.\BaseTestCase.cpp
133# End Source File
134# Begin Source File
135
136SOURCE=.\BaseTestCase.h
137# End Source File
138# Begin Source File
139
140SOURCE=.\FailureException.h
141# End Source File
142# Begin Source File
143
144SOURCE=.\MockFunctor.h
145# End Source File
146# Begin Source File
147
148SOURCE=.\MockProtector.h
149# End Source File
150# Begin Source File
151
152SOURCE=.\MockTestCase.cpp
153# End Source File
154# Begin Source File
155
156SOURCE=.\MockTestCase.h
157# End Source File
158# Begin Source File
159
160SOURCE=.\MockTestListener.cpp
161# End Source File
162# Begin Source File
163
164SOURCE=.\MockTestListener.h
165# End Source File
166# Begin Source File
167
168SOURCE=.\SubclassedTestCase.cpp
169# End Source File
170# Begin Source File
171
172SOURCE=.\SubclassedTestCase.h
173# End Source File
174# Begin Source File
175
176SOURCE=.\SynchronizedTestResult.h
177# End Source File
178# Begin Source File
179
180SOURCE=.\TrackedTestCase.cpp
181# End Source File
182# Begin Source File
183
184SOURCE=.\TrackedTestCase.h
185# End Source File
186# End Group
187# Begin Group "Tests"
188
189# PROP Default_Filter ""
190# Begin Group "Core"
191
192# PROP Default_Filter ""
193# Begin Source File
194
195SOURCE=.\ExceptionTest.cpp
196# End Source File
197# Begin Source File
198
199SOURCE=.\ExceptionTest.h
200# End Source File
201# Begin Source File
202
203SOURCE=.\MessageTest.cpp
204# End Source File
205# Begin Source File
206
207SOURCE=.\MessageTest.h
208# End Source File
209# Begin Source File
210
211SOURCE=.\TestAssertTest.cpp
212# End Source File
213# Begin Source File
214
215SOURCE=.\TestAssertTest.h
216# End Source File
217# Begin Source File
218
219SOURCE=.\TestCallerTest.cpp
220# End Source File
221# Begin Source File
222
223SOURCE=.\TestCallerTest.h
224# End Source File
225# Begin Source File
226
227SOURCE=.\TestCaseTest.cpp
228# End Source File
229# Begin Source File
230
231SOURCE=.\TestCaseTest.h
232# End Source File
233# Begin Source File
234
235SOURCE=.\TestFailureTest.cpp
236# End Source File
237# Begin Source File
238
239SOURCE=.\TestFailureTest.h
240# End Source File
241# Begin Source File
242
243SOURCE=.\TestPathTest.cpp
244# End Source File
245# Begin Source File
246
247SOURCE=.\TestPathTest.h
248# End Source File
249# Begin Source File
250
251SOURCE=.\TestResultTest.cpp
252# End Source File
253# Begin Source File
254
255SOURCE=.\TestResultTest.h
256# End Source File
257# Begin Source File
258
259SOURCE=.\TestSuiteTest.cpp
260# End Source File
261# Begin Source File
262
263SOURCE=.\TestSuiteTest.h
264# End Source File
265# Begin Source File
266
267SOURCE=.\TestTest.cpp
268# End Source File
269# Begin Source File
270
271SOURCE=.\TestTest.h
272# End Source File
273# End Group
274# Begin Group "UnitTestTools"
275
276# PROP Default_Filter ""
277# Begin Source File
278
279SOURCE=.\XmlUniformiser.cpp
280# End Source File
281# Begin Source File
282
283SOURCE=.\XmlUniformiser.h
284# End Source File
285# Begin Source File
286
287SOURCE=.\XmlUniformiserTest.cpp
288# End Source File
289# Begin Source File
290
291SOURCE=.\XmlUniformiserTest.h
292# End Source File
293# End Group
294# Begin Group "Helper"
295
296# PROP Default_Filter ""
297# Begin Source File
298
299SOURCE=.\HelperMacrosTest.cpp
300# End Source File
301# Begin Source File
302
303SOURCE=.\HelperMacrosTest.h
304# End Source File
305# End Group
306# Begin Group "Extension"
307
308# PROP Default_Filter ""
309# Begin Source File
310
311SOURCE=.\ExceptionTestCaseDecoratorTest.cpp
312# End Source File
313# Begin Source File
314
315SOURCE=.\ExceptionTestCaseDecoratorTest.h
316# End Source File
317# Begin Source File
318
319SOURCE=.\OrthodoxTest.cpp
320# End Source File
321# Begin Source File
322
323SOURCE=.\OrthodoxTest.h
324# End Source File
325# Begin Source File
326
327SOURCE=.\RepeatedTestTest.cpp
328# End Source File
329# Begin Source File
330
331SOURCE=.\RepeatedTestTest.h
332# End Source File
333# Begin Source File
334
335SOURCE=.\TestDecoratorTest.cpp
336# End Source File
337# Begin Source File
338
339SOURCE=.\TestDecoratorTest.h
340# End Source File
341# Begin Source File
342
343SOURCE=.\TestSetUpTest.cpp
344# End Source File
345# Begin Source File
346
347SOURCE=.\TestSetUpTest.h
348# End Source File
349# End Group
350# Begin Group "Output"
351
352# PROP Default_Filter ""
353# Begin Source File
354
355SOURCE=.\TestResultCollectorTest.cpp
356# End Source File
357# Begin Source File
358
359SOURCE=.\TestResultCollectorTest.h
360# End Source File
361# Begin Source File
362
363SOURCE=.\XmlOutputterTest.cpp
364# End Source File
365# Begin Source File
366
367SOURCE=.\XmlOutputterTest.h
368# End Source File
369# End Group
370# Begin Group "Tools"
371
372# PROP Default_Filter ""
373# Begin Source File
374
375SOURCE=.\StringToolsTest.cpp
376# End Source File
377# Begin Source File
378
379SOURCE=.\StringToolsTest.h
380# End Source File
381# Begin Source File
382
383SOURCE=.\XmlElementTest.cpp
384# End Source File
385# Begin Source File
386
387SOURCE=.\XmlElementTest.h
388# End Source File
389# End Group
390# End Group
391# Begin Source File
392
393SOURCE=.\CppUnitTestPlugIn.cpp
394# End Source File
395# End Target
396# End Project
397