mockpp-commits Mailing List for Mock Objects for C++ (Page 6)
Brought to you by:
ewald-arnold
You can subscribe to this list here.
2005 |
Jan
|
Feb
(17) |
Mar
(178) |
Apr
(119) |
May
(60) |
Jun
(3) |
Jul
(60) |
Aug
(16) |
Sep
(55) |
Oct
(156) |
Nov
(136) |
Dec
(255) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(98) |
Feb
(8) |
Mar
(57) |
Apr
(43) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ewald A. <ewa...@us...> - 2006-01-12 16:42:45
|
Update of /cvsroot/mockpp/mockpp/msvc71/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19564/msvc71/lib Modified Files: .cvsignore Log Message: ignore libs Index: .cvsignore =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/lib/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .cvsignore 22 Mar 2005 20:44:18 -0000 1.1 +++ .cvsignore 12 Jan 2006 16:42:32 -0000 1.2 @@ -1,3 +1,4 @@ Makefile Makefile.in *.~* +*.lib |
From: Ewald A. <ewa...@us...> - 2006-01-09 20:16:39
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29085/msvc71/mockpp/tests Modified Files: mock_test.vcproj mock_test_win32.vcproj Log Message: migrate from msvc2005 Index: mock_test_win32.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/mock_test_win32.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mock_test_win32.vcproj 8 Jan 2006 13:10:59 -0000 1.2 +++ mock_test_win32.vcproj 9 Jan 2006 20:16:31 -0000 1.3 @@ -506,6 +506,10 @@ > </File> <File + RelativePath="..\..\..\mockpp\tests\NoException_test.cpp" + > + </File> + <File RelativePath="..\..\..\mockpp\tests\Or_test.cpp" > </File> Index: mock_test.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/mock_test.vcproj,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- mock_test.vcproj 8 Jan 2006 13:10:59 -0000 1.12 +++ mock_test.vcproj 9 Jan 2006 20:16:31 -0000 1.13 @@ -506,6 +506,10 @@ > </File> <File + RelativePath="..\..\..\mockpp\tests\NoException_test.cpp" + > + </File> + <File RelativePath="..\..\..\mockpp\tests\Or_test.cpp" > </File> |
From: Ewald A. <ewa...@us...> - 2006-01-09 20:15:20
|
Update of /cvsroot/mockpp/mockpp/msvc2005/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28664/msvc2005/mockpp/tests Modified Files: mock_test.vcproj mock_test_win32.vcproj Log Message: fixes bcb5/msvc Index: mock_test_win32.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/tests/mock_test_win32.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mock_test_win32.vcproj 8 Jan 2006 13:08:18 -0000 1.4 +++ mock_test_win32.vcproj 9 Jan 2006 20:15:08 -0000 1.5 @@ -506,6 +506,10 @@ > </File> <File + RelativePath="..\..\..\mockpp\tests\NoException_test.cpp" + > + </File> + <File RelativePath="..\..\..\mockpp\tests\Or_test.cpp" > </File> Index: mock_test.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/tests/mock_test.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mock_test.vcproj 8 Jan 2006 13:08:18 -0000 1.5 +++ mock_test.vcproj 9 Jan 2006 20:15:08 -0000 1.6 @@ -506,6 +506,10 @@ > </File> <File + RelativePath="..\..\..\mockpp\tests\NoException_test.cpp" + > + </File> + <File RelativePath="..\..\..\mockpp\tests\Or_test.cpp" > </File> |
From: Ewald A. <ewa...@us...> - 2006-01-09 20:15:20
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28664/mockpp/tests Modified Files: ChainableMockObject_1_test.cpp compilecheck.cpp Log Message: fixes bcb5/msvc Index: compilecheck.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/compilecheck.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- compilecheck.cpp 3 Dec 2005 13:10:11 -0000 1.25 +++ compilecheck.cpp 9 Jan 2006 20:15:08 -0000 1.26 @@ -48,7 +48,7 @@ #include <mockpp/MockObject.h> #include <mockpp/ReturnObjectList.h> #include <mockpp/Throwable.h> -#include <mockpp/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockObject.h> #include <mockpp/compat/Formatter.h> Index: ChainableMockObject_1_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_1_test.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- ChainableMockObject_1_test.cpp 6 Jan 2006 20:53:51 -0000 1.21 +++ ChainableMockObject_1_test.cpp 9 Jan 2006 20:15:08 -0000 1.22 @@ -29,6 +29,7 @@ * ***************************************************************************/ +#define MOCKPP_ENABLE_DEFAULT_FORMATTER #include <mockpp/mockpp.h> // always first #include "SelectFramework.h" |
From: Ewald A. <ewa...@us...> - 2006-01-09 20:15:16
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28664/bcb5 Modified Files: mock_test.bpf mock_test.bpr mock_test_win32.bpf mock_test_win32.bpr Log Message: fixes bcb5/msvc Index: mock_test_win32.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test_win32.bpr,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mock_test_win32.bpr 4 Jan 2006 19:56:21 -0000 1.5 +++ mock_test_win32.bpr 9 Jan 2006 20:15:07 -0000 1.6 @@ -140,7 +140,7 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mock_test_win32.bpf"/> - <INCLUDEPATH value="..\tests;..\mockpp\tests;..;$(BCB)\include;..\3party;..\3party\cxxtest;"g:\data\src\cppunit-1.10.2\include\""/> + <INCLUDEPATH value="\\192.168.2.1\ewald\Documents\src\mockpp\mockpp\mockpp\tests;..\tests;..\mockpp\tests;..;$(BCB)\include;..\3party;..\3party\cxxtest;"g:\data\src\cppunit-1.10.2\include\""/> <LIBPATH value="..\tests;h:\temp\;\\192.168.2.1\ewald\Documents\src\mockpp\mockpp\mockpp\tests;..\mockpp\tests;..\mockpp_34\tests;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> Index: mock_test.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpf,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- mock_test.bpf 9 Jan 2006 09:38:50 -0000 1.45 +++ mock_test.bpf 9 Jan 2006 20:15:07 -0000 1.46 @@ -121,76 +121,4 @@ USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); -USEUNIT("..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"); -USEUNIT("..\mockpp\tests\ChainingMockBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_void_test.cpp"); -USEUNIT("..\mockpp\tests\And_test.cpp"); -USEUNIT("..\mockpp\tests\IsAnything_test.cpp"); -USEUNIT("..\mockpp\tests\IsCloseTo_test.cpp"); -USEUNIT("..\mockpp\tests\IsEqual_test.cpp"); -USEUNIT("..\mockpp\tests\IsGreaterOrEqual_test.cpp"); -USEUNIT("..\mockpp\tests\IsGreaterThan_test.cpp"); -USEUNIT("..\mockpp\tests\IsInstanceOf_test.cpp"); -USEUNIT("..\mockpp\tests\IsLessOrEqual_test.cpp"); -USEUNIT("..\mockpp\tests\IsLessThan_test.cpp"); -USEUNIT("..\mockpp\tests\IsNot_test.cpp"); -USEUNIT("..\mockpp\tests\IsNothing_test.cpp"); -USEUNIT("..\mockpp\tests\IsSame_test.cpp"); -USEUNIT("..\mockpp\tests\Or_test.cpp"); -USEUNIT("..\mockpp\tests\ReturnStub_test.cpp"); -USEUNIT("..\mockpp\tests\StringContains_test.cpp"); -USEUNIT("..\mockpp\tests\StringStartsWith_test.cpp"); -USEUNIT("..\mockpp\tests\StringEndsWith_test.cpp"); -USEUNIT("..\mockpp\tests\StubSequence_test.cpp"); -USEUNIT("..\mockpp\tests\TestFailureStub_test.cpp"); -USEUNIT("..\mockpp\tests\ThrowStub_test.cpp"); -USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); -USEUNIT("..\mockpp\tests\CustomStub_test.cpp"); -USEUNIT("..\mockpp\tests\DefaultResultStub_test.cpp"); -USEUNIT("..\mockpp\tests\mock_test.cpp"); -USEUNIT("..\mockpp\tests\Invocation_test.cpp"); -USEUNIT("..\mockpp\tests\AnyArgumentsMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokedRecorder_test.cpp"); -USEUNIT("..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokeOnceMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokeCountMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokedAfterMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\TestFailureMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\NoArgumentsMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\ArgumentsMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\ConstraintSet_test.cpp"); -USEUNIT("..\mockpp\tests\ConstraintList_test.cpp"); -USEUNIT("..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\InvocationMockerBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"); -USEUNIT("..\mockpp\tests\CoreMock_test.cpp"); -USEUNIT("..\mockpp\tests\DynamicChainingMockError_test.cpp"); -USEUNIT("..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvocationMocker_test.cpp"); -USEUNIT("..\mockpp\tests\LIFOInvocationDispatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokeAtMostMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\InvokedBeforeMatcher_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_1_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_2_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_2_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_3_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_3_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_4_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_4_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_5_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_5_void_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockObject_1_test.cpp"); -USEUNIT("..\mockpp\tests\MatchBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\MockObject_test.cpp"); -USEUNIT("..\mockpp\tests\StubBuilder_test.cpp"); -USEUNIT("..\mockpp\tests\TypelessStubSequence_test.cpp"); -USEUNIT("..\mockpp\tests\ChainingMockObjectSupport_test.cpp"); -USEUNIT("..\mockpp\tests\mockpp_pti_test.cpp"); -USEUNIT("..\mockpp\tests\OutBound_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockMethod_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockMethod_1_test.cpp"); -USEUNIT("..\mockpp\tests\ChainableMockMethod_2_test.cpp"); Index: mock_test_win32.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test_win32.bpf,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- mock_test_win32.bpf 4 Jan 2006 19:56:21 -0000 1.5 +++ mock_test_win32.bpf 9 Jan 2006 20:15:07 -0000 1.6 @@ -5,7 +5,6 @@ USELIB("c:\tmp\compile\mockpp_34.lib"); USELIB("c:\tmp\compile\mockpp_production_34.lib"); USELIB("c:\tmp\compile\mockpp_cxxtest_34.lib"); -//--------------------------------------------------------------------------- USEUNIT("..\mockpp\tests\AssertMo_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounter_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounterRange_test.cpp"); @@ -121,4 +120,5 @@ USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); +//--------------------------------------------------------------------------- Index: mock_test.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpr,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- mock_test.bpr 2 Jan 2006 20:24:56 -0000 1.48 +++ mock_test.bpr 9 Jan 2006 20:15:07 -0000 1.49 @@ -140,8 +140,8 @@ <USERDEFINES value="__DLL___"/> <SYSDEFINES value="NO_STRICT;_NO_VCL;_RTLDLL;USEPACKAGES"/> <MAINSOURCE value="mock_test.bpf"/> - <INCLUDEPATH value="..\tests;..\mockpp\tests;$(BCB)\include;..\3party;..\3party\cxxtest;..;"g:\data\src\cppunit-1.10.2\include\""/> - <LIBPATH value="..\tests;..\mockpp\tests;$(BCB)\lib\obj;$(BCB)\lib"/> + <INCLUDEPATH value="\\192.168.2.1\ewald\Documents\src\mockpp\mockpp\mockpp\tests;..\tests;..\mockpp\tests;$(BCB)\include;..\3party;..\3party\cxxtest;..;"g:\data\src\cppunit-1.10.2\include\""/> + <LIBPATH value="\\192.168.2.1\ewald\Documents\src\mockpp\mockpp\mockpp\tests;..\tests;..\mockpp\tests;$(BCB)\lib\obj;$(BCB)\lib"/> <WARNINGS value="-w8092 -w8091 -w8090 -w8089 -w8087 -wprc -wuse -wucp -wstv -wstu -wpin -wnod -wnak -wdef -wcln -wbbf -wasm -wamp -wamb"/> </MACROS> |
From: Ewald A. <ewa...@us...> - 2006-01-09 14:10:11
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5744 Modified Files: ChangeLog Log Message: migrate from msvc2005 Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- ChangeLog 6 Jan 2006 20:53:51 -0000 1.92 +++ ChangeLog 9 Jan 2006 14:10:02 -0000 1.93 @@ -12,6 +12,7 @@ - add support for Boost.Test and optionally use it as framework for the internal unit tests - fix endless recursion when resetting chainable objects. + - fixed msvc71 project files 2005-11-29 1.11.0-beta1 |
From: Ewald A. <ewa...@us...> - 2006-01-09 14:09:40
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5664/mockpp/docs/en Modified Files: customize-pdf.xsl Log Message: work around indent bug Index: customize-pdf.xsl =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/customize-pdf.xsl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- customize-pdf.xsl 2 Jan 2006 21:19:41 -0000 1.1 +++ customize-pdf.xsl 9 Jan 2006 14:09:29 -0000 1.2 @@ -22,6 +22,9 @@ <!-- xsl:param name="callout.graphics.path" select="images/callouts-pdf/"/ --> <xsl:param name="use.id.as.filename" select="'1'"/> <xsl:param name="use.extensions" select="'0'"/> + <!-- xsl:param name="title.margin.left" select="'0'"/ --> + <xsl:param name="body.start.indent" select="'0'"/> + <xsl:param name="toc.indent.width" select="'12'"/> </xsl:stylesheet> |
From: Ewald A. <ewa...@us...> - 2006-01-09 09:41:26
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12517/mockpp/tests Modified Files: Makefile.am Log Message: merged test files Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/Makefile.am,v retrieving revision 1.99 retrieving revision 1.100 diff -u -d -r1.99 -r1.100 --- Makefile.am 1 Jan 2006 10:27:22 -0000 1.99 +++ Makefile.am 9 Jan 2006 09:41:18 -0000 1.100 @@ -18,7 +18,6 @@ endif check_PROGRAMS = mock_test \ - jmock_test \ $(x11_app) $(qt_app) $(win32_app) \ readability_test check_inst @@ -58,9 +57,6 @@ mock_test_LDADD = $(top_builddir)/mockpp/libmockpp.la \ $(cxxtest_lib) $(LIBDL) -lstdc++ $(EA_EXTRA_LIB) $(LIBBOOST) -jmock_test_LDADD = $(top_builddir)/mockpp/libmockpp.la \ - $(cxxtest_lib) $(LIBDL) -lstdc++ $(EA_EXTRA_LIB) $(LIBBOOST) - readability_test_LDADD = $(top_builddir)/mockpp/libmockpp.la \ $(cxxtest_lib) $(LIBDL) -lstdc++ $(EA_EXTRA_LIB) @@ -94,9 +90,7 @@ VisitableMockObject_5_void_test.cpp VerifyingTestCase_test.cpp classes_ABCDE.cpp \ VerifyingTestCaller_test.cpp TrackingCounter_test.cpp MixedMockObject_5_test.cpp TimeServer_test.cpp \ VisitableMockMethod_2_test.cpp VisitableMockMethod_1_test.cpp VisitableMockMethod_test.cpp \ - ResponseVector_test.cpp NoException_test.cpp - -libjmocktesting_la_SOURCES = \ + ResponseVector_test.cpp NoException_test.cpp \ And_test.cpp IsAnything_test.cpp IsCloseTo_test.cpp \ IsEqual_test.cpp IsGreaterOrEqual_test.cpp IsGreaterThan_test.cpp IsInstanceOf_test.cpp \ IsLessOrEqual_test.cpp IsLessThan_test.cpp IsNot_test.cpp IsNothing_test.cpp IsSame_test.cpp \ @@ -111,7 +105,7 @@ CoreMock_test.cpp DynamicChainingMockError_test.cpp FIFOInvocationDispatcher_test.cpp \ InvocationMocker_test.cpp LIFOInvocationDispatcher_test.cpp InvokeAtMostMatcher_test.cpp \ InvokedBeforeMatcher_test.cpp StubBuilder_test.cpp MatchBuilder_test.cpp \ - InvokeAtLeastMatcher_test.cpp classes_ABCDE.cpp ChainableMockObject_1_test.cpp \ + InvokeAtLeastMatcher_test.cpp ChainableMockObject_1_test.cpp \ ChainableMockObject_1_void_test.cpp ChainableMockObject_2_test.cpp ChainableMockObject_2_void_test.cpp \ ChainableMockObject_3_test.cpp ChainableMockObject_3_void_test.cpp ChainableMockObject_4_test.cpp \ ChainableMockObject_4_void_test.cpp ChainableMockObject_5_test.cpp ChainableMockObject_5_void_test.cpp \ @@ -134,8 +128,6 @@ mock_test_SOURCES = mock_test.cpp $(libmocktesting_la_SOURCES) -jmock_test_SOURCES = mock_test.cpp $(libjmocktesting_la_SOURCES) - readability_test_SOURCES = readability_test.cpp classes_ABCDE.cpp check_inst_SOURCES = check_inst.cpp @@ -144,8 +136,6 @@ ########################################################################### -jmock_test_LDFLAGS = -L/opt/intel_cc_80/lib - mock_test_LDFLAGS = -L/opt/intel_cc_80/lib if WORKING_QT @@ -166,15 +156,6 @@ ########################################################################### -jmock_test_count: - list=jmock_test.files; \ - test -f $$list && rm $$list; \ - for f in $(jmock_test_SOURCES); do \ - echo $$f >> $$list.tmp; \ - done; \ - cat $$list.tmp | wc -l ; echo "Dateien in jmock_test"; \ - cat $$list.tmp | sort >$$list - mock_test_count: list=mock_test.files; \ test -f $$list && rm $$list; \ @@ -189,11 +170,6 @@ VALGRIND_OPTS=--show-reachable=yes --leak-check=yes -v VG_SUPPRESS=vg-suppress-`hostname`.txt -vg-jmock: - -rm *vglog* - LD_LIBRARY_PATH=../.libs valgrind --tool=memcheck $(VALGRIND_OPTS) --logfile=jmock.vglog ./.libs/lt-jmock_test; \ - grep "mock[^/]" *vglog* || cat *vglog* - # --suppressions=$(srcdir)/$(VG_SUPPRESS) vg-mock: -rm *vglog* |
From: Ewald A. <ewa...@us...> - 2006-01-09 09:40:51
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12297a/bcb5 Modified Files: compile.bat run.bat Log Message: merged test files Index: run.bat =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/run.bat,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- run.bat 19 Nov 2005 17:35:27 -0000 1.2 +++ run.bat 9 Jan 2006 09:40:44 -0000 1.3 @@ -2,8 +2,6 @@ pause c:\tmp\compile\readability_test_34.exe pause -c:\tmp\compile\jmock_test_34.exe -pause c:\tmp\compile\mock_greeter_34.exe pause c:\tmp\compile\basicmock_34.exe Index: compile.bat =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/compile.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- compile.bat 17 Dec 2005 18:38:45 -0000 1.3 +++ compile.bat 9 Jan 2006 09:40:44 -0000 1.4 @@ -17,8 +17,6 @@ pause %BCB_BIN%\make -f readability.mak pause -%BCB_BIN%\make -f jmock_test.mak -pause %BCB_BIN%\make -f mock_greeter.mak pause %BCB_BIN%\make -f basicmock.mak |
From: Ewald A. <ewa...@us...> - 2006-01-09 09:38:58
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11655/bcb5 Modified Files: mock_test.bpf Removed Files: jmock_test.bpf jmock_test.bpr Log Message: merged test files Index: mock_test.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpf,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- mock_test.bpf 4 Jan 2006 19:56:21 -0000 1.44 +++ mock_test.bpf 9 Jan 2006 09:38:50 -0000 1.45 @@ -121,4 +121,76 @@ USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); USEUNIT("..\mockpp\tests\VerifyingTestCaller_test.cpp"); USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); +USEUNIT("..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ChainingMockBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_void_test.cpp"); +USEUNIT("..\mockpp\tests\And_test.cpp"); +USEUNIT("..\mockpp\tests\IsAnything_test.cpp"); +USEUNIT("..\mockpp\tests\IsCloseTo_test.cpp"); +USEUNIT("..\mockpp\tests\IsEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsGreaterOrEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsGreaterThan_test.cpp"); +USEUNIT("..\mockpp\tests\IsInstanceOf_test.cpp"); +USEUNIT("..\mockpp\tests\IsLessOrEqual_test.cpp"); +USEUNIT("..\mockpp\tests\IsLessThan_test.cpp"); +USEUNIT("..\mockpp\tests\IsNot_test.cpp"); +USEUNIT("..\mockpp\tests\IsNothing_test.cpp"); +USEUNIT("..\mockpp\tests\IsSame_test.cpp"); +USEUNIT("..\mockpp\tests\Or_test.cpp"); +USEUNIT("..\mockpp\tests\ReturnStub_test.cpp"); +USEUNIT("..\mockpp\tests\StringContains_test.cpp"); +USEUNIT("..\mockpp\tests\StringStartsWith_test.cpp"); +USEUNIT("..\mockpp\tests\StringEndsWith_test.cpp"); +USEUNIT("..\mockpp\tests\StubSequence_test.cpp"); +USEUNIT("..\mockpp\tests\TestFailureStub_test.cpp"); +USEUNIT("..\mockpp\tests\ThrowStub_test.cpp"); +USEUNIT("..\mockpp\tests\VoidStub_test.cpp"); +USEUNIT("..\mockpp\tests\CustomStub_test.cpp"); +USEUNIT("..\mockpp\tests\DefaultResultStub_test.cpp"); +USEUNIT("..\mockpp\tests\mock_test.cpp"); +USEUNIT("..\mockpp\tests\Invocation_test.cpp"); +USEUNIT("..\mockpp\tests\AnyArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedRecorder_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\UnlimitedMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeOnceMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeCountMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedAfterMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\TestFailureMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\NoArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ArgumentsMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ConstraintSet_test.cpp"); +USEUNIT("..\mockpp\tests\ConstraintList_test.cpp"); +USEUNIT("..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\InvocationMockerBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"); +USEUNIT("..\mockpp\tests\CoreMock_test.cpp"); +USEUNIT("..\mockpp\tests\DynamicChainingMockError_test.cpp"); +USEUNIT("..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvocationMocker_test.cpp"); +USEUNIT("..\mockpp\tests\LIFOInvocationDispatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokeAtMostMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\InvokedBeforeMatcher_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_1_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_2_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_2_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_3_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_3_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_4_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_4_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_5_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_5_void_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockObject_1_test.cpp"); +USEUNIT("..\mockpp\tests\MatchBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\MockObject_test.cpp"); +USEUNIT("..\mockpp\tests\StubBuilder_test.cpp"); +USEUNIT("..\mockpp\tests\TypelessStubSequence_test.cpp"); +USEUNIT("..\mockpp\tests\ChainingMockObjectSupport_test.cpp"); +USEUNIT("..\mockpp\tests\mockpp_pti_test.cpp"); +USEUNIT("..\mockpp\tests\OutBound_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_1_test.cpp"); +USEUNIT("..\mockpp\tests\ChainableMockMethod_2_test.cpp"); --- jmock_test.bpf DELETED --- --- jmock_test.bpr DELETED --- |
From: Ewald A. <ewa...@us...> - 2006-01-08 13:11:10
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5669/msvc71/mockpp/examples/tutorial Modified Files: basicmock.vcproj chainmock.vcproj chainmock2.vcproj cppunit.vcproj poormock.vcproj poormock_se.vcproj visitmock.vcproj visitmock2.vcproj Log Message: migrate from msvc2005 Index: basicmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/basicmock.vcproj,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- basicmock.vcproj 7 Jan 2006 12:15:36 -0000 1.7 +++ basicmock.vcproj 8 Jan 2006 13:10:59 -0000 1.8 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/basicmock.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: poormock_se.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/poormock_se.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- poormock_se.vcproj 7 Jan 2006 12:15:37 -0000 1.4 +++ poormock_se.vcproj 8 Jan 2006 13:10:59 -0000 1.5 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock_se.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: poormock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/poormock.vcproj,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- poormock.vcproj 7 Jan 2006 12:15:37 -0000 1.7 +++ poormock.vcproj 8 Jan 2006 13:10:59 -0000 1.8 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: chainmock2.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/chainmock2.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- chainmock2.vcproj 7 Jan 2006 12:15:36 -0000 1.2 +++ chainmock2.vcproj 8 Jan 2006 13:10:59 -0000 1.3 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/chainmock2.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: visitmock2.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/visitmock2.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- visitmock2.vcproj 7 Jan 2006 12:15:37 -0000 1.2 +++ visitmock2.vcproj 8 Jan 2006 13:10:59 -0000 1.3 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock2.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: visitmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/visitmock.vcproj,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- visitmock.vcproj 7 Jan 2006 12:15:37 -0000 1.7 +++ visitmock.vcproj 8 Jan 2006 13:10:59 -0000 1.8 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: chainmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/chainmock.vcproj,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- chainmock.vcproj 7 Jan 2006 12:15:36 -0000 1.7 +++ chainmock.vcproj 8 Jan 2006 13:10:59 -0000 1.8 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/chainmock.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: cppunit.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/cppunit.vcproj,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- cppunit.vcproj 7 Jan 2006 12:15:37 -0000 1.7 +++ cppunit.vcproj 8 Jan 2006 13:10:59 -0000 1.8 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/cppunit.exe" LinkIncremental="2" SuppressStartupBanner="true" @@ -163,7 +163,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib cppunit_dll.lib" + AdditionalDependencies="mockpp.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/cppunit.exe" LinkIncremental="1" SuppressStartupBanner="true" |
From: Ewald A. <ewa...@us...> - 2006-01-08 13:11:09
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5669/msvc71/mockpp/tests Modified Files: mock_test.vcproj mock_test_win32.vcproj Log Message: migrate from msvc2005 Index: mock_test_win32.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/mock_test_win32.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mock_test_win32.vcproj 7 Jan 2006 12:15:37 -0000 1.1 +++ mock_test_win32.vcproj 8 Jan 2006 13:10:59 -0000 1.2 @@ -44,7 +44,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="../../..;$(CPPUNIT_ROOT)/include;../../3party/cxxtest" + AdditionalIncludeDirectories=""C:\Programme\Microsoft Platform SDK\Include";..\..\..;..\..\..\3party\cxxtest;..\..\..\3party;"G:\data\src\cppunit-1.10.2\include";"$(CPPUNIT_ROOT)/include"" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,CPPUNIT_DLL" StringPooling="true" RuntimeLibrary="2" @@ -71,11 +71,11 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib cppunit_dll.lib" + AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib user32.lib mockpp_production.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Release/mock_test_win32.exe" LinkIncremental="1" SuppressStartupBanner="true" - AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" + AdditionalLibraryDirectories=""C:\Programme\Microsoft Platform SDK\Lib";../../lib;"$(CPPUNIT_ROOT)/lib"" ProgramDatabaseFile="$(TEMP)\compile\mockpp\tests\Release/mock_test_win32.pdb" SubSystem="1" TargetMachine="1" @@ -162,7 +162,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib user32.lib mockpp_production.lib" + AdditionalDependencies="mockppd.lib mockpp_cxxtestd.lib user32.lib mockpp_productiond.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test_win32.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: mock_test.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/mock_test.vcproj,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- mock_test.vcproj 7 Jan 2006 12:15:37 -0000 1.11 +++ mock_test.vcproj 8 Jan 2006 13:10:59 -0000 1.12 @@ -44,7 +44,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="../../..,$(CPPUNIT_ROOT)/include" + AdditionalIncludeDirectories="..\..\..;..\..\..\3party;..\..\..\3party\cxxtest;"G:\data\src\cppunit-1.10.2\include";..\..;"$(CPPUNIT_ROOT)/include"" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,CPPUNIT_DLL" StringPooling="true" RuntimeLibrary="2" @@ -71,7 +71,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib cppunit_dll.lib" + AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Release/mock_test.exe" LinkIncremental="1" SuppressStartupBanner="true" @@ -162,7 +162,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" + AdditionalDependencies="mockppd.lib mockpp_cxxtestd.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test.exe" LinkIncremental="2" SuppressStartupBanner="true" |
From: Ewald A. <ewa...@us...> - 2006-01-08 13:11:09
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5669/msvc71/mockpp/examples Modified Files: examples.vcproj Log Message: migrate from msvc2005 Index: examples.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/examples.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- examples.vcproj 7 Jan 2006 12:15:35 -0000 1.6 +++ examples.vcproj 8 Jan 2006 13:10:59 -0000 1.7 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" + AdditionalDependencies="mockppd.lib mockpp_cxxtestd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\Debug/mock_greeter.exe" LinkIncremental="2" SuppressStartupBanner="true" @@ -136,7 +136,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="../../..,$(CPPUNIT_ROOT)/include" + AdditionalIncludeDirectories="..\..\..;..\..\..\3party;..\..\..\3party\cxxtest;$(CPPUNIT_ROOT)/include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" StringPooling="true" RuntimeLibrary="2" @@ -163,7 +163,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib cppunit_dll.lib" + AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" OutputFile="$(TEMP)\compile\mockpp\examples\Release/examples.exe" LinkIncremental="1" SuppressStartupBanner="true" |
From: Ewald A. <ewa...@us...> - 2006-01-08 13:11:09
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5669/msvc71/mockpp Modified Files: mockpp.vcproj mockpp_cxxtest.vcproj mockpp_production.vcproj Log Message: migrate from msvc2005 Index: mockpp_cxxtest.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp_cxxtest.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mockpp_cxxtest.vcproj 7 Jan 2006 12:15:35 -0000 1.2 +++ mockpp_cxxtest.vcproj 8 Jan 2006 13:10:58 -0000 1.3 @@ -69,7 +69,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="..\lib\$(ProjectName).lib" + OutputFile="..\lib\$(ProjectName)d.lib" /> <Tool Name="VCALinkTool" @@ -89,8 +89,8 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="$(TEMP)\compile\mockpp\production\Release" - IntermediateDirectory="$(TEMP)\compile\mockpp\production\Release" + OutputDirectory="$(TEMP)\compile\mockpp\cxxtest\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\cxxtest\Release" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" @@ -115,7 +115,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="../.." + AdditionalIncludeDirectories="../..;../../3party/cxxtest;../../3party" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" @@ -138,6 +138,7 @@ /> <Tool Name="VCLibrarianTool" + OutputFile="..\lib\$(ProjectName).lib" /> <Tool Name="VCALinkTool" Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.vcproj,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- mockpp.vcproj 7 Jan 2006 12:15:35 -0000 1.12 +++ mockpp.vcproj 8 Jan 2006 13:10:58 -0000 1.13 @@ -1,1041 +1,1041 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="mockpp" - ProjectGUID="{4B2B3833-C35A-4F2F-BFAF-B686D3827531}" - RootNamespace="mockpp" - > - <Platforms> - <Platform - Name="Win32" [...2051 lines suppressed...] + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject_macro.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject_template.h" + > + </File> + </Filter> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Index: mockpp_production.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp_production.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mockpp_production.vcproj 7 Jan 2006 12:15:35 -0000 1.3 +++ mockpp_production.vcproj 8 Jan 2006 13:10:58 -0000 1.4 @@ -68,7 +68,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="..\lib\$(ProjectName).lib" + OutputFile="..\lib\$(ProjectName)d.lib" /> <Tool Name="VCALinkTool" @@ -114,7 +114,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="../.." + AdditionalIncludeDirectories="../..;../../3party" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" @@ -137,6 +137,7 @@ /> <Tool Name="VCLibrarianTool" + OutputFile="..\lib\$(ProjectName).lib" /> <Tool Name="VCALinkTool" |
From: Ewald A. <ewa...@us...> - 2006-01-08 13:08:33
|
Update of /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4861/msvc2005/mockpp/examples/tutorial Modified Files: basicmock.vcproj chainmock.vcproj chainmock2.vcproj cppunit.vcproj poormock.vcproj poormock_se.vcproj visitmock.vcproj visitmock2.vcproj Log Message: fix release builds Index: basicmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/tutorial/basicmock.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- basicmock.vcproj 28 Dec 2005 19:43:09 -0000 1.3 +++ basicmock.vcproj 8 Jan 2006 13:08:18 -0000 1.4 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/basicmock.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: poormock_se.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/tutorial/poormock_se.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- poormock_se.vcproj 28 Dec 2005 19:43:09 -0000 1.3 +++ poormock_se.vcproj 8 Jan 2006 13:08:18 -0000 1.4 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock_se.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: poormock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/tutorial/poormock.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- poormock.vcproj 28 Dec 2005 19:43:09 -0000 1.3 +++ poormock.vcproj 8 Jan 2006 13:08:18 -0000 1.4 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: chainmock2.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/tutorial/chainmock2.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- chainmock2.vcproj 6 Jan 2006 16:02:59 -0000 1.1 +++ chainmock2.vcproj 8 Jan 2006 13:08:18 -0000 1.2 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/chainmock2.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: visitmock2.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/tutorial/visitmock2.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- visitmock2.vcproj 6 Jan 2006 16:02:59 -0000 1.1 +++ visitmock2.vcproj 8 Jan 2006 13:08:18 -0000 1.2 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock2.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: visitmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/tutorial/visitmock.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- visitmock.vcproj 28 Dec 2005 19:43:09 -0000 1.3 +++ visitmock.vcproj 8 Jan 2006 13:08:18 -0000 1.4 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: chainmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/tutorial/chainmock.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- chainmock.vcproj 28 Dec 2005 19:43:09 -0000 1.3 +++ chainmock.vcproj 8 Jan 2006 13:08:18 -0000 1.4 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/chainmock.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: cppunit.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/tutorial/cppunit.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- cppunit.vcproj 28 Dec 2005 19:43:09 -0000 1.3 +++ cppunit.vcproj 8 Jan 2006 13:08:18 -0000 1.4 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib" + AdditionalDependencies="mockppd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/cppunit.exe" LinkIncremental="2" SuppressStartupBanner="true" @@ -163,7 +163,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib cppunit_dll.lib" + AdditionalDependencies="mockpp.lib" OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/cppunit.exe" LinkIncremental="1" SuppressStartupBanner="true" |
From: Ewald A. <ewa...@us...> - 2006-01-08 13:08:32
|
Update of /cvsroot/mockpp/mockpp/msvc2005/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4861/msvc2005/mockpp/tests Modified Files: mock_test.vcproj mock_test_win32.vcproj Log Message: fix release builds Index: mock_test_win32.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/tests/mock_test_win32.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mock_test_win32.vcproj 2 Jan 2006 20:25:15 -0000 1.3 +++ mock_test_win32.vcproj 8 Jan 2006 13:08:18 -0000 1.4 @@ -44,7 +44,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="../../..;$(CPPUNIT_ROOT)/include;../../3party/cxxtest" + AdditionalIncludeDirectories=""C:\Programme\Microsoft Platform SDK\Include";..\..\..;..\..\..\3party\cxxtest;..\..\..\3party;"G:\data\src\cppunit-1.10.2\include";"$(CPPUNIT_ROOT)/include"" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,CPPUNIT_DLL" StringPooling="true" RuntimeLibrary="2" @@ -71,11 +71,11 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib cppunit_dll.lib" + AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib user32.lib mockpp_production.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Release/mock_test_win32.exe" LinkIncremental="1" SuppressStartupBanner="true" - AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" + AdditionalLibraryDirectories=""C:\Programme\Microsoft Platform SDK\Lib";../../lib;"$(CPPUNIT_ROOT)/lib"" ProgramDatabaseFile="$(TEMP)\compile\mockpp\tests\Release/mock_test_win32.pdb" SubSystem="1" TargetMachine="1" @@ -162,7 +162,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib user32.lib mockpp_production.lib" + AdditionalDependencies="mockppd.lib mockpp_cxxtestd.lib user32.lib mockpp_productiond.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test_win32.exe" LinkIncremental="2" SuppressStartupBanner="true" Index: mock_test.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/tests/mock_test.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mock_test.vcproj 28 Dec 2005 19:43:09 -0000 1.4 +++ mock_test.vcproj 8 Jan 2006 13:08:18 -0000 1.5 @@ -44,7 +44,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="../../..,$(CPPUNIT_ROOT)/include" + AdditionalIncludeDirectories="..\..\..;..\..\..\3party;..\..\..\3party\cxxtest;"G:\data\src\cppunit-1.10.2\include";..\..;"$(CPPUNIT_ROOT)/include"" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,CPPUNIT_DLL" StringPooling="true" RuntimeLibrary="2" @@ -71,7 +71,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib cppunit_dll.lib" + AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Release/mock_test.exe" LinkIncremental="1" SuppressStartupBanner="true" @@ -162,7 +162,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" + AdditionalDependencies="mockppd.lib mockpp_cxxtestd.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test.exe" LinkIncremental="2" SuppressStartupBanner="true" |
From: Ewald A. <ewa...@us...> - 2006-01-08 13:08:32
|
Update of /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4861/msvc2005/mockpp/examples Modified Files: examples.vcproj Log Message: fix release builds Index: examples.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/examples.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- examples.vcproj 6 Jan 2006 16:02:34 -0000 1.4 +++ examples.vcproj 8 Jan 2006 13:08:17 -0000 1.5 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" + AdditionalDependencies="mockppd.lib mockpp_cxxtestd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\Debug/mock_greeter.exe" LinkIncremental="2" SuppressStartupBanner="true" @@ -136,7 +136,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="../../..,$(CPPUNIT_ROOT)/include" + AdditionalIncludeDirectories="..\..\..;..\..\..\3party;..\..\..\3party\cxxtest;$(CPPUNIT_ROOT)/include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" StringPooling="true" RuntimeLibrary="2" @@ -163,7 +163,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib cppunit_dll.lib" + AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" OutputFile="$(TEMP)\compile\mockpp\examples\Release/examples.exe" LinkIncremental="1" SuppressStartupBanner="true" |
From: Ewald A. <ewa...@us...> - 2006-01-08 13:08:30
|
Update of /cvsroot/mockpp/mockpp/msvc2005/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4861/msvc2005/mockpp Modified Files: mockpp.vcproj mockpp_cxxtest.vcproj mockpp_production.vcproj Log Message: fix release builds Index: mockpp_cxxtest.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/mockpp_cxxtest.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mockpp_cxxtest.vcproj 28 Dec 2005 19:43:08 -0000 1.3 +++ mockpp_cxxtest.vcproj 8 Jan 2006 13:08:14 -0000 1.4 @@ -69,7 +69,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="..\lib\$(ProjectName).lib" + OutputFile="..\lib\$(ProjectName)d.lib" /> <Tool Name="VCALinkTool" @@ -89,8 +89,8 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="$(TEMP)\compile\mockpp\production\Release" - IntermediateDirectory="$(TEMP)\compile\mockpp\production\Release" + OutputDirectory="$(TEMP)\compile\mockpp\cxxtest\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\cxxtest\Release" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" @@ -115,7 +115,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="../.." + AdditionalIncludeDirectories="../..;../../3party/cxxtest;../../3party" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" @@ -138,6 +138,7 @@ /> <Tool Name="VCLibrarianTool" + OutputFile="..\lib\$(ProjectName).lib" /> <Tool Name="VCALinkTool" Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/mockpp.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- mockpp.vcproj 28 Dec 2005 21:30:16 -0000 1.6 +++ mockpp.vcproj 8 Jan 2006 13:08:14 -0000 1.7 @@ -1,1041 +1,1041 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8,00" - Name="mockpp" - ProjectGUID="{4B2B3833-C35A-4F2F-BFAF-B686D3827531}" - RootNamespace="mockpp" - > - <Platforms> - <Platform - Name="Win32" [...2051 lines suppressed...] + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject_macro.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject_template.h" + > + </File> + </Filter> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Index: mockpp_production.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/mockpp_production.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mockpp_production.vcproj 28 Dec 2005 19:43:08 -0000 1.3 +++ mockpp_production.vcproj 8 Jan 2006 13:08:14 -0000 1.4 @@ -68,7 +68,7 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="..\lib\$(ProjectName).lib" + OutputFile="..\lib\$(ProjectName)d.lib" /> <Tool Name="VCALinkTool" @@ -114,7 +114,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="../.." + AdditionalIncludeDirectories="../..;../../3party" PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="true" @@ -137,6 +137,7 @@ /> <Tool Name="VCLibrarianTool" + OutputFile="..\lib\$(ProjectName).lib" /> <Tool Name="VCALinkTool" |
From: Ewald A. <ewa...@us...> - 2006-01-08 09:48:29
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7200/mockpp Modified Files: mockpp_config-bcb5.h mockpp_config-msvc_71.h Log Message: update Index: mockpp_config-bcb5.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/mockpp_config-bcb5.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mockpp_config-bcb5.h 6 Jan 2006 21:25:51 -0000 1.1 +++ mockpp_config-bcb5.h 8 Jan 2006 09:48:20 -0000 1.2 @@ -1,6 +1,6 @@ // #define's for Borland BCB5 // derived from automatically generated config.h. See Makefile.am. -/* Generated: 2006-01-06 */ +/* Generated: 2006-01-07 */ #pragma warn -8030 // temporary variables Index: mockpp_config-msvc_71.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/mockpp_config-msvc_71.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mockpp_config-msvc_71.h 6 Jan 2006 21:25:51 -0000 1.1 +++ mockpp_config-msvc_71.h 8 Jan 2006 09:48:21 -0000 1.2 @@ -1,6 +1,6 @@ // #define's for MS Visual C++ 7.1 and later (NOT 6.0/7.0) // derived from automatically generated config.h. See Makefile.am. -/* Generated: 2006-01-06 */ +/* Generated: 2006-01-07 */ /* Define to use sprintf_s instead of sprintf. */ #if _MSC_VER >= 1400 |
From: Ewald A. <ewa...@us...> - 2006-01-07 12:16:46
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20438/msvc71/mockpp/tests Modified Files: Makefile.am Log Message: files migrated from vc2005 Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Mar 2005 22:06:05 -0000 1.1 +++ Makefile.am 7 Jan 2006 12:16:35 -0000 1.2 @@ -1,4 +1,4 @@ -EXTRA_DIST = mock_test.vcproj +EXTRA_DIST = mock_test.vcproj mock_test_win32.vcproj CLEAN_FILES = *.plg *.opt *.ncb *.dep *.~* *.~~* *~ |
From: Ewald A. <ewa...@us...> - 2006-01-07 12:16:16
|
Update of /cvsroot/mockpp/mockpp/msvc71 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/msvc71 Modified Files: Makefile.am Log Message: files migrated from vc2005 Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 22 Mar 2005 20:44:17 -0000 1.1 +++ Makefile.am 7 Jan 2006 12:15:34 -0000 1.2 @@ -1,4 +1,6 @@ SUBDIRS = mockpp lib +EXTRA_DIST = gen-proj.sh + CLEANFILES = *.~* *.~~* *~ |
From: Ewald A. <ewa...@us...> - 2006-01-07 12:16:14
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/msvc71/mockpp Modified Files: mockpp.sln mockpp.vcproj mockpp_cxxtest.vcproj mockpp_production.vcproj Log Message: files migrated from vc2005 Index: mockpp.sln =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.sln,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mockpp.sln 26 Sep 2005 19:12:38 -0000 1.4 +++ mockpp.sln 7 Jan 2006 12:15:35 -0000 1.5 @@ -1,101 +1,119 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basicmock", "examples\tutorial\basicmock.vcproj", "{67066CA0-B2AD-456C-8663-A1D93B0E7949}" - ProjectSection(ProjectDependencies) = postProject - {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chainmock", "examples\tutorial\chainmock.vcproj", "{9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}" - ProjectSection(ProjectDependencies) = postProject - {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppunit", "examples\tutorial\cppunit.vcproj", "{4AEB7B36-6044-4B23-9754-22F7A28F785B}" - ProjectSection(ProjectDependencies) = postProject - {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples", "examples\examples.vcproj", "{15A26E8F-FE6D-4EA6-9B41-26306D17F76A}" - ProjectSection(ProjectDependencies) = postProject - {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mock_test", "tests\mock_test.vcproj", "{F22BA7AF-9CFC-4F2A-947D-69AF7C466635}" - ProjectSection(ProjectDependencies) = postProject - {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} = {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp", "mockpp.vcproj", "{4B2B3833-C35A-4F2F-BFAF-B686D3827531}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "poormock", "examples\tutorial\poormock.vcproj", "{6CD5CF99-3185-4FD1-B172-DE5947721854}" - ProjectSection(ProjectDependencies) = postProject - {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "visitmock", "examples\tutorial\visitmock.vcproj", "{ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}" - ProjectSection(ProjectDependencies) = postProject - {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "poormock_se", "examples\tutorial\poormock_se.vcproj", "{BD779AA5-9F07-466E-AC76-7C27BD3D4E86}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp_production", "mockpp_production.vcproj", "{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Debug.ActiveCfg = Debug|Win32 - {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Debug.Build.0 = Debug|Win32 - {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Release.ActiveCfg = Release|Win32 - {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Release.Build.0 = Release|Win32 - {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Debug.ActiveCfg = Debug|Win32 - {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Debug.Build.0 = Debug|Win32 - {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Release.ActiveCfg = Release|Win32 - {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Release.Build.0 = Release|Win32 - {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Debug.ActiveCfg = Debug|Win32 - {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Debug.Build.0 = Debug|Win32 - {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Release.ActiveCfg = Release|Win32 - {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Release.Build.0 = Release|Win32 - {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Debug.ActiveCfg = Debug|Win32 - {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Debug.Build.0 = Debug|Win32 - {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Release.ActiveCfg = Release|Win32 - {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Release.Build.0 = Release|Win32 - {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Debug.ActiveCfg = Debug|Win32 - {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Debug.Build.0 = Debug|Win32 - {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Release.ActiveCfg = Release|Win32 - {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Release.Build.0 = Release|Win32 - {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Debug.ActiveCfg = Debug|Win32 - {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Debug.Build.0 = Debug|Win32 - {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Release.ActiveCfg = Release|Win32 - {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Release.Build.0 = Release|Win32 - {6CD5CF99-3185-4FD1-B172-DE5947721854}.Debug.ActiveCfg = Debug|Win32 - {6CD5CF99-3185-4FD1-B172-DE5947721854}.Debug.Build.0 = Debug|Win32 - {6CD5CF99-3185-4FD1-B172-DE5947721854}.Release.ActiveCfg = Release|Win32 - {6CD5CF99-3185-4FD1-B172-DE5947721854}.Release.Build.0 = Release|Win32 - {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Debug.ActiveCfg = Debug|Win32 - {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Debug.Build.0 = Debug|Win32 - {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Release.ActiveCfg = Release|Win32 - {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Release.Build.0 = Release|Win32 - {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Debug.ActiveCfg = Debug|Win32 - {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Debug.Build.0 = Debug|Win32 - {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release.ActiveCfg = Release|Win32 - {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release.Build.0 = Release|Win32 - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug.ActiveCfg = Debug|Win32 - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug.Build.0 = Debug|Win32 - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release.ActiveCfg = Release|Win32 - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal +Microsoft Visual Studio Solution File, Format Version 8.00 +# Visual C++ Express 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basicmock", "examples\tutorial\basicmock.vcproj", "{67066CA0-B2AD-456C-8663-A1D93B0E7949}" + ProjectSection(ProjectDependencies) = postProject + {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chainmock", "examples\tutorial\chainmock.vcproj", "{9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}" + ProjectSection(ProjectDependencies) = postProject + {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppunit", "examples\tutorial\cppunit.vcproj", "{4AEB7B36-6044-4B23-9754-22F7A28F785B}" + ProjectSection(ProjectDependencies) = postProject + {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples", "examples\examples.vcproj", "{15A26E8F-FE6D-4EA6-9B41-26306D17F76A}" + ProjectSection(ProjectDependencies) = postProject + {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mock_test", "tests\mock_test.vcproj", "{F22BA7AF-9CFC-4F2A-947D-69AF7C466635}" + ProjectSection(ProjectDependencies) = postProject + {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} = {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp", "mockpp.vcproj", "{4B2B3833-C35A-4F2F-BFAF-B686D3827531}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "poormock", "examples\tutorial\poormock.vcproj", "{6CD5CF99-3185-4FD1-B172-DE5947721854}" + ProjectSection(ProjectDependencies) = postProject + {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "visitmock", "examples\tutorial\visitmock.vcproj", "{ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}" + ProjectSection(ProjectDependencies) = postProject + {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "poormock_se", "examples\tutorial\poormock_se.vcproj", "{BD779AA5-9F07-466E-AC76-7C27BD3D4E86}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp_production", "mockpp_production.vcproj", "{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp_cxxtest", "mockpp_cxxtest.vcproj", "{C46232E9-BB75-49BB-ADE6-306433257444}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mock_test_win32", "tests\mock_test_win32.vcproj", "{1C69D31D-8356-406B-85B3-84F892000D53}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "visitmock2", "examples\tutorial\visitmock2.vcproj", "{C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chainmock2", "examples\tutorial\chainmock2.vcproj", "{D8749C05-4004-42BC-B42D-24BD6F83A86E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Debug|Win32.ActiveCfg = Debug|Win32 + {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Debug|Win32.Build.0 = Debug|Win32 + {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Release|Win32.ActiveCfg = Release|Win32 + {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Release|Win32.Build.0 = Release|Win32 + {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Debug|Win32.ActiveCfg = Debug|Win32 + {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Debug|Win32.Build.0 = Debug|Win32 + {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Release|Win32.ActiveCfg = Release|Win32 + {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Release|Win32.Build.0 = Release|Win32 + {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Debug|Win32.ActiveCfg = Debug|Win32 + {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Debug|Win32.Build.0 = Debug|Win32 + {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Release|Win32.ActiveCfg = Release|Win32 + {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Release|Win32.Build.0 = Release|Win32 + {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Debug|Win32.ActiveCfg = Debug|Win32 + {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Debug|Win32.Build.0 = Debug|Win32 + {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Release|Win32.ActiveCfg = Release|Win32 + {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Release|Win32.Build.0 = Release|Win32 + {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Debug|Win32.ActiveCfg = Debug|Win32 + {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Debug|Win32.Build.0 = Debug|Win32 + {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Release|Win32.ActiveCfg = Release|Win32 + {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Release|Win32.Build.0 = Release|Win32 + {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Debug|Win32.ActiveCfg = Debug|Win32 + {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Debug|Win32.Build.0 = Debug|Win32 + {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Release|Win32.ActiveCfg = Release|Win32 + {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Release|Win32.Build.0 = Release|Win32 + {6CD5CF99-3185-4FD1-B172-DE5947721854}.Debug|Win32.ActiveCfg = Debug|Win32 + {6CD5CF99-3185-4FD1-B172-DE5947721854}.Debug|Win32.Build.0 = Debug|Win32 + {6CD5CF99-3185-4FD1-B172-DE5947721854}.Release|Win32.ActiveCfg = Release|Win32 + {6CD5CF99-3185-4FD1-B172-DE5947721854}.Release|Win32.Build.0 = Release|Win32 + {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Debug|Win32.ActiveCfg = Debug|Win32 + {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Debug|Win32.Build.0 = Debug|Win32 + {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Release|Win32.ActiveCfg = Release|Win32 + {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Release|Win32.Build.0 = Release|Win32 + {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Debug|Win32.ActiveCfg = Debug|Win32 + {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Debug|Win32.Build.0 = Debug|Win32 + {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release|Win32.ActiveCfg = Release|Win32 + {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release|Win32.Build.0 = Release|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug|Win32.ActiveCfg = Debug|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug|Win32.Build.0 = Debug|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release|Win32.ActiveCfg = Release|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release|Win32.Build.0 = Release|Win32 + {C46232E9-BB75-49BB-ADE6-306433257444}.Debug|Win32.ActiveCfg = Debug|Win32 + {C46232E9-BB75-49BB-ADE6-306433257444}.Debug|Win32.Build.0 = Debug|Win32 + {C46232E9-BB75-49BB-ADE6-306433257444}.Release|Win32.ActiveCfg = Release|Win32 + {C46232E9-BB75-49BB-ADE6-306433257444}.Release|Win32.Build.0 = Release|Win32 + {1C69D31D-8356-406B-85B3-84F892000D53}.Debug|Win32.ActiveCfg = Debug|Win32 + {1C69D31D-8356-406B-85B3-84F892000D53}.Debug|Win32.Build.0 = Debug|Win32 + {1C69D31D-8356-406B-85B3-84F892000D53}.Release|Win32.ActiveCfg = Release|Win32 + {1C69D31D-8356-406B-85B3-84F892000D53}.Release|Win32.Build.0 = Release|Win32 + {C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}.Debug|Win32.ActiveCfg = Debug|Win32 + {C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}.Debug|Win32.Build.0 = Debug|Win32 + {C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}.Release|Win32.ActiveCfg = Release|Win32 + {C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}.Release|Win32.Build.0 = Release|Win32 + {D8749C05-4004-42BC-B42D-24BD6F83A86E}.Debug|Win32.ActiveCfg = Debug|Win32 + {D8749C05-4004-42BC-B42D-24BD6F83A86E}.Debug|Win32.Build.0 = Debug|Win32 + {D8749C05-4004-42BC-B42D-24BD6F83A86E}.Release|Win32.ActiveCfg = Release|Win32 + {D8749C05-4004-42BC-B42D-24BD6F83A86E}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Index: mockpp_cxxtest.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp_cxxtest.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mockpp_cxxtest.vcproj 13 Dec 2005 14:54:31 -0000 1.1 +++ mockpp_cxxtest.vcproj 7 Jan 2006 12:15:35 -0000 1.2 @@ -3,105 +3,157 @@ ProjectType="Visual C++" Version="7.10" Name="mockpp_cxxtest" - ProjectGUID="{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" - Keyword="MFCDLLProj"> + ProjectGUID="{C46232E9-BB75-49BB-ADE6-306433257444}" + RootNamespace="mockpp_cxxtest" + Keyword="MFCDLLProj" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\production\Debug" - IntermediateDirectory="c:\tmp\compile\mockpp\production\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\cxxtest\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\cxxtest\Debug" ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - CharacterSet="2"> + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="false" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../.." + AdditionalIncludeDirectories="../..;../../3party/cxxtest;../../3party" PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL" - MinimalRebuild="TRUE" + MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" - TreatWChar_tAsBuiltInType="TRUE" + TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool"/> + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> <Tool - Name="VCLibrarianTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool - Name="VCMIDLTool" + Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="FALSE"/> - <Tool - Name="VCPostBuildEventTool"/> + Culture="1031" + AdditionalIncludeDirectories="$(IntDir)" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCLibrarianTool" + OutputFile="..\lib\$(ProjectName).lib" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1031" - AdditionalIncludeDirectories="$(IntDir)"/> + Name="VCALinkTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\production\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\production\Release" + OutputDirectory="$(TEMP)\compile\mockpp\production\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\production\Release" ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - CharacterSet="2"> + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="false" + /> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../.." PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" RuntimeLibrary="2" - TreatWChar_tAsBuiltInType="TRUE" + TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> <Tool - Name="VCLibrarianTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool - Name="VCMIDLTool" + Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="FALSE"/> - <Tool - Name="VCPostBuildEventTool"/> + Culture="1031" + AdditionalIncludeDirectories="$(IntDir)" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCLibrarianTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1031" - AdditionalIncludeDirectories="$(IntDir)"/> + Name="VCALinkTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -110,20 +162,149 @@ <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > <File - RelativePath="..\..\mockpp\production\TimeServer.cpp"> + RelativePath="..\..\3party\cxxtest\cxxtest\Descriptions.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\DummyDescriptions.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\GlobalFixture.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\LinkedList.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\RealDescriptions.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestSuite.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestTracker.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ValueTraits.cpp" + > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > <File - RelativePath="..\..\mockpp\production\mockpp_cxxtest.h"> + RelativePath="..\..\3party\cxxtest\cxxtest\Descriptions.h" + > </File> <File - RelativePath="..\..\mockpp\production\TimeServer.h"> + RelativePath="..\..\3party\cxxtest\cxxtest\DummyDescriptions.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ErrorFormatter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ErrorPrinter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\Flags.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\GlobalFixture.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\Gui.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\LinkedList.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\Mock.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ParenPrinter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\QtGui.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\RealDescriptions.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\SelfTest.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\StdHeaders.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\StdioFilePrinter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\StdioPrinter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\StdValueTraits.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TeeListener.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestListener.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestRunner.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestSuite.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestTracker.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ValueTraits.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\Win32Gui.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\X11Gui.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\YesNoRunner.h" + > </File> </Filter> </Files> Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.vcproj,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- mockpp.vcproj 28 Dec 2005 21:31:53 -0000 1.11 +++ mockpp.vcproj 7 Jan 2006 12:15:35 -0000 1.12 @@ -3,116 +3,165 @@ ProjectType="Visual C++" Version="7.10" Name="mockpp" + ProjectGUID="{4B2B3833-C35A-4F2F-BFAF-B686D3827531}" RootNamespace="mockpp" - SccProjectName="" - SccLocalPath=""> + > <Platforms> <Platform - Name="Win32"/> [...1327 lines suppressed...] + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockMethod6.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject_macro.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject_template.h" + > </File> </Filter> </Filter> Index: mockpp_production.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp_production.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mockpp_production.vcproj 26 Sep 2005 19:12:38 -0000 1.2 +++ mockpp_production.vcproj 7 Jan 2006 12:15:35 -0000 1.3 @@ -4,104 +4,155 @@ Version="7.10" Name="mockpp_production" ProjectGUID="{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" - Keyword="MFCDLLProj"> + Keyword="MFCDLLProj" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\production\Debug" - IntermediateDirectory="c:\tmp\compile\mockpp\production\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\production\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\production\Debug" ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - CharacterSet="2"> + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="false" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../.." + AdditionalIncludeDirectories="../..;../../3party" PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL" - MinimalRebuild="TRUE" + MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" - TreatWChar_tAsBuiltInType="TRUE" + TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool"/> + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> <Tool - Name="VCLibrarianTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool - Name="VCMIDLTool" + Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="FALSE"/> - <Tool - Name="VCPostBuildEventTool"/> + Culture="1031" + AdditionalIncludeDirectories="$(IntDir)" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCLibrarianTool" + OutputFile="..\lib\$(ProjectName).lib" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1031" - AdditionalIncludeDirectories="$(IntDir)"/> + Name="VCALinkTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\production\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\production\Release" + OutputDirectory="$(TEMP)\compile\mockpp\production\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\production\Release" ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - CharacterSet="2"> + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="false" + /> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../.." PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" RuntimeLibrary="2" - TreatWChar_tAsBuiltInType="TRUE" + TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> <Tool - Name="VCLibrarianTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool - Name="VCMIDLTool" + Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="FALSE"/> - <Tool - Name="VCPostBuildEventTool"/> + Culture="1031" + AdditionalIncludeDirectories="$(IntDir)" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCLibrarianTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1031" - AdditionalIncludeDirectories="$(IntDir)"/> + Name="VCALinkTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -110,20 +161,25 @@ <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > <File - RelativePath="..\..\mockpp\production\TimeServer.cpp"> + RelativePath="..\..\mockpp\production\TimeServer.cpp" + > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > <File - RelativePath="..\..\mockpp\production\mockpp_production.h"> + RelativePath="..\..\mockpp\production\mockpp_production.h" + > </File> <File - RelativePath="..\..\mockpp\production\TimeServer.h"> + RelativePath="..\..\mockpp\production\TimeServer.h" + > </File> </Filter> </Files> |
From: Ewald A. <ewa...@us...> - 2006-01-07 12:15:55
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/msvc71/mockpp/examples/tutorial Modified Files: basicmock.vcproj chainmock.vcproj chainmock2.vcproj cppunit.vcproj poormock.vcproj poormock_se.vcproj visitmock.vcproj visitmock2.vcproj Log Message: files migrated from vc2005 Index: basicmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/basicmock.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- basicmock.vcproj 26 Sep 2005 19:12:39 -0000 1.6 +++ basicmock.vcproj 7 Jan 2006 12:15:36 -0000 1.7 @@ -3,128 +3,191 @@ ProjectType="Visual C++" Version="7.10" Name="basicmock" - SccProjectName="" - SccLocalPath=""> + ProjectGUID="{67066CA0-B2AD-456C-8663-A1D93B0E7949}" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/basicmock.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../../.." + AdditionalIncludeDirectories="..\..\..\..;..\..\..\../3party;..\..\..\..\3party\cxxtest" PreprocessorDefinitions="WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/basicmock.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Debug/" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/basicmock.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" WarningLevel="4" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" DebugInformationFormat="4" - CompileAs="0"/> + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG,_DEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockppd.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/basicmock.exe" + AdditionalDependencies="mockpp.lib" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/basicmock.exe" LinkIncremental="2" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/basicmock.pdb" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/basicmock.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\tutorial\Debug/basicmock.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_DEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" ConfigurationType="1" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="./basicmock.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="../../../.." PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - RuntimeTypeInfo="TRUE" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" PrecompiledHeaderFile="./basicmock.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Release/" - WarningLevel="4"/> + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + WarningLevel="4" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + Culture="1036" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Release./basicmock.exe" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Release./basicmock.exe" LinkIncremental="1" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - ProgramDatabaseFile="./basicmock.pdb"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="./basicmock.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + ProgramDatabaseFile="./basicmock.pdb" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - Culture="1036"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -132,31 +195,39 @@ <Files> <Filter Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\basicmock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\basicmock.cpp" + > <FileConfiguration - Name="Debug|Win32"> + Name="Debug|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> + BasicRuntimeChecks="3" + /> </FileConfiguration> </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp" + > </File> </Filter> <Filter Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> + Filter="h;hpp;hxx;hm;inl" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h" + > </File> </Filter> </Files> Index: poormock_se.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/poormock_se.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- poormock_se.vcproj 26 Sep 2005 19:12:39 -0000 1.3 +++ poormock_se.vcproj 7 Jan 2006 12:15:37 -0000 1.4 @@ -4,136 +4,198 @@ Version="7.10" Name="poormock_se" ProjectGUID="{BD779AA5-9F07-466E-AC76-7C27BD3D4E86}" - SccProjectName="" - SccLocalPath=""> + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock_se.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../../.." + AdditionalIncludeDirectories="..\..\..\..;..\..\..\../3party;..\..\..\..\3party\cxxtest" PreprocessorDefinitions="WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/poormock_se.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Debug/" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock_se.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" WarningLevel="4" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" DebugInformationFormat="4" - CompileAs="0"/> + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockppd.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/poormock_se.exe" + AdditionalDependencies="mockpp.lib" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock_se.exe" LinkIncremental="2" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/poormock_se.pdb" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock_se.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\tutorial\Debug/poormock_se.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\tutorial\Release/poormock_se.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../.." PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\tutorial\Release/poormock_se.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Release/" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/poormock_se.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Release/" WarningLevel="4" - SuppressStartupBanner="TRUE" - CompileAs="0"/> + SuppressStartupBanner="true" + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Release/poormock_se.exe" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/poormock_se.exe" LinkIncremental="1" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\tutorial\Release/poormock_se.pdb" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/poormock_se.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\tutorial\Release/poormock_se.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -141,39 +203,49 @@ <Files> <Filter Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\poormock-se.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\poormock-se.cpp" + > <FileConfiguration - Name="Debug|Win32"> + Name="Debug|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> + BasicRuntimeChecks="3" + /> </FileConfiguration> <FileConfiguration - Name="Release|Win32"> + Name="Release|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions=""/> + PreprocessorDefinitions="" + /> </FileConfiguration> </File> </Filter> <Filter Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> + Filter="h;hpp;hxx;hm;inl" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h" + > </File> </Filter> </Files> Index: poormock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/poormock.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- poormock.vcproj 26 Sep 2005 19:12:39 -0000 1.6 +++ poormock.vcproj 7 Jan 2006 12:15:37 -0000 1.7 @@ -3,136 +3,199 @@ ProjectType="Visual C++" Version="7.10" Name="poormock" - SccProjectName="" - SccLocalPath=""> + ProjectGUID="{6CD5CF99-3185-4FD1-B172-DE5947721854}" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../../.." + AdditionalIncludeDirectories="..\..\..\..;..\..\..\../3party;..\..\..\..\3party\cxxtest" PreprocessorDefinitions="WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/poormock.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Debug/" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" WarningLevel="4" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" DebugInformationFormat="4" - CompileAs="0"/> + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockppd.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/poormock.exe" + AdditionalDependencies="mockpp.lib" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock.exe" LinkIncremental="2" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/poormock.pdb" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/poormock.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\tutorial\Debug/poormock.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\tutorial\Release/poormock.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../../.." PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\tutorial\Release/poormock.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Release/" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/poormock.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Release/" WarningLevel="4" - SuppressStartupBanner="TRUE" - CompileAs="0"/> + SuppressStartupBanner="true" + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Release/poormock.exe" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/poormock.exe" LinkIncremental="1" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\tutorial\Release/poormock.pdb" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/poormock.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\tutorial\Release/poormock.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -140,39 +203,49 @@ <Files> <Filter Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\poormock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\poormock.cpp" + > <FileConfiguration - Name="Debug|Win32"> + Name="Debug|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> + BasicRuntimeChecks="3" + /> </FileConfiguration> <FileConfiguration - Name="Release|Win32"> + Name="Release|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions=""/> + PreprocessorDefinitions="" + /> </FileConfiguration> </File> </Filter> <Filter Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> + Filter="h;hpp;hxx;hm;inl" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h" + > </File> </Filter> </Files> Index: chainmock2.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/chainmock2.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- chainmock2.vcproj 6 Jan 2006 17:06:04 -0000 1.1 +++ chainmock2.vcproj 7 Jan 2006 12:15:36 -0000 1.2 @@ -3,128 +3,191 @@ ProjectType="Visual C++" Version="7.10" Name="chainmock2" - SccProjectName="" - SccLocalPath=""> + ProjectGUID="{D8749C05-4004-42BC-B42D-24BD6F83A86E}" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/chainmock2.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../../.." + AdditionalIncludeDirectories="..\..\..\..;..\..\..\../3party;..\..\..\..\3party\cxxtest" PreprocessorDefinitions="WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/chainmock2.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Debug/" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/chainmock2.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" WarningLevel="4" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" DebugInformationFormat="4" - CompileAs="0"/> + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG,_DEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockppd.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/chainmock2.exe" + AdditionalDependencies="mockpp.lib" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/chainmock2.exe" LinkIncremental="2" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/chainmock2.pdb" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/chainmock2.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\tutorial\Debug/chainmock2.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_DEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" ConfigurationType="1" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="./chainmock2.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="../../../.." PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - RuntimeTypeInfo="TRUE" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" PrecompiledHeaderFile="./chainmock2.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Release/" - WarningLevel="4"/> + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + WarningLevel="4" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + Culture="1036" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Release/chainmock2.exe" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/chainmock2.exe" LinkIncremental="1" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - ProgramDatabaseFile="./chainmock2.pdb"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="./chainmock2.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + ProgramDatabaseFile="./chainmock2.pdb" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - Culture="1036"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -132,31 +195,39 @@ <Files> <Filter Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\chainmock2.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\chainmock2.cpp" + > <FileConfiguration - Name="Debug|Win32"> + Name="Debug|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> + BasicRuntimeChecks="3" + /> </FileConfiguration> </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp" + > </File> </Filter> <Filter Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> + Filter="h;hpp;hxx;hm;inl" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h" + > </File> </Filter> </Files> Index: visitmock2.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/visitmock2.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- visitmock2.vcproj 6 Jan 2006 17:06:04 -0000 1.1 +++ visitmock2.vcproj 7 Jan 2006 12:15:37 -0000 1.2 @@ -3,128 +3,191 @@ ProjectType="Visual C++" Version="7.10" Name="visitmock2" - SccProjectName="" - SccLocalPath=""> + ProjectGUID="{C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock2.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../../.." + AdditionalIncludeDirectories="..\..\..\..;..\..\..\../3party;..\..\..\..\3party\cxxtest" PreprocessorDefinitions="WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/visitmock2.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Debug/" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock2.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" WarningLevel="4" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" DebugInformationFormat="4" - CompileAs="0"/> + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG,_DEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockppd.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/visitmock2.exe" + AdditionalDependencies="mockpp.lib" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock2.exe" LinkIncremental="2" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/visitmock2.pdb" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock2.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\tutorial\Debug/visitmock2.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_DEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" ConfigurationType="1" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="./visitmock2.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="../../../.." PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - RuntimeTypeInfo="TRUE" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" PrecompiledHeaderFile="./visitmock2.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Release/" - WarningLevel="4"/> + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + WarningLevel="4" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + Culture="1036" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Release/visitmock2.exe" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/visitmock2.exe" LinkIncremental="1" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - ProgramDatabaseFile="./visitmock2.pdb"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="./visitmock2.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + ProgramDatabaseFile="./visitmock2.pdb" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - Culture="1036"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -132,31 +195,38 @@ <Files> <Filter Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\visitmock2.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\visitmock2.cpp" + > <FileConfiguration - Name="Debug|Win32"> + Name="Debug|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> + BasicRuntimeChecks="3" + /> </FileConfiguration> </File> </Filter> <Filter Name="Header Files" - Filter=""> + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h" + > </File> </Filter> </Files> Index: visitmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/visitmock.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- visitmock.vcproj 26 Sep 2005 19:12:39 -0000 1.6 +++ visitmock.vcproj 7 Jan 2006 12:15:37 -0000 1.7 @@ -3,128 +3,191 @@ ProjectType="Visual C++" Version="7.10" Name="visitmock" - SccProjectName="" - SccLocalPath=""> + ProjectGUID="{ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../../.." + AdditionalIncludeDirectories="..\..\..\..;..\..\..\../3party;..\..\..\..\3party\cxxtest" PreprocessorDefinitions="WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/visitmock.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Debug/" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/" WarningLevel="4" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" DebugInformationFormat="4" - CompileAs="0"/> + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG,_DEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockppd.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/visitmock.exe" + AdditionalDependencies="mockpp.lib" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock.exe" LinkIncremental="2" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/visitmock.pdb" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\tutorial\Debug/visitmock.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\tutorial\Debug/visitmock.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG,_DEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Release" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Release" ConfigurationType="1" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + ATLMinimizesCRunTimeLibraryUsage="false" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="./visitmock.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="4" AdditionalIncludeDirectories="../../../.." PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - RuntimeTypeInfo="TRUE" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" PrecompiledHeaderFile="./visitmock.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Release/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Release/" - WarningLevel="4"/> + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ObjectFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\tutorial\Release/" + WarningLevel="4" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + Culture="1036" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib" - OutputFile="C:\tmp\compile\mockpp\examples\tutorial\Release/visitmock.exe" + OutputFile="$(TEMP)\compile\mockpp\examples\tutorial\Release/visitmock.exe" LinkIncremental="1" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../../lib" - ProgramDatabaseFile="./visitmock.pdb"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="./visitmock.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + ProgramDatabaseFile="./visitmock.pdb" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - Culture="1036"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -132,31 +195,38 @@ <Files> <Filter Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.cpp" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\visitmock.cpp"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\visitmock.cpp" + > <FileConfiguration - Name="Debug|Win32"> + Name="Debug|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> + BasicRuntimeChecks="3" + /> </FileConfiguration> </File> </Filter> <Filter Name="Header Files" - Filter=""> + > <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\consumer.h" + > </File> <File - RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h"> + RelativePath="..\..\..\..\mockpp\examples\tutorial\interface.h" + > </File> </Filter> </Files> Index: chainmock.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/tutorial/chainmock.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- chainmock.vcproj 26 Sep 2005 19:12:39 -0000 1.6 +++ chainmock.vcproj 7 Jan 2006 12:15:36 -0000 1.7 @@ -3,128 +3,191 @@ ProjectType="Visual C++" Version="7.10" Name="chainmock" - SccProjectName="" - SccLocalPath=""> + ProjectGUID="{9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\tutorial\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\tutorial\Debug" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\tutorial\Debug/chainmock.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../../.." + AdditionalIncludeDirectories="..\..\..\..;..\..\..\../3party;..\..\..\..\3party\cxxtest" PreprocessorDefinitions="WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/chainmock.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ObjectFile="C:\tmp\compile\mockpp\examples\tutorial\Debug/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\tutorial\Debug/" + RuntimeTypeInfo="true" + PrecompiledHead... [truncated message content] |
From: Ewald A. <ewa...@us...> - 2006-01-07 12:15:55
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/msvc71/mockpp/tests Modified Files: mock_test.vcproj Added Files: mock_test_win32.vcproj Log Message: files migrated from vc2005 --- NEW FILE: mock_test_win32.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="mock_test_win32" ProjectGUID="{1C69D31D-8356-406B-85B3-84F892000D53}" > <Platforms> <Platform Name="Win32" /> </Platforms> <ToolFiles> </ToolFiles> <Configurations> <Configuration Name="Release|Win32" OutputDirectory="$(TEMP)\compile\mockpp\tests\Release" IntermediateDirectory="$(TEMP)\compile\mockpp\tests\Release" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName="$(TEMP)\compile\mockpp\tests\Release/mock_test_win32.tlb" HeaderFileName="" /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../..;$(CPPUNIT_ROOT)/include;../../3party/cxxtest" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,CPPUNIT_DLL" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" PrecompiledHeaderFile="$(TEMP)\compile\mockpp\tests\Release/mock_test_win32.pch" AssemblerListingLocation="$(TEMP)\compile\mockpp\tests\Release/" ObjectFile="$(TEMP)\compile\mockpp\tests\Release/" ProgramDataBaseFileName="$(TEMP)\compile\mockpp\tests\Release/" WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1041" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib cppunit_dll.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Release/mock_test_win32.exe" LinkIncremental="1" SuppressStartupBanner="true" AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" ProgramDatabaseFile="$(TEMP)\compile\mockpp\tests\Release/mock_test_win32.pdb" SubSystem="1" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory="$(TEMP)\compile\mockpp\tests\Debug" IntermediateDirectory="$(TEMP)\compile\mockpp\tests\Debug" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2" > <Tool Name="VCPreBuildEventTool" /> <Tool Name="VCCustomBuildTool" /> <Tool Name="VCXMLDataGeneratorTool" /> <Tool Name="VCWebServiceProxyGeneratorTool" /> <Tool Name="VCMIDLTool" TypeLibraryName="$(TEMP)\compile\mockpp\tests\Debug/mock_test_win32.tlb" HeaderFileName="" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=""C:\Programme\Microsoft Platform SDK\Include";..\..\..;..\..\..\3party\cxxtest;..\..\..\3party;"G:\data\src\cppunit-1.10.2\include";"$(CPPUNIT_ROOT)/include"" PreprocessorDefinitions="WIN32" BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="true" PrecompiledHeaderFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test_win32.pch" AssemblerListingLocation="$(TEMP)\compile\mockpp\tests\Debug/" ObjectFile="$(TEMP)\compile\mockpp\tests\Debug/" ProgramDataBaseFileName="$(TEMP)\compile\mockpp\tests\Debug/" WarningLevel="4" SuppressStartupBanner="true" DebugInformationFormat="4" CompileAs="0" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1041" /> <Tool Name="VCPreLinkEventTool" /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib user32.lib mockpp_production.lib" OutputFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test_win32.exe" LinkIncremental="2" SuppressStartupBanner="true" AdditionalLibraryDirectories=""C:\Programme\Microsoft Platform SDK\Lib";../../lib;"$(CPPUNIT_ROOT)/lib"" GenerateDebugInformation="true" ProgramDatabaseFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test_win32.pdb" SubSystem="1" TargetMachine="1" /> <Tool Name="VCALinkTool" /> <Tool Name="VCManifestTool" /> <Tool Name="VCXDCMakeTool" /> <Tool Name="VCBscMakeTool" /> <Tool Name="VCFxCopTool" /> <Tool Name="VCAppVerifierTool" /> <Tool Name="VCWebDeploymentTool" /> <Tool Name="VCPostBuildEventTool" /> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > <File RelativePath="..\..\..\mockpp\tests\AbstractDynamicChainingMock_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\AbstractInvocationDispatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\And_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\AnyArgumentsMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ArgumentsMatchBuilder_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ArgumentsMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\Assert_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\AssertMo_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_1_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_2_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_1_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_1_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_2_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_2_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_3_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_3_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_4_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_4_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_5_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_5_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObject_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainingMockBuilder_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ChainingMockObjectSupport_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\classes_ABCDE.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ConstraintList_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ConstraintSet_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\CoreMock_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\CustomStub_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\DefaultResultStub_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\DynamicChainingMockError_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\Exception_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ExpectationBoundary_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ExpectationConglomeration_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ExpectationCounter_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ExpectationCounterRange_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ExpectationList_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ExpectationMap_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ExpectationSegment_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ExpectationSet_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ExpectationValue_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\FIFOInvocationDispatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\Formatter_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\Invocation_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvocationMocker_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvocationMockerBuilder_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvokeAtLeastMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvokeAtMostMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvokeCountMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvokedAfterMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvokedBeforeMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvokedRecorder_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\InvokeOnceMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsAnything_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsCloseTo_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsEqual_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsGreaterOrEqual_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsGreaterThan_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsInstanceOf_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsLessOrEqual_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsLessThan_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsNot_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsNothing_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\IsSame_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\LIFOInvocationDispatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\MatchBuilder_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\MixedMockObject_5_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\mock_test_win32.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\MockObject_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\mockpp_pti_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\mockpp_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\NoArgumentsMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\Or_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\OutBound_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ResponseVector_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ReturnObjectList_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ReturnStub_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\StringContains_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\StringEndsWith_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\StringStartsWith_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\StubBuilder_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\StubSequence_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\TestFailureMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\TestFailureStub_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\Throwable_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ThrowableList_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\ThrowStub_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\TimeServer_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\TrackingCounter_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\TypelessStubSequence_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\UnlimitedMatcher_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\Verifiable_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VerifyingTestCaller_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VerifyingTestCase_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_1_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_2_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_1_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_1_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_2_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_2_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_3_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_3_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_4_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_4_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_5_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_5_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_template_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VisitableMockObject_void_test.cpp" > </File> <File RelativePath="..\..\..\mockpp\tests\VoidStub_test.cpp" > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl" > <File RelativePath="..\..\..\mockpp\tests\classes_ABCDE.h" > </File> <File RelativePath="..\..\..\mockpp\tests\MyBuilderNamespace.h" > </File> <File RelativePath="..\..\..\mockpp\tests\MyMatchBuilder.h" > </File> </Filter> </Files> <Globals> </Globals> </VisualStudioProject> Index: mock_test.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/mock_test.vcproj,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- mock_test.vcproj 1 Nov 2005 09:42:19 -0000 1.10 +++ mock_test.vcproj 7 Jan 2006 12:15:37 -0000 1.11 @@ -3,136 +3,199 @@ ProjectType="Visual C++" Version="7.10" Name="mock_test" - SccProjectName="" - SccLocalPath=""> + ProjectGUID="{F22BA7AF-9CFC-4F2A-947D-69AF7C466635}" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\tests\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\tests\Release" + OutputDirectory="$(TEMP)\compile\mockpp\tests\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\tests\Release" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\tests\Release/mock_test.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../..,$(CPPUNIT_ROOT)/include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,CPPUNIT_DLL" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\tests\Release/mock_test.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\tests\Release/" - ObjectFile="C:\tmp\compile\mockpp\tests\Release/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\tests\Release/" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\tests\Release/mock_test.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\tests\Release/" + ObjectFile="$(TEMP)\compile\mockpp\tests\Release/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\tests\Release/" WarningLevel="4" - SuppressStartupBanner="TRUE" - CompileAs="0"/> + SuppressStartupBanner="true" + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib cppunit_dll.lib" - OutputFile="C:\tmp\compile\mockpp\tests\Release/mock_test.exe" + OutputFile="$(TEMP)\compile\mockpp\tests\Release/mock_test.exe" LinkIncremental="1" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" - ProgramDatabaseFile="C:\tmp\compile\mockpp\tests\Release/mock_test.pdb" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\tests\Release/mock_test.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\tests\Release/mock_test.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\tests\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\tests\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\tests\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\tests\Debug" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\tests\Debug/mock_test.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories=""G:\data\src\cppunit-1.10.2\include";..\..\..;"$(CPPUNIT_ROOT)/include"" + AdditionalIncludeDirectories="..\..\..;..\..\..\3party;..\..\..\3party\cxxtest;"G:\data\src\cppunit-1.10.2\include";..\..;"$(CPPUNIT_ROOT)/include"" PreprocessorDefinitions="WIN32,_CONSOLE,CPPUNIT_DLL" BasicRuntimeChecks="3" RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\tests\Debug/" - ObjectFile="C:\tmp\compile\mockpp\tests\Debug/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\tests\Debug/" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\tests\Debug/" + ObjectFile="$(TEMP)\compile\mockpp\tests\Debug/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\tests\Debug/" WarningLevel="4" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" DebugInformationFormat="4" - CompileAs="0"/> + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockppd.lib cppunitd_dll.lib" - OutputFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.exe" + AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" + OutputFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test.exe" LinkIncremental="2" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.pdb" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="c:\tmp\compile\mockpp\tests\Debug/mock_test.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -140,361 +203,480 @@ <Files> <Filter Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > <File - RelativePath="..\..\..\mockpp\tests\AbstractDynamicChainingMock_test.cpp"> + RelativePath="..\..\..\mockpp\tests\AbstractDynamicChainingMock_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\AbstractInvocationDispatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\AbstractInvocationDispatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\And_test.cpp"> + RelativePath="..\..\..\mockpp\tests\And_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\AnyArgumentsMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\AnyArgumentsMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ArgumentsMatchBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ArgumentsMatchBuilder_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ArgumentsMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ArgumentsMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\Assert_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Assert_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\AssertMo_test.cpp"> + RelativePath="..\..\..\mockpp\tests\AssertMo_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_1_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_1_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_2_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_2_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockMethod_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_1_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_1_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_1_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_1_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_2_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_2_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_2_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_2_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_3_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_3_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_3_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_3_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_4_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_4_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_4_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_4_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_5_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_5_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_5_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_5_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObject_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObject_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainableMockObjectPolymorphism_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainingMockBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainingMockBuilder_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ChainingMockObjectSupport_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ChainingMockObjectSupport_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\classes_ABCDE.cpp"> + RelativePath="..\..\..\mockpp\tests\classes_ABCDE.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ConstraintList_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ConstraintList_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ConstraintSet_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ConstraintSet_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\CoreMock_test.cpp"> + RelativePath="..\..\..\mockpp\tests\CoreMock_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\CustomStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\CustomStub_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\DefaultResultStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\DefaultResultStub_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\DynamicChainingMockError_test.cpp"> + RelativePath="..\..\..\mockpp\tests\DynamicChainingMockError_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\Exception_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Exception_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ExpectationBoundary_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationBoundary_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ExpectationConglomeration_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationConglomeration_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ExpectationCounter_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationCounter_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ExpectationCounterRange_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationCounterRange_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ExpectationList_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationList_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ExpectationMap_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationMap_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ExpectationSegment_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationSegment_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ExpectationSet_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationSet_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ExpectationValue_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ExpectationValue_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\FIFOInvocationDispatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\FIFOInvocationDispatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\Formatter_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Formatter_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\Invocation_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Invocation_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvocationMocker_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvocationMocker_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvocationMockerBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvocationMockerBuilder_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvokeAtLeastMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeAtLeastMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeAtLeastOnceMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvokeAtMostMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeAtMostMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvokeCountMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeCountMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvokedAfterMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokedAfterMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvokedBeforeMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokedBeforeMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvokedRecorder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokedRecorder_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\InvokeOnceMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\InvokeOnceMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsAnything_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsAnything_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsCloseTo_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsCloseTo_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsEqual_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsEqual_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsGreaterOrEqual_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsGreaterOrEqual_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsGreaterThan_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsGreaterThan_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsInstanceOf_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsInstanceOf_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsLessOrEqual_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsLessOrEqual_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsLessThan_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsLessThan_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsNot_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsNot_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsNothing_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsNothing_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\IsSame_test.cpp"> + RelativePath="..\..\..\mockpp\tests\IsSame_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\LIFOInvocationDispatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\LIFOInvocationDispatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\MatchBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\MatchBuilder_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\MixedMockObject_5_test.cpp"> + RelativePath="..\..\..\mockpp\tests\MixedMockObject_5_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\mock_test.cpp"> + RelativePath="..\..\..\mockpp\tests\mock_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\MockObject_test.cpp"> + RelativePath="..\..\..\mockpp\tests\MockObject_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\mockpp_pti_test.cpp"> + RelativePath="..\..\..\mockpp\tests\mockpp_pti_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\mockpp_test.cpp"> + RelativePath="..\..\..\mockpp\tests\mockpp_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\NoArgumentsMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\NoArgumentsMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\Or_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Or_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\OutBound_test.cpp"> + RelativePath="..\..\..\mockpp\tests\OutBound_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ResponseVector_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ResponseVector_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ReturnObjectList_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ReturnObjectList_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ReturnStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ReturnStub_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\StringContains_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StringContains_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\StringEndsWith_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StringEndsWith_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\StringStartsWith_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StringStartsWith_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\StubBuilder_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StubBuilder_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\StubSequence_test.cpp"> + RelativePath="..\..\..\mockpp\tests\StubSequence_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\TestFailureMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\TestFailureMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\TestFailureStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\TestFailureStub_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\Throwable_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Throwable_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ThrowableList_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ThrowableList_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\ThrowStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\ThrowStub_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\TimeServer_test.cpp"> + RelativePath="..\..\..\mockpp\tests\TimeServer_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\TrackingCounter_test.cpp"> + RelativePath="..\..\..\mockpp\tests\TrackingCounter_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\TypelessStubSequence_test.cpp"> + RelativePath="..\..\..\mockpp\tests\TypelessStubSequence_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\UnlimitedMatcher_test.cpp"> + RelativePath="..\..\..\mockpp\tests\UnlimitedMatcher_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\Verifiable_test.cpp"> + RelativePath="..\..\..\mockpp\tests\Verifiable_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VerifyingTestCaller_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VerifyingTestCaller_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VerifyingTestCase_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VerifyingTestCase_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_1_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_1_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_2_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_2_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockMethod_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_1_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_1_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_1_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_1_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_2_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_2_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_2_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_2_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_3_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_3_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_3_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_3_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_4_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_4_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_4_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_4_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_5_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_5_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_5_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_5_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_template_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_template_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VisitableMockObject_void_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VisitableMockObject_void_test.cpp" + > </File> <File - RelativePath="..\..\..\mockpp\tests\VoidStub_test.cpp"> + RelativePath="..\..\..\mockpp\tests\VoidStub_test.cpp" + > </File> </Filter> <Filter Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> + Filter="h;hpp;hxx;hm;inl" + > <File - RelativePath="..\..\..\mockpp\tests\classes_ABCDE.h"> + RelativePath="..\..\..\mockpp\tests\classes_ABCDE.h" + > </File> <File - RelativePath="..\..\..\mockpp\tests\MyBuilderNamespace.h"> + RelativePath="..\..\..\mockpp\tests\MyBuilderNamespace.h" + > </File> <File - RelativePath="..\..\..\mockpp\tests\MyMatchBuilder.h"> + RelativePath="..\..\..\mockpp\tests\MyMatchBuilder.h" + > </File> </Filter> </Files> |
From: Ewald A. <ewa...@us...> - 2006-01-07 12:15:53
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/msvc71/mockpp/examples Modified Files: examples.vcproj Log Message: files migrated from vc2005 Index: examples.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/examples.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- examples.vcproj 26 Sep 2005 19:12:38 -0000 1.5 +++ examples.vcproj 7 Jan 2006 12:15:35 -0000 1.6 @@ -3,136 +3,199 @@ ProjectType="Visual C++" Version="7.10" Name="examples" - SccProjectName="" - SccLocalPath=""> + ProjectGUID="{15A26E8F-FE6D-4EA6-9B41-26306D17F76A}" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\Debug" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\examples\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\Debug" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\Debug/examples.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../../..,$(CPPUNIT_ROOT)/include" + AdditionalIncludeDirectories="..\..\..;..\..\..\3party;..\..\..\3party\cxxtest;$(CPPUNIT_ROOT)/include" PreprocessorDefinitions="WIN32,_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\Debug/examples.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\Debug/" - ObjectFile="C:\tmp\compile\mockpp\examples\Debug/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\Debug/" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\Debug/examples.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\Debug/" + ObjectFile="$(TEMP)\compile\mockpp\examples\Debug/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\Debug/" WarningLevel="4" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" DebugInformationFormat="4" - CompileAs="0"/> + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockppd.lib cppunitd_dll.lib" - OutputFile="C:\tmp\compile\mockpp\examples\Debug/examples.exe" + AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" + OutputFile="$(TEMP)\compile\mockpp\examples\Debug/mock_greeter.exe" LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\Debug/examples.pdb" + SuppressStartupBanner="true" + AdditionalLibraryDirectories="..\..\lib;"$(CPPUNIT_ROOT)/lib"" + GenerateDebugInformation="true" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\Debug/examples.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\Debug/examples.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\examples\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\examples\Release" + OutputDirectory="$(TEMP)\compile\mockpp\examples\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\examples\Release" ConfigurationType="1" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE" - CharacterSet="2"> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + TypeLibraryName="$(TEMP)\compile\mockpp\examples\Release/examples.tlb" + HeaderFileName="" + /> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../../..,$(CPPUNIT_ROOT)/include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="2" - EnableFunctionLevelLinking="TRUE" - RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\Release/examples.pch" - AssemblerListingLocation="C:\tmp\compile\mockpp\examples\Release/" - ObjectFile="C:\tmp\compile\mockpp\examples\Release/" - ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\Release/" + EnableFunctionLevelLinking="true" + RuntimeTypeInfo="true" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\examples\Release/examples.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\examples\Release/" + ObjectFile="$(TEMP)\compile\mockpp\examples\Release/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\examples\Release/" WarningLevel="4" - SuppressStartupBanner="TRUE" - CompileAs="0"/> + SuppressStartupBanner="true" + CompileAs="0" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1041" + /> + <Tool + Name="VCPreLinkEventTool" + /> <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib cppunit_dll.lib" - OutputFile="C:\tmp\compile\mockpp\examples\Release/examples.exe" + OutputFile="$(TEMP)\compile\mockpp\examples\Release/examples.exe" LinkIncremental="1" - SuppressStartupBanner="TRUE" + SuppressStartupBanner="true" AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" - ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\Release/examples.pdb" + ProgramDatabaseFile="$(TEMP)\compile\mockpp\examples\Release/examples.pdb" SubSystem="1" - TargetMachine="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName="C:\tmp\compile\mockpp\examples\Release/examples.tlb" - HeaderFileName=""/> - <Tool - Name="VCPostBuildEventTool"/> + TargetMachine="1" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCALinkTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1041"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCWebDeploymentTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -140,31 +203,38 @@ <Files> <Filter Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > <File - RelativePath="..\..\..\mockpp\examples\mock_greeter.cpp"> + RelativePath="..\..\..\mockpp\examples\mock_greeter.cpp" + > <FileConfiguration - Name="Debug|Win32"> + Name="Debug|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="" - BasicRuntimeChecks="3"/> + BasicRuntimeChecks="3" + /> </FileConfiguration> <FileConfiguration - Name="Release|Win32"> + Name="Release|Win32" + > <Tool Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" - PreprocessorDefinitions=""/> + PreprocessorDefinitions="" + /> </FileConfiguration> </File> </Filter> <Filter Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> + Filter="h;hpp;hxx;hm;inl" + > </Filter> </Files> <Globals> |